具有 Java 应用程序和 SSL 的 Web 服务客户端

发布于 2024-10-12 13:05:51 字数 313 浏览 7 评论 0原文

我正在开发一个 Java 桌面应用程序,我想使用其中的 Web 服务。 Web 服务需要使用 binarysecuritytoken 实现消息级安全的双向 SSL 连接。我使用 NetBeans IDE 6.9.1 和 JDK 1.6.0.23 以及 JAX-WS 作为 ws 包装器。如何在客户端计算机上不使用任何 Web 服务器的情况下与 ws 进行通信。我读到的大部分内容都需要在客户端计算机上有 tomcat 或其他一些 Web 服务器(在 tomcat 等中配置密钥库......)。可以做吗?请推荐一些关于用于 Java 桌面应用程序的基于 SSL 的 ws 客户端的文章。

I am developing a Java desktop application and I want to consume a web service in it. The web service requires two-way SSL connection with message level security using binarysecuritytoken. I am using NetBeans IDE 6.9.1 with JDK 1.6.0.23 and JAX-WS as ws wrapper. How can I communicate with the ws without using any web server on client machine. Most of the stuff I read needs to have tomcat or some other web server on client machine (configuring the keystore in tomcat or so...). Is it possible to do? Please suggest some article for SSL based ws client for Java desktop application.

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

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

发布评论

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

评论(1

悲念泪 2024-10-19 13:05:51

在 JavaSE 中使用 Web 服务 - 请参阅 NetBeans 教程

使用 BindingProvider 设置您的属性在调用服务之前。请参阅使用 BindingProvider 的示例 这里

Consuming web services in JavaSE - see NetBeans tutorial

Use BindingProvider to set your properties before you invoke the service. See example of using BindingProvider here

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