我的问题是我用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 文件?
非常感谢。
我试图在日食中使用mercurial.我为此下载了mercurial 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)
我不知道如何处理这个问题.非常感谢任何帮助,谢谢.