I have wadl url from where need to generates java class for consuming rest web services.
How can I create java class from that wadl? Thanks.
I have wadl url from where need to generates java class for consuming rest web services.
How can I create java class from that wadl? Thanks.
I would recommend you to take a look to CXF JAX-RS.
CXF JAX-RS supports Web Application Description Language (WADL) and is very well documented.