Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generate wadl from existing CXF rest service

Tags:

java

jax-rs

cxf

I have working JAX-RS service implemented with CXF. How can I generate wadl? Or is there something like with jersey http://path.to.your/restapp/application.wadl out there already? is there a maven plugin just like for wsdl, java to wsdl? I've searched for answers couldn't find.

like image 858
Gandalf StormCrow Avatar asked Nov 29 '22 14:11

Gandalf StormCrow


1 Answers

If you are using a recent version of CXF, just hit the service with a ?_wadl parameter.

like image 88
Daniel Kulp Avatar answered Dec 05 '22 06:12

Daniel Kulp