Documentation TYPO3 par Ameos |


Public Member Functions | |
| soap_transport_http ($url) | |
| setURL ($url) | |
| connect ($connection_timeout=0, $response_timeout=30) | |
| send ($data, $timeout=0, $response_timeout=30, $cookies=NULL) | |
| sendHTTPS ($data, $timeout=0, $response_timeout=30, $cookies) | |
| setCredentials ($username, $password, $authtype= 'basic', $digestRequest=array(), $certRequest=array()) | |
| setSOAPAction ($soapaction) | |
| setEncoding ($enc='gzip, deflate') | |
| setProxy ($proxyhost, $proxyport, $proxyusername= '', $proxypassword= '') | |
| decodeChunked ($buffer, $lb) | |
| buildPayload ($data, $cookie_str= '') | |
| sendRequest ($data, $cookies=NULL) | |
| getResponse () | |
| setContentType ($type, $charset=false) | |
| usePersistentConnection () | |
| parseCookie ($cookie_str) | |
| getCookiesForRequest ($cookies, $secure=false) | |
Public Attributes | |
| $url = '' | |
| $uri = '' | |
| $digest_uri = '' | |
| $scheme = '' | |
| $host = '' | |
| $port = '' | |
| $path = '' | |
| $request_method = 'POST' | |
| $protocol_version = '1.0' | |
| $encoding = '' | |
| $outgoing_headers = array() | |
| $incoming_headers = array() | |
| $incoming_cookies = array() | |
| $outgoing_payload = '' | |
| $incoming_payload = '' | |
| $useSOAPAction = true | |
| $persistentConnection = false | |
| $ch = false | |
| $username = '' | |
| $password = '' | |
| $authtype = '' | |
| $digestRequest = array() | |
| $certRequest = array() | |
Definition at line 1989 of file class.nusoap.php.
|
|
constructor Definition at line 2024 of file class.nusoap.php. References $url, nusoap_base::debug(), and setURL(). |
|
||||||||||||
|
decode a string that is encoded w/ "chunked' transfer encoding as defined in RFC2068 19.4.6
Definition at line 2404 of file class.nusoap.php. References nusoap_base::debug(). |
|
||||||||||||
|
sort out cookies for the current request
Definition at line 2972 of file class.nusoap.php. Referenced by sendRequest(). |
|
|
parse an incoming Cookie into it's parts
Definition at line 2908 of file class.nusoap.php. Referenced by getResponse(). |
|
||||||||||||||||||||
|
send the SOAP message via HTTP
Definition at line 2226 of file class.nusoap.php. References connect(), nusoap_base::debug(), getResponse(), sendRequest(), and nusoap_base::setError(). Referenced by getResponse(), and sendHTTPS(). |
|
||||||||||||||||||||
|
send the SOAP message via HTTPS 1.0 using CURL
Definition at line 2266 of file class.nusoap.php. References send(). |
|
||||||||||||||||||||||||
|
if authenticating, set user credentials here
Definition at line 2280 of file class.nusoap.php. References $authtype, $certRequest, $digestRequest, $password, $username, and nusoap_base::debug(). Referenced by getResponse(), and setURL(). |
|
||||||||||||
|
use http encoding
Definition at line 2359 of file class.nusoap.php. References nusoap_base::debug(). |
|
||||||||||||||||||||
|
set proxy info here
Definition at line 2384 of file class.nusoap.php. References nusoap_base::debug(). |
|
|
set the soapaction value
Definition at line 2348 of file class.nusoap.php. References nusoap_base::debug(). |
1.4.6