Ever wanted to know in a send pipeline if a property was promoted before? The BizTalk API comes with an object called ‘ContextPropertyType’ which you can use for this purpose.
I have a very simple schema and corresponding instance:
Above message travels through BizTalk using the following path:
receive port -> orchestration -> send port
I defined the ‘Firstname’ […]