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=14484>. 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=14484 Deserialization of complex classes throws SAXException Summary: Deserialization of complex classes throws SAXException Product: Axis Version: 1.0 Platform: Other OS/Version: Other Status: NEW Severity: Critical Priority: Other Component: Serialization/Deserialization AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When calling a AXIS generated webservice from a java class,implementing SOAP 1.1, you get a SAX exception back from the AXIS webservice. In specific, a javabean that has a property (lets say NEWPROPERTY) of type JavaBean[], has to be given serializers/deserializers in the java class, implementing SOAP 1.1. But when the call is routed to the AXIS web service, the AXIS web service throws a org.xml.sax.SAXException that deserializers are not found for NEWPROPERTY. The release documentation of axis quotes: "Automatic serialization/deserialization of Java Beans, including customizable mapping of fields to XML elements/attributes" in URL http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/user-guide.html Perhaps bug is related to bud id 12758