I am trying to generate Java classes from this WSDL https://sedo.fss.ru/sedo-gateway/api/soap/SedoGateway?wsdl. I tried to do it with wsdl2java util, wsimport u
I have a web service deployed on localhost. I generated the stubs using the wsimport command on the deployment server. I then used the generated stub in my clie