Re: Does the API support gzip compression on SOAP data

2011-04-21 Thread Anash P. Oommen
Hi Kevin, Could you add a request at http://code.google.com/p/google-api-adwords-java/issues/list? Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.googl

Re: Does the API support gzip compression on SOAP data

2011-04-19 Thread Kevin
Eric, Can we add gzip support to Java client library? -Kevin On Apr 15, 3:24 pm, Eric Koleda wrote: > Hi James, > > In order for the response to be gzipped you also need to ensure that the > User-Agent HTTP header includes the words "gzip".  This isn't well > documented at the moment, but I'll

Re: Does the API support gzip compression on SOAP data

2011-04-19 Thread james.by...@247realmedia.com
Thanks Heaps Eric. That works well On Apr 16, 8:24 am, Eric Koleda wrote: > Hi James, > > In order for the response to be gzipped you also need to ensure that the > User-Agent HTTP header includes the words "gzip".  This isn't well > documented at the moment, but I'll work on improving that. > >

Re: Does the API support gzip compression on SOAP data

2011-04-15 Thread Eric Koleda
Hi James, In order for the response to be gzipped you also need to ensure that the User-Agent HTTP header includes the words "gzip". This isn't well documented at the moment, but I'll work on improving that. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Does the API support gzip compression on SOAP data

2011-04-12 Thread james.by...@247realmedia.com
Oops, forgot to mention. This is with version v201101 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this me

Does the API support gzip compression on SOAP data

2011-04-11 Thread james.by...@247realmedia.com
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.