How to implement a "RequestHoldProcess" call from OIC to ERP Cloud utilizing an async callback?
Summary:
How to implement a "RequestHoldProcess" call from OIC to ERP Cloud utilizing an async callback?
Content (required):
When implementing the "RequestHold" call without the callback, OIC is just receiving a 202 accepted HTTP status code, even if the hold was not properly applied to the slaes order in FUSION.
As we have to rely on the holds being placed, we need a reliable way to receive the hold placement feedback/response.
This is why I am trying to implement a call against "ReceiveOrderRequestService" Service with operation "RequestHold" from Oracle Integration Cloud, utilizing the asynchronous callback feature.
Therefore I am using this WSDL:
Tagged:
0