Hello, First I think that you should tell us which version of Apache ServiceMix are you planning to use. Here are 2 examples, one JBI and one OSGI, that you can use to start you first SOAP web-service and deploy it in ServiceMix.
JBI: http://cis.ait.asia/course_offerings/49/servicemix_tutorial_4 I actually made the above example work and then I switched from ant to maven. If you try it and encounter any kind of problems I would be happy to help you. Please keep in mind that JBI is kind of obsolete and that OSGI is the "real deal". OSGI: http://www.jakubkorab.net/2012/02/developing-web-services-in-servicemix.html Here you will find 3 examples, one plain CXF and two with Apache Camel. The packaging is OSGI instead of JBI. -- View this message in context: http://servicemix.396122.n5.nabble.com/Example-Tutorials-to-use-Apache-ServiceMix-API-s-for-monitoring-web-service-programmatically-tp5716750p5716752.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
