用.NET的webservice做调试很轻松。用soapserver的try和cacth获取不了多少信息 Read More
try { import('@.Ext.xml'); header("Content-Type:text/html; charset=utf-8"); $soap = new SoapClient('http://localhost/index.php/Api/index?wsdl'); $usr = $_POST['usr']; $psw = $_POST['psw']; $ret = $soap->userLogin($usr, $psw); ... Read More