On Thu, Feb 7, 2013 at 3:18 AM, sarfaraj <[email protected]> wrote: > We have axis web service with user authentication. Could some one tell me how > to consume that web service in camel route ? and How to authenticate using > camel route ? > > Any example would greatly help me. >
There is no camel-axis component. So you need to call a Camel route from your Axis web-service java code. We have an old tutorial on how to do that when using the old Axis 1.4 http://camel.apache.org/tutorial-axis-camel.html > /Sarfaraj > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-consume-axis-web-service-with-user-authentication-in-camel-route-tp5727065.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. FuseSource is now part of Red Hat Email: [email protected] Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen
