ICS Integration Trigger with XML Schema
Content
Is there a way to create an ICS integration which will take XML schema as the trigger which in turn will call a SOAP Service? I would not want to use any of the adapters as a trigger for the integration.
For e.g. an ICS process A would take the Supplier Name (or) Supplier Number as the request payload and will check if they exist in ERP thru a SOAP Request. This process will be exposed as Web Service. Another ICS process B will invoke the ICS Process A with the supplier details and wait for the response to proceed.
1