Rest Post with attachment and form data
Hello Snaplogic gurus, Can any one give me pointers how I can convert this into snaplogic pipeline? Thanks Manohar curl -L -X POST ‘https://test.coupahost.com/api/purchase_orders/471/attachments’ -H ‘Accept: application/json’ -H 'X-COUPA-API-KEY: xxxxxx -F ‘attachment[file]=Coupa_Supplier_termsv5.pdf’ -F ‘attachment[type]=file’ -F ‘attachment[intent]=Supplier’4KViews0likes3CommentsSOAP UI attachments
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.