Dear All, I am using org.apache.cxf.transport.http.gzip.GZIPFeature for my soap client.
So i expect only to compress responses ,not requests. But by adding this feature requests are more than 1024byts are compressed, because of this i get 400 bad requests from the server.(i have bigger sizes) So how can i configure not to compress requests but keeping responses compressed? Or how to avoid this size condition? Please help me to configure this. Thanks Emil
