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 2:00 PM
#24983
[quote user="Zx7R"]
Hi.
Do you use SQL adapter or WCF-SQL?
[/quote]
Yes, I use WCF-SQL.
[quote user="Zx7R"]
define some XML document variable. xDocument.LoadXml(your generated instance);
msgSqlRequest = xDocument;
msgSqlRequest (*) = some incoming messages for setting context(*);
[/quote]
sorry for being naive, but where do I define and load the xml instance?