Encoding support for web services
ASP.NET web services implementation lacks in the support for encoding. The default encoding is UTF-8 and there is only one way for changing that value: through a SoapExtension. Then, I developed a new class EncodingExtension which replace the default UTF-8 encoding to the encoding defined into the attribute. The source code is available on GotDotNet.
I hope to write one story in the near future...I just need some (free) time :-)