How to Invoke ICS SOAP service from other ICS SOAP service
Summary
How to Invoke ICS SOAP service from other ICS SOAP serviceContent
I created 2 ICS SOAP Services of synchronous nature.
1 is parent and other is child.
I created 1 trigger and invoke connection for Child service with no security policy by uploading a WSDL(abstract wsdl) which i created.
i designed the entire child process and activated it and tested using SOAP UI by adding Security headers and timestamp. It worked fine.
After that I created the parent process in same way, created 1 more connection of child process for Invoke (It did not show previously created connection of child process so I assume I need to create 1 more connection using the concrete WSDL which ICS generated while activating the child process). I used that connection (which also had no security policy ) in invoke activity mapped the request and response parts and activated the integration.