|
Hi Tim, The info can be found here: http://www.codeproject.com/soap/soap12inNet20.asp
My question here is, how do I check what
is the SOAP version of my client? I have this issue. When I set my
SOAPVersion in my code to 1.1, I got the version mismatch error. But when I set the version to 1.2, I got
this error: The
Envelope element has the SOAP 1.2 namespace
"http://www.w3.org/2003/05/soap-envelope". The agent only supports
the SOAP 1.1 namespace "http://schemas.xmlsoap.org/soap/envelope/". I suppose the ‘agent’ is referring
to my client. I am using Eclipse 3.1/Axis 1.4 on my
client. Any ideas? Thanks and best regards, Jeff. From: McCauley, Tim
[mailto:[EMAIL PROTECTED] In Axis 1.4 I am getting a Version Mismatch when I deploy my
web service to Axis 1.4. Before I deploy I set the <parameter name="singleSOAPVersion"
value="1.2"/> that SOAP 1.2 version will be utilized. Has anyone
else ran into this problem and what can be done about it. TIA Tim
McCauley C-COR
Incorporated |
