1

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.

Kalamarico
  • 5,466
  • 22
  • 53
  • 70
Prasenjit
  • 11
  • 2
  • 2
    Check out this question. https://stackoverflow.com/questions/12916169/how-to-consume-rest-in-java – Remixt Feb 02 '18 at 21:23

1 Answers1

0

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.