Callback Functionality
Summary
Callback functionality non OIC/SOACS - REST or SOAPContent
Hi,
Has anyone had success in utilising callback functionality for SOAP/REST calls for the ERP SAAS where the integration platform is NOT OIC/SOACS?
In the ErpIntegrationService loadAndImportData operation, there is a callbackURL parameter. We would like to get a callback on the load and import jobs for the various data files that we import to ensure that the operation is working correctly.
Any feedback or pointers is appreciated.
Thanks,
Patrick.
Version
20ACode Snippet
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/financials/commonModules/shared/model/erpIntegrationService/types/" xmlns:erp="http://xmlns.oracle.com/apps/financials/commonModules/shared/model/erpIntegrationService/"> <soapenv:Header/> <soapenv:Body> <typ:loadAndImportData> <typ:document> <erp:Content>xxxxxxx</erp:Content> <erp:FileName>glinterface.zip</erp:FileName> <erp:ContentType>zip</erp:ContentType> <erp:DocumentTitle>glinterface.zip</erp:DocumentTitle> <erp:DocumentAuthor>patrick.burke@primeq.com.au</erp:DocumentAuthor> <erp:DocumentSecurityGroup>FAFusionImportExport</erp:DocumentSecurityGroup>
Tagged:
1