Current Axis1 (at least the C/C++ implementation) emits elements
with xsi:nil=true where it shouldn't emit anything.
This
is resolved in current SVN.
Franz
-----Ursprüngliche Nachricht-----
Von: Kasi, Anand [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 19. Januar 2006 00:12
An: [email protected]
Betreff: Eliminating element with xsi:nilHi All,
I am using Axis 1.3. Is there any way of eliminating the xml element from the soap message when the element’s xsi:nil is set to "true".
Instead of
<advisory>
<advCondTextCode>Generic Error </advCondTextCode>
<code>100</code>
<errorLevel xsi:nil="true"/>
<fullAdvisoryText xsi:nil="true"/>
</advisory>
I want to see
<advisory>
<advCondTextCode>Generic Error </advCondTextCode>
<code>100</code>
</advisory>
Thanks,
Anand
