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 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:
>
> https://developers.google.com/adwords/api/docs/demo-apps?hl=da#awapi_app_engine_python
>
> Thanks,
> Anders
>
> Den fredag den 29. november 2013 07.18.25 UTC+1 skrev 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 
>> modules<https://code.google.com/p/google-api-ads-java/source/browse/#git%2Fmodules%2Fadwords_appengine%2Fsrc%2Fmain%2Fjava%2Fcom%2Fgoogle%2Fapi%2Fads%2Fadwords%2Fjaxws%253Fstate%253Dclosed>
>> . 
>> Can you please try that?
>>
>> Best,
>> - Takeshi, AdWords API Team
>>
>> On Wednesday, November 27, 2013 6:29:18 PM UTC+9, Anders H wrote:
>>>
>>> I am working on an App Engine Java project that tries to get a list of 
>>> clients from a MCC Test Account. The project is using the Java Client 
>>> Library.
>>>
>>> The application is working when running locally on the devserver, but 
>>> when running on appspot the statement:
>>>
>>> *page = managedCustomerService.get(selector);*
>>>>
>>>  
>>> throws the following exception:
>>>
>>> AxisFault
>>>  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
>>>  faultSubcode: 
>>>  faultString: java.net.SocketException: Permission denied: Attempt to 
>>> access a blocked recipient without permission. (mapped-IPv4)
>>>
>>> As I was in doubt which forum was best to ask this kind of question that 
>>> includes both AdWords API and App Engine, I have already posted further 
>>> details in the App Engine forum: 
>>> http://stackoverflow.com/questions/20192725/java-socket-exception-when-running-google-adwords-api-on-google-app-engine
>>>
>>> Could this be an error with the AdWords API / App Engine support or am I 
>>> missing something?
>>>
>>> Thanks,
>>> Anders
>>>
>>>
>>>
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to