Re: AdWords API on Java App Engine

2012-03-06 Thread Kevin Winter
Hi Vincent, Yes, I'd appreciate it if you could put this on the project issue tracker. - Kevin Winter AdWords API Team On Tuesday, March 6, 2012 11:14:24 AM UTC-5, Vincent wrote: > > Kevin, > > Thank you for your response and your help on this issue. > I have made further tests and narrowed dow

Re: AdWords API on Java App Engine

2012-03-06 Thread Vincent
Kevin, Thank you for your response and your help on this issue. I have made further tests and narrowed down the problem. This simple code reproduces the issue. It has to be run as a task (longer than 60 seconds) on a F1 instance, in the GAE production environment (SDK 1.6.3) String customerId

Re: AdWords API on Java App Engine

2012-03-06 Thread Kevin Winter
Hi Vincent, Your comment about increasing the memory intrigues me. It's possible that you have an infinite loop that is making requests and storing objects in memory until it runs out of heap space and dies. The JVM is very poor about reporting these types of errors in a nice fashion. To ta

Re: AdWords API on Java App Engine

2012-03-06 Thread Vincent
Hi Kevin, Thank you for your response. After further investigations, the problem is very hard to track down for me: - It is only a production problem - It is quite erratic: I do not manage to make a simple code which always reproduces the error - The bug "needs" the code to run for some time to a

Re: AdWords API on Java App Engine

2012-03-05 Thread Kevin Winter
Hi Vincent, My apologies for not responding earlier. Speaking with my other colleagues who added the jax-ws support for the core library and worked with DFA on App Engine, they have not seen this problem before. I'd recommend trying to troubleshoot this via logs. Make sure the client lib l

Re: AdWords API on Java App Engine

2012-03-01 Thread Vincent
Kevin, I successfully made the API work on GAE modulo the ClientLoginTokens fix which I described in the issue tracker. The API is working fine on the development server. I've tested reports download and maxCpc updates. However, on the production server, calling one of the service twice makes

Re: AdWords API on Java App Engine

2012-02-22 Thread Wilson MacGyver
Yea, I'm talking about the auth by MCC. Thank you for the notes, sounds like it's at the point where we can try it! On Wed, Feb 22, 2012 at 5:02 PM, Kevin Winter wrote: > Hi, >   Yes, it does support OAuth in report downloads.  Do you mean MCC > cross-client supports?  There is no intrinsic suppo

Re: AdWords API on Java App Engine

2012-02-22 Thread Kevin Winter
Hi, Yes, it does support OAuth in report downloads. Do you mean MCC cross-client supports? There is no intrinsic support for these reports in the API or our client libraries. If you are referring to authenticating by MCC, yes this is supported. Please note that report downloads explicitly

Re: AdWords API on Java App Engine

2012-02-22 Thread Wilson MacGyver
that sounds very promising, does it support using oAuth to download reports? and does it support MCC? previously we couldn't use oAuth since from what I could tell, you couldn't use oAuth to download report. On Wed, Feb 22, 2012 at 4:26 PM, Kevin Winter wrote: > Hi, >   The new one (http://code.g

Re: AdWords API on Java App Engine

2012-02-22 Thread Kevin Winter
Hi, The new one (http://code.google.com/p/google-api-ads-java/) is a from-scratch rewrite of the library. It addresses a number of shortcomings, including OAuth support, support for alternate SOAP toolkits (such as jax-ws, which allows it to run on AppEngine). Other differences: - how you co

Re: AdWords API on Java App Engine

2012-02-22 Thread Wilson MacGyver
What's the difference between the java client at http://code.google.com/p/google-api-adwords-java/ vs http://code.google.com/p/google-api-ads-java/ I notice one of them is marked as experimental... but I can't tell what the difference is otherwise... On Wed, Feb 22, 2012 at 3:54 PM, Kevin Wint

Re: AdWords API on Java App Engine

2012-02-22 Thread Kevin Winter
Hi Vincent, I just wanted to let you know that version 0.5.0 was just released, which contains preliminary support for AppEngine. Please be aware there may be things missing (such as a proper readme, good examples and possibly support for report downloads): http://code.google.com/p/google-ap

Re: AdWords API on Java App Engine

2012-02-15 Thread Kevin Winter
Hi Vincent, We're planning to push another release of the new library (which will include jax-ws support for AdWords) sometime next week. I'll post here when we do. Please note that we're still actively developing the new library and may make breaking changes down the road. We'll make sure

Re: AdWords API on Java App Engine

2012-02-15 Thread Vincent
Hi Kevin, Thank you for the update and your work on this new Adwords java library. I have been successfully using Adwords on GAE/java for a while with Fred's patch (http://penumbro.us/post/1135755221/adwords-api-on-app-engine-java-part-3). But the patch does not support v201109 which will be th

Re: AdWords API on Java App Engine

2012-02-13 Thread Kevin Winter
Hi Ewan, I'm the maintainer for the new AdWords java library. Unfortunately, we ran into quite a few issues getting jax-ws to sanely generate classes from the wsdls (we had to combine the XSD from all wsdls into a single one to get them generated correctly. We plan to have a production-ready

Re: AdWords API on Java App Engine

2012-02-10 Thread ewan
Hi David, Thanks for the answer. Is there any documentation or some pointers as to where I should start if I want to plug JaxWS in myself? I'm just working on a small project and need to wrap it up in the next week or two. Thanks, Ewan On Feb 9, 4:23 am, David Torres wrote: > Hi, > > AppEngine

Re: AdWords API on Java App Engine

2012-02-08 Thread David Torres
Hi, AppEngine support in the new Java client library will be added soon, please stay tuned and check this page http://code.google.com/p/google-api-ads-java/ The reason is not currently supported is because AppEngine lacks support to Axis1 which is the SOAP Kit the old lib uses, the new library