Hi, I'm writing a web service client using Axis2 and seeing an issue related to daylight savings time. I've autogenerated a client side jar from my WSDL and amongst other elements that I can manipulate is an xs:datetime field.
If I create a Calendar object and pass that into the setter for the datetime field it looks like the DST offset is ignored. For example, if I set a time of 12:00:00 BST (which corresponds to UK summer time), then what I see going across the wire is 12:00:00 +00:00. Has anyone else seen any issues or know of any bugs in this area? Could there be a bug inside org.apache.axis2.databinding.utils.ConverterUtil.convertToString(java.util.Calendar)? I've tried to check out the source code but keep getting repository errors. Thanks in advance for any help. Ken
