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=21826>. 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=21826 Problem handling choice of sequence where there is a repeated element name Summary: Problem handling choice of sequence where there is a repeated element name Product: Axis Version: 1.1 Platform: PC OS/Version: Windows XP Status: NEW Severity: Major Priority: Other Component: WSDL processing AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] A structure of the form: <xsd:choice> <xsd:sequence> <xsd:element ref="fromKey"/> <xsd:element ref="toKey" minOccurs="0"/> </xsd:sequence> <xsd:element ref="toKey"/> </xsd:choice> produces a class with a repeated property (in this case toKey) and corresponding get/set methods. This sort of structure occurs (for example) in WSDL for UDDI and the DSIG schema etc.
