I want to enable GZIP compression on my gSOAP client. How can I do it?
+1
A:
GZIP requires the Zlib library, compile sources with -DWITH_GZIP. It's in the manual. Where did you get stuck?
Eddy Pronk
2010-04-04 09:46:42
Do you mean compiling my client code when you say "compile sources"? I am using GCC or VisualStudio2005 to compile. Can you detail the steps?
Kangkan
2010-04-04 10:43:24
Which compiler do you use? Yes, compiling the client code with the define, which is a couple of files.see: http://www.cs.fsu.edu/~engelen/soapdoc2.html
Eddy Pronk
2010-04-04 11:12:52