Usage of compression on WCF web service and gSOAP -
I want to add compression to WCF based web service to reduce payload and increase throughput, but the point is that I Using the GSOP, I use the service from the C / Linux application. I know that GSOP allows compression, but I'm not sure that GSOP and WCF based web services can communicate with each other with compression.
Please extend your experiences and help me.
Regards, Kangkan
I think you can use the WSDL file Based on a GSOAP customer? What you can do to configure the WCF service to use compression and then generate the gSoap client. If the client and server communicate, then it works.
However, compression is not a standard WCF feature. I think that you use the basic HttpBinding or wsHttpBinding in which you can use (Message Transmission Optimization Mechanism). MTOM is an interoperable standard so that GSOAP can support it.
You can also try to increase your compulsion with the Jeezip encoder. Although Microsoft is the one for this scenario, I think that GSOAP does not support it.
Comments
Post a Comment