Re: Cannot read credentials from ads.properties on GAE devserver

2014-01-16 Thread Anders Hansen
Hi Ray, I tried your suggestion, and now it works on both the devserver and on appspot. Thanks a lot. Best, Anders 2014/1/16 Ray Tsang (AdWords API Team) > Anders, > > Could I trouble you to place the ads.properties in WEB-INF/ instead? > e.g., src/main/webapp/WEB-INF/ads.properties. > > Wh

Re: Cannot read credentials from ads.properties on GAE devserver

2014-01-14 Thread Anders Hansen
Hi Ray, I am using Eclipse for development and have placed the ads.properties file in "src/main/resources", which is in the Java Build Path. I use Maven for compilation from the cmd prompt and the applicatioin is packed as a .war file. To start the development server I use "mvn appengine:devserve

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 road

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 Clien