Bug? Axis returns date instead of dateTime

2003-12-04 Thread Silvano Fari
Hi   How can I workaround the following problem?   The WSDL of my Java service defines an entryDate as follows:The entryDates Java representation is java.util.Date.Axis sends a SOAP response containing the entryDate as follows: 2003-12-01Thanks, Silvano Gesendet von http://mail.yahoo.de Schnel

Axis returns date instead of dateTime

2003-12-04 Thread Silvano Fari
Hi   How can I workaround the following problem?   The WSDL of my Java service defines an entryDate as follows:The entryDates Java representation is java.util.Date.Axis sends a SOAP response containing the entryDate as follows: 2003-12-01Thanks, SilvanoGesendet von http://mail.yahoo.de Schneller al

WSDL defines xsd:dateTime but axis sends xsd:date instead. Bug?

2003-12-02 Thread Silvano Fari
I think this must be a bug in Axis. When I look at the WSDL of my Java service I see the following definition of the attribute entryDate: The entryDate is originally a java.util.Date, thus this translation into WSDL would be ok. Looking at the SOAP response I see that Axis sends the Attribute as