Hi,
当我在使用SoapClient调用wsdl的时候。提示我
failed to load external entity XXX
$options = array(
'style'=>SOAP_RPC,
'cache_wsdl'=>WSDL_CACHE_NONE,
'local_cert' => $this->certFile, # 证书
'passphrase' => 'password',
'soap_version' => SOAP_1_2,
'trace' => true,
'exceptions' => true,
'connection_timeout'=>15,
'encoding'=>'UTF-8',
);
哪里有问题呢?
题主
问题解决了吗
最近我也遇到相同问题了
求助啊
SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://:/XX?wsdl' : failed to load external entity "https://:/XXI?wsdl"