08-20-2018 07:26 AM
SOAP UI to export Oracle BIEE application reports:
using below URL.
https://Host/analytics/saw.dll/WSDL/v12
service name: {urn://oracle.bi.webservices/v12}AnalysisExportViewsService
operation: {urn://oracle.bi.webservices/v12}initiateAnalysisExport
This call returns
“sawsoap:mimeType”: “text/csv”,
“sawsoap:queryID”: “6_84Xswdg+rJ19FcA”,
“sawsoap:exportStatus”: “InProgress”
and
"Content-Type": "text/csv",
"Content-ID": "<c3d7670305eddc332cs>",
"Content-Transfer-Encoding": "binary",
"content": ""
Is there any way to make the call wait till the sawsoap:exportStatus equals Done and also please help on the steps for accessing the attachment that is returned in the call.
08-26-2018 10:21 PM
Use Suceess Condition in the SOAP Execute Snap.