Title: Eliminating element with xsi:nil

Hi All,

I am using Axis 1.3. Is there any way of eliminating the xml element from the soap message when the elements 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

Reply via email to