Java 在哪里下载以及如何安装 JAX-WS wsimport 工具?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/19966595/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-12 21:54:02  来源:igfitidea点击:

Where to download and how to install JAX-WS wsimport tools?

javasoap-clientwsimport

提问by user2882662

Can somebody tell me where to download and how to install JAX-WS wsimporttools? I need to download it and install it.

有人能告诉我在哪里下载以及如何安装 JAX-WSwsimport工具吗?我需要下载并安装它。

Actually I want to consume SOAP webservices in my code, and I need JAX-WS wsimport tool for that. My google search has not helped me much.

实际上,我想在我的代码中使用 SOAP webservices,为此我需要 JAX-WS wsimport 工具。我的谷歌搜索对我帮助不大。

回答by Jens Piegsa

It is shipped with the JDKsince version 6.

从版本 6 开始,它就随JDK一起提供。