REST web service WSDL? [duplicate]

With a good RESTful service, it’s not necessary to generate WADL (let alone the much-less-well-fitting WSDL) for it because it will self-describe. By “self-describe” I specifically mean that it will deliver documents describing all the (relevant) resources published by the service, and that using a standard HTTP OPTIONS request on any of these will produce … Read more

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”. … Read more