Home
last modified time | relevance | path

Searched refs:soapclient (Results 1 – 5 of 5) sorted by path

/plugin/googlesearch/
H A DGoogleAPI.php8 var $soapclient = null; variable in GoogleAPI
21 $this->soapclient = new soapclient('http://api.google.com/search/beta2');
55 $ret = $this->soapclient->call('doGoogleSearch', $params, $this->soapoptions);
56 $err = $this->soapclient->getError();
82 $spell = $soapclient->call('doSpellingSuggestion', $params, $this->soapoptions);
84 $err = $soapclient->getError();
H A Dnusoap.php6407 class soapclient extends nusoap_base { class
6474 …function soapclient($endpoint,$wsdl = false,$proxyhost = false,$proxyport = false,$proxyusername =… function in soapclient
7054 $evalStr = 'class soap_proxy_'.$r.' extends soapclient {
/plugin/mantis/lib/
H A Dchangelog42 - soapclient: add proxy authentication
50 - soapclient: force xml_encoding to upper case
231 - soapclient: improve rpc/literal support
260 - soapclient: initialize requestHeaders in proxy
289 - soapclient: read/write cookies (thanks Ingo)
301 - soapclient: support client certificates
344 - soapclient: add setEndpoint method
351 - soapclient: call parent constructor
374 - soapclient: specify encodingStyle for envelope
375 - soapclient: improve debug and comments
[all …]
H A Dclass.soapclient.php974 class soapclient extends nusoap_client { class
H A Dnusoap.php8042 class soapclient extends nusoap_client { class