Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Web service in OBIEE 12c

Hello ,
We have a requirement to provide customer details such as balance account number etc to another system . How to create a report and expose it as a webservice in OBIEE 12c. Tried to read documentation .but couldn't find a clear answer .
Thanks
Sunny
Answers
-
Just to be clear: which direction is the webservice going?
You want to expose OBIEE content via a webservice for other services to consume it?
The official doc covers how OBIEE can be used via webservices, describing the location of the WSDL and the services, methods and parameters: https://docs.oracle.com/middleware/1221/biee/BIEIT/methods.htm#i1012352
You have executeSQLQuery() and executeXMLQuery(), make your choice. No need to say that the client must first authenticate before to use one of these 2 methods.
0