Home Page › Forums › BizTalk 2004 – BizTalk 2010 › WCF-SQL Adapter › Re: WCF-SQL Adapter
February 2, 2010 at 11:55 AM
#24183
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.