php调用webservice接口,求大神可以解决?
发布网友
发布时间:2022-04-30 02:25
我来回答
共1个回答
热心网友
时间:2023-10-05 14:29
$client = new SoapClient ($this->webServiceUrl);
$client->soap_defencoding = 'utf-8';
$client->xml_encoding = 'utf-8';
$param = array('arg0'=>$context);//参数拼接xml字符串
$result = $client->managementMemberInfo($param);//返回值