Hello, I am going to use wsdl2java to generate the proxy stub with Axis2. But the retrieving of the wsdl requires HTTP basic authentication, how can I do with wsdl2java? I can't see any options to set the authentication username and password.
I tried to use "http://ws1:12345678@localhost:8080/PortalWS/TestService?wsdl", but it just return "HTTP 401 ......". Would you please to teach me how can I do ? Best regards, Eric
