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=12957>. 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=12957 SAX doesn't like soap message with <aThing[unbounded]> Summary: SAX doesn't like soap message with <aThing[unbounded]> Product: Axis Version: current (nightly) Platform: All OS/Version: Other Status: NEW Severity: Major Priority: Other Component: Serialization/Deserialization AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The attached WSDL produces the return message: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <find_aThingResponse xmlns="http://tempuri.org/"> <aThing[unbounded]/> <otherData[unbounded]/> </find_aThingResponse> </soapenv:Body> </soapenv:Envelope> I get SAXParseException: Element type "aThing" must be followed either by attribute specifications, ">", or "/>". It doesn't look like the "[unbounded]" substring is legal.