Peter,
In response to calebjenkins, ADO.Net data services is really nice if you want to create a restful version of your database.
If you want more control over your restful webservice then i would use WCF web services. Or if , like me, you want to store XML documents on your datastore isn't a file systemdatabase, then ADO.NET data service isn't really the right solution. Here is a really nice article which got me started:.
