| 
    Stud.IP
    2.4 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() | 
| $user | 
| $user['email'] = "mlunzena@uos.com" | 
| $proxy response_timeout = 300 | 
| const WSDL_URL = "http://pomona/studip/mlunzena/trunk/webservices/soap.php?wsdl" |