Home >Backend Development >PHP Tutorial >javascript - What is the problem with Uncaught SoapFault exception when calling the interface?

javascript - What is the problem with Uncaught SoapFault exception when calling the interface?

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-12-01 01:27:571929browse

1. When calling the interface, the error is reported as follows

2,

<code>Fatal error:  Uncaught SoapFault exception: [HTTP] Could not connect to host in D:\xampp\htdocs\price\index1.php:36
Stack trace:
#0 [internal function]: SoapClient->__doRequest('<?xml version="...', 'http://218.93.1...', 'http://tempuri....', 1, 0)
#1 D:\xampp\htdocs\price\index1.php(36): SoapClient->__call('GetDXCSList', Array)
#2 D:\xampp\htdocs\price\index1.php(36): SoapClient->GetDXCSList('2016-10-21')
#3 {main}
  thrown in D:\xampp\htdocs\price\index1.php on line 36
</code>

3, the source code is as follows

<code><?php

$client = new SoapClient("http://218.93.114.150:12004/WebServiceJGT.asmx?WSDL");

echo "<pre class="brush:php;toolbar:false">";


var_dump($client->GetDXCSList('2016-10-21'));


echo "
";
<code>?></code>

Reply content:

1. When calling the interface, the error is reported as follows

2,

<code>Fatal error:  Uncaught SoapFault exception: [HTTP] Could not connect to host in D:\xampp\htdocs\price\index1.php:36
Stack trace:
#0 [internal function]: SoapClient->__doRequest('<?xml version="...', 'http://218.93.1...', 'http://tempuri....', 1, 0)
#1 D:\xampp\htdocs\price\index1.php(36): SoapClient->__call('GetDXCSList', Array)
#2 D:\xampp\htdocs\price\index1.php(36): SoapClient->GetDXCSList('2016-10-21')
#3 {main}
  thrown in D:\xampp\htdocs\price\index1.php on line 36
</code>

3, the source code is as follows

<code><?php

$client = new SoapClient("http://218.93.114.150:12004/WebServiceJGT.asmx?WSDL");

echo "<pre class="brush:php;toolbar:false">";


var_dump($client->GetDXCSList('2016-10-21'));


echo "
";
<code>?></code>

Could not connect to host, isn’t it obvious?

Statement:
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