There’s a requirement where need to post a xml to a webservice using REST POST snap but its not working instead giving error (cannot use SOAP execute snap).
But when trying to post the same xml using postman its working.
It would be great if someone can help.
hi @yashasvi74,
Could you please provide the body of the request, and the error that you got? Did you already try to build the body of the request in the form of XML as a String? The body must include all namespaces like env:…. I worked for me in my case.
Regards,
Trung.