Home Page › Forums › BizTalk 2004 – BizTalk 2010 › invalid xml document error. › Re: invalid xml document error.
February 16, 2009 at 2:41 PM
#21748
Does the element represented by the distinguished field “Title” exist in Msg1
When you construct Msg1 you must ensure that any element or attribute that you wish to assign a value to must exist. The Xpath function and property assignment functions will not create an element in a message, only populate an existing element.