I refered this link: http://www.codeproject.com/Articles/53718/Extending-WCF-Part-II
I created proxy to call wcf method But after implementing this logic also I am getting following error:
Content Type application/x-gzip was not supported by service http://localhost/DeskWCF/Demo.svc. The client and service bindings may be mismatched.
If you have any way to compress soap messages of wcf then please help me..
Thanks in advance.