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=14137>. 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=14137 WSDL2Java generated code does not compile. ------- Additional Comments From [EMAIL PROTECTED] 2002-10-31 21:16 ------- This complexType cause the equal method not to compile since it uses "other" as a parameter name which happens to also be a data member of the class.. <xsd:complexType name="RowData"> <xsd:all> <xsd:element name="Other" type="xsd:boolean"/> </xsd:all> </xsd:complexType>