Hi There is also this tutorial showing how to use Axis 1.x with Camel http://camel.apache.org/tutorial-axis-camel.html
Maybe it can be an help also. A dedicated axis2 component does not exist in the Camel distribution. But contributions is much welcome http://camel.apache.org/contributing.html On Sat, Aug 15, 2009 at 2:30 AM, Willem Jiang<[email protected]> wrote: > Hi, > > You can try to use camel-cxf component[1][2] or camel-http[3] component to > let camel talk to your Axis2 web services. > > If you want to run the Axis2 services inside the camel, you may need to > migrate your service to CXF[4] first(if your are using JAXWS API, no > addition work need to do), because we don't provides camel-axis2 component > for such integration. > > [1]http://camel.apache.org/cxf.html > [2]http://camel.apache.org/cxf-example.html > [3]http://camel.apache.org/http.html > [4]http://cwiki.apache.org/CXF > > Willem > Nick Arjen wrote: >> >> Hi , >> We have already running some Axis2 web services and now we want to have >> some integration solution too. It seems like Camel is a good integration >> solution but I'm wonder if any one try out for Camel/Axis2 ? >> If so , can some one provide a tutorial about Camel/Axis2 integration ..? >> >> >> Thanks , >> >> nick >> >> >> > > -- Claus Ibsen Apache Camel Committer Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
