Using the updateObject SOAP call doesn't include all report changes (i.e. security, metadata) - is there a web service that can be used to update existing OTBI reports that includes all aspects of the report?
Hi ,
You can use https://podname.oraclecloud.com/analytics-ws/saw.dll/wsdl/v7 for OTBI and for BIP : https://docs.oracle.com/cd/E28280_01/bi.1111/e22259/webservices.htm#BIPDV002
These consist of the ScheduleService, CatalogService, SecurityService, and ReportService.
Each provides access to specific functionality as defined by its name and details of its implementation can be found via the appropriate .wsdl :
http://<host>:<port>/xmlpserver/services/v2/<webservicename>?wsdl
Specific to Fusion Application integration, Oracle have developed following webservices: PublicReportWSSService, ScheduleReportWSSService, ExternalReportWSSService.
They can be accessed using similar URL as bellow:
http://<host>:<port>/xmlpserver/services/<webservicename>?wsdl
The WSDL uses the global web service policy defined in WebLogic.
NOTE: REST webservices of BI Publisher are currently not available for consumption in Fusion Application. There are no plans to include REST APIs in Fusion Applications.
Hope this helps
Thanks,
Dimple N