How To Filter Callback Events To Invoke A Specific Callback Integration
(Doc ID 2535698.1)
Last updated on SEPTEMBER 12, 2023
Applies to:
Integration Cloud Service - Version N/A and laterInformation in this document applies to any platform.
Goal
ERP is sending callback payload with below format to ICS/OIC.
<ns0:ErpExportBulkDataEvent
xmlns:ns0="http://xmlns.oracle.com/apps/financials/commonModules/shared">
<ns0:SUMMARYSTATUS>SUCCEEDED</ns0:SUMMARYSTATUS>
<ns0:DOCUMENTID>222</ns0:DOCUMENTID>
<ns0:JOBS>
<ns0:JOBPATH>/oracle/apps/ess/custom/OC</ns0:JOBPATH>
<ns0:REQUESTID>222</ns0:REQUESTID>
<ns0:JOBNAME>XXX</ns0:JOBNAME>
<ns0:STATUS>SUCCEEDED</ns0:STATUS>
</ns0:JOBS>
<ns0:JOBS>
<ns0:JOBPATH>/oracle/apps/ess/financials/commonModules/shared/common/interface
Loader</ns0:JOBPATH>
<ns0:REQUESTID>222</ns0:REQUESTID>
<ns0:JOBNAME>Upload Interface Error and Job Output File to Universal Content
Management</ns0:JOBNAME>
<ns0:STATUS>SUCCEEDED</ns0:STATUS>
</ns0:JOBS>
</ns0:ErpExportBulkDataEvent>
If the callback integration needs to be invoked only if the payload matches specific Job name, How to define the XPath Expression for the above payload.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |