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>
- Removing empty namespace from SOAP in Axis 1.4 Nicolas-Viet Nguyen
- RE: Removing empty namespace from SOAP in Axis 1.... James Armstrong
- RE: Axis 2 Intellij Plugin won't install righ... James Armstrong
- Re: Axis 2 Intellij Plugin won't install ... Deepal Jayasinghe
- RE: Axis 2 Intellij Plugin won't inst... James Armstrong
- Re: Removing empty namespace from SOAP in Axis 1.... Anne Thomas Manes