在 Servicemix 4.3 中从 Tomcat 调用服务

发布于 2024-11-16 06:06:29 字数 204 浏览 3 评论 0原文

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

I have a webservice running on Tomcat 6 in this address http://localhost8080/testservice, now i want to deploy it to Servicemix 4.3
Anyone knows a simple tutorial, on how to call this webservice from Servicemix 4.3?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

时光是把杀猪刀 2024-11-23 06:06:29

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

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

here are a few links to help you get started with this...

first, a guide to creating/deploying/testing a web service in Servicemix and a link to an example that ships with 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

next, here is a guide to generating a cxf code-first OSGI bundle

http://fusesource.com/docs/esb/4.2/deploy_osgi/DeployCxf-Running.html

finally, you can also use Apache Camel to interface with web services...

http://camel.apache.org/cxf-bean-component.html

http://camel.apache.org/how-to-run-camel-in-a-osgi-container.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文