Why the slow WADL uptake? [closed]

I think the main reason why WADL doesn’t gain popularity is that it might bring back to life all those problem we had with SOAP and WSDL. To me, the interoperability aspect is the single most important aspect of web-services.
By following the RESTful way of using pure HTTP standards you get interoperability “for free”. Once you need a document to describe the services, there will be different client frameworks (or different servers frameworks) that will interpret this document differently.
Once different frameworks auto-generate code from WADL you will have to deal with the interoperability problems again.

The lack of standards is the weakness and strength of the RESTful way, let’s give the simple approach a chance. (even though we really enjoy automatic code generation 🙂 )

Leave a Comment