The default content type is / was “text/xml”. I’m not sure what content type is provided by default for the newer service versions, but I would still expect that to be “text/xml”.
One thing to check, if you already had a variable in your pipeline called “contentType” but used for something else and didn’t drop it before calling the new version of pub.client:soapHTTP, you might be sending an unintended content-type.
Use a soap message capture tool to examine the message you are sending including the HTTP header properties. Also, talk with the publisher of the web service to see if they are expecting a specific content-type.
Does setting contentType to “text/xml” on the new service versions work or fail?
HTH,
Mark
#API-Management#webMethods#soa