You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: