Could you please help me about the steps to be followed for generating stubs using wsimport.
In my case my WSDL requires username and password if it has to be downloaded using certificate via SSL.
I used the command wsimport -keep -s
path url.
But it is not working. how to provide username and password to get the WSDL?
Thanks.