Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

1 Answer

The REST approach is simpler than SOAP, but unfortunately there is no standard at the moment.

More specifically, concerning WADL, the W3 team answered:

W3C is pleased to receive the Web Application Description Language from SUN Microsystems Inc. As of today, W3C has no plans to take up work based on this Submission. We encourage people interested by this work to discuss on the public-web-http-desc@w3.org Mailing List

However, there are ways to create clients from WADL

share|improve this answer
Thank you for reply. My idea is to create an eclipse plugin to generate my client. In the wizard you can choose the endpoint (WADL URL) and create client class. – pasquy73 Mar 7 at 11:01
I'm using jersey API to create the class client in the plugin. – pasquy73 Mar 7 at 11:11

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.