Hi David

I looked at the code, I think you can add a '.wadl' to the path instead - and for this to work at the server it requires an extensionMappings map property to have a "wadl":"application/wadl" pair

Sergey
On 06/11/17 22:54, KARR, DAVID wrote:
I managed to add the 'cxf-rt-rs-service-description' artifact to my build, so that I get the WADL when I add 
"?_wadl" to my URL.  I'd actually like to make it return the WADL when I just try to access the 
"root" of the controller, without having to add the "?_wadl" string.  This feels like a 
more natural way of exploring the service, like running a Linux command in bash without any parameters to 
have it tell me what the options are.

Reply via email to