No, the AJAX API does not use wsdl. For non-Javascript environments, it is a simple REST-based API. You construct a url using the documented parameters, send the request, receive the results in JSON, and parse and process the results. It's actually significantly more efficient than a SOAP/WSDL API on a number of fronts. You can find information about parsing JSON at http://www.json.org
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 Sep 17, 2009, at 7:12 AM, Josef Springer wrote: > Hi Jeremy, > > thanks, but i need a wsdl-file for calling a service. Does Googl > Ajax work with wsdl-file and how can a access to. > > Josef > > Jeremy Geerdes wrote: >> >> The closest thing to the SOAP Search API is the AJAX Search API. In >> fact, it's the only means by which Google allows developers to access >> its search services programmatically. You can find information about >> using it at the links below: >> >> http://code.google.com/apis/ajaxsearch/documentation/index.html#fonje >> http://code.google.com/apis/ajaxsearch/documentation/reference.html#_intro_fonje >> >> 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 Sep 17, 2009, at 6:12 AM, Josef Springer wrote: >> >> >>> We are using the old and obsolete API doGoogeSeach of the wsdl-file >>> http://api.google.com/GoogleSearch.wsdl. Whitch API is to be used >>> instead and where can i find information about and how to port from >>> the >>> obsolete doGoogleSearch ? >>> >>> Thanks, Josef >>> >>> >> >> >> >> >> >> >> > > -- > mit freundlichen Grüßen / best regards, > Josef Springer > (Geschäftsleitung/Management) > > <Postal.jpg> > Address > [email protected] > Orlando-di-Lasso Str. 2 > D-85640 Putzbrunn > <Phone.jpg> > Office > +49 (0)89 600 6920 > > > <Phone.jpg> Fax > +49 (0)89 600 69220 > > > <Web.jpg> > Web > http://www.joops.com > > > <Image120.jpg> > (HRB München 86239) > > -- the software company -- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
