Home Page › Forums › BizTalk 2004 – BizTalk 2010 › How to fill a field in a schema with a variable? › Re: How to fill a field in a schema with a variable?
August 13, 2010 at 5:47 AM
#25627
Hi,
Did you build your XPath manually? If so – next time you can open your schema, point on a desired field, and in property window – copy the exact XPath.
Another approach – is using external assembly for assigning data to messages (used usuaully with XmlDocument help variable, string for XPath, and object for value.)