| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilSoapClient:
 Collaboration diagram for ilSoapClient:| 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 | |
| $server = '' | |
| $timeout = null | |
| $response_timeout = null | |
| $use_wsdl = true | |
Definition at line 38 of file class.ilSoapClient.php.
| ilSoapClient::__setServer | ( | $a_server | ) | 
Definition at line 53 of file class.ilSoapClient.php.
References $ilSetting.
Referenced by ilSoapClient().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| & ilSoapClient::call | ( | $a_operation, | |
| $a_params | |||
| ) | 
Definition at line 121 of file class.ilSoapClient.php.
References $res, and getServer().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSoapClient::enabledWSDL | ( | ) | 
Definition at line 97 of file class.ilSoapClient.php.
References $use_wsdl.
Referenced by init().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSoapClient::enableWSDL | ( | $a_status | ) | 
Definition at line 93 of file class.ilSoapClient.php.
| ilSoapClient::getResponseTimeout | ( | ) | 
Definition at line 88 of file class.ilSoapClient.php.
References $response_timeout.
Referenced by init().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSoapClient::getServer | ( | ) | 
Definition at line 70 of file class.ilSoapClient.php.
References $server.
Referenced by call(), and init().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSoapClient::getTimeout | ( | ) | 
Definition at line 79 of file class.ilSoapClient.php.
References DEFAULT_TIMEOUT.
Referenced by init().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSoapClient::ilSoapClient | ( | $a_server = '' | ) | 
Definition at line 45 of file class.ilSoapClient.php.
References $ilLog, and __setServer().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSoapClient::init | ( | ) | 
Definition at line 102 of file class.ilSoapClient.php.
References enabledWSDL(), getResponseTimeout(), getServer(), and getTimeout().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSoapClient::setResponseTimeout | ( | $a_timeout | ) | 
Definition at line 84 of file class.ilSoapClient.php.
| ilSoapClient::setTimeout | ( | $a_timeout | ) | 
Definition at line 75 of file class.ilSoapClient.php.
| ilSoapClient::$response_timeout = null | 
Definition at line 42 of file class.ilSoapClient.php.
Referenced by getResponseTimeout().
| ilSoapClient::$server = '' | 
Definition at line 40 of file class.ilSoapClient.php.
Referenced by getServer().
| ilSoapClient::$timeout = null | 
Definition at line 41 of file class.ilSoapClient.php.
| ilSoapClient::$use_wsdl = true | 
Definition at line 43 of file class.ilSoapClient.php.
Referenced by enabledWSDL().