我在此地址http://localhost8080/testservice上的Tomcat 6上运行了一个Web服务,现在我想将其部署到Servicemix 4.3
任何人都知道一个简单的教程,关于如何从Servicemix 4.3调用此Web服务?

最佳答案

这里有一些链接可以帮助您开始使用...

首先是在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

07-26 08:52