Vishnu24
8 years agoNew Contributor
SOAP webservice
Can anyone please tell me how we can create a SOAP web service in snaplogic designer and expose the integration pipeline which we have created to an external applications
Thanks in advance 🙂
@psadasivam I am facing SOAP execute issue…Could you please help me on it?
I am getting error:
Failure: An exception occurred while executing the SOAP request, Reason: Could not send the SOAP request, Resolution: Verify that the template is correct, the substituted values are valid and the provided envelope matches the namespaces that are required by the targeted service
To get session ID I called Salesforce login soap call first
Below is my template for login
<SOAP-ENV:Envelope
xmlns:SOAP-ENV=“http://schemas.xmlsoap.org/soap/envelope/”
xmlns:ns0=“urn:partner.soap.sforce.com”>
SOAP-ENV:Header/
SOAP-ENV:Body
ns0:login
ns0:username$username</ns0:username>
ns0:password$password</ns0:password>
</ns0:login>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Please help me
@nunnikrishnan:- Can share you pipeline ? I am unable to view your complete xml template.