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=15248>. 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=15248 SymbolTable can't resolve element refs in schemas with complexContent restrictions Summary: SymbolTable can't resolve element refs in schemas with complexContent restrictions Product: Axis Version: current (nightly) Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: WSDL processing AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I will attach some sample files to this bug report shortly after filing this. Given a complexType whose content model is a complexContent restriction of a SOAP array, the WSDL SymbolTable appears to be unable to resolve elements in that complexContent restriction that are defined by reference AND that have a maxOccurs attribute. The generator works (but produces garbage code) if the maxOccurs attribute is omitted. The generator works OK (but see below) if, instead of an <element ref=>, the schema defines the element in-line within the complexContent restriction. In all cases, attribute definitions in a type of this kind are silently ignored.