You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by inter <ga...@126.com> on 2009/09/25 10:09:31 UTC

Dynamic http authorization of CXF-BC.....

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.