Archive for October 17th, 2006
Daily Archive
Tuesday, October 17th, 2006
Google Search API
Google has a web service that allows developers to use Google search from within their own applications.
Using SOAP, a protocol for XML-based message exchange over HTTP layer, one could easily integrate an existing application with Google’s powerful web search capability. Web services can easily be accessed in .NET and Java applications. While it’s possible to […]