I have a webservice and client in c#/dotnet and I am using EnableDecompression to gzip compress the responses that I get from the web server. Is it possible to compress the
I've found this tutorial on compressing SOAP messages in C#, using the SharpZipLib library and SOAP extensions:
Seems to garnish about a 30% compression, will be giving this a try today.