Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Callback Functionality

edited Apr 6, 2020 6:19AM in Integration 2 comments

Summary

Callback functionality non OIC/SOACS - REST or SOAP

Content

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

20A

Code 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>
   

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!