I tried many things to gzip the request(in json) using camel, we are calling rest web services using camel.
The request will be in the body as we are sending it in POST request
I tried with adding content encoding as gzip, it does not worked
I tried to add a new data format gzip and giving but none of these worked.
Is there any way to gzip the input request, our need is to call a web service with the request as gzipped. I couldn't get much support from google, please help
Regards Hari