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=9767>. 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=9767 Date serialization/deserialization Summary: Date serialization/deserialization Product: Axis Version: current (nightly) Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Serialization/Deserialization AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] A date before serialization is not equal to the date deserialized (the time is lost). A consequence: when using time zones other than GMT the date may change after serialization and deserialization (-1 day when using CEST). I.M.H.O. java.util.Date should be serialized as xsd:dateTime. (this is required by jaxrpc 1.0 )