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=13362>. 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=13362 Enumeration types can not be deserialized Summary: Enumeration types can not be deserialized Product: Axis Version: 1.0-rc2 Platform: Other OS/Version: Other Status: NEW Severity: Critical Priority: Other Component: Serialization/Deserialization AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I get the following exception on the client when I call a function which returns an enumeration type (directly or embedded in a complex type): org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize. at org.apache.axis.encoding.ser.SimpleDeserializer.onStartChild (SimpleDeserializer.java:188) at org.apache.axis.encoding.DeserializationContextImpl.startElement (DeserializationContextImpl.java:893)