Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ssl/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Web services 使用HTTPS URL在webMethods中创建Web服务描述符(使用者)_Web Services_Ssl_Truststore_Webmethods - Fatal编程技术网

Web services 使用HTTPS URL在webMethods中创建Web服务描述符(使用者)

Web services 使用HTTPS URL在webMethods中创建Web服务描述符(使用者),web-services,ssl,truststore,webmethods,Web Services,Ssl,Truststore,Webmethods,我一直在尝试在我的webMethods集成服务器中创建一个Web服务使用者,使其成为一个受证书保护的Web服务,但当我尝试使用Web服务描述符向导,在几秒钟后使用HTTPS链接创建时,我得到超时: java.net.ConnectException: Connection timed out: connect 我之前所做的: 我已将密钥库添加到本地设计器(config.ini)中: 我还使用以下指南在我的集成服务器中添加了一个带有证书的信任库: 证书和连接本身很好,使用wget和我设法下载W

我一直在尝试在我的webMethods集成服务器中创建一个Web服务使用者,使其成为一个受证书保护的Web服务,但当我尝试使用Web服务描述符向导,在几秒钟后使用HTTPS链接创建时,我得到超时:

java.net.ConnectException: Connection timed out: connect
我之前所做的:

我已将密钥库添加到本地设计器(config.ini)中:

我还使用以下指南在我的集成服务器中添加了一个带有证书的信任库:

证书和连接本身很好,使用wget和我设法下载WSDL文件的同一证书(使用HTTPS链接)

我还尝试使用下载的WSDL创建描述符,但它包含:

 <wsdl:import namespace="http://xxx.xxx/" location="http://xxx.xxx.xxx.xxx/xxx/xxx.svc?wsdl=wsdl0"/>

我建议在任何浏览器中打开WSDL url,并使用.WSDL扩展名保存它。 可以使用此.wsdl文件创建webservice描述符

*对于错误
连接超时:连接
尝试在Eclipse->Preferences->network settings中的本机/直接/手动之间更改网络设置。
还可以配置SSH设置

 <wsdl:import namespace="http://xxx.xxx/" location="http://xxx.xxx.xxx.xxx/xxx/xxx.svc?wsdl=wsdl0"/>
 java.io.IOException: Server returned HTTP response code: 503 for URL: http://xxx.xxx/" location="http://xxx.xxx.xxx.xxx/xxx/xxx.svc?wsdl=wsdl0