Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
client.php File Reference

Variables

const WSDL_URL = "http://pomona/studip/mlunzena/trunk/webservices/soap.php?wsdl"
 $client = new soap_client(WSDL_URL, TRUE)
 $proxy = $client->getProxy()
$proxy response_timeout = 300
 $user
 $user ['email'] = "mlunzena@uos.com"
 $result = $proxy->update_user('secret', $user)

Variable Documentation

$client = new soap_client(WSDL_URL, TRUE)
$proxy = $client->getProxy()
$result = $proxy->update_user('secret', $user)
$user
Initial value:
$proxy->create_user('secret',
array('user_name' => 'kmay',
'first_name' => 'Karl',
'last_name' => 'May',
'email' => 'marcus.lunzenauer@uos.de',
'permission' => 'user'))
$user['email'] = "mlunzena@uos.com"
$proxy response_timeout = 300
const WSDL_URL = "http://pomona/studip/mlunzena/trunk/webservices/soap.php?wsdl"