ILIAS
Release_3_10_x_branch Revision 61812
|
transport class for sending/receiving data via HTTP and HTTPS NOTE: PHP must be compiled with the CURL extension for HTTPS support More...
Public Member Functions | |
soap_transport_http ($url) | |
constructor | |
connect ($connection_timeout=0, $response_timeout=30) | |
send ($data, $timeout=0, $response_timeout=30) | |
send the SOAP message via HTTP | |
sendHTTPS ($data, $timeout=0, $response_timeout=30) | |
send the SOAP message via HTTPS 1.0 using CURL | |
setCredentials ($username, $password, $authtype= 'basic', $digestRequest=array()) | |
if authenticating, set user credentials here | |
setSOAPAction ($soapaction) | |
set the soapaction value | |
setEncoding ($enc='gzip, deflate') | |
use http encoding | |
setProxy ($proxyhost, $proxyport, $proxyusername= '', $proxypassword= '') | |
set proxy info here | |
decodeChunked ($buffer, $lb) | |
decode a string that is encoded w/ "chunked' transfer encoding as defined in RFC2068 19.4.6 | |
buildPayload ($data) | |
sendRequest ($data) | |
getResponse () | |
setContentType ($type, $charset=false) | |
usePersistentConnection () | |
soap_transport_http ($url) | |
constructor | |
setURL ($url) | |
connect ($connection_timeout=0, $response_timeout=30) | |
send ($data, $timeout=0, $response_timeout=30, $cookies=NULL) | |
send the SOAP message via HTTP | |
sendHTTPS ($data, $timeout=0, $response_timeout=30, $cookies) | |
send the SOAP message via HTTPS 1.0 using CURL | |
setCredentials ($username, $password, $authtype= 'basic', $digestRequest=array(), $certRequest=array()) | |
if authenticating, set user credentials here | |
setSOAPAction ($soapaction) | |
set the soapaction value | |
setEncoding ($enc='gzip, deflate') | |
use http encoding | |
setProxy ($proxyhost, $proxyport, $proxyusername= '', $proxypassword= '') | |
set proxy info here | |
decodeChunked ($buffer, $lb) | |
decode a string that is encoded w/ "chunked' transfer encoding as defined in RFC2068 19.4.6 | |
buildPayload ($data, $cookie_str= '') | |
sendRequest ($data, $cookies=NULL) | |
getResponse () | |
setContentType ($type, $charset=false) | |
usePersistentConnection () | |
parseCookie ($cookie_str) | |
parse an incoming Cookie into it's parts | |
getCookiesForRequest ($cookies, $secure=false) | |
sort out cookies for the current request | |
soap_transport_http ($url) | |
constructor | |
setURL ($url) | |
connect ($connection_timeout=0, $response_timeout=30) | |
send ($data, $timeout=0, $response_timeout=30, $cookies=NULL) | |
send the SOAP message via HTTP | |
sendHTTPS ($data, $timeout=0, $response_timeout=30, $cookies) | |
send the SOAP message via HTTPS 1.0 using CURL | |
setCredentials ($username, $password, $authtype= 'basic', $digestRequest=array(), $certRequest=array()) | |
if authenticating, set user credentials here | |
setSOAPAction ($soapaction) | |
set the soapaction value | |
setEncoding ($enc='gzip, deflate') | |
use http encoding | |
setProxy ($proxyhost, $proxyport, $proxyusername= '', $proxypassword= '') | |
set proxy info here | |
decodeChunked ($buffer, $lb) | |
decode a string that is encoded w/ "chunked' transfer encoding as defined in RFC2068 19.4.6 | |
buildPayload ($data, $cookie_str= '') | |
sendRequest ($data, $cookies=NULL) | |
getResponse () | |
setContentType ($type, $charset=false) | |
usePersistentConnection () | |
parseCookie ($cookie_str) | |
parse an incoming Cookie into it's parts | |
getCookiesForRequest ($cookies, $secure=false) | |
sort out cookies for the current request | |
Public Member Functions inherited from nusoap_base | |
debug ($string) | |
adds debug data to the class level debug string | |
expandEntities ($val) | |
expands entities, e.g. | |
getError () | |
returns error string if present | |
setError ($str) | |
sets error string | |
isArraySimpleOrStruct ($val) | |
detect if array is a simple array or a struct (associative array) | |
serialize_val ($val, $name=false, $type=false, $name_ns=false, $type_ns=false, $attributes=false, $use='encoded') | |
serializes PHP values in accordance w/ section 5. | |
serializeEnvelope ($body, $headers=false, $namespaces=array(), $style='rpc', $use='encoded') | |
serialize message | |
formatDump ($str) | |
contractQname ($qname) | |
contracts a qualified name | |
expandQname ($qname) | |
expands a qualified name | |
getLocalPart ($str) | |
returns the local part of a prefixed string returns the original string, if not prefixed | |
getPrefix ($str) | |
returns the prefix part of a prefixed string returns false, if not prefixed | |
getNamespaceFromPrefix ($prefix) | |
pass it a prefix, it returns a namespace returns false if no namespace registered with the given prefix | |
getPrefixFromNamespace ($ns) | |
returns the prefix for a given namespace (or prefix) or false if no prefixes registered for the given namespace | |
varDump ($data) | |
nusoap_base () | |
constructor | |
getGlobalDebugLevel () | |
gets the global debug level, which applies to future instances | |
setGlobalDebugLevel ($level) | |
sets the global debug level, which applies to future instances | |
getDebugLevel () | |
gets the debug level for this instance | |
setDebugLevel ($level) | |
sets the debug level for this instance | |
debug ($string) | |
adds debug data to the instance debug string with formatting | |
appendDebug ($string) | |
adds debug data to the instance debug string without formatting | |
clearDebug () | |
clears the current debug data for this instance | |
& | getDebug () |
gets the current debug data for this instance | |
& | getDebugAsXMLComment () |
gets the current debug data for this instance as an XML comment this may change the contents of the debug data | |
expandEntities ($val) | |
expands entities, e.g. | |
getError () | |
returns error string if present | |
setError ($str) | |
sets error string | |
isArraySimpleOrStruct ($val) | |
detect if array is a simple array or a struct (associative array) | |
serialize_val ($val, $name=false, $type=false, $name_ns=false, $type_ns=false, $attributes=false, $use='encoded') | |
serializes PHP values in accordance w/ section 5. | |
serializeEnvelope ($body, $headers=false, $namespaces=array(), $style='rpc', $use='encoded', $encodingStyle='http://schemas.xmlsoap.org/soap/encoding/') | |
serializes a message | |
formatDump ($str) | |
formats a string to be inserted into an HTML stream | |
contractQname ($qname) | |
contracts (changes namespace to prefix) a qualified name | |
expandQname ($qname) | |
expands (changes prefix to namespace) a qualified name | |
getLocalPart ($str) | |
returns the local part of a prefixed string returns the original string, if not prefixed | |
getPrefix ($str) | |
returns the prefix part of a prefixed string returns false, if not prefixed | |
getNamespaceFromPrefix ($prefix) | |
pass it a prefix, it returns a namespace | |
getPrefixFromNamespace ($ns) | |
returns the prefix for a given namespace (or prefix) or false if no prefixes registered for the given namespace | |
getmicrotime () | |
returns the time in ODBC canonical form with microseconds | |
varDump ($data) | |
Returns a string with the output of var_dump. | |
nusoap_base () | |
constructor | |
getGlobalDebugLevel () | |
gets the global debug level, which applies to future instances | |
setGlobalDebugLevel ($level) | |
sets the global debug level, which applies to future instances | |
getDebugLevel () | |
gets the debug level for this instance | |
setDebugLevel ($level) | |
sets the debug level for this instance | |
debug ($string) | |
adds debug data to the instance debug string with formatting | |
appendDebug ($string) | |
adds debug data to the instance debug string without formatting | |
clearDebug () | |
clears the current debug data for this instance | |
& | getDebug () |
gets the current debug data for this instance | |
& | getDebugAsXMLComment () |
gets the current debug data for this instance as an XML comment this may change the contents of the debug data | |
expandEntities ($val) | |
expands entities, e.g. | |
getError () | |
returns error string if present | |
setError ($str) | |
sets error string | |
isArraySimpleOrStruct ($val) | |
detect if array is a simple array or a struct (associative array) | |
serialize_val ($val, $name=false, $type=false, $name_ns=false, $type_ns=false, $attributes=false, $use='encoded') | |
serializes PHP values in accordance w/ section 5. | |
serializeEnvelope ($body, $headers=false, $namespaces=array(), $style='rpc', $use='encoded', $encodingStyle='http://schemas.xmlsoap.org/soap/encoding/') | |
serializes a message | |
formatDump ($str) | |
formats a string to be inserted into an HTML stream | |
contractQname ($qname) | |
contracts (changes namespace to prefix) a qualified name | |
expandQname ($qname) | |
expands (changes prefix to namespace) a qualified name | |
getLocalPart ($str) | |
returns the local part of a prefixed string returns the original string, if not prefixed | |
getPrefix ($str) | |
returns the prefix part of a prefixed string returns false, if not prefixed | |
getNamespaceFromPrefix ($prefix) | |
pass it a prefix, it returns a namespace | |
getPrefixFromNamespace ($ns) | |
returns the prefix for a given namespace (or prefix) or false if no prefixes registered for the given namespace | |
getmicrotime () | |
returns the time in ODBC canonical form with microseconds | |
varDump ($data) | |
Returns a string with the output of var_dump. |
Data Fields | |
$url = '' | |
$uri = '' | |
$scheme = '' | |
$host = '' | |
$port = '' | |
$path = '' | |
$request_method = 'POST' | |
$protocol_version = '1.0' | |
$encoding = '' | |
$outgoing_headers = array() | |
$incoming_headers = array() | |
$outgoing_payload = '' | |
$incoming_payload = '' | |
$useSOAPAction = true | |
$persistentConnection = false | |
$ch = false | |
$username = '' | |
$password = '' | |
$digest_uri = '' | |
$incoming_cookies = array() | |
$authtype = '' | |
$digestRequest = array() | |
$certRequest = array() | |
Data Fields inherited from nusoap_base | |
$title = 'NuSOAP' | |
$version = '0.6.7' | |
$revision = '$Revision: 11808 $' | |
$error_str = false | |
$debug_str = '' | |
$charencoding = true | |
$XMLSchemaVersion = 'http://www.w3.org/2001/XMLSchema' | |
$soap_defencoding = 'UTF-8' | |
$namespaces | |
$usedNamespaces = array() | |
$typemap | |
$xmlEntities | |
$debugLevel |
transport class for sending/receiving data via HTTP and HTTPS NOTE: PHP must be compiled with the CURL extension for HTTPS support
public
public
public
Definition at line 1552 of file nusoap.php.
soap_transport_http::buildPayload | ( | $data, | |
$cookie_str = '' |
|||
) |
Definition at line 481 of file class.soap_transport_http.php.
References $data, and nusoap_base\debug().
soap_transport_http::buildPayload | ( | $data | ) |
Definition at line 1960 of file nusoap.php.
References $data.
Referenced by sendRequest().
soap_transport_http::buildPayload | ( | $data, | |
$cookie_str = '' |
|||
) |
Definition at line 2477 of file nusoap.php.
References $data, and nusoap_base\debug().
soap_transport_http::connect | ( | $connection_timeout = 0 , |
|
$response_timeout = 30 |
|||
) |
Definition at line 96 of file class.soap_transport_http.php.
References nusoap_base\$error_str, $host, $path, $url, nusoap_base\debug(), and nusoap_base\setError().
soap_transport_http::connect | ( | $connection_timeout = 0 , |
|
$response_timeout = 30 |
|||
) |
Definition at line 1615 of file nusoap.php.
References nusoap_base\$error_str, $host, $path, $url, nusoap_base\debug(), and nusoap_base\setError().
Referenced by send().
soap_transport_http::connect | ( | $connection_timeout = 0 , |
|
$response_timeout = 30 |
|||
) |
Definition at line 2092 of file nusoap.php.
References nusoap_base\$error_str, $host, $path, $url, nusoap_base\debug(), and nusoap_base\setError().
soap_transport_http::decodeChunked | ( | $buffer, | |
$lb | |||
) |
decode a string that is encoded w/ "chunked' transfer encoding as defined in RFC2068 19.4.6
string | $buffer | |
string | $lb |
Definition at line 429 of file class.soap_transport_http.php.
References nusoap_base\debug().
soap_transport_http::decodeChunked | ( | $buffer, | |
$lb | |||
) |
decode a string that is encoded w/ "chunked' transfer encoding as defined in RFC2068 19.4.6
string | $buffer | |
string | $lb |
Definition at line 1908 of file nusoap.php.
References nusoap_base\debug().
soap_transport_http::decodeChunked | ( | $buffer, | |
$lb | |||
) |
decode a string that is encoded w/ "chunked' transfer encoding as defined in RFC2068 19.4.6
string | $buffer | |
string | $lb |
Definition at line 2425 of file nusoap.php.
References nusoap_base\debug().
soap_transport_http::getCookiesForRequest | ( | $cookies, | |
$secure = false |
|||
) |
sort out cookies for the current request
array | $cookies | array with all cookies |
boolean | $secure | is the send-content secure or not? |
Definition at line 997 of file class.soap_transport_http.php.
References $path, and nusoap_base\debug().
Referenced by sendRequest().
soap_transport_http::getCookiesForRequest | ( | $cookies, | |
$secure = false |
|||
) |
sort out cookies for the current request
array | $cookies | array with all cookies |
boolean | $secure | is the send-content secure or not? |
Definition at line 2993 of file nusoap.php.
References $path, and nusoap_base\debug().
soap_transport_http::getResponse | ( | ) |
Definition at line 551 of file class.soap_transport_http.php.
References $data, $digestRequest, $incoming_payload, nusoap_base\debug(), parseCookie(), setCredentials(), nusoap_base\setError(), and setURL().
soap_transport_http::getResponse | ( | ) |
Definition at line 2012 of file nusoap.php.
References $data, $digestRequest, $incoming_payload, nusoap_base\debug(), setCredentials(), and nusoap_base\setError().
Referenced by send().
soap_transport_http::getResponse | ( | ) |
Definition at line 2547 of file nusoap.php.
References $data, $digestRequest, $incoming_payload, nusoap_base\debug(), parseCookie(), setCredentials(), nusoap_base\setError(), and setURL().
soap_transport_http::parseCookie | ( | $cookie_str | ) |
parse an incoming Cookie into it's parts
string | $cookie_str | content of cookie |
Definition at line 933 of file class.soap_transport_http.php.
Referenced by getResponse().
soap_transport_http::parseCookie | ( | $cookie_str | ) |
parse an incoming Cookie into it's parts
string | $cookie_str | content of cookie |
Definition at line 2929 of file nusoap.php.
soap_transport_http::send | ( | $data, | |
$timeout = 0 , |
|||
$response_timeout = 30 , |
|||
$cookies = NULL |
|||
) |
send the SOAP message via HTTP
string | $data | message data |
integer | $timeout | set connection timeout in seconds |
integer | $response_timeout | set response timeout in seconds |
array | $cookies | cookies to send |
Definition at line 251 of file class.soap_transport_http.php.
References $data, connect(), nusoap_base\debug(), getResponse(), sendRequest(), and nusoap_base\setError().
soap_transport_http::send | ( | $data, | |
$timeout = 0 , |
|||
$response_timeout = 30 |
|||
) |
send the SOAP message via HTTP
string | $data | message data |
integer | $timeout | set connection timeout in seconds |
integer | $response_timeout | set response timeout in seconds |
Definition at line 1741 of file nusoap.php.
References $data, connect(), nusoap_base\debug(), getResponse(), sendRequest(), and nusoap_base\setError().
Referenced by sendHTTPS().
soap_transport_http::send | ( | $data, | |
$timeout = 0 , |
|||
$response_timeout = 30 , |
|||
$cookies = NULL |
|||
) |
send the SOAP message via HTTP
string | $data | message data |
integer | $timeout | set connection timeout in seconds |
integer | $response_timeout | set response timeout in seconds |
array | $cookies | cookies to send |
Definition at line 2247 of file nusoap.php.
References $data, connect(), nusoap_base\debug(), getResponse(), sendRequest(), and nusoap_base\setError().
soap_transport_http::sendHTTPS | ( | $data, | |
$timeout = 0 , |
|||
$response_timeout = 30 , |
|||
$cookies | |||
) |
send the SOAP message via HTTPS 1.0 using CURL
string | $msg | message data |
integer | $timeout | set connection timeout in seconds |
integer | $response_timeout | set response timeout in seconds |
array | $cookies | cookies to send |
Definition at line 291 of file class.soap_transport_http.php.
soap_transport_http::sendHTTPS | ( | $data, | |
$timeout = 0 , |
|||
$response_timeout = 30 |
|||
) |
send the SOAP message via HTTPS 1.0 using CURL
string | $msg | message data |
integer | $timeout | set connection timeout in seconds |
integer | $response_timeout | set response timeout in seconds |
Definition at line 1780 of file nusoap.php.
soap_transport_http::sendHTTPS | ( | $data, | |
$timeout = 0 , |
|||
$response_timeout = 30 , |
|||
$cookies | |||
) |
send the SOAP message via HTTPS 1.0 using CURL
string | $msg | message data |
integer | $timeout | set connection timeout in seconds |
integer | $response_timeout | set response timeout in seconds |
array | $cookies | cookies to send |
Definition at line 2287 of file nusoap.php.
soap_transport_http::sendRequest | ( | $data, | |
$cookies = NULL |
|||
) |
Definition at line 512 of file class.soap_transport_http.php.
References $data, buildPayload(), nusoap_base\debug(), getCookiesForRequest(), and nusoap_base\setError().
soap_transport_http::sendRequest | ( | $data | ) |
Definition at line 1979 of file nusoap.php.
References $data, buildPayload(), nusoap_base\debug(), and nusoap_base\setError().
Referenced by send().
soap_transport_http::sendRequest | ( | $data, | |
$cookies = NULL |
|||
) |
Definition at line 2508 of file nusoap.php.
References $data, buildPayload(), nusoap_base\debug(), getCookiesForRequest(), and nusoap_base\setError().
soap_transport_http::setContentType | ( | $type, | |
$charset = false |
|||
) |
Definition at line 907 of file class.soap_transport_http.php.
References nusoap_base\debug().
soap_transport_http::setContentType | ( | $type, | |
$charset = false |
|||
) |
Definition at line 2284 of file nusoap.php.
soap_transport_http::setContentType | ( | $type, | |
$charset = false |
|||
) |
Definition at line 2903 of file nusoap.php.
References nusoap_base\debug().
soap_transport_http::setCredentials | ( | $username, | |
$password, | |||
$authtype = 'basic' , |
|||
$digestRequest = array() , |
|||
$certRequest = array() |
|||
) |
if authenticating, set user credentials here
string | $username | |
string | $password | |
string | $authtype | (basic, digest, certificate) |
array | $digestRequest | (keys must be nonce, nc, realm, qop) |
array | $certRequest | (keys must be cainfofile (optional), sslcertfile, sslkeyfile, passphrase, verifypeer (optional), verifyhost (optional): see corresponding options in cURL docs) public |
Definition at line 305 of file class.soap_transport_http.php.
References $authtype, $certRequest, $digest_uri, $digestRequest, $password, $username, and nusoap_base\debug().
soap_transport_http::setCredentials | ( | $username, | |
$password, | |||
$authtype = 'basic' , |
|||
$digestRequest = array() |
|||
) |
if authenticating, set user credentials here
string | $username | |
string | $password | |
string | $authtype | |
array | $digestRequest | public |
Definition at line 1793 of file nusoap.php.
References $authtype, $digestRequest, $password, $uri, $username, and nusoap_base\debug().
Referenced by getResponse(), setURL(), and soap_transport_http().
soap_transport_http::setCredentials | ( | $username, | |
$password, | |||
$authtype = 'basic' , |
|||
$digestRequest = array() , |
|||
$certRequest = array() |
|||
) |
if authenticating, set user credentials here
string | $username | |
string | $password | |
string | $authtype | (basic, digest, certificate) |
array | $digestRequest | (keys must be nonce, nc, realm, qop) |
array | $certRequest | (keys must be cainfofile (optional), sslcertfile, sslkeyfile, passphrase, verifypeer (optional), verifyhost (optional): see corresponding options in cURL docs) public |
Definition at line 2301 of file nusoap.php.
References $authtype, $certRequest, $digest_uri, $digestRequest, $password, $username, and nusoap_base\debug().
soap_transport_http::setEncoding | ( | $enc = 'gzip , |
|
deflate' | |||
) |
use http encoding
string | $enc | encoding style. supported values: gzip, deflate, or both public |
Definition at line 384 of file class.soap_transport_http.php.
References nusoap_base\debug().
soap_transport_http::setEncoding | ( | $enc = 'gzip , |
|
deflate' | |||
) |
use http encoding
string | $enc | encoding style. supported values: gzip, deflate, or both public |
Definition at line 1871 of file nusoap.php.
soap_transport_http::setEncoding | ( | $enc = 'gzip , |
|
deflate' | |||
) |
use http encoding
string | $enc | encoding style. supported values: gzip, deflate, or both public |
Definition at line 2380 of file nusoap.php.
References nusoap_base\debug().
soap_transport_http::setProxy | ( | $proxyhost, | |
$proxyport, | |||
$proxyusername = '' , |
|||
$proxypassword = '' |
|||
) |
set proxy info here
string | $proxyhost | |
string | $proxyport | |
string | $proxyusername | |
string | $proxypassword | public |
Definition at line 409 of file class.soap_transport_http.php.
References $url, and nusoap_base\debug().
soap_transport_http::setProxy | ( | $proxyhost, | |
$proxyport, | |||
$proxyusername = '' , |
|||
$proxypassword = '' |
|||
) |
set proxy info here
string | $proxyhost | |
string | $proxyport | |
string | $proxyusername | |
string | $proxypassword | public |
Definition at line 1890 of file nusoap.php.
References $url.
soap_transport_http::setProxy | ( | $proxyhost, | |
$proxyport, | |||
$proxyusername = '' , |
|||
$proxypassword = '' |
|||
) |
set proxy info here
string | $proxyhost | |
string | $proxyport | |
string | $proxyusername | |
string | $proxypassword | public |
Definition at line 2405 of file nusoap.php.
References $url, and nusoap_base\debug().
soap_transport_http::setSOAPAction | ( | $soapaction | ) |
set the soapaction value
string | $soapaction | public |
Definition at line 373 of file class.soap_transport_http.php.
References nusoap_base\debug().
soap_transport_http::setSOAPAction | ( | $soapaction | ) |
set the soapaction value
string | $soapaction | public |
Definition at line 1861 of file nusoap.php.
soap_transport_http::setSOAPAction | ( | $soapaction | ) |
set the soapaction value
string | $soapaction | public |
Definition at line 2369 of file nusoap.php.
References nusoap_base\debug().
soap_transport_http::setURL | ( | $url | ) |
Definition at line 57 of file class.soap_transport_http.php.
References $host, $path, $port, $uri, $url, nusoap_base\debug(), and setCredentials().
Referenced by getResponse(), and soap_transport_http().
soap_transport_http::setURL | ( | $url | ) |
Definition at line 2053 of file nusoap.php.
References $host, $path, $port, $uri, $url, nusoap_base\debug(), and setCredentials().
soap_transport_http::soap_transport_http | ( | $url | ) |
constructor
Definition at line 49 of file class.soap_transport_http.php.
References $url, nusoap_base\debug(), nusoap_base\nusoap_base(), and setURL().
soap_transport_http::soap_transport_http | ( | $url | ) |
constructor
Definition at line 1576 of file nusoap.php.
References $host, $path, $port, $url, nusoap_base\debug(), and setCredentials().
soap_transport_http::soap_transport_http | ( | $url | ) |
constructor
Definition at line 2045 of file nusoap.php.
References $url, nusoap_base\debug(), nusoap_base\nusoap_base(), and setURL().
soap_transport_http::usePersistentConnection | ( | ) |
Definition at line 912 of file class.soap_transport_http.php.
References nusoap_base\debug().
soap_transport_http::usePersistentConnection | ( | ) |
Definition at line 2288 of file nusoap.php.
soap_transport_http::usePersistentConnection | ( | ) |
Definition at line 2908 of file nusoap.php.
References nusoap_base\debug().
soap_transport_http::$authtype = '' |
Definition at line 36 of file class.soap_transport_http.php.
Referenced by setCredentials().
soap_transport_http::$certRequest = array() |
Definition at line 38 of file class.soap_transport_http.php.
Referenced by setCredentials().
soap_transport_http::$ch = false |
Definition at line 1569 of file nusoap.php.
soap_transport_http::$digest_uri = '' |
Definition at line 18 of file class.soap_transport_http.php.
Referenced by setCredentials().
soap_transport_http::$digestRequest = array() |
Definition at line 37 of file class.soap_transport_http.php.
Referenced by getResponse(), and setCredentials().
soap_transport_http::$encoding = '' |
Definition at line 1562 of file nusoap.php.
soap_transport_http::$host = '' |
Definition at line 1557 of file nusoap.php.
Referenced by connect(), setURL(), and soap_transport_http().
soap_transport_http::$incoming_cookies = array() |
Definition at line 28 of file class.soap_transport_http.php.
soap_transport_http::$incoming_headers = array() |
Definition at line 1564 of file nusoap.php.
soap_transport_http::$incoming_payload = '' |
Definition at line 1566 of file nusoap.php.
Referenced by getResponse().
soap_transport_http::$outgoing_headers = array() |
Definition at line 1563 of file nusoap.php.
soap_transport_http::$outgoing_payload = '' |
Definition at line 1565 of file nusoap.php.
soap_transport_http::$password = '' |
Definition at line 1571 of file nusoap.php.
Referenced by setCredentials().
soap_transport_http::$path = '' |
Definition at line 1559 of file nusoap.php.
Referenced by connect(), getCookiesForRequest(), parseCookie(), setURL(), and soap_transport_http().
soap_transport_http::$persistentConnection = false |
Definition at line 1568 of file nusoap.php.
soap_transport_http::$port = '' |
Definition at line 1558 of file nusoap.php.
Referenced by setURL(), and soap_transport_http().
soap_transport_http::$protocol_version = '1.0' |
Definition at line 1561 of file nusoap.php.
soap_transport_http::$request_method = 'POST' |
Definition at line 1560 of file nusoap.php.
soap_transport_http::$scheme = '' |
Definition at line 1556 of file nusoap.php.
soap_transport_http::$uri = '' |
Definition at line 1555 of file nusoap.php.
Referenced by setCredentials(), and setURL().
soap_transport_http::$url = '' |
Definition at line 1554 of file nusoap.php.
Referenced by connect(), setProxy(), setURL(), and soap_transport_http().
soap_transport_http::$username = '' |
Definition at line 1570 of file nusoap.php.
Referenced by setCredentials().
soap_transport_http::$useSOAPAction = true |
Definition at line 1567 of file nusoap.php.