Static basic authorization of cxf-bc can be configured like this:

<cxfbc:consumer wsdl="classpath:my.wsdl"
locationURI="http://0.0.0.0:8192/my"; 
service="my"
endpoint="endpoint"
busCfg="basic_auth.xml"/>

where basic_auth.xml looks like:
<http:conduit>
<http:authorization>
<sec:UserName>user</sec:UserName>
<sec:Password>password</sec:Password>
</http:authorization>
</http:conduit>


Can  the UserName and PassWord be configured dynamic  or with a bean?
-- 
View this message in context: 
http://www.nabble.com/Dynamic-http-authorization-of-CXF-BC.....-tp25608145p25608145.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to