Its a simple pub-sub model in which I pull the data from MMS using JDBC adpaters and populate into the canonical document.When I populate the date field seperatly in the canonical and the time field seperatly.The date is of the fllowing format in MMS 20090909 and the time is 105751478.
I then publish the document and on the People soft side subscribe the document and concat the date and time field into a single field in other doc on subscribing side.Later I convert that document to XML string using encode=true and later write it to JMS queue on BEA weblogic server.
When the guys on PS side receive the XML they see the dateTimeStamp field as 2009-09-09T10:57:51.584000.
Where as they are expecting as 20090909T10:57:51.584000
Any idea how that hyphen got there?
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods