日期:2014-05-17 浏览次数:20449 次
define('R_P',dirname(__FILE__)."/"); include_once(R_P.'class/nusoap/nusoap.php'); $wsdl="http://www.ungb.com/sky/LineService.asmx?WSDL"; $ParmArray=array("literal"=>""); $client = new nusoap_client($wsdl,true); $client->soap_defencoding = 'utf-8'; $client->decode_utf8 = false; $client->xml_encoding = 'utf-8'; $client->timeout = 900; $client->response_timeout = 900; $result = $client->call("GetListLine",array("parameters"=>$ParmArray)); print_r($result);