You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Steve Pruitt <SP...@exstream.com> on 2006/05/03 15:27:00 UTC

SOAP namespacing conventions

Is there is a "standard" or "widely accepted" convention for naming the
soap namespace.
I have seen:
 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/
<BLOCKED::http://schemas.xmlsoap.org/soap/envelope/> ">
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/
<BLOCKED::http://schemas.xmlsoap.org/soap/envelope/> ">
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/
<BLOCKED::http://schemas.xmlsoap.org/soap/envelope/> ">
 
 
Thanks,
 
-Steve Pruitt

Re: SOAP namespacing conventions

Posted by Anne Thomas Manes <at...@gmail.com>.
The prefix string is not significant. There is no "standard" convention.

On 5/3/06, Steve Pruitt <SP...@exstream.com> wrote:
>
>  Is there is a "standard" or "widely accepted" convention for naming the
> soap namespace.
> I have seen:
>
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
>  <soapenv:Envelope xmlns:soapenv="
> http://schemas.xmlsoap.org/soap/envelope/">
>  <SOAP-ENV:Envelope xmlns:SOAP-ENV="
> http://schemas.xmlsoap.org/soap/envelope/">
>
>
> Thanks,
>
> -Steve Pruitt
>