You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by manuel hoyos <mh...@gmail.com> on 2009/07/28 08:31:19 UTC

Problem with xsi:nil

Hello,

I am trying to create a message soap using org.apache.axis.description.
TypeDesc, and I want that in one of the elements ElementDesc, does not
generate the property xsi:nil, if not that appears only the empty node:
<test></test>
How can I do this?

A greeting