ホームページ >バックエンド開発 >PHPチュートリアル >调用webservice的第二种方式的异常读取是怎样的
调用webservice的第二种方式的错误读取是怎样的
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> require('./soap_lib/nusoap.php'); require('./include.php'); ini_set("soap.wsdl_cache_enabled", "1");$s = new SoapClient(url_site."/WebServices/Service1.asmx?wsdl"); $s->soap_defencoding = 'UTF-8'; $s->decode_utf8 = false;// $result=$s->call('UserInfo',array('user'=> urldecode($_GET['username']))); $result=$s->UserInfo(array('user'=> urldecode($_GET['username']))); //var_dump($result);exit;// if (!$err=$s->getError()) { // $list=explode(";",$result["UserInfoResult"]);// array_pop($list);// } else { $list=explode(";",$result->UserInfoResult); array_pop($list); ?>