<?php
require_once('lib/nusoap.php');$client = new SoapClient('http://localhost/WebService.asmx?wsdl', true);$aryPara = "fdsfsda";
//$str = $client->call('方法名称',$aryPara);
//print $str;$str = $client->call('方法名称');if (!$err=$client->getError()) {
    echo " 程序返回 :",htmlentities($str,ENT_QUOTES);
} else { 
    echo " 错误 :",htmlentities($err,ENT_QUOTES);
}?>返回 错误 :HTTP Error: Unsupported HTTP response status 404 Not Found (soapclient->response has contents of the response)