gpt4 book ai didi

PHP oop fatal error : Uncaught SoapFault exception:

转载 作者:太空宇宙 更新时间:2023-11-03 13:18:30 25 4
gpt4 key购买 nike

我无法使用我的橙色服务器连接到我的网站,出现此错误:

我已经启用了 ssl 和 soap,但它仍然不起作用。

Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR:
Parsing WSDL: Couldn't load from 'https://m2mconnect.orange.co.uk/orange-soap/services/MessageServiceByCountry?wsdl':
Start tag expected, '<' not found in C:\xampp\htdocs\test\library\connect.class.php:10

Stack trace: #0 C:\xampp\htdocs\test\library\connect.class.php(10): SoapClient->SoapClient('https://m2mconn...')
#1 C:\xampp\htdocs\test\application\views\items\homepage.php(20): Connect->__construct()
#2 C:\xampp\htdocs\test\library\template.class.php(30): include('C:\xampp\htdocs...')
#3 C:\xampp\htdocs\test\library\controller.class.php(25): Template->render()
#4 C:\xampp\htdocs\test\library\shared.php(91): Controller->__destruct()
#5 C:\xampp\htdocs\test\library\shared.php(91): callHook()
#6 C:\xampp\htdocs\test\library\bootstrap.php(4): require_once('C:\xampp\htdocs...')
#7 C:\xampp\htdocs\test\public\index.php(8): require_once('C:\xampp\htdocs...')
#8 {main} thrown in C:\xampp\htdocs\test\library\connect.class.php on line 10

最佳答案

[WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from ...

假设 WSDL 和服务实际上可以在 Internet 上访问,这意味着您的脚本无法连接到远程 Web 服务 - 它无法下载 WSDL 并且无法调用该服务。您需要检查服务器的网络连接(尤其是出站)。您可能需要询问您的主机,因为他们的防火墙/配置可能会停止出站连接。

关于PHP oop fatal error : Uncaught SoapFault exception:,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14341083/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com