Stud.IP
2.0 Revision 48548
|
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) |
$client = new soap_client(WSDL_URL, TRUE) |
$proxy = $client->getProxy() |
$result = $proxy->update_user('secret', $user) |
$user |
$user['email'] = "mlunzena@uos.com" |
$proxy response_timeout = 300 |
const WSDL_URL = "http://pomona/studip/mlunzena/trunk/webservices/soap.php?wsdl" |