下列代码 正常返回的值应该是 true ,但是现在返回的值是 stdClass Object ( [out] => ) ,请高手帮忙看看是哪里出现了问题,谢谢!$client = new SoapClient("http://221.122.124.194:85/cardsysmonitor.ws?wsdl");
$emsg=md5("8880350000000079156498737GY@cardYorN");
$params = array('in0'=>'8880350000000079156','in1'=>$emsg);
$result = $client->cardYorN($params);
print_r($result);SOAP