Home
last modified time | relevance | path

Searched refs:soap_client (Results 1 – 3 of 3) sorted by relevance

/plugin/sympaauth/files/
H A Dsympa.class.php29 var $soap_client = null; variable in auth_sympa
59 $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);
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php31 var $soap_client = null; variable in auth_shibboleth
172 $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);
/plugin/mantis/lib/
H A Dchangelog152 - soap_client: Remove a var_dump
153 - soap_client: Add style and use parameters to call method to support doc/lit without WSDL