Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Incomplete
-
1.4.1
-
None
-
None
-
windows xp sp2 + tomcat 5.5 + java 1.5 + axis2 1.4.1
Description
Hi, I found that the axis2 1.4.1 does not support java.util.Date type.
1)WSDL
AXIS2 1.4.1 should map java.util.Date to xs:date in the WSDL, rahter than xs:dateTime(see the attached wsdl).
2)deserialize and serialize ISO xml DATE string
AXIS2 1.4.1 can not construct a java.util.Date object from a ISO xml date string, for example, "2001-01-01". It threw an exception, "date string can not be less than 19 charactors". (more detail can be found in the attached exception.txt).
Attachments
Attachments
Issue Links
- is related to
-
AXIS2-4370 Time portion of java.util.Date is missing from SOAP response in Axis2 1.5
- Resolved