小编emr*_*mre的帖子

如何从 WSDL URL 生成 WSDL 文件?

我的问题是我用wsimport创建了一个 web 服务客户端,在创建它的服务对象时,它由于 HTTPS 而失败,如下所示:

MyService_Service service = new MyService_Service(
                                new URL("https://www.aaa.com/myws/MyService?WSDL"));
Run Code Online (Sandbox Code Playgroud)

因此,我正在尝试从 WSDL 文件初始化服务对象,但是如何从该 URL“ https://www.aaa.com/myws/MyService?WSDL ”创建 WSDL 文件?

非常感谢。

java jax-ws wsimport

5
推荐指数
1
解决办法
2万
查看次数

Mercurial Eclipse错误

我试图在日食中使用mercurial.我为此下载了mercurial eclipse插件.
但是,尽管我已经多次重新安装它,它也会出现同样的错误,我将截图放在下面.

Mercurial for Eclipse错误消息

Checking encoding (cp1254)...
Checking extensions...
Checking templates...
Checking patch...
Checking commit editor...
 Can't find editor 'notepad' in PATH
 (specify a commit editor in your configuration file)
Checking username...
1 problems detected, please check your install!. Command line: hg -y debuginstall
Run Code Online (Sandbox Code Playgroud)

我不知道如何处理这个问题.非常感谢任何帮助,谢谢.

eclipse mercurial

4
推荐指数
2
解决办法
6758
查看次数

标签 统计

eclipse ×1

java ×1

jax-ws ×1

mercurial ×1

wsimport ×1