[ https://issues.apache.org/jira/browse/AXIS2-4370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pétur Runólfsson updated AXIS2-4370: ------------------------------------ Attachment: services.xml Server.java Attached POJO web service used to demonstrate problem. > Time portion of java.util.Date is missing from SOAP response in Axis2 1.5 > ------------------------------------------------------------------------- > > Key: AXIS2-4370 > URL: https://issues.apache.org/jira/browse/AXIS2-4370 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: adb > Affects Versions: 1.5 > Reporter: Pétur Runólfsson > Attachments: Server.java, services.xml > > > When a method returns a java.util.Date (or an object containing a java.util.Date), only the date portion is returned in Axis2 1.5: > > > > 2009-06-10 > > > > In Axis2 1.4.1, the full date and time was returned: > > > > 2009-06-10T16:22:22.622Z > > > > This change breaks any application that requires the time portion to function correctly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.