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=15068>. 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=15068 rpc:result element in soap 1.2 is not properly ser/des Summary: rpc:result element in soap 1.2 is not properly ser/des Product: Axis Version: 1.1beta Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Serialization/Deserialization AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] SOAP 1.2 rpc:result elem is not properly serialized/deserialized. As it described in spec it should look like this: .. <rpc:result>m:status</rpc:result> <m:status>confirmed</m:status> .. I have attached a pacth, plz let me know if this helps. Br, Andras