Categories
- All Categories
- 75 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 40 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 3 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
Is there a way to fetch data of BI Publisher report that is created in OBIEE 12C?
Hi,
I am trying to fetch BI Publisher report's data created in our OBIEE 12c environment. We are using REST API's as mentioned in this document.
Also, we are exploring options of SOAP API methods using WSDL - https://6x.xx.xx.xxx:9502/xmlpserver/services/ExternalReportWSSService?WSDL
But the results were not found in SOAP UI and Postman for SOAP API and REST API respectively.
Eventually, we are able to fetch the results of Subject area and Analysis created in OBIEE 12c using SOAP methods.
https://6x.xx.xx.xxx:9502/analytics-ws/saw.dll?wsdl
Let us know if there is any specific configuration needed in our Oracle Business Intelligence Enterprise Edition(OBIEE 12c).
Comments
-
BIP is the wrong tool to use for this. BIP is formatted output. If you want to scrape data just do it from the database formally.
0