|
Using the Google API with .NET on Mono |
|
|
|
Wednesday, 08 December 2004 |
Install mono, xsp, and mod_mono
wget http://api.google.com/GoogleSearch.wsdl
wsdl GoogleSearch.wsdl
This outputs GoogleSearchService.cs
Buld it!
mcs /target:library GoogleSearchService.cs -r System.Web.Services
outputs GoogleSearchService.dll
Put it in your /bin directory
Start using it!
Powered by AkoComment 2.0! and SecurityImage 3.0.4 |