Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Binary file name as a message › Re: Binary file name as a message
September 11, 2009 at 7:10 AM
#23224
You can have your orchestration subscribe to the binary file – declare a message of type System.Xml.XmlDocument. add a receive shape for this message amd bind the orchestration port to your receive port. This way both the orchestration and your original send port will receive the message.
Once the orchestration has received the message, you can access the file name in the FILE.ReceivedFilename property of this message.