$client = new SoapClient($wsdl);
$param = array('xmlStr' => $parm1);
$arr = $client->sealAutoPdf($param);
$res = simplexml_load_string($arr->return);
$res = json_decode(json_encode($res), true);
$client = new SoapClient($wsdl);
$param = array('xmlStr' => $parm1);
$arr = $client->sealAutoPdf($param);
$res = simplexml_load_string($arr->return);
$res = json_decode(json_encode($res), true);
本文标题:访问WebService服务器
本文链接:https://www.haomeiwen.com/subject/zuyewttx.html
网友评论