Why do you want to use the SOAPEnvelope node before the SOAPRequest node? As you are using the SOAP Domain to set the SOAP Version explicitly, the SOAPEnvelope node is unnecessary as the message will ...
I found out the answer. I had to have a compute node and then use SET OutputRoot.Envelope.SOAP.Context.SOAP_Version = '1.2'; to force the SOAPRequest node to use SOAP 1.2. After doing that it worked ...
I was wondering if somebody could please help me out? I am trying to call a web service that is hosted using the Microsoft WCF. The call is being made using HTTP. The service supports SOAP 1. ...