I have configured a CXF web service using blueprint, with wsdl2java and it works well. <from uri="cxf:/productservice?bus=#cxf&serviceClass=com.company.services.productservice&wsdlURL=META-INF/wsdl/productservice.wsdl" /> I would like to add http basic authentication, when working with jetty I can get the username and password from the camel headers, and pass the values through my authentication bean. The web service used by cxf and camel in karaf does not expose the username and password this way.
Could anyone explain, or direct me to an example, of how to get the basic authentication http request header values from a request to a cxf web service in karaf? Thank You Jacob Sheck ________________________________ CONFIDENTIALITY NOTICE: This e-mail message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution of any kind is strictly prohibited. If you are not the intended recipient, please contact the sender via reply e-mail and destroy all copies of the original message. Thank you.
