Searched refs:soap_transport_http (Results 1 – 6 of 6) sorted by relevance
| /plugin/mantis/lib/ |
| D | changelog | 2 - soap_transport_http: SOAPAction header is quoted again, fixes problem w/ Weblogic Server 22 - soap_transport_http: apply patch from Steven Brown "if the server closes connection prematurely, … 28 - soap_transport_http: fix setCredentials and add TODO comments in sendHTTPS about what to change i… 33 - soap_transport_http: update the Content-Type header in sendRequest, since soap_defencoding could … 39 - soap_transport_http: add proxy authentication 40 - soap_transport_http: build payload the same way for http and https 46 - soap_transport_http: close a persistent connection that's at EOF 47 - soap_transport_http: prevent conflicts between setEncoding and usePersistentConnection 48 - soap_transport_http: fix use of $headers instead of $this->incoming_headers in getResponse 58 - soap_transport_http: deflate is gzcompress/gzuncompress (cf. http://archive.develooper.com/libwww… [all …]
|
| D | class.soap_transport_http.php | 15 class soap_transport_http extends nusoap_base { class 60 function soap_transport_http($url, $curl_options = NULL, $use_curl = false){ function in soap_transport_http
|
| D | class.soapclient.php | 414 $http = new soap_transport_http($this->endpoint, $this->curl_options, $this->use_curl);
|
| D | nusoap.php | 2122 class soap_transport_http extends nusoap_base { class 2167 function soap_transport_http($url, $curl_options = NULL, $use_curl = false){ function in soap_transport_http 4722 $tr = new soap_transport_http($wsdl, $this->curl_options, $this->use_curl); 7482 $http = new soap_transport_http($this->endpoint, $this->curl_options, $this->use_curl);
|
| D | class.wsdl.php | 210 $tr = new soap_transport_http($wsdl, $this->curl_options, $this->use_curl);
|
| /plugin/googlesearch/ |
| D | nusoap.php | 2006 class soap_transport_http extends nusoap_base { class 2041 function soap_transport_http($url){ function in soap_transport_http 4247 $tr = new soap_transport_http($wsdl); 6749 $http = new soap_transport_http($this->endpoint);
|