Hi,

I'm using camel v2.12.3.
I have a route running within JBoss EAP 6.1 like this (I'm not using spring
configuration):

from("jms:queue:test")
.to("cxfbean:testServiceWS");

The jms queue is located on another server and the message itself is
providing some authentication information.
The webservice (jax-ws) is secured with basic authentication using JBoss
security domain.
Passing a message to the queue results in a 401 response, like expected.
Is there a way to add auth information for the cxfbean invocation (for the
RequestContext)?

Thanks for your help

Greetings



--
View this message in context: 
http://camel.465427.n5.nabble.com/CxfBean-Authentication-tp5759699.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to