Is WADL a real standard like WSDL? Must WADL URI end with ".wadl" extension?
I've created an HelloWorld example in Jersey and I've got the WADL from URL. Then I've created a client using "wadl-client-plugin" and it works.
My question is this: if I use another framework (i.e. CXF) that generate WADL, can I use it in my "wadl-client-plugin" to create the client?