What is the best way to process XML sent to WCF 3.5
- by CRM Junkie
I have to develop a WCF application in 3.5. The input will be sent in the form of XML and the response would be sent in the form of XML as well. A ASP.NET application will be consuming the WCF and sending/receiving data in XML format.
Now, as per my understanding, when consuming WCF from an ASP.NET application, we just add a reference to the…