Hi all I have recursive type that declared below
<s:complexType name="Node">
<s:sequence>
<s:element minOccurs="0" maxOccurs="2" name="nextNode"
type="tns:Node" />
</s:sequence>
</s:complexType>
During wsdl2java I have exception that comes from updateUndefined
function of TypeEntry .
Can somebody please explain me the idea behind this .
The exception occurred only in case of arrays (maxOccures > 1)
Thanks Oleg
