Web Application Description Language

Marc Hadley has developed a Web Application Description Language (WADL). It is similar in scope and implementation to WSDL, but is targeted to RESTful web applications and the HTTP verb set.

It's very XML centric, but it does make an effort to handle non-XML responses.

I'd be curious to see if a response can have different MIME type representations. This can aid clients and servers with content negotiation.

Popular posts from this blog

Lists and arrays in Dart

Converting Array to List in Scala

Null-aware operators in Dart