DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18056>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18056

wsdl2java generates Java code that does not compile





------- Additional Comments From [EMAIL PROTECTED]  2003-03-17 15:05 -------
WSDL2Java is unable to handle the following schema...Note that collection
extends an array.

<complexType name="list">
    <sequence>
        <element name="collection" nillable="true" type="tns1:collection"/>
    </sequence>
</complexType>
<complexType name="collection">
    <complexContent>
        <restriction base="soapenc:Array">
            <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:anyType[]"/>
        </restriction>
    </complexContent>
</complexType>

Reply via email to