Calling WebService using ServerXMLHTTP

  • Thread starter Thread starter sujata shanbhag via .NET 247
  • Start date Start date
S

sujata shanbhag via .NET 247

Hi,
I am using MSXML4.0 to call .NET Webservice from VB client. MyWebservice returs XML string. But if I use ResponseBody to readthe response sent by WebService, the '>' is converted to "&gt;"and '<' is converted to "&lt;". Is there a way to get the XMLdata as it is using responseBody, without getting it converted?

Thanks in advance.

Regards,
Sujata
 
sujata said:
Hi,
I am using MSXML4.0 to call .NET Webservice from VB client. My
Webservice returs XML string. But if I use ResponseBody to read the
response sent by WebService, the '>' is converted to "&gt;" and '<'
is converted to "&lt;". Is there a way to get the XML data as it is
using responseBody, without getting it converted?

Are there any specific requirements that force you to use MSXML 4.0? All of
this can be easily done using managed code.

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top