Now this is neat: turning Google searches into a RSS feed
http://www.razorsoft.net/weblog/stories/2002/04/13/google2rss.html
It's a .NET application that can be used to regularly run a search, and expose it as RSS. This is an excellent example of showing how the two basic web service models can cooperate. The query is run through a SOAP RPC call, and then output as a published RSS document, that any site can subscribe to using an RSS aggregator.
It's a .NET application that can be used to regularly run a search, and expose it as RSS. This is an excellent example of showing how the two basic web service models can cooperate. The query is run through a SOAP RPC call, and then output as a published RSS document, that any site can subscribe to using an RSS aggregator.
Er Yes
They limit us to 20 queries per day don't they...
Re: Er Yes
Especially with the ActiveState Visual Perl loaded. And (happily annoying the Slashdot branch of the Linux Taliban) MS are doing the right thing and giving the framework away, along with free dev tools. They've even opened up the source using their shared source license, with a BSD implementation.
(Hmmm... A Darwin port shouldn't be too difficult...)