Unable to create a Callback Webservice for OnJobCompletion.
Summary
Unable to create a Callback Webservice for OnJobCompletion.Content
Hi all,
As I understood after refering the document(https://docs.oracle.com/cloud/latest/financialscs_gs/OESWF/ERP_Integration_Service_ErpIntegrationService_svc_9.htm#impor… ) :-
We have a requirement to push data from PaaS to SaaS, so that we are using 'ERP Integration Service' web service. In this Service we are using an interface API called 'importBulkData'. This web service method(importBulkData) notifies user upon completion of ESS Job using bell,e-mai, or callback URL as defined in parameters. So that as per the document we have to create and host a callback web service to optimally leverage the callback capabilities provided by Oracle ERP Integration Service for notification purpose and this callback web service must implement the onJobCompletion() operation.