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);//返回值
相關文章
相關標籤/搜索