It's appropriate to have the empty namespace declaration if the elements are defined to be unqualified. If you prefer that the elements be namespace qualified, then you need to make the appropriate change in the schema definition. ( e.g., specify elementFormDefault="qualified").

Anne

On 6/7/06, Nicolas-Viet Nguyen <[EMAIL PROTECTED] > wrote:
Hello All,
Is there an option or do I need to have a Handler (if so how? ) to strip off the empty namespace in the soap message generated from WSDL  as below.   It only happens for those elements which are complex type array  in the WSDL.  I am using Axis 1.4


- <rows>
        - <item xmlns="">
                  <accountNbr>546545646</accountNbr>
                  <code>W</code>
              </item>
            - <item xmlns="">
                  <accountNbr>231321312</accountNbr>
                  <code>V</code>
              </item>
  </rows>

Reply via email to