I've got a string variable, named strMethodResultXML, that has the contents of a SOAP xml response and would like to output only the actual data to the browser screen.

I'm using this: Response.Write strMethodResultXML

However, the output isn't correct and when I view the source code in the browser, it's outputting all the xml with the tags.

Any help?

Thank you.