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
