php调用webservice接口

$client = new SoapClient ($this->webServiceUrl); 
$client->soap_defencoding = 'utf-8';
$client->xml_encoding = 'utf-8';
$param = array('arg0'=>$context);//参数拼接xml字符串
$result = $client->managementMemberInfo($param);//返回值

 

posted @ 2019-03-29 00:09  风79  阅读(139)  评论(0编辑  收藏  举报