Re: Camel cxf with basic authentication

2014-01-07 Thread Willem Jiang
@gmail.com) wrote: > > 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-ba

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 ar

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

Camel cxf with basic authentication

2014-01-06 Thread Akshat Tandon
Hi All, I'm new to Apache Camel and CXF, I'm trying to create a route for querying a remote WS which requires Basic Authentication and to specify the SoapAction header. I was able to achieve the same using camel http component but i needed the same with camel cxf in java dsl . Example the samp