You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Yves Langisch <yv...@langisch.ch> on 2004/02/02 22:34:19 UTC

How to suppress xsi:nil="true" elements?

How can I suppress xsi:nil="true" elements in my SOAP Body? I looked
through the source and found the 'hardcoded' sendNull flag (which is
true) in SerializationContext. Is the only way to suppress them to
modify axis' source?

Thanks
Yves