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. from uri=cxf:/productservice?bus=#cxfamp;serviceClass=com.company.services.productserviceamp;wsdlURL=META-INF/wsdl/productservice.wsdl / I would like to add http basic authentication, when working with jetty

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)

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

2014-01-01 Thread Sheck, Jacob
-- !-- Authentication -- ... /route -Original Message- From: Willem Jiang [mailto:willem.ji...@gmail.com] Sent: Wednesday, January 01, 2014 8:59 PM To: users@camel.apache.org Subject: Re: CXF SOAP web service - Basic Authentication - username