Spring tool to create Rest Client

I need to create a Rest client using wadl. I know about the wadl2java maven plugin and the command line provided by Apache-cxf.

However, I could not find such a tool provided by Spring. Does spring provide any plugin for creating client classes using wadl?

+4
source share
2 answers

There is a generalized client code generator from WADL available with the JAX-RS Apache CXF implementation http://cxf.apache.org/docs/jaxrs-services-description.html

, - - SOAP/WSDL.

0

Spring - rest RestTemplate . . , wadl2java maven, , .

0

Source: https://habr.com/ru/post/1605733/


All Articles