About the problem of calling webservice in php
emmmmmm
emmmmmm 2018-12-03 14:27:46
0
0
1066

$url_webservice='http://59.52.225.147:8881/WebAPI'; // Interface
$param1 = '00002629';
$param2 = '13870651176';
$param3 = ' Wu Guoqiang';
$client = new \SoapClient($url_webservice.'/OTAInterface.asmx?wsdl',array('encoding'=>'UTF-8'));
=
// Parameter array (for specific methods)
$aryPara = array('CardNo'=> $param1,'TelePhone'=> $param2,'CardName' => $param3);
$getHtmlmap = $client->WXQueryCard($aryPara);



##Always reports

Could not connect to host

This error

emmmmmm
emmmmmm

reply all (0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!