Return data from an XML web service is always enclosed in XML. If you would
like to get an HTML page from the web server, try using ASP.NET web
application instead of XML web service.
Aleksey Nudelman
http://csharpcomputing.com
> I have a web service that I need to return HTML code, and I can't seem
> to get rid of the XML tags that surround it. Right now I'm just
[quoted text clipped - 12 lines]
> to intercept the response before my service returns. Is there a way
> to get this type of return from a web service method?
John Bailo - 24 Sep 2004 20:33 GMT
> Return data from an XML web service is always enclosed in XML. If you
> would like to get an HTML page from the web server, try using ASP.NET web
> application instead of XML web service.
You could build a browser component that consumes the service and displays
the resulting string as HTML....
> Aleksey Nudelman
> http://csharpcomputing.com
[quoted text clipped - 16 lines]
>> to intercept the response before my service returns. Is there a way
>> to get this type of return from a web service method?

Signature
http://www.texeme.com