Restful WCF Service - how to send data with illegal XML characters?
- by Chris
I have a RESTful WCF web service.
One of my methods has several input parameters.
One of the input parameters is a string. Some times the data I am passing to this web method will include content that has one or more "illegal characters" - i.e. "&". So, I replace this with & before passing it to the web service - but it still throws…