Re: Error running AdWords API with Google App Engine

2013-12-24 Thread Takeshi Hagikura (AdWords API Team)
Hi Amr, The questions seems to be a different topic. Can you please start another thread? Best, - Takeshi, AdWords API Team On Tuesday, December 24, 2013 12:55:20 AM UTC+9, Amr Abdel-wahab wrote: Takeshi I keep failing to run the python demo, can you send me an updated version of it and a

Re: Error running AdWords API with Google App Engine

2013-12-23 Thread Amr Abdel-wahab
Takeshi I keep failing to run the python demo, can you send me an updated version of it and a good documentation on how to run it On Wednesday, December 4, 2013 5:38:44 AM UTC+1, Takeshi Hagikura (AdWords API Team) wrote: Hi Andres, Unfortunately there isn't a demo app for appengine using

Re: Error running AdWords API with Google App Engine

2013-12-05 Thread Anders Hansen
Hi Takeshi, Thanks for your feedback. Based on this I will continue my AdWords API learing on App Engine, but I think I will prefer Java over Python for several reasons, one of which is that I don't have to learn a new programming language, another is my concern for performance. Is there any

Re: Error running AdWords API with Google App Engine

2013-12-04 Thread Anders Hansen
Hi Takeshi, I am quite new to both AdWords API and axis / jaxws, but as I understand it jaxws has a subset of the functionality of axis. Will this give me any problems with the functionality of the AdWords API compared to using axis and can I still use the adwords-axis-examples from the Java

Re: Error running AdWords API with Google App Engine

2013-12-04 Thread Takeshi Hagikura (AdWords API Team)
Hi Andres, I'd use appengine (aside from I'm working at Google). I don't have to set up my own server and there is a starter packhttps://cloud.google.com/developers/starterpack/option (I'm not the contact person for it though) The Java library should work on appengine (as mentioned in the blog

Re: Error running AdWords API with Google App Engine

2013-12-03 Thread Anders H
Hi Takeshi, Thank you for your suggestion. I will have at look at it and write back with my results when I have finished testing. Are there any up to date Java demo applications available for using AdWords API on App Engine? I was thinking of something like this Python demo:

Re: Error running AdWords API with Google App Engine

2013-12-03 Thread Takeshi Hagikura (AdWords API Team)
Hi Andres, Unfortunately there isn't a demo app for appengine using the Java client library. Best, - Takeshi, On Tuesday, December 3, 2013 8:58:20 PM UTC+9, Anders H wrote: Hi Takeshi, Thank you for your suggestion. I will have at look at it and write back with my results when I have

Re: Error running AdWords API with Google App Engine

2013-11-28 Thread Takeshi Hagikura (AdWords API Team)
Hi Anders, Due to the security protection for appengine, currently SOAP calls by axis are not allowed. You should be able to make a call with the jaxws