This webservice returns a dataset of a random article link from the Basic-Ultradev.com database... pretty Nifty I think
I love how easy it is to publish your own web service in .Net... it's just as easy as making a regular old class.
consuming them is a bit of a different story, if you don't have the .Net framework installed... the reason for this is because you can use the wsdl.exe tool to make a proxy class for you. But I think there should be a universal web service Class that you just load up the URI, and fire off the methods...
Oh the dreams!!!