Hi,
The scenario here is that our sender application posts messages in a comma delimited format through HTTP and we need to perform certain mapping transformations on this message and place the transformed message in a file server.
My problem here is I do not understnad how to convert this comma delimited message that comes from the sender application to an XML format so that the integration engine could understand it.
If my sender application was sending the message in a file I could have used file content conversion, but since my communication protocol here is HTTP...
"IS THERE ANY WAY TO RECIEVE A NON XML MESSAGE THROUGH A HTTP CHANNEL ?"
Thanks,
Bharath