Search code examples
c#asp.netwcf

Get WCF webservice response as XML


I have created a simple WCF web service. How can I view it's response as XML?

Do I create a consuming client application and then output the results as XML somehow?


Solution

  • I rather recommend you to use XMLSpy, as it provides good view of WSDL, SOAP, xsd.