You want to consume or publish. If you want to consume, for example, make requests, the best way to interact with it is to find out what type it will use, as usual, JSON or XML. Once you have your type, you can use XmlDocument or JavaScriptSerializer to drop information and use it.
If you want to create a REST interface, you probably want to use MVC as a REST View or WCF, as @Brian said.
Nick Berardi Nov 30 '08 at 20:33 2008-11-30 20:33
source share