在 Servicemix 4.3 中从 Tomcat 调用服务
我有一个在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里有一些链接可帮助您开始使用此...
首先,是在 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