With SOAP WebSevices and WSDL it's very easy to generate a Java WebService client with wsimport.
Is there a similar way to do this for Java REST clients?
Thanks, Simon
|
With SOAP WebSevices and WSDL it's very easy to generate a Java WebService client with wsimport. Is there a similar way to do this for Java REST clients? Thanks, Simon |
|||
|
|
|
Do you have a WADL descriptor for your REST service? If so, you can use wadl2java or maybe something built-in in your IDE (IDEA for example has a wizard for that). |
|||||
|