Hi, there
I found many users are using following to do the basic authentication:
// Add basic authentication
HttpTransportProperties.BasicAuthentication basicAuth
= new HttpTransportProperties().new BasicAuthentication();
basicAuth.setUsername("admin");
basicAuth.setPassword("admin");
options.setProperty(HTTPConstants.BASIC_AUTHENTICATION, basicAuth);
I can find the HttpTransportProperties class, but I can't find the nest
class BasicAuthentication,
I am using axis2 1.0 and axis2 1.1, both haven't this nested class. Can
some one help me to figure out why 1.0 and 1.1 haven't this class?
--
Regards
Tony