Hi Some more updates have been applied to the WADLGenerator recently :
- if a parent path has a trailing slash and a subresource path has a leading slash (at a JAXRS code level) then this leading slash will not be visible in WADL which will help some tools to concatenate multiple paths - improved support for showing parameters which are used to select subresources - multiple methods sharing the same path (at a JAXRS code level) will now be sharing a single WADL resource, this can be disabled if necessary. For ex, one method may have a matrix parameter and the other one may not but even for the second method a user will be asked to enter a matrix parameter to test a server given that WADL requires path/template and matrix parameters be shared between multiple methods so it is not possible at the consumer level (UI or future codegen) to figure out which method may require a given parameter and which may not... - it is possible to configure which namespace should be used on the resulting WADL instance - users can plugin their own WADLGenerator as a jaxrs provider, by configuring some of the existing WADLGenerator properties (as described above) or overriding some of the default WADLGenerator's methods I'll be updating the docs shortly Cheers, Sergey
