时间:2021-07-01 10:21:17 帮助过:19人阅读
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);