On Mon February 1 2010 10:37:06 am SaravananRamamoorthy wrote:
> Hi All,
> 
> I have generated webservice client using cxf wsdl2java.
> 
> The webservice requires basic authentication.
> 
> How do I pass basic authenticatin to webservice client using cxf.
> 
> Can we use BindingProvider class for this.

Yep.   The BindingProvider has keys for both the username and the password.   
Just set those on the RequestContext and it should be all set.

Dan


> 
> Regards
> Saravanan R
> 

-- 
Daniel Kulp
[email protected]
http://www.dankulp.com/blog

Reply via email to