Home > Backend Development > PHP Tutorial > javascript - 接口Uncaught SoapFault exception 是什么问题?

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 20:06:54
Original
1293 people have browsed it

调用接口有时候报这个错

<code>Uncaught SyntaxError: Unexpected token </code>
Copy after login
Copy after login
<code><br>
<b>Fatal error</b>:  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 <b>/data/vhosts/dyactive2.vip.****.com/inc/library/interface/check_verify.php</b> on line <b>36</b><br></code>
Copy after login
Copy after login

回复内容:

调用接口有时候报这个错

<code>Uncaught SyntaxError: Unexpected token </code>
Copy after login
Copy after login
<code><br>
<b>Fatal error</b>:  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 <b>/data/vhosts/dyactive2.vip.****.com/inc/library/interface/check_verify.php</b> on line <b>36</b><br></code>
Copy after login
Copy after login

令牌?方便贴一下代码吗

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
What are JavaScript hook functions?
From 1970-01-01 08:00:00
0
0
0
What is JavaScript garbage collection?
From 1970-01-01 08:00:00
0
0
0
c++ calls javascript
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template