Hi,

I am writing a web service client using Axis 1.2.1. Some of the fields in the web service are of the type xsd:dateTime, which wsdl2java has converted to java.util.Calendar. My problem is that the Calendar objects are created with the default time zone of the JVM, but I need them to be GMT. I can't set the global time tone to GMT because it will mess other parts in the application.


Do you know how can I customize the deserialization of Calendar?


David


Reply via email to