|
ILIAS
Release_3_10_x_branch Revision 61812
|
Go to the source code of this file.
Functions | |
| showResult (&$client, $data, $message) | |
Variables | |
| exit | |
| $server = "http://www.ilias.de/lt4el/Services/SOAPAuth/dummy_server.php" | |
| $ext_uid = "testuser" | |
| $soap_pw = "testpw" | |
| $new_user = "new_user"] | |
| $client = new soap_client($server) | |
| if($err=$client->getError()) | $namespace = "http://testuri.org" |
| $valid | |
| showResult | ( | & | $client, |
| $data, | |||
| $message | |||
| ) |
Definition at line 63 of file dummy_client.php.
References $client, $data, and exit.
| $client = new soap_client($server) |
Definition at line 38 of file dummy_client.php.
| $ext_uid = "testuser" |
Definition at line 16 of file dummy_client.php.
Referenced by isValidSession().
| if ($err=$client->getError()) $namespace = "http://testuri.org" |
Definition at line 51 of file dummy_client.php.
Referenced by ilBMFClient\__generate(), ilBMFWSDL_ObjectParser\_generateBindingsAndServices(), ilBMFWSDL\_getComplexTypeForElement(), ilBMFWSDL\addNamespace(), wsdl\addOperation(), ilBMFClient\call(), soap_client\call(), soap_server\configureWSDL(), ilBMFWSDL\generateProxyCode(), ilDAVProperties\get(), ilBMFWSDL\getComplexTypeNameForElement(), ilBMFWSDL\getDataHandler(), Title\getFullURL(), ilBMFWSDL\getNamespaceAttributeName(), ilDAVProperties\put(), soap_server\register(), ilBMFTransport_SMTP\send(), wsdl\start_element(), ilBMFParser\startElement(), ilBMFWSDL_Parser\startElement(), and ilSOAPAuth\testConnection().
| $new_user = "new_user"] |
Definition at line 24 of file dummy_client.php.
Referenced by ilSoapUserAdministration\addUser(), isValidSession(), and ilSOAPAuth\validateSOAPUser().
| $server = "http://www.ilias.de/lt4el/Services/SOAPAuth/dummy_server.php" |
Definition at line 12 of file dummy_client.php.
| $soap_pw = "testpw" |
Definition at line 20 of file dummy_client.php.
Referenced by isValidSession().
| $valid |
Definition at line 53 of file dummy_client.php.
Referenced by Spreadsheet_Excel_Writer_Workbook\addValidator(), ilLinkResourceItems\getValidStatus(), ilMDEditorGUI\listEducational(), ilMDEditorGUI\listQuickEdit(), ilStartUpGUI\showUserMappingSelection(), and ilObjLinkResourceGUI\updateItemsObject().
| exit |
Definition at line 3 of file dummy_client.php.