Re: how to construct the initial select message?

Home Page Forums BizTalk 2004 – BizTalk 2010 how to construct the initial select message? Re: how to construct the initial select message?

#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?