Are there any existing frameworks or examples of dynamic documentation for RESTful web services in ASP.Net MVC?
I've got a bunch of web services in an ASP.Net MVC project that I want to document. For each service, I'd like to show the allowed verbs, a url template, example request and response messages. It would be really nice if the help page also had a form for testing the service without having to fire up Fiddler to test it.
Does something like this already exist, or would I be starting from scratch if I wanted to add this to my ASP.Net MVC web service projects?