WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

soap namespace convention

View: New views
2 Messages — Rating Filter:   Alert me  

soap namespace convention

by Pruitt, Steve :: Rate this Message:

Reply (Restricted by the Administrator) | View Threaded | Show Only this Message

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

Parent Message unknown RE: soap namespace convention

by Sinha, Madhukar [IT] :: Rate this Message:

Reply (Restricted by the Administrator) | View Threaded | Show Only this Message

Can someone suggest me the mailing list for jaxb -programmers
 
i am trying to find best practices and coding methodoligies /design patterns to be used when filling JAXB content tree before marshalling. JAXB compiler generated class structure seems flat.
 
Any help will be great
 
-MS
-----Original Message-----
From: Steve Pruitt [mailto:SPruitt@...]
Sent: Thursday, April 27, 2006 10:20 AM
To: soap-user@...
Subject: soap namespace convention

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