I have developed JAX-RS REST Application and also I have generated WADL. How to find the WADL location?
For example in Jax-ws the wsdl can be find using the URL like [http://192.168.1.39:8083/application/ApplicationService?wsdl]
Like that how to find location WADL in JAX-RS.
If you use Jersey, you will find it at http://your.application/resource.path/application.wadl where resource.path is the path defined in your web.xml.