I use dynamic proxy calls. A Date variable is serialized (default) as xsd:date (time is truncated).
The problems:
1) The value of the variable is not the same before serialization and after
serialization.
2) Complience with JAX-RPC 0.9 specification. (chapter 5.3.2) The mapping for
simple java type Date should be:
java.util.Date -> xsd:dateTime
Is this a bug? Or are there other reasons for this?
Milan
