Web service in OBIEE 12c — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Web service in OBIEE 12c

Received Response
1
Views
1
Comments
Sunny86
Sunny86 Rank 6 - Analytics Lead

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.