01-14-06 02:59 AM
Likewise, if the response of the web service is a string and you need to
assign to an "actual" message, you can use an intermediate XmlDocument
variable and use the LoadXml method.
Scott Colestock
www.traceofthought.net
"Danny Buysse" <DannyBuysse@discussions.microsoft.com> wrote in message
news:77D7596B-EA45-4610-A35E-C2232EC8B164@microsoft.com...[vbcol=seagreen]
> You can assign your incoming message to a variable of type
> System.Xml.XmlDocument
> xmlDoc = Message_1;
> You then can assign the xmlDoc.OuterXml to your message part of your
> WebService call.
>
> Danny Buysse
> http://dannybuysse.blogspot.com/
>
> "Tommy Wang" wrote:
>
[ Post a follow-up to this message ]
|