Im using wsimport but I cant find why or how to create classes for RESTful web services/ports defined in WSDL.
Does wsimport tool from JAX-WS allows to create RESTful class clients?
Im using wsimport but I cant find why or how to create classes for RESTful web services/ports defined in WSDL.
Does wsimport tool from JAX-WS allows to create RESTful class clients?
No wsimport is only used for JAX-WS not JAX-RS. It reads WSDL file rather than WADL.