求助,用php与susoap操作java写的webservice总是出现soap:Server: Fault occurred while processing.
这个是代码部分
require_once("lib/nusoap.php");
$client = new SoapClient('http://sdata.et361.com/Service/shutDownPolicyService?wsdl','wsdl');
$userName='username';
$key='key';
$airway ='';
$orgcity ='';
$destcity ='';
$type="1";
$sign = md5($userName.$key.$airway.$orgcity.$destcity.$type);
$arr = array('userName'=>$userName,'key'=>$key,'airway'=>$airway,'destcity'=>$destcity,'orgcity'=>$orgcity,'type'=>$type,'sign'=>$sign,'param1'=>'','param2'=>'','param3'=>'','param4'=>'','param5'=>'');
try{
$shutDownPolicyRequest = $client->call("shutDownCachePolicy",$arr);
echo "
";
if(!$client->getError()){
var_dump($shutDownPolicyRequest);
}
else{
echo $client->getError();
}
}catch(SoapFault $e) {
echo $e->getMessage ();
}
自己解决了,,,
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号