BizTalk Gurus

WCF-SQL Adapter

rated by 0 users
Answered (Not Verified) This post has 0 verified answers | 1 Reply | 1 Follower

posted on Tue, Feb 2 2010 9:46 AM

I have been able to create a message and do an insert to a table. Where I am having trouble is using the Message Assignment shape and modifying data for a message. Can anyone give me a direction?

All Replies

Top 150 Contributor
11 Posts
Suggested by Ruth Resende

You must create a variable of xmlDocument type. For example:

xmlDoc.LoadXml(@"ns0:Response xmlns:ns0='http://WebServiceSimulado.schRetorno'>

<MSG_RETORNO>OK</MSG_RETORNO>

</ns0:Response>");

 

msgIn_Resp = xmlDoc;

The xmlDoc variable is xmlDocument type.

 

Page 1 of 1 (2 items) | RSS