Searched refs:soap_client (Results 1 – 3 of 3) sorted by relevance
29 var $soap_client = null; variable in auth_sympa59 $this->soap_client = new SoapClient($this->sympaSoapService);81 if (!isset($this->soap_client) || empty($this->soap_client)){82 $this->soap_client = new SoapClient($conf['plugin']['sympaauth']['sympaSoapService']);85 $auth_key = $this->soap_client->login($user,$pass);127 $res = $this->soap_client->authenticateAndRun($user,$_SESSION['sympapass'],'complexWhich');169 unset($this->soap_client);
31 var $soap_client = null; variable in auth_shibboleth172 $this->soap_client = new SoapClient($conf['plugin']['shibbolethauth']['sympaSoapService']);181 …$res = $this->soap_client->authenticateRemoteAppAndRun($conf['plugin']['shibbolethauth']['sympaApp…299 $this->soap_client = new SoapClient($conf['plugin']['shibbolethauth']['sympaSoapService']);307 …$res = $this->soap_client->authenticateRemoteAppAndRun($conf['plugin']['shibbolethauth']['sympaApp…400 unset($this->soap_client);
152 - soap_client: Remove a var_dump153 - soap_client: Add style and use parameters to call method to support doc/lit without WSDL