Forum Discussion
r3nrut
14 years agoOccasional Contributor
I had a similar problem. It was because the service I was testing had support for both SOAP 1.1 and SOAP 1.2. For the requests that used the SOAP 1.1 standard I had to specify that in the interface properties for the BasicHttpBinding and SOAP 1.2 for the WSHttpBinding. This is also important when using Test Runner to make sure you're using the correct binding for the requests you have otherwise you'll get unmatched content-types.
http://www.w3schools.com/soap/soap_httpbinding.asp
http://www.w3schools.com/soap/soap_httpbinding.asp