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

Go to the source code of this file.

Variables

 $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''
 $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''
 $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''
 $proxypassword = isset($_POST['proxypassword']) ? $_POST['proxypassword'] : ''
 $useCURL = isset($_POST['usecurl']) ? $_POST['usecurl'] : '0'
 $client
 $err = $client->getError()
 $person = array('firstname' => 'Willi', 'age' => 22, 'gender' => 'male')
 $name = array('name' => $person)
 $result = $client->call('hello', $name)

Variable Documentation

$client
Initial value:
new soapclient('http://www.scottnichol.com/samples/hellowsdl3.wsdl', true,

Definition at line 20 of file wsdlclient11.php.

$err = $client->getError()

Definition at line 22 of file wsdlclient11.php.

$name = array('name' => $person)

Definition at line 28 of file wsdlclient11.php.

$person = array('firstname' => 'Willi', 'age' => 22, 'gender' => 'male')

Definition at line 27 of file wsdlclient11.php.

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

Definition at line 15 of file wsdlclient11.php.

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

Definition at line 18 of file wsdlclient11.php.

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

Definition at line 16 of file wsdlclient11.php.

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

Definition at line 17 of file wsdlclient11.php.

$result = $client->call('hello', $name)

Definition at line 29 of file wsdlclient11.php.

$useCURL = isset($_POST['usecurl']) ? $_POST['usecurl'] : '0'

Definition at line 19 of file wsdlclient11.php.