Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <h3>WADL (Web Application Description Language)</h3> <p>WADL is a standard to describe HTTP-based web applications, typically REST web services. So WADL can be seen as a REST equivalent of WSDL 1.1.</p> <h3>WSDL (Web Services Description Language)</h3> <p>WSDL 2.0 can be used to describe REST Web services and thus competes with WADL. But it has a wider scope.</p> <h3>XRD (eXtensible Resource Descriptor)</h3> <p>Quoting <a href="http://hueniverse.com/xrd/" rel="noreferrer">this blog</a> post from Eran Hammer-Lahav (<em>a frequent contributor to OAuth, Discovery, XRD, and other emerging community-driven specifications and standards</em> - and Director of Standards Development at Yahoo!):</p> <blockquote> <p>XRD is a simple generic format for describing resources. Resource descriptor documents provide machine-readable information about resources (resource metadata) for the purpose of promoting interoperability, and assist in interacting with unknown resources that support known interfaces.</p> <p>For example, a web page about an upcoming meeting can provide in its descriptor document the location of the meeting organizer’s free/busy information to potentially negotiate a different time. The descriptor for a social network profile page can identify the location of the user’s address book as well as accounts on other sites. A web service implementing an API protocol can advertise which of the protocol’s optional components are supported.</p> </blockquote> <h3>Summary</h3> <p>So, while WSDL 2.0 competes with WADL as <em>REST Web Service description languages</em> (WDL 2.0 has more but lets forget that for now), XRD is a <em>metadata discovery format</em> for any URI (OpenID discovery being one of the primary use case). XRD (which has its roots in the Identity community) looks different.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload