Hi On Fri, Apr 6, 2012 at 7:34 AM, madhu <[email protected]> wrote: > how we can invoke a webservice in camel? >
Please spend more time reading the documentation, and trying the examples and tutorials etc. There is a lot of documentation to Apache Camel http://camel.apache.org/examples.html http://camel.apache.org/tutorials.html Also we have an extensive link collection from 3rd party blogs, articles, etc about Camel. http://camel.apache.org/articles And on the Camel front page, there is a search box. Type in web service in the box and press search. And read the links it returns. Then when you got a bit more hands down experience then come back with questions. For web service etc you need to chose a web service framekwork such as Apache CXF Spring Web Services Camel have components for both of them. There is also Apache Axis, as web service framework, but Camel does not have any out of the box integration with that. But its of course doable. See for example this old tutorial http://camel.apache.org/tutorial-axis-camel.html > -- > View this message in context: > http://camel.465427.n5.nabble.com/how-to-invoke-a-web-service-tp5622105p5622105.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- CamelOne 2012 Conference, May 15-16, 2012: http://camelone.com FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
