SOAP Java 1.4.2

发布于 2024-07-21 01:17:29 字数 1539 浏览 7 评论 0原文

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

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

发布评论

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

评论(5

零度℉ 2024-07-28 01:17:30

我是 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

耳根太软 2024-07-28 01:17:29

Apache Axis 在 Java 1.4 上运行,对 WS-Security 等规范有相当好的支持。

Apache Axis runs on Java 1.4 and has fairly good support for specs like WS-Security.

情场扛把子 2024-07-28 01:17:29

大多数常见的都是当时的情况; 不过,您可能需要转到存档版本,因为现在有几个主要版本已经过时了。 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.

橪书 2024-07-28 01:17:29

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.

木槿暧夏七纪年 2024-07-28 01:17:29

两个主要选项是 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.

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