|
From: Craig G. (opennms) <cg...@op...> - 2012-07-23 08:44:13
|
Hi, I looked at this. The only problem is that WADL is not yet standardised ( its a proposal but not ratified). Rather than rewriting the soap generator we could perhaps use something like XSLT to transform the WSDL into WADL. Alternatively, rather than using a WADL first approach an alternative approach might be to use the CXF ability to expose WSDL generated services services as REST by adding some additional configuration and possibly simple annotations to the generated java. CXF can than generate the WADL in reverse. http://cxf.apache.org/docs/jax-rs-and-jax-ws.html Craig On 12/07/2012 05:16, pierre gauthier wrote: > Hi Craig, > > Let me know what you think. Looks like WADL is getting there at least for Apache CXF. > > Pierre |