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

Re: Camel cxf with basic authentication

2014-01-07 Thread Willem Jiang
, akshattandon (akshat@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-basic-authentication

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