Hello,

Is it possible to get a reference to BindingProvider from JaxWsProxyFactoryBean?

I was trying to set the basic auth credentials using CXF Client APIs. I was not 
sure if I should simply set the authorization policy on the HTTPConduit or use 
the usual way of setting the client credentials from the binding provider as 
shown below.

        Map<String,Object> map = bp.getRequestContext();
        map.put(BindingProvider.USERNAME_PROPERTY, "user");
        map.put(BindingProvider.PASSWORD_PROPERTY,"pass");

Appreciate any help.

Thanks!
Arul

Reply via email to