UTC DateTime value
We are inserting SRs from an external system into Siebel. In the incoming external XML one of the attributes is a date that comes in a UTC format like this:
<Date>2012-01-21T21:05:23.000000+0100</Date>
When we map this value to our internal IO we get the error:
Error invoking service 'EAI Data Transformation Engine', method 'Execute' at step 'Map SR'.(SBL-BPR-00162)
--
The value '<?>' cannot be converted to a date time value.(SBL-DAT-00359)
If I change the format of the date in the incoming XML for something like this
<Date>01/21/2012 21:05:23</Date>
It works but we lose the UTC information that is critical for us.