Soap 错误-无法加载外部实体

Soap 错误-无法加载外部实体

我有一个 PHP 脚本,它使用 SoapClient 连接到 API 并运行方法。它适用于我之前运行过的所有不同服务器,但当我在服务器上尝试它时,我收到错误:

SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://example.com?WSDL': failed to load external entity 'https://example.com?WSDL'

我认为服务器连接到 https 域时存在问题。Soap 在后台使用哪个服务器库?Curl?

提前致谢!

答案1

相关内容