May be this can help -
http://www.ibm.com/developerworks/library/specification/ws-wadlwsdl/index.html
WSDL (pre-2.0) describes SOAP engpoints. WSDL 2.0 includes appropriate
annotations
for REST services. WADL is geared towards description of resources which
is what
REST/HTTP is based on.
I agree with Glen a bit on the JMS/RESTful services but I need to do a
bit more research on that.
On 2/24/2011 9:24 AM, Glen Mazza wrote:
You can at least view the WADL using ?_wadl at the end of the service
string in a browser.
Unsure, but JMS/REST would seem to be a contradiction, because REST is
based on the HTTP transport.
Glen
On 2/24/2011 9:17 AM, robert wrote:
The Web Application Description Language (WADL) is new to me.
Does CXF support WADLs in any way, relative to the REST style?
Also, what would be more applicable, WADLs or WSDLs in support of
JMS/RESTful services?
Thanks!