Re: Camel cxf with basic authentication

2014-01-07 Thread Willem Jiang
It could be difficult to access the wsdl if you don’t setup the http conduit for it. You can setup the by setting the CxfEndpoint property like this CxfEndpoint cxfEndpoint = camelContext.getEndpoint(“cxf:xxx”); // set the authentication information Map properties = new HashMap();    org.apache.

Re: Camel cxf with basic authentication

2014-01-07 Thread akshattandon
Thanks Jiang for the response can you please provide the java dsl code to achieve the same as we don't use spring . -- View this message in context: http://camel.465427.n5.nabble.com/Camel-cxf-with-basic-authentication-tp5745620p5745666.html Sent from the Camel - Users mailing list archive a

Re: Camel cxf with basic authentication

2014-01-06 Thread Willem Jiang
You can add below lines into the spring configuration file http://cxf.apache.org/configuration/security";   xmlns="http://cxf.apache.org/transports/http/configuration";>        myuser      mypasswd      Basic   -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjian