Is there a way to validate a given WADL File?
Validating against the XML Schema won't catch all errors, since this will not catch errors like a method parameter with a wrong style or an undefined type.
I also tried the command line tool WADL2java from apache cxf, but this doesn't catch all violations of the wadl specification - and even if it would catch all errors, generating code just for the sake of validation seems unnecessary.