Hi We are using perl as our client language (with SOAP::Lite). I am investigating ways to improve our performance.
So idecided to try and compress the SOAP XML exchanged between our application and the server. Compressing our requests and setting the Content-Encoding: gzip http header is working. But when I specify the Accept-Encoding: gzip http in the request, the SOAP response returned by the API is not compressed. It is still the raw XML. Is there a way to make the compression happen, or is it not supported? I am asking as the SOAP XML for 1000 similar keywords is over 1.2M, but with gzip it is around 30K -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en