Home
last modified time | relevance | path

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

/plugin/googlesearch/
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();
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/
Dchangelog17 - soapclient: get xml character encoding from HTTP Content-Type header if provided, e.g. text/xml;c…
18 - soapclient: use headers in call if provided (previously ignored this parameter)
42 - soapclient: add proxy authentication
43 - soapclient: allow proxy information in ctor, so that it can be used for wsdl
49 - soapclient: improve handling of persistent connections
50 - soapclient: force xml_encoding to upper case
60 - soapclient: add responseData member to access deflated/gunzipped payload
81 - wsdl, soapclient, soap_parser: patch submitted by Mark Spavin as described by
91 - wsdl, soapclient: fix some PHP notices from previous update
95 - soapclient, soap_server: when no charset is specified, use UTF-8, even though HTTP specifies US-A…
[all …]
Dclass.soapclient.php974 class soapclient extends nusoap_client { class
Dnusoap.php8042 class soapclient extends nusoap_client { class