I wrote a simple test webservice in .net but when I use the test page to try
and run the webservice. IE does not recognize the output as an XML document,
ie it doesn't automatically format the XML so that you can collapse or
expand nodes.
How can I get IE to recognize my webservice's output as XML?
Ajit - 24 Jun 2005 15:56 GMT
What XML you are returning?
> I wrote a simple test webservice in .net but when I use the test page to try
> and run the webservice. IE does not recognize the output as an XML document,
> ie it doesn't automatically format the XML so that you can collapse or
> expand nodes.
>
> How can I get IE to recognize my webservice's output as XML?