matzoball
14 years agoNew Contributor
How to Determine Web Service SOAP Version and WSDL Version?
I'm using soapUI 4.0.1. My project's WSDL Definition block displays the SOAP version: SOAP 1.1. I want to verify that the server is also using SOAP 1.1. The response begins with
On a related note, I also want to verify that the web service is using WSDL 1.2. Please advise.
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">. Does the XML attribute content suffice to verify the server's conformance to SOAP 1.1? If so, what would the attribute be if a different version of SOAP were used? If not, does absence of SOAP Fault suffice, or is there some other indication?
On a related note, I also want to verify that the web service is using WSDL 1.2. Please advise.