I am trying to generate my WSDL for webservices but I get this error:
Note: ap round: 2 Exception in thread \"main\" javax.xml.ws.WebServiceException: Unable to
I solved this issue by adding a SOAPBinding on top of my interface:
public interface xxxWebServiceImpl { @SOAPBinding(style = SOAPBinding.Style.RPC) }