Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Renaming files with MessageID › Re: Renaming files with MessageID
July 6, 2010 at 8:33 AM
#25149
Hi,
You can save your new filename in a string variable declared in your Orchestration and use Dynamic Routing pattern to transmit your message to that given filename. Here’s a tutorial on how to implement Dynamic Routing in an orchestration:
http://www.codeproject.com/KB/biztalk/DynamicRouting.aspx
Daniel.