SOAP-连接被拒绝

时间:2018-08-16 12:23:47

标签: php xml soap wsdl

我无法连接到SOAP服务

new SoapClient('https://stest.bankconnect.dk/2017/02/02/services/CorporateService?wsdl');

错误

  

SoapClient :: SoapClient(http://stest.bankconnect.dk/2017/02/02/services/CorporateService?xsd=xsd/xmldsig-core-schema.xsd):   无法打开流:连接被拒绝   /var/www/dyntest.dk/php/class/Bankconnect.php(7)

在浏览器中请求URL时。没问题。我得到XML文档

1 个答案:

答案 0 :(得分:1)

您可以浏览wsdl,但是xml的链接不起作用:

<xs:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="http://stest.bankconnect.dk/2017/02/02/services/CorporateService?xsd=xsd/xmldsig-core-schema.xsd"/> 

它是错误的,不能正常工作,或者很可能是通过防火墙或其他阻止连接的方法来保护的。