Re: [Axis2] How to Basic Authentication in client

2006-12-11 Thread Dimuthu Leelarathne
); basicAuth.setPassword(admin); Rgds, Dimuthu. - Original Message From: Tony Fang [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Tuesday, December 12, 2006 10:20:03 AM Subject: [Axis2] How to Basic Authentication in client Hi, there I found many users are using following

Re: [Axis2] How to Basic Authentication in client

2006-12-11 Thread Tony Fang
HttpTransportProperties.Authenticator(); basicAuth.setUsername(admin); basicAuth.setPassword(admin); Rgds, Dimuthu. - Original Message From: Tony Fang [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Tuesday, December 12, 2006 10:20:03 AM Subject: [Axis2] How to Basic