05-03-2018 02:52 AM
I have a SOAP Endpoint(No WSDL file). I am able do a SOAP call using Postman Via POST(Basic Auth username and password) and i am getting response. But I am getting error while i am doing the same in Snaplogic REST POST snap.
Is there anyway to do this. SOAP Execute needs WSDL which I dont have.
Thanks in Advance…!
05-15-2018 06:07 PM
You should be able to do this with the REST POST snap. Make sure you’re using the correct HTTP headers (SOAPAction, Content-Type, etc.).
If you provide the error message and additional detail, someone may be able to help you out further.
(Side note: If you know the web service well enough, you can build your own WSDL file for the SOAP snap)