Dear Camel community,

I'm getting a XML structure like this



START_DATE and END_DATE are defined as "xs:dateTime" datatype in the
corresponding XSD.

For further processing I need to convert these both into a format "yyyyMMdd
HH:mm:ss.SSS". My idea was



This fails due to "in.header.START_DATE" becomes a null value.

So .. how to parse the xs.dateTime string and convert into a java.util.Date
object?

Any help is highly appreciated.

Best
- Gerald





--
View this message in context: 
http://camel.465427.n5.nabble.com/Convert-xs-date-in-a-XML-to-java-util-Date-tp5781785.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to