调用方式
$method = $request['method'];$param = array(array("xmlString"=>$xml));//$client = new \SoapClient($wsdl);$result = $client->__soapCall( $method, $param);
本文共 214 字,大约阅读时间需要 1 分钟。
调用方式
$method = $request['method'];$param = array(array("xmlString"=>$xml));//$client = new \SoapClient($wsdl);$result = $client->__soapCall( $method, $param);
转载于:https://www.cnblogs.com/blog-dyn/p/11404549.html