Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Restful Client from WADL

Tags:

rest

jax-rs

wadl

Is there any way generating automatically a jax-rs client with HttpUrlConnection or third party soloutions like jersey, apache, restlet etc. out of an wadl? Wouldnt it be an advantage to have a framework/application for this?

like image 988
Robin Wieruch Avatar asked Feb 06 '12 12:02

Robin Wieruch


1 Answers

There is a rudimentary client-side code generator from WADL available with Apache CXF JAX-RS implementation http://cxf.apache.org/docs/jaxrs-services-description.html

It generates some boilerplate code, but it is nothing close to client generators for SOAP/WSDL web services.

like image 181
Piotr Kochański Avatar answered Nov 15 '22 23:11

Piotr Kochański