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=10605>.
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=10605

serializers add unnecessary default namespace decl for literal enc

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2002-09-22 17:29 -------
FYI, we set the default namespace on document-style SOAP elements because we 
expect the "usual" case to be the one where a document contains a lot of XML 
from the same namespace.  The bug which was causing the default namespace not 
to be reset correctly for the inner elements in no namespace has now been 
fixed, so we'll generate XML that looks like this for your example:

  <method1 xmlns="urn:myNamespace2">
   <testParam>
    <xsd1:A xmlns:xsd1="urn:myNamespace" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
     <B xmlns="">
      <C>foo bar</C>
     </B>
    </xsd1:A>
   </testParam>
  </method1>

Please confirm this works for you now, and thanks for the bug report!

Reply via email to