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 Venkat Reddy <vr...@gmail.com> on 2004/12/16 13:19:54 UTC

Default value for nillable for elements of soap-enc:Array

Came across a test case where Axis deserialization expects non-null
values for the elements of a soap-enc:Array whose nillability is not
defined.

I understand the the default value for nillability of Array itself is
false, but not sure if this applies to its elements as well. Can
someone confirm if this enforcement is correct? Current specs do not
seem to be very clear on this.

Thanks
Venkat