CXF SOAP web service - Basic Authentication - username password

2014-01-01 Thread Sheck, Jacob
I have configured a CXF web service using blueprint, with wsdl2java and it works well. 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

Re: CXF SOAP web service - Basic Authentication - username password

2014-01-01 Thread Willem Jiang
Can I have a look at your camel route? It looks like the Karaf Servlet transport doesn’t put username and password into the message context. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com(http://willemjiang.blogspot.com/) (English) http://jnn.it

RE: CXF SOAP web service - Basic Authentication - username password

2014-01-01 Thread Sheck, Jacob
: CXF SOAP web service - Basic Authentication - username password Can I have a look at your camel route? It looks like the Karaf Servlet transport doesn’t put username and password into the message context. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http