I have read the book "Restful Web services". In that book it described WADL and it's purpose to describe RESTful web applications.

That book was written in 2007, and at that time there weren't many web applications using WADL.

I wonder if that has changed. How many web applications and which popular web applications are using WADL to describe it's RESTful API?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

If you do REST properly you really don't need WADL. The API itself should be self-describing. The important thing to document is the media-types and link relations that you use.

link|improve this answer
feedback

A wadl works very effective when you want to test your webservices using SoapUI. Just copy paste your wadl and your ready to go.

In my opinion that is very helpful.

There are alot of iPhone apps that talk to wadl based webservices. Most of the time the people that build the webservice need to explain the service to the people that build the iPhone apps. And a wadl helps in those cases

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.