CodeClimber

Climbing the cliffs of web development, on .NET

Wednesday, November 15, 2006 web service, encoding, SOAP

Want to change the encoding for a webservice? You can't!

Probably you never had that need, but just in case you want to change the text encoding for a web service response, the one that is inside the XML declaration at the top, from UTF-8 to anything else... well... you cannot do it.…