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 "Verhovsky, Oleg" <ol...@hp.com> on 2007/03/07 13:41:58 UTC

recursive types

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