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?

#24996

ok.  when i tried the following code:

Message_1.Load(‘<ns0:Root xmlns:ns0=”http://BizTalkMonthlyUpdateSalesExpiration.SchemaInitialSelectMessage”&gt; <ns1:Select xmlns:ns1=”http://schemas.microsoft.com/Sql/2008/05/ViewOp/dbo/View_biztalk_salesExpiration_getOR_RYG_ADP”&gt; <ns1:Columns>ns0:Columns_0</ns1:Columns> <ns1:Query>ns0:Query_0</ns1:Query> </ns1:Select></ns0:Root>’);

I got error: too many characters in character literal

Message_1 is the message I have created against the initial select schema.

Even when i tried this:

Message_1.Load(‘<root><test></test></root>’);

I got same error: too many characters in character literal