Axis2 - Date Format
Scenario The date format which is output as a response to the Web Service client by Axis2 is formatted as "2009-08-28+01:00". I would like to change this to show only the date without the timezone information (e.g.:"2009-08-28") Configuration Libraries Axis 2 1.4.1 WSDL <xsd:element name="StartDate" type="xsd:date" />; Question Is it possible to change the output format, which is used by Axis 2 to write date information? Can you see any issues for .NET clients reagrding the conversion of this date format? Constraints Unfortunately it is not possible to change the "StartDate" element to a xsd