views:

85

answers:

1

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
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
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