Here is my Scenario:
I have a receive port which accepts a flat file and convert into an XML file Using a Flat File Schema and apply a MAP to transform it to another message. I am getting the Flatfile in a network file location and i want to archive the file as it is received( as text file).
Can anyone tell me how can I do that..?
I tried creating a send port and apply a filter to receive the message from the receive port. but what I am getting is the XML message after the transformation.
Any help is greatly appreciated.