Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
我是 Apache CXF 的粉丝。 以下是有关开发 Web 服务客户端的不同方法的教程:
http://cwiki.apache.org/CXF20DOC/how-do-i-develop-a-client.html
I'm a fan of Apache CXF. Here's a tutorial on the different ways to develop a web service client:
http://cwiki.apache.org/CXF20DOC/how-do-i-develop-a-client.html
Apache Axis 在 Java 1.4 上运行,对 WS-Security 等规范有相当好的支持。
Apache Axis runs on Java 1.4 and has fairly good support for specs like WS-Security.
大多数常见的都是当时的情况; 不过,您可能需要转到存档版本,因为现在有几个主要版本已经过时了。 Java 5 特别添加了足够的优点,以至于它的功能倾向于被采用。
Most of the common ones were around then; you're likely to need to go to archived versions though, as that's several major revisions old now. Java 5 in particular added enough goodness that its features tended to be adopted.
Metro 和 CXF 都不适用于 Java 1.4.x,它们都需要 Java5。 我认为唯一的选择是 Axis/Axis2 和 XFire,但即使 Axis2 1.5 也将只是 Java 5,而 XFire 几乎会被 CXF 取代。 Java 1.4 几乎是 Web 服务堆栈的死胡同。
Neither Metro nor CXF will work with Java 1.4.x, they both require Java5. I think the only options are Axis/Axis2 and XFire, but even Axis2 1.5 is going to be Java 5 only and XFire is pretty much replaced by CXF. Java 1.4 is pretty much a dead end for WebServices stacks.
两个主要选项是 Apache Axis/Axis2 和 Sun Metro JAX- WS 堆栈(包含在 J2EE 5 和 J2SE 6 中)。
然而,Metro 仅适用于 Java 5 及更高版本,因为它使用注释。
The two major options are Apache Axis/Axis2 and the Sun Metro JAX-WS stack (included in J2EE 5 and J2SE 6).
However, Metro is Java 5 and newer only, as it uses annotations.