I generated wsdl using Ws gen in my application. For that wsdl I tried to generate client so used Ws import with Maven. Client generation is successful but only request, response, exception, object factory and package classes are created.
There is no class for the service reference. What is the issue?
If service class not needed how to call the service from my client file
Thanks