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?

#25068

Yonathan,

Thank you very much for your reply. 

[quote user="Zx7R"]

2. GO to your construct shape, type xDoc.LoadXml(“<Root><YourInstance here><></Root>”); – BTW, you must put the text between ” ” signs and not ‘ ‘ <<< see the difference?

[/quote]

I typed xDoc.LoadXml(“……”); in the expression of Message Assignment shape within the construct shape.   Is it correct?

[quote user="Zx7R"]

3. After that, you choose your message, which is of type of request schema and do like thie:

[/quote]

Is it the message in the Messages folder on Orchestration view?

[quote user="7x7R"]

msgRequestToSQL = xDoc;

msgRequestToSQL(*) = msgYourSomeMessage(*);

[/quote]

where can I add those lines? 

I appreciate your help.

Lynn