There is no SOAP/WSDL API for translations. The best you can do is utilize the RESTful interface of the AJAX API. It will return a JSON string which can be parsed in virtually any programming language by utilizing one of the parsers available from http://www.json.org . You can find details for implementing the RESTful interface in your application at the links below:
http://code.google.com/apis/ajaxlanguage/documentation/index.html#fonje http://code.google.com/apis/ajaxlanguage/documentation/reference.html#_intro_fonje And there are even some code snippets for various programming environments which you can easily adapt for use with the Language API here: http://code.google.com/apis/ajaxsearch/documentation/index.html#fonje_snippets Jeremy R. Geerdes Effective website design & development Des Moines, IA For more information or a project quote: http://jgeerdes.home.mchsi.com http://jgeerdes.blogspot.com http://jgeerdes.wordpress.com [email protected] Unless otherwise noted, any price quotes contained within this communication are given in US dollars. If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! And check out my blog, Adventures in Web Development, at http://jgeerdes.blogspot.com ! On Oct 28, 2009, at 5:26 AM, Edi_Skrad wrote: > > I would like to implement google translation with a soap client. It > seems this is no longer possible as all links I found are dead. > > In my proprietary tool I can only implement SOAP but not JAVAScript. > Is there any way to implement the new functionality with SOAP? Where > do I find the WSDL for the translation API? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google AJAX APIs" 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/google-ajax-search-api?hl=en -~----------~----~----~----~------~----~------~--~---
