I have a Biztalk 2004 orchestration that receives a message from an FTP server. The message is received through a pipeline that immediatley changes the message, altering it's original form and splitting it into sub-messages. I'd like to make a backup of the original message, before Biztalk makes any changes to it.
Once the orchestration has changed the message I could change it back again and post it back out of the orchestration. But that seems like a lot of work. What I'd like Biztalk to do is backup the original message and store it somewhere else on the sever before doing any of the orchestration processing. Is there a (reasonably) easy way to get Biztalk to do this?