Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for WSDL / WADL Generation #27

Open
Marak opened this issue Sep 23, 2011 · 1 comment
Open

Add support for WSDL / WADL Generation #27

Marak opened this issue Sep 23, 2011 · 1 comment

Comments

@Marak
Copy link
Owner

Marak commented Sep 23, 2011

from email

In addition to being able to describe web-service entry points as JSON, we also need to support WSDL and WADL formats.

See:

http://en.wikipedia.org/wiki/Web_Application_Description_Language
http://en.wikipedia.org/wiki/Web_Services_Description_Language

To properly implement this would require a complete rebuild of the current module reflection. If you didn't want to do this, you could, in theory, write a simple function that transformed the current routing table + JSON schemas into both the WSDL and WADL formats.

I will accept non-breaking patches for either solution.

@dlcurry
Copy link

dlcurry commented Sep 28, 2011

Since I'm the one that bugged Marak about this, I'll add that a work-around, quite satisfactory, is to submit a sample URL path to:
http://tomayac.de/rest-describe/latest/RestDescribe.html

The site has options for adding input, output descriptions and the like, and returns valid WADL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants