Does anyone know how to successfully install the Intellij plugin for Axis 2 1.0. It will not correctly install for Intellij version 4.5.2 build 2244.

TIA,

James

 


From: Nicolas-Viet Nguyen [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 07, 2006 11:11 AM
To: axis-user
Subject: Removing empty namespace from SOAP in Axis 1.4

 

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