Scott,

A little bit more on this subject.

You can check section "4.1.2 Envelope Versioning Model" in 
http://www.w3.org/TR/SOAP/ for this.


Sjaak

-----Original Message-----
From: Schie, Sjaak van [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 13, 2003 3:10 PM
To: '[EMAIL PROTECTED]'
Subject: RE: WHY is NSPREFIX_SOAP_ENVELOPE = "soapenv" instead of
"SOAP-EN V" ?


Hi Scott,

The prefix name itself does/should not matter.
It's the xml namespace (xmlns) that counts.
That should point to http://schemas.xmlsoap.org/soap/envelope/
So:
  <SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>
and:
  <soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
are the same.

Otherwise the server does not check the namespace, so it does not adhere 
to the XML standard.

Sjaak

-----Original Message-----
From: scott [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 13, 2003 2:19 PM
To: [EMAIL PROTECTED]
Subject: WHY is NSPREFIX_SOAP_ENVELOPE = "soapenv" instead of "SOAP-ENV"
?


When my soap client was failing, I used the TCPMON to monitor my soap post.
I
saw that the xml contained "soapenv" instead of "SOAP-ENV". If I change
this, my
soap request is accepted by the server and the correct output it returned. 

What's going on here? Do I need to recompile AXIS? What's up with this!!!

http://www.w3.org/TR/SOAP/

Has SOAP-ENV as a standard. What's going on here, or am I an idiot?

thanks,
Scott


-- 
The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or disclose
it to anyone else. If you received it in error please notify us immediately
and then destroy it. 


-- 
The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or disclose
it to anyone else. If you received it in error please notify us immediately
and then destroy it. 

Reply via email to