Tagged Questions
2
votes
3answers
4k views
WADL/WSDL 2.0 for RESTful services in Ruby on Rails
Is there any way of publishing the parameters expected by the RESTful methods in Ruby on Rails? Using SOAP, we can use WSDL, but does RoR implement WADL or WSDL 2.0 for RESTful services?
Edit: I am ...