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=22876>. 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=22876 Different value in Calendar field Summary: Different value in Calendar field Product: Axis Version: 1.1 Platform: PC OS/Version: Other Status: NEW Severity: Critical Priority: Other Component: Serialization/Deserialization AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When I use Calendar field in any procedure, value is changed. Example: org.apache.axis.client.Call call java.util.Calendar c = "1. March 2003" call.setOperationName(new QName("urn:myManager", methodName)) call.invoke(new Object[] {c}) then method 'methodName' on axis side prints 'c' as: 28. February 2003 PS: java full version "1.4.2-b28"
