Animated Sorting Algorithms
Permalink Comments off
org.apache.axis2.transport.http.HttpTransportProperties.Authenticator auth = new org.apache.axis2.transport.http.HttpTransportProperties.Authenticator();
auth.setUsername("user");
auth.setPassword("password");
auth.setPreemptiveAuthentication(true);
stub._getServiceClient().getOptions().setProperty(org.apache.axis2.transport.http.HTTPConstants.AUTHENTICATE, auth);
Permalink Comments off