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] 2003-02-24 15:10 ------- Using RC1 code. I found similar problem: When WSDL contains an element name which happens to be a Java reserved word then the generated stub does not compile, because the the element name is used as the name of the private member. An example would be <xsd:complexType name="MyComplexType"> <xsd:all> <xsd:element name="abstract" type="xsd:boolean"/> </xsd:all> </xsd:complexType> again, using a prefix in private names would solve this problem.
