Home Page › Forums › BizTalk 2004 – BizTalk 2010 › how to construct the initial select message? › Re: how to construct the initial select message?
June 16, 2010 at 8:12 PM
#24986
Hi Iberan,
I can answer your above questions on behalf of Yonathan:
1) You define the variable xDocument (of type System.XML.XmlDocument) in your orchestration, and load the XML instance into that variable in an Expression shape.
2) You assign xDocument to the message msgSqlRequest in a Message Assignment shape.
Best,
Daniel.