0

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

4

1 回答 1

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

于 2011-06-27T23:54:25.500 回答