Hi kingfu, The Google data APIs are REST-based APIs as opposed to SOAP-based like the Google Search API you linked to, so we do not have a WSDL document for them. Instead, we have extended the Atom Publishing Protocol [1] for use with our APIs. The Reference Guide for Spreadsheets [2] talks about specific extensions we have made for that API.
As far as doing mobile development, you should be able to use our APIs on any platform that is capable of processing XML and making HTTP and HTTPS requests. The Protocol tab of the Developer's Guide for each of our APIs discusses how to interact directly with the API in this manner. If you are developing on a Windows-based mobile platform, you might be able to use our .NET client library [3] for developing your application. For links to APIs for other services such as Google Base [4], you can see our main Google Data API documentation [5]. [1] http://www.ietf.org/internet-drafts/draft-ietf-atompub-protocol-17.txt [2] http://code.google.com/apis/spreadsheets/reference.html [3] http://code.google.com/p/google-gdata/ [4] http://code.google.com/apis/base/ [5] http://code.google.com/apis/gdata/index.html Cheers, -Jeff On 8/3/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Thank you Jeff very much for your help! > May I ask other question? > I am heard that Google Search has a useful Web Service that can be > called on any platform. It is called thru the following url : > http://api.google.com/GoogleSearch.wsdl > > Does Google Spreadsheets or other data API have similar WebService > Interface or invoke method like > http://api.google.com/GoogleSpeadsheet.wsdl > or http://api.google.com/GoogleData.wsdl ? > > By the way, I want to save some data to Google data center via > Mobile, so if you tell me the mobile api that is used to access > google spreadsheet or other data( such as base and so on), I think it > is OK. :) > > Jeff , Thanks a lot! > --kingfu > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Data API" 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-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
