欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

javascript - 接口Uncaught SoapFault exception 是什么问题?

程序员文章站 2022-04-22 12:44:12
...
调用接口有时候报这个错
Uncaught SyntaxError: Unexpected token 

Fatal error: Uncaught SoapFault exception: [HTTP] Could not connect to host in /data/vhosts/dyactive2.vip.*****.com/inc/library/interface/check_verify.php:36 Stack trace: #0 [internal function]: SoapClient->__doRequest('<?xml version="...', 'http://webservi...', 'http://test-uri...', 1, 0) #1 [internal function]: SoapClient->__call('checkSessionid', Array) #2 /data/vhosts/dyactive2.vip.****.com/inc/library/interface/check_verify.php(36): SoapClient->checkSessionid('136274824', '1EFE297625341D0...') #3 /data/vhosts/dyactive2.vip.****.com/inc/library/functions.php(436): check_verify::getUserInfo('1EFE297625341D0...') #4 /data/vhosts/dyactive2.vip.****.com/webroot_dynamic/common_iface.php(65): islogin() #5 /data/vhosts/dyactive2.vip.****.com/webroot_dynamic/2016/fanle/index.php(81): _init_class('Index', Array, Array) #6 {main} thrown in /data/vhosts/dyactive2.vip.****.com/inc/library/interface/check_verify.php on line 36

回复内容:

调用接口有时候报这个错

Uncaught SyntaxError: Unexpected token 

Fatal error: Uncaught SoapFault exception: [HTTP] Could not connect to host in /data/vhosts/dyactive2.vip.*****.com/inc/library/interface/check_verify.php:36 Stack trace: #0 [internal function]: SoapClient->__doRequest('<?xml version="...', 'http://webservi...', 'http://test-uri...', 1, 0) #1 [internal function]: SoapClient->__call('checkSessionid', Array) #2 /data/vhosts/dyactive2.vip.****.com/inc/library/interface/check_verify.php(36): SoapClient->checkSessionid('136274824', '1EFE297625341D0...') #3 /data/vhosts/dyactive2.vip.****.com/inc/library/functions.php(436): check_verify::getUserInfo('1EFE297625341D0...') #4 /data/vhosts/dyactive2.vip.****.com/webroot_dynamic/common_iface.php(65): islogin() #5 /data/vhosts/dyactive2.vip.****.com/webroot_dynamic/2016/fanle/index.php(81): _init_class('Index', Array, Array) #6 {main} thrown in /data/vhosts/dyactive2.vip.****.com/inc/library/interface/check_verify.php on line 36

令牌?方便贴一下代码吗