I\'m invoking a webservice using C# and Visual Studio 2010. VS2010 takes care of generating the client proxy code when I provide the link to the WSDL. Is there a way to configur
Try this. It is an article on using compression with a WCF service. I am making the assumption (possibly incorrect) that you have control of both the service and the client. If this is somebody else's service, you can't perform a Harry Potter and make it magically compress, unless they have coded that possibility. If you are in complete control of both ends, you can make the magic happen. ;-)