Using a custom XmlSerializer to format WCF operation responses
The SOAP XML generated by WCF can be customized but documentation on how to do it is becoming difficult to find. This article puts together steps from several different sources to explain how to inject a custom XmlSerializer into a WCF Operation in order to customize the response.
[Read More]