我在这个地址http://localhost8080/testservice上运行Tomcat 6上的web服务,现在我想将它部署到Servicemix 4.3
任何人都知道如何从Servicemix 4.3调用此Web服务的简单教程?
答案 0 :(得分:0)
这里有一些链接可以帮助您开始使用...
首先,在Servicemix中创建/部署/测试Web服务的指南以及指向servicemix附带的示例的链接...
http://servicemix.apache.org/4-beginner-web-services-with-servicemix-and-cxf.html
http://svn.apache.org/repos/asf/servicemix/smx3/trunk/samples/wsdl-first/README.txt
接下来,这是一个生成cxf代码优先OSGI包的指南
http://fusesource.com/docs/esb/4.2/deploy_osgi/DeployCxf-Running.html
最后,您还可以使用Apache Camel与Web服务进行交互...
http://camel.apache.org/cxf-bean-component.html
http://camel.apache.org/how-to-run-camel-in-a-osgi-container.html