Home Page › Forums › BizTalk 2004 – BizTalk 2010 › message.parameters ????? › message.parameters ?????
November 21, 2005 at 5:06 PM
#12362
Well, in your case you can not easily promote that property.
You have a few options:
– Change the schema so it is only 1 to 1. Do not know if this is even an option or if it will break the adapter
– Write a custom pipeline component to promote it
– Use XPath inside your Orchestation (probably the easiest)
You can find samples of this here:
[url]http://www.biztalkgurus.com/Samples/XPath-Inside-Orchestration.html[/url]