Web Application Description Language

Web Application Description Language (WADL) is an XML description of HTTP-based web applications such as RESTful web services. WADL was submitted to the World Wide Web Consortium (W3C) by Sun in 2009 but has not been standardized yet.

WADL models the resources provided by a RESTful web service with relationships between the resources. It also allows you to clearly represent the media types used for the request and response contents.

An overview of the WADL structure

The WADL schema that you use for building a WADL file is based on the WADL specification. Here is a quick overview of the WADL file content that describes RESTful web APIs.

The top-level element in a WADL document is the application. It contains global ...

Get RESTful Java Web Services - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.