Hi All,

I have a Apache CXF service developed in CXF 2.7.12 and JDK1.7. I am
calling a service which returns two calendar objects. In SOAP response I am
getting these calendar objects in different formats.

EX:

Calendar Object1: 2013-12-10T00:00:00+05:30
Calendar Object2: 2014-05-19T15:25:43.943+05:30

These objects in WSDL are having XML type as xsd:dateTime.

Can anyone suggest me how to return same format for calendar objects?
I want to return Calendar object with "*2014-05-19T15:25:43.943+05:30*"
this format specifically and I want this to be accomplished at server side.

Cheers,
Puneet.

Reply via email to