cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP UI attachments

Jyoti_Khatanhar
New Contributor

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.

1 REPLY 1

SandeepVemula
Contributor

Use Suceess Condition in the SOAP Execute Snap.