You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/10/17 16:31:29 UTC

DO NOT REPLY [Bug 13732] - WSDL2Java generates "" as namespace part of QNames in Stubs - causing 'xmlns=""' on the wire

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13732>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13732

WSDL2Java generates "" as namespace part of QNames in Stubs - causing 'xmlns=""' on the wire





------- Additional Comments From scheu@us.ibm.com  2002-10-17 14:31 -------
I believe that the xmlns="" setting in the soap message is the way 
Axis disables the default namespace setting.  This is the only way to 
ensure that unqualified elements don't accidentally get processed as
an element from the default namespace.  

(Unfortunately there is no way to send an element over the wire and
indicate that it is unqualified versus an element in the default
namespace.)

So I don't think the code generated in the stubs are the problem.

Could you send the wsdl file.

Glen, do you have any additional comments ?