Hi @gtihon
Have you followed the example in this article? It outlines how to take the right parts from SOAPUI into the HTTPCaller.
https://knowledge.safe.com/articles/45314/working-with-soap-services.html
Hi jlutherthomas
Yes indeed I already follow the example but it's not mentioned exactly where and how to introduce it in HTTPCaller
The SOAPAction is a header, here's a working example for a SOAP request using the HTTPCaller:
The attribute "soap_request" contains the XML block used for the request, you can e.g. use the XMLTemplater to generate it. The attribute "soap_response" will contain the XML response, which you can decompose using e.g. the XMLFlattener.
Thanks very much....it works now...In fact the "SOAPAction" to be included in column Name is case sensitive i think...
Thanks very much....it works now...In fact the "SOAPAction" to be included in column Name is case sensitive i think...
Case sensitivity would depend on the implementation on the SOAP server back-end, but yes, I always assume case sensitivity unless anything else is specified.