简体   繁体   English

Java中的Web服务客户端

[英]Web services clients in Java

I'd like you to list all the solutions available to generate web-service clients in Java platform. 我希望您列出所有可用于在Java平台中生成Web服务客户端的解决方案。

I need to extract the structured information from the web-service to work with. 我需要从Web服务中提取结构化信息才能使用。

What do we have in the box? 盒子里有什么? Preferably available as Eclipse plugins. 最好作为Eclipse插件使用。

  • Axis2 轴2
  • JBossTools JBoss工具
  • Apache CXF Apache CXF

What else ? 还有什么 ?

The problem here is that most tools do not work with web-services I need to consume. 这里的问题是,大多数工具无法与我需要使用的Web服务一起使用。

Apache CXF does not generate the client. Apache CXF不会生成客户端。 JBoss only partially does the job. JBoss只完成部分工作。

I would like to try something and find what really works with particular web services. 我想尝试一些东西,并找到真正适用于特定Web服务的东西。

java.sun.com/webservices/.../wsit/.../Examples_glassfish6.html java.sun.com/webservices/.../wsit/.../Examples_glassfish6.html

this is for creating web services 这是用于创建Web服务

No one gave a clear answer yet. 还没有人给出明确的答案。 I got one advice: always try different versions of a framework, and try the latest. 我得到一个建议:总是尝试不同版本的框架,并尝试最新版本。 It may sometimes be the key answer. 有时可能是关键的答案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM