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





------- Additional Comments From [EMAIL PROTECTED]  2002-10-24 21:38 -------
Please include a test case demonstrating the problem.  

There is some confusion as to the java class "Date" mapping to an xsd:dateTime 
or a xsd:date.  If Axis encounters a "Date" in a java class it is generating 
WSDL for, it will use xsd:dateTime as the Schema type per JAX-RPC.  But in 
encoding.DefaultTypeMappingImpl, the type mapping uses the DateSerializer for 
the Java "Date" class, which emits an xsd:date.

Reply via email to