On Thu, Feb 18, 2010 at 9:30 AM, lekkie <[email protected]> wrote: > > Hi Guys, > > I 'd like to expose a Webservice using camel. I have the WSDL whcih I will > like to be exposed for this service. > > How do I do this? >
You can take a look at this example http://camel.apache.org/cxf-async-example.html The source code is in examples in camel-example-cxf-async And there is also the CXF examples http://camel.apache.org/cxf-example.html Which may IMHO be a bit harder to understand as its an older example and having showing many things in the same example. > kr. > -- > View this message in context: > http://old.nabble.com/how-to-expose-%28SOAP%29-webservice-using-camel-tp27635666p27635666.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
