ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
wsdlclient4.php File Reference

Go to the source code of this file.

Variables

 $method = isset($_POST['method']) ? $_POST['method'] : ''
 $null = isset($_POST['null']) ? $_POST['null'] : ''
 $empty = isset($_POST['empty']) ? $_POST['empty'] : ''
 $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''
 $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''
 $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''
 $proxypassword = isset($_POST['proxypassword']) ? $_POST['proxypassword'] : ''
 $err = $client->getError()
 $result = $client->call($method, $params)

Variable Documentation

$empty = isset($_POST['empty']) ? $_POST['empty'] : ''
$err = $client->getError()

Definition at line 141 of file wsdlclient4.php.

$method = isset($_POST['method']) ? $_POST['method'] : ''

Definition at line 16 of file wsdlclient4.php.

$proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''

Definition at line 19 of file wsdlclient4.php.

$proxypassword = isset($_POST['proxypassword']) ? $_POST['proxypassword'] : ''

Definition at line 22 of file wsdlclient4.php.

$proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''

Definition at line 20 of file wsdlclient4.php.

$proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''

Definition at line 21 of file wsdlclient4.php.

$result = $client->call($method, $params)

Definition at line 147 of file wsdlclient4.php.