Thanks. I'll follow up on this advice. On Friday, August 9, 2013 9:00:52 AM UTC-7, Jason Stedman wrote: > > Dennis, > > Currently to do this you could not use the AdWords API Java Library jar > itself, but you could certainly build up your own accessing the web > services through the interface described in each service's wsdl. > > On the main documentation index for each service there is a Production > WSDL listed. Using this you can interact with the service by building up > your SOAP requests and parsing the responses. > > There is a still in development WSDL web service library for android > hosted on GitHub here : https://github.com/bulldog2011/nano > > There is nothing you can do using the client library that you cannot do > using the WSDL interface, but it does require significant additional work. > > A better solution may be to host a back end for your app on AppEngine > where the client library is supported and have your app talk to that > instead of directly to the AdWords system. > > This also allows you to better protect your dev token. > > Hope this helps, Good Luck! > >
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
