ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
ilSoapClient ($a_server= '') | |
__setServer ($a_server) | |
getServer () | |
setTimeout ($a_timeout) | |
getTimeout () | |
setResponseTimeout ($a_timeout) | |
getResponseTimeout () | |
enableWSDL ($a_status) | |
enabledWSDL () | |
init () | |
& | call ($a_operation, $a_params) |
Data Fields | |
const | DEFAULT_CONNECT_TIMEOUT = 10 |
const | DEFAULT_RESPONSE_TIMEOUT = 5 |
$server = '' | |
$timeout = null | |
$response_timeout = null | |
$use_wsdl = true |
Definition at line 40 of file class.ilSoapClient.php.
ilSoapClient::__setServer | ( | $a_server | ) |
Definition at line 58 of file class.ilSoapClient.php.
References $ilSetting, ilUtil\_getHttpPath(), and setTimeout().
Referenced by ilSoapClient().
& ilSoapClient::call | ( | $a_operation, | |
$a_params | |||
) |
Definition at line 131 of file class.ilSoapClient.php.
References $res, and getServer().
ilSoapClient::enabledWSDL | ( | ) |
Definition at line 104 of file class.ilSoapClient.php.
References $use_wsdl.
Referenced by init().
ilSoapClient::enableWSDL | ( | $a_status | ) |
Definition at line 100 of file class.ilSoapClient.php.
ilSoapClient::getResponseTimeout | ( | ) |
Definition at line 95 of file class.ilSoapClient.php.
References $response_timeout.
Referenced by init().
ilSoapClient::getServer | ( | ) |
Definition at line 77 of file class.ilSoapClient.php.
References $server.
Referenced by call(), and init().
ilSoapClient::getTimeout | ( | ) |
Definition at line 86 of file class.ilSoapClient.php.
References DEFAULT_CONNECT_TIMEOUT.
Referenced by init().
ilSoapClient::ilSoapClient | ( | $a_server = '' | ) |
Definition at line 50 of file class.ilSoapClient.php.
References $ilLog, and __setServer().
ilSoapClient::init | ( | ) |
Definition at line 109 of file class.ilSoapClient.php.
References enabledWSDL(), getResponseTimeout(), getServer(), and getTimeout().
ilSoapClient::setResponseTimeout | ( | $a_timeout | ) |
Definition at line 91 of file class.ilSoapClient.php.
ilSoapClient::setTimeout | ( | $a_timeout | ) |
Definition at line 82 of file class.ilSoapClient.php.
Referenced by __setServer().
ilSoapClient::$response_timeout = null |
Definition at line 47 of file class.ilSoapClient.php.
Referenced by getResponseTimeout().
ilSoapClient::$server = '' |
Definition at line 45 of file class.ilSoapClient.php.
Referenced by getServer().
ilSoapClient::$timeout = null |
Definition at line 46 of file class.ilSoapClient.php.
ilSoapClient::$use_wsdl = true |
Definition at line 48 of file class.ilSoapClient.php.
Referenced by enabledWSDL().
const ilSoapClient::DEFAULT_CONNECT_TIMEOUT = 10 |
Definition at line 42 of file class.ilSoapClient.php.
Referenced by getTimeout(), and ilObjSystemFolderGUI\initWebServicesForm().
const ilSoapClient::DEFAULT_RESPONSE_TIMEOUT = 5 |
Definition at line 43 of file class.ilSoapClient.php.