Archive for October, 2008

Animated Sorting Algorithms

Comments off

AXIS2 Basic Authentication

PDF

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);

Comments off