I have a WCF Service that has a method GetEmployees(). I need to display the resulting message in XML format in a ASP.NET website using Response.Write method. What is the easiest way for doing it?
Note: We need to display the complete message; not only the data content