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 Paolo Paganotto <pa...@txt.it> on 2003/06/11 17:14:59 UTC

null array element serialization

Hallo all,

I've to face this problem:
I've an array of strings that is part of a complex bean that is sent as
parameter of a web service from Java to .NET
If there is a null element in this array, this is parsed as follows in the
soap message: <item xsi:nil="true"/>
the problem is that .NET converts this element of my array as an empty
string "" rather than a null string, that is the behaviour I wish to obtain.
How could I get a null element in my array at .NET site?

Could someone help me?

Thank you very much,


Paolo