SOAP Payload to Run a BI Publisher Report on Oracle ERP Cloud
Shailender Thallam
Oracle has provided a webservice ExternalReportWSSService with “runReport” Operation which helps to run a report which is on BIP of Oracle ERP Cloud and get the output in base64 format. Below is the sample payload.
Service WSDL URL: https://servername/xmlpserver/services/ExternalReportWSSService?WSDL
Operation: runReport
Payload:
Response:
Here is the sample response output. Output of the report is encoded in base64 format.