BizTalk: Accessing and change message values inside orchestration
Project explaining how to accessing and change message values inside orchestration. There are 3 ways that we can read and set values of the message inside orchestration: Using Property promotion, Using XPath expressions or Using C#/VB.NET object (serialization).