Duplicating namespace
---------------------

         Key: AXIS-1805
         URL: http://issues.apache.org/jira/browse/AXIS-1805
     Project: Axis
        Type: Bug
  Components: Serialization/Deserialization  
    Versions: 1.2RC2    
    Reporter: Yves Langisch
 Attachments: diiTest.tgz

When I do a dynamic invocation to a web service the serialized SOAP-Body 
contains too many namespace declarations. Each element is 'fully' qualified, 
e.g. :

<soapenv:Body>
     <ns1:aTestVo xmlns="http://wsdemo.demo.ch/"; 
xmlns:ns1="http://wsdemo.demo.ch/";>
         <companyName xmlns="http://wsdemo.demo.ch/";>Industriestrasse 
10</companyName>
         <companyStreet xmlns="http://wsdemo.demo.ch/"/>
         <companyZipLocation xmlns="http://wsdemo.demo.ch/";>3000 
Bern</companyZipLocation>
         <materialVorsteuer 
xmlns="http://wsdemo.demo.ch/";>12000</materialVorsteuer>
         <mwstNr xmlns="http://wsdemo.demo.ch/";>123456</mwstNr>
         <rabatte xmlns="http://wsdemo.demo.ch/";>490</rabatte>
         <umsatz24 xmlns="http://wsdemo.demo.ch/";>24000</umsatz24>
         <umsatz36 xmlns="http://wsdemo.demo.ch/";>100</umsatz36>
         <umsatz76 xmlns="http://wsdemo.demo.ch/";>158340</umsatz76>
      </ns1:aTestVo>
</soapenv:Body>

And the first element (aTestVo) has the same namespace duplicated.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to