30 require_once(
'./libs/composer/vendor/autoload.php');
45 include_once
'./webservice/soap/lib/nusoap.php';
46 include_once
'./webservice/soap/include/inc.soap_functions.php';
47 require_once(
'./Services/WebServices/SOAP/classes/class.ilSoapHook.php');
48 require_once(
'./Services/Init/classes/class.ilInitialisation.php');
56 define(
'SERVICE_NAME',
'ILIASSoapWebservice');
57 define(
'SERVICE_NAMESPACE',
'urn:ilUserAdministration');
58 define(
'SERVICE_STYLE',
'rpc');
59 define(
'SERVICE_USE',
'encoded');
61 $this->server->decode_utf8 =
false;
62 $this->server->class =
"ilSoapFunctions";
68 $this->registerMethods();
73 $postdata = file_get_contents(
"php://input");
74 $this->server->service($postdata);
80 $this->server->configureWSDL(SERVICE_NAME, SERVICE_NAMESPACE);
83 private function registerMethods() :
void 87 $this->server->wsdl->addComplexType(
94 array(array(
'ref' =>
'SOAP-ENC:arrayType',
'wsdl:arrayType' =>
'xsd:int[]')),
98 $this->server->wsdl->addComplexType(
105 array(array(
'ref' =>
'SOAP-ENC:arrayType',
'wsdl:arrayType' =>
'xsd:string[]')),
109 $this->server->wsdl->addComplexType(
116 array(array(
'ref' =>
'SOAP-ENC:arrayType',
'wsdl:arrayType' =>
'xsd:double[]')),
123 $this->server->register(
125 array(
'client' =>
'xsd:string',
126 'username' =>
'xsd:string',
127 'password' =>
'xsd:string' 129 array(
'sid' =>
'xsd:string'),
131 SERVICE_NAMESPACE .
'#login',
134 'ILIAS login function' 138 $this->server->register(
140 array(
'sid' =>
'xsd:string'),
141 array(
'success' =>
'xsd:boolean'),
143 SERVICE_NAMESPACE .
'#logout',
146 'ILIAS logout function' 149 $this->server->wsdl->addComplexType(
155 array(
'usr_id' => array(
'name' =>
'usr_id',
'type' =>
'xsd:int'),
156 'login' => array(
'name' =>
'login',
'type' =>
'xsd:string'),
157 'passwd' => array(
'name' =>
'passwd',
'type' =>
'xsd:string'),
158 'firstname' => array(
'name' =>
'firstname',
'type' =>
'xsd:string'),
159 'lastname' => array(
'name' =>
'lastname',
'type' =>
'xsd:string'),
160 'title' => array(
'name' =>
'title',
'type' =>
'xsd:string'),
161 'gender' => array(
'name' =>
'gender',
'type' =>
'xsd:string'),
162 'email' => array(
'name' =>
'email',
'type' =>
'xsd:string'),
163 'second_email' => array(
'name' =>
'second_email',
'type' =>
'xsd:string'),
164 'institution' => array(
'name' =>
'institution',
'type' =>
'xsd:string'),
165 'street' => array(
'name' =>
'street',
'type' =>
'xsd:string'),
166 'city' => array(
'name' =>
'city',
'type' =>
'xsd:string'),
167 'zipcode' => array(
'name' =>
'zipcode',
'type' =>
'xsd:string'),
168 'country' => array(
'name' =>
'country',
'type' =>
'xsd:string'),
169 'phone_office' => array(
'name' =>
'phone_office',
'type' =>
'xsd:string'),
170 'last_login' => array(
'name' =>
'last_login',
'type' =>
'xsd:string'),
171 'last_update' => array(
'name' =>
'last_update',
'type' =>
'xsd:string'),
172 'create_date' => array(
'name' =>
'create_date',
'type' =>
'xsd:string'),
173 'hobby' => array(
'name' =>
'hobby',
'type' =>
'xsd:string'),
174 'department' => array(
'name' =>
'department',
'type' =>
'xsd:string'),
175 'phone_home' => array(
'name' =>
'phone_home',
'type' =>
'xsd:string'),
176 'phone_mobile' => array(
'name' =>
'phone_mobile',
'type' =>
'xsd:string'),
177 'fax' => array(
'name' =>
'fax',
'type' =>
'xsd:string'),
178 'time_limit_owner' => array(
'name' =>
'time_limit_owner',
'type' =>
'xsd:int'),
179 'time_limit_unlimited' => array(
'name' =>
'time_limit_unlimited',
'type' =>
'xsd:int'),
180 'time_limit_from' => array(
'name' =>
'time_limit_from',
'type' =>
'xsd:int'),
181 'time_limit_until' => array(
'name' =>
'time_limit_until',
'type' =>
'xsd:int'),
182 'time_limit_message' => array(
'name' =>
'time_limit_message',
'type' =>
'xsd:int'),
183 'referral_comment' => array(
'name' =>
'referral_comment',
'type' =>
'xsd:string'),
184 'matriculation' => array(
'name' =>
'matriculation',
'type' =>
'xsd:string'),
185 'active' => array(
'name' =>
'active',
'type' =>
'xsd:int'),
186 'accepted_agreement' => array(
'name' =>
'accepted_agreement',
'type' =>
'xsd:boolean'),
187 'approve_date' => array(
'name' =>
'approve_date',
'type' =>
'xsd:string'),
188 'user_skin' => array(
'name' =>
'user_skin',
'type' =>
'xsd:string'),
189 'user_style' => array(
'name' =>
'user_style',
'type' =>
'xsd:string'),
190 'user_language' => array(
'name' =>
'user_language',
'type' =>
'xsd:string'),
191 'import_id' => array(
'name' =>
'import_id',
'type' =>
'xsd:string')
196 $this->server->register(
198 array(
'sid' =>
'xsd:string',
199 'user_name' =>
'xsd:string' 201 array(
'usr_id' =>
'xsd:int'),
203 SERVICE_NAMESPACE .
'#lookupUser',
206 'ILIAS lookupUser(): check if username exists. Return usr_id or 0 if lookup fails.' 211 $this->server->register(
213 array(
'sid' =>
'xsd:string',
214 'target_id' =>
'xsd:int',
215 'crs_xml' =>
'xsd:string' 217 array(
'course_id' =>
'xsd:int'),
219 SERVICE_NAMESPACE .
'#addCourse',
222 'ILIAS addCourse(). Course import. See ilias_course_0_1.dtd for details about course xml structure' 226 $this->server->register(
228 array(
'sid' =>
'xsd:string',
229 'course_id' =>
'xsd:int' 231 array(
'success' =>
'xsd:boolean'),
233 SERVICE_NAMESPACE .
'#deleteCourse',
236 'ILIAS deleteCourse(). Deletes a course. Delete courses are stored in "Trash" and can be undeleted in ' .
237 ' the ILIAS administration. ' 240 $this->server->register(
241 AsyncTaskManager::CMD_START_WORKER,
242 array(
'sid' =>
'xsd:string'),
243 array(
'success' =>
'xsd:boolean'),
245 SERVICE_NAMESPACE .
'#' . AsyncTaskManager::CMD_START_WORKER,
248 'ILIAS ' . AsyncTaskManager::CMD_START_WORKER .
'().' 252 $this->server->register(
253 'assignCourseMember',
254 array(
'sid' =>
'xsd:string',
255 'course_id' =>
'xsd:int',
256 'user_id' =>
'xsd:int',
257 'type' =>
'xsd:string' 259 array(
'success' =>
'xsd:boolean'),
261 SERVICE_NAMESPACE .
'#assignCourseMember',
264 'ILIAS assignCourseMember(). Assigns an user to an existing course. Type should be "Admin", "Tutor" or "Member"' 268 $this->server->register(
269 'excludeCourseMember',
270 array(
'sid' =>
'xsd:string',
271 'course_id' =>
'xsd:int',
272 'user_id' =>
'xsd:int' 274 array(
'success' =>
'xsd:boolean'),
276 SERVICE_NAMESPACE .
'#excludeCourseMember',
279 'ILIAS excludeCourseMember(). Excludes an user from an existing course.' 283 $this->server->register(
284 'isAssignedToCourse',
285 array(
'sid' =>
'xsd:string',
286 'course_id' =>
'xsd:int',
287 'user_id' =>
'xsd:int' 289 array(
'role' =>
'xsd:int'),
291 SERVICE_NAMESPACE .
'#isAssignedToCourse',
294 'ILIAS isAssignedToCourse(). Checks whether an user is assigned to a given course. ' .
295 'Returns 0 => not assigned, 1 => course admin, 2 => course member or 3 => course tutor' 299 $this->server->register(
301 array(
'sid' =>
'xsd:string',
302 'course_id' =>
'xsd:int' 304 array(
'xml' =>
'xsd:string'),
306 SERVICE_NAMESPACE .
'#getCourseXML',
309 'ILIAS getCourseXML(). Get a xml description of a specific course.' 313 $this->server->register(
315 array(
'sid' =>
'xsd:string',
316 'course_id' =>
'xsd:int',
317 'xml' =>
'xsd:string' 319 array(
'success' =>
'xsd:boolean'),
321 SERVICE_NAMESPACE .
'#updateCourse',
324 'ILIAS updateCourse(). Update course settings, assigned members, tutors, administrators with a ' .
325 'given xml description' 329 $this->server->register(
330 'getObjIdByImportId',
331 array(
'sid' =>
'xsd:string',
332 'import_id' =>
'xsd:string' 334 array(
'obj_id' =>
'xsd:int'),
336 SERVICE_NAMESPACE .
'#getCourseIdByImportId',
339 'ILIAS getObjIdByImportId(). Get the obj_id of an ILIAS obj by a given import id.' 343 $this->server->register(
344 'getRefIdsByImportId',
345 array(
'sid' =>
'xsd:string',
346 'import_id' =>
'xsd:string' 348 array(
'ref_ids' =>
'tns:intArray'),
350 SERVICE_NAMESPACE .
'#getRefIdsByImportId',
353 'ILIAS getRefIdsByImportId(). Get all reference ids by a given import id.' 357 $this->server->register(
359 array(
'sid' =>
'xsd:string',
360 'obj_id' =>
'xsd:string' 362 array(
'ref_ids' =>
'tns:intArray'),
364 SERVICE_NAMESPACE .
'#getRefIdsByObjId',
367 'ILIAS getRefIdsByObjId(). Get all reference ids by a given object id.' 371 $this->server->register(
372 'getObjectByReference',
373 array(
'sid' =>
'xsd:string',
374 'reference_id' =>
'xsd:int',
375 'user_id' =>
'xsd:int' 377 array(
'object_xml' =>
'xsd:string'),
379 SERVICE_NAMESPACE .
'#getObjectByReference',
382 'ILIAS getObjectByReference(). Get XML-description of an ILIAS object. If a user id is given, ' .
383 'this methods also checks the permissions of that user on the object.' 386 $this->server->register(
388 array(
'sid' =>
'xsd:string',
389 'title' =>
'xsd:string',
390 'user_id' =>
'xsd:int' 392 array(
'object_xml' =>
'xsd:string'),
394 SERVICE_NAMESPACE .
'#getObjectsByTitle',
397 'ILIAS getObjectsByTitle(). Get XML-description of an ILIAS object with given title. ' .
398 'If a user id is given this method also checks the permissions of that user on the object.' 401 $this->server->register(
403 array(
'sid' =>
'xsd:string',
404 'types' =>
'tns:stringArray',
405 'key' =>
'xsd:string',
406 'combination' =>
'xsd:string',
407 'user_id' =>
'xsd:int' 409 array(
'object_xml' =>
'xsd:string'),
411 SERVICE_NAMESPACE .
'#searchObjects',
414 'ILIAS searchObjects(): Searches for objects. Key is within "title" or "description" ' .
415 'Typical calls are searchObject($sid,array("lm","crs"),"\"this and that\"","and"); ' .
416 ' If an optional user id is given, this methods also return the permissions for that user ' .
417 'on the found objects' 420 $this->server->register(
422 array(
'sid' =>
'xsd:string',
423 'ref_id' =>
'xsd:int',
424 'types' =>
'tns:stringArray',
425 'user_id' =>
'xsd:int' 427 array(
'object_xml' =>
'xsd:string'),
429 SERVICE_NAMESPACE .
'#getTreeChilds',
432 'ILIAS getTreeChilds(): Get all child objects of a given object.' .
433 'Choose array of types to filter the output. Choose empty type array to receive all object types' 436 $this->server->register(
438 array(
'sid' =>
'xsd:string',
439 'ref_id' =>
'xsd:int',
440 'types' =>
'tns:stringArray',
441 'user_id' =>
'xsd:int' 443 array(
'object_xml' =>
'xsd:string'),
445 SERVICE_NAMESPACE .
'#getXMLTree',
448 'ILIAS getXMLTree(): Returns a xml stream with the subtree objects.' 451 $this->server->register(
453 array(
'sid' =>
'xsd:string',
454 'target_id' =>
'xsd:int',
455 'object_xml' =>
'xsd:string' 457 array(
'ref_id' =>
'xsd:int'),
459 SERVICE_NAMESPACE .
'#addObject',
462 'ILIAS addObject. Create new object based on xml description under a given node ' .
463 '("category,course,group or folder). Return created reference id of the new object.' 466 $this->server->register(
468 array(
'sid' =>
'xsd:string',
469 'object_xml' =>
'xsd:string' 471 array(
'success' =>
'xsd:boolean'),
473 SERVICE_NAMESPACE .
'#updateObjects',
476 'ILIAS updateObjects. Update object data (title,description,owner)' 479 $this->server->register(
481 array(
'sid' =>
'xsd:string',
482 'source_id' =>
'xsd:int',
483 'target_id' =>
'xsd:int' 485 array(
'ref_id' =>
'xsd:int'),
487 SERVICE_NAMESPACE .
'#addReference',
490 'ILIAS addReference. Create new link of given object to new object. Return the new reference id' 493 $this->server->register(
495 array(
'sid' =>
'xsd:string',
496 'reference_id' =>
'xsd:int' 498 array(
'success' =>
'xsd:boolean'),
500 SERVICE_NAMESPACE .
'#deleteObject',
503 'ILIAS deleteObject. Stores object in trash. If multiple references exist, only the reference is deleted ' 506 $this->server->register(
507 'removeFromSystemByImportId',
508 array(
'sid' =>
'xsd:string',
509 'import_id' =>
'xsd:string' 511 array(
'success' =>
'xsd:boolean'),
513 SERVICE_NAMESPACE .
'#removeFromSystemByImportId',
516 'ILIAS removeFromSystemByImportId(). Removes an object identified by its import id permanently from the ' .
517 'system. All data will be deleted. There will be no possibility to restore it from the trash. Do not use ' .
518 'this function for deleting roles or users. Use deleteUser() or deleteRole() instead.' 521 $this->server->register(
523 array(
'sid' =>
'xsd:string',
524 'user_id' =>
'xsd:int',
525 'role_id' =>
'xsd:int' 527 array(
'success' =>
'xsd:boolean'),
529 SERVICE_NAMESPACE .
'#addUserRoleEntry',
532 'ILIAS addUserRoleEntry. Assign user to role.' 535 $this->server->register(
536 'deleteUserRoleEntry',
537 array(
'sid' =>
'xsd:string',
538 'user_id' =>
'xsd:int',
539 'role_id' =>
'xsd:int' 541 array(
'success' =>
'xsd:boolean'),
543 SERVICE_NAMESPACE .
'#deleteUserRoleEntry',
546 'ILIAS deleteUserRoleEntry. Deassign user from role.' 550 $this->server->wsdl->addComplexType(
556 array(
'ops_id' => array(
'name' =>
'ops_id',
559 'operation' => array(
'name' =>
'operation',
560 'type' =>
'xsd:string' 562 'description' => array(
'name' =>
'description',
563 'type' =>
'xsd:string' 568 $this->server->wsdl->addComplexType(
575 array(array(
'ref' =>
'SOAP-ENC:arrayType',
576 'wsdl:arrayType' =>
'tns:ilOperation[]' 581 $this->server->register(
583 array(
'sid' =>
'xsd:string'),
584 array(
'operations' =>
'tns:ilOperations'),
586 SERVICE_NAMESPACE .
'#getOperations',
589 'ILIAS getOperations(): get complete set of RBAC operations.' 592 $this->server->register(
594 array(
'sid' =>
'xsd:string',
595 'ref_id' =>
'xsd:int',
596 'role_id' =>
'xsd:int' 598 array(
'success' =>
'xsd:boolean'),
600 SERVICE_NAMESPACE .
'#revokePermissions',
603 'ILIAS revokePermissions(): Revoke all permissions for a specific role on an object.' 606 $this->server->wsdl->addComplexType(
613 array(array(
'ref' =>
'SOAP-ENC:arrayType',
614 'wsdl:arrayType' =>
'xsd:int[]' 620 $this->server->register(
622 array(
'sid' =>
'xsd:string',
623 'ref_id' =>
'xsd:int',
624 'role_id' =>
'xsd:int',
625 'operations' =>
'tns:intArray' 627 array(
'success' =>
'xsd:boolean'),
629 SERVICE_NAMESPACE .
'#grantPermissions',
632 'ILIAS grantPermissions(): Grant permissions for a specific role on an object. ' .
633 '(Substitutes existing permission settings)' 636 $this->server->register(
638 array(
'sid' =>
'xsd:string',
639 'ref_id' =>
'xsd:int' 641 array(
'role_xml' =>
'xsd:string'),
643 SERVICE_NAMESPACE .
'#getLocalRoles',
646 'ILIAS getLocalRoles(): Get all local roles assigned to an specific object.' 649 $this->server->register(
651 array(
'sid' =>
'xsd:string',
652 'user_id' =>
'xsd:int' 654 array(
'role_xml' =>
'xsd:string'),
656 SERVICE_NAMESPACE .
'#getLocalRoles',
659 'ILIAS getUserRoles(): Get all local roles assigned to an specific user. ' 662 $this->server->register(
664 array(
'sid' =>
'xsd:string',
665 'target_id' =>
'xsd:int',
666 'obj_xml' =>
'xsd:string' 668 array(
'role_ids' =>
'tns:intArray'),
670 SERVICE_NAMESPACE .
'#addRole',
673 'ILIAS addRole(): Creates new role under given node. "target_id" is the reference id of an ILIAS ' .
674 'ILIAS object. E.g ref_id of crs,grp. If no role folder exists, a new role folder will be created.' 677 $this->server->register(
679 array(
'sid' =>
'xsd:string',
680 'role_id' =>
'xsd:int' 682 array(
'success' =>
'xsd:boolean'),
684 SERVICE_NAMESPACE .
'#deleteRole',
687 'ILIAS deleteRole(): Deletes an role and all user assignments. Fails if it is the last role of an user' 690 $this->server->register(
691 'addRoleFromTemplate',
692 array(
'sid' =>
'xsd:string',
693 'target_id' =>
'xsd:int',
694 'obj_xml' =>
'xsd:string',
695 'role_template_id' =>
'xsd:int' 697 array(
'role_ids' =>
'tns:intArray'),
699 SERVICE_NAMESPACE .
'#addRole',
702 'ILIAS addRole(): Creates new role under given node. "target_id" is the reference id of an ILIAS ' .
703 'ILIAS object. E.g ref_id of crs,grp. If no role folder exists, a new role folder will be created. ' .
704 'In addition to addRole the template permissions will be copied from the given role template' 707 $this->server->register(
708 'getObjectTreeOperations',
709 array(
'sid' =>
'xsd:string',
710 'ref_id' =>
'xsd:int',
711 'user_id' =>
'xsd:int' 713 array(
'operations' =>
'tns:ilOperations'),
715 SERVICE_NAMESPACE .
'#getPermissionsForObject',
718 'ILIAS getObjectTreeOperations(): Get all granted permissions for all references of ' .
719 'an object for a specific user. Returns array of granted operations or empty array' 722 $this->server->register(
724 array(
'sid' =>
'xsd:string',
725 'target_id' =>
'xsd:int',
726 'group_xml' =>
'xsd:string' 728 array(
'ref_id' =>
'xsd:int'),
730 SERVICE_NAMESPACE .
'#addGroup',
733 'ILIAS addGroup(): Add grop according to valid group XML ' .
734 '@See ilias_group_0_1.dtd' 737 $this->server->register(
739 array(
'sid' =>
'xsd:string',
740 'title' =>
'xsd:string' 742 array(
'exists' =>
'xsd:boolean'),
744 SERVICE_NAMESPACE .
'#groupExists',
747 'ILIAS addGroup(): Check if group with given name exists. ' 751 $this->server->register(
753 array(
'sid' =>
'xsd:string',
754 'ref_id' =>
'xsd:int' 756 array(
'group_xml' =>
'xsd:string'),
758 SERVICE_NAMESPACE .
'#getGroup',
761 'ILIAS getGroup(): get xml description of grouip with given reference id.' 765 $this->server->register(
767 array(
'sid' =>
'xsd:string',
768 'group_id' =>
'xsd:int',
769 'user_id' =>
'xsd:int',
770 'type' =>
'xsd:string' 772 array(
'success' =>
'xsd:boolean'),
774 SERVICE_NAMESPACE .
'#assignGroupMember',
777 'ILIAS assignGroupMember(). Assigns an user to an existing group. Type should be "Admin","Member"' 781 $this->server->register(
782 'excludeGroupMember',
783 array(
'sid' =>
'xsd:string',
784 'group_id' =>
'xsd:int',
785 'user_id' =>
'xsd:int' 787 array(
'success' =>
'xsd:boolean'),
789 SERVICE_NAMESPACE .
'#excludeGroupMember',
792 'ILIAS excludeGroupMember(). Excludes an user from an existing group.' 796 $this->server->register(
798 array(
'sid' =>
'xsd:string',
799 'group_id' =>
'xsd:int',
800 'user_id' =>
'xsd:int' 802 array(
'role' =>
'xsd:int'),
804 SERVICE_NAMESPACE .
'#isAssignedToGroup',
807 'ILIAS isAssignedToGroup(). Checks whether an user is assigned to a given group. ' .
808 'Returns 0 => not assigned, 1 => group admin, 2 => group member' 812 $this->server->register(
814 array(
'sid' =>
'xsd:string',
815 'mail_xml' =>
'xsd:string' 817 array(
'status' =>
'xsd:boolean'),
819 SERVICE_NAMESPACE .
'#sendMail',
822 'DEPRECATED ILIAS distributeMails(): Distribute ILIAS mails according according to the mail setting of the recipients as ' .
823 'ILIAS internal mail or as e-mail.' 827 $this->server->register(
829 array(
'sid' =>
'xsd:string',
'copy_identifier' =>
'xsd:int'),
830 array(
'new_ref_id' =>
'xsd:int'),
832 SERVICE_NAMESPACE .
'#ilClone',
835 'ILIAS ilClone(): Only for internal usage.' .
836 'Syntax, parameters may change in future releases. ' 839 $this->server->register(
840 'ilCloneDependencies',
841 array(
'sid' =>
'xsd:string',
'copy_identifier' =>
'xsd:int'),
842 array(
'success' =>
'xsd:boolean'),
844 SERVICE_NAMESPACE .
'#ilCloneDependencies',
847 'ILIAS ilCloneDependencies(): Only for internal usage.' .
848 'Syntax, parameters may change in future releases. ' 852 $this->server->register(
854 array(
'sid' =>
'xsd:string',
855 'active_id' =>
'xsd:long',
856 'question_id' =>
'xsd:long',
858 'solution' =>
'tns:stringArray' 860 array(
'status' =>
'xsd:boolean'),
862 SERVICE_NAMESPACE .
'#saveQuestion',
865 'ILIAS saveQuestion: Saves the result of a question in a given test pass for the active test user. The active user is identified by the active ID, which assigns a user to a test.' 868 $this->server->register(
869 'saveQuestionSolution',
870 array(
'sid' =>
'xsd:string',
871 'active_id' =>
'xsd:long',
872 'question_id' =>
'xsd:long',
874 'solution' =>
'xsd:string' 876 array(
'status' =>
'xsd:string'),
878 SERVICE_NAMESPACE .
'#saveQuestionSolution',
881 'ILIAS saveQuestionSolution: Saves the result of a question in a given test pass for the active test user. The active user is identified by the active ID, which assigns a user to a test. The solution has to be an XML string which contains <values><value>VALUE</value><value>VALUE</value><points>POINTS</points>...</values> where the triplet (value,value,points) can repeat n times. The result string is either TRUE or it contains an error message.' 884 $this->server->register(
885 'getQuestionSolution',
886 array(
'sid' =>
'xsd:string',
887 'active_id' =>
'xsd:long',
888 'question_id' =>
'xsd:int',
891 array(
'solution' =>
'tns:stringArray'),
893 SERVICE_NAMESPACE .
'#getQuestionSolution',
896 'ILIAS getQuestionSolution: Typically called from external assessment questions to retrieve the previous input of a user.' 899 $this->server->register(
901 array(
'sid' =>
'xsd:string',
902 'active_id' =>
'xsd:long' 904 array(
'userdata' =>
'tns:stringArray'),
906 SERVICE_NAMESPACE .
'#getTestUserData',
909 'ILIAS getTestUserData: Typically called from external assessment questions to retrieve data of the active user. The returned string array values are fullname, title, firstname, lastname, login.' 912 $this->server->register(
913 'getPositionOfQuestion',
914 array(
'sid' =>
'xsd:string',
915 'active_id' =>
'xsd:long',
916 'question_id' =>
'xsd:int',
919 array(
'position' =>
'xsd:int'),
921 SERVICE_NAMESPACE .
'#getPositionOfQuestion',
924 'ILIAS getPositionOfQuestion: Returns the position of a given question for a given user in a given test pass.' 927 $this->server->register(
928 'getPreviousReachedPoints',
929 array(
'sid' =>
'xsd:string',
930 'active_id' =>
'xsd:long',
931 'question_id' =>
'xsd:int',
934 array(
'position' =>
'tns:doubleArray'),
936 SERVICE_NAMESPACE .
'#getPreviousReachedPoints',
939 'ILIAS getPreviousReachedPoints: Returns an array of reached points for the previous questions in a given test pass.' 942 $this->server->register(
943 'getNrOfQuestionsInPass',
944 array(
'sid' =>
'xsd:string',
945 'active_id' =>
'xsd:long',
948 array(
'count' =>
'xsd:int'),
950 SERVICE_NAMESPACE .
'#getNrOfQuestionsInPass',
953 'ILIAS getNrOfQuestionsInPass: Returns the question count for a given test user in a given pass.' 956 $this->server->register(
957 'getStructureObjects',
958 array(
'sid' =>
'xsd:string',
959 'ref_id' =>
'xsd:int' 961 array(
'xml' =>
'xsd:string'),
963 SERVICE_NAMESPACE .
'#getStructureObjects',
966 'ILIAS getStructureObjects: delivers structure of content objects like learning modules (chapters/pages) or glossary (terms)' 970 $this->server->register(
972 array(
'sid' =>
'xsd:string',
973 'folder_id' =>
'xsd:int',
974 'usr_xml' =>
'xsd:string',
975 'conflict_rule' =>
'xsd:int',
976 'send_account_mail' =>
'xsd:int' 978 array(
'protocol' =>
'xsd:string'),
980 SERVICE_NAMESPACE .
'#importUsers',
983 'ILIAS import users into folder id, which should be ref_id of folder or user folder (-1:System user folder, 0: checks access at user level, otherwise refid): conflict_rule: IL_FAIL_ON_CONFLICT = 1, IL_UPDATE_ON_CONFLICT = 2, IL_IGNORE_ON_CONFLICT = 3. The Return-Value is a protocol with the columns userid, login, action, message, following xmlresultset dtd. Send Account Mail = 0 deactivates sending a mail to each user, 1 activates it' 986 $this->server->register(
988 array(
'sid' =>
'xsd:string',
989 'role_type' =>
'xsd:string',
992 array(
'role_xml' =>
'xsd:string'),
994 SERVICE_NAMESPACE .
'#getRoles',
997 'ILIAS getRoles():if id equals -1, get all roles specified by type (global|local|user|user_login|template or empty), if type is empty all roles with all types are delivered, if id > -1 and role_type <> user or user_login, delivers all roles which belong to a repository object with specified ref_id, if roletype is user a numeric id is interpreted as userid, if roletype is user_login it is interpreted as login,if roletype is template all role templates will be listed' 1000 $this->server->register(
1001 'getUsersForContainer',
1002 array(
'sid' =>
'xsd:string',
1003 'ref_id' =>
'xsd:int',
1004 'attach_roles' =>
'xsd:int',
1005 'active' =>
'xsd:int' 1007 array(
'user_xml' =>
'xsd:string'),
1009 SERVICE_NAMESPACE .
'#getUsersForContainer',
1012 'ILIAS getUsersForContainer(): get all users of a specific ref_id, which can be crs, group, category or user folder (value: -1). Choose if all roles of a user should be attached (1) or not (0). set active to -1 to get all, 0, to get inactive users only, 1 to get active users only' 1015 $this->server->register(
1017 array(
'sid' =>
'xsd:string',
1018 'role_id' =>
'xsd:int',
1019 'attach_roles' =>
'xsd:int',
1020 'active' =>
'xsd:int' 1022 array(
'user_xml' =>
'xsd:string'),
1024 SERVICE_NAMESPACE .
'#getUsersForRole',
1027 'ILIAS getUsersForRole(): get all users of a role with specified id, specify attach_roles to 1, to attach all role assignmnents; specify active: 1, to import active only, 0: inactive only, -1: both' 1030 $this->server->register(
1032 array(
'sid' =>
'xsd:string',
1033 'key_fields' =>
'tns:stringArray',
1034 'query_operator' =>
'xsd:string',
1035 'key_values' =>
'tns:stringArray',
1036 'attach_roles' =>
'xsd:int',
1037 'active' =>
'xsd:int' 1039 array(
'user_xml' =>
'xsd:string'),
1041 SERVICE_NAMESPACE .
'#searchUsers',
1044 'ILIAS searchUser(): get all users, which match a query, consisting of the keyfields, matched with values of the field values, concatenated with the logical query operator. Specify attach_roles to 1, to attach all role assignmnents; specify active: 1, to import active only, 0: inactive only, -1: both' 1049 $this->server->register(
1051 array(
'sid' =>
'xsd:string'),
1052 array(
'status' =>
'xsd:boolean'),
1054 SERVICE_NAMESPACE .
'#hasNewMail',
1057 'ILIAS hasNewMail(): Checks whether the current authenticated user has a new mail.' 1060 $this->server->register(
1062 array(
'sid' =>
'xsd:string',
"ref_id" =>
'xsd:int',
"attachment_mode" =>
"xsd:int"),
1063 array(
'exercisexml' =>
'xsd:string'),
1065 SERVICE_NAMESPACE .
'#getExerciseXML',
1068 'ILIAS getExerciseXML(): returns xml description of exercise. Attachment mode: 0 - no file contents, 1 - plain content (base64encoded), 2 zlib + base64, 3 gzip + base64)' 1071 $this->server->register(
1073 array(
'sid' =>
'xsd:string',
"target_id" =>
'xsd:int',
"xml" =>
"xsd:string"),
1074 array(
'refid' =>
'xsd:int'),
1076 SERVICE_NAMESPACE .
'#addExercise',
1079 'ILIAS addExercise(): create exercise, put it into target (ref_id) and update exercise properties from xml (see ilias_exercise_3_8.dtd for details). Obj_id must not be set!' 1082 $this->server->register(
1084 array(
'sid' =>
'xsd:string',
'ref_id' =>
'xsd:int',
'xml' =>
'xsd:string'),
1085 array(
'success' =>
'xsd:boolean'),
1087 SERVICE_NAMESPACE .
'#updateExercise',
1090 'ILIAS updateExercise():update existing exercise, update exercise properties from xml (see ilias_exercise_3_8.dtd for details). obj_id in xml must match according obj id of refid.!' 1093 $this->server->register(
1095 array(
'sid' =>
'xsd:string',
'ref_id' =>
'xsd:int',
'attachment_mode' =>
'xsd:int'),
1096 array(
'filexml' =>
'xsd:string'),
1098 SERVICE_NAMESPACE .
'#getFileXML',
1101 'ILIAS getFileXML(): returns xml description of file. Attachment mode: 0 - no file contents, 1 - plain content (base64encoded), 2 zlib + base64, 3 gzip + base64)' 1104 $this->server->register(
1106 array(
'sid' =>
'xsd:string',
'target_id' =>
'xsd:int',
'xml' =>
'xsd:string'),
1107 array(
'refid' =>
'xsd:int'),
1109 SERVICE_NAMESPACE .
'#addFile',
1112 'ILIAS addFile(): create file, put it into target (ref_id) and update file properties from xml (see ilias_file_3_8.dtd for details). Obj_id must not be set!' 1115 $this->server->register(
1117 array(
'sid' =>
'xsd:string',
'ref_id' =>
'xsd:int',
'xml' =>
'xsd:string'),
1118 array(
'success' =>
'xsd:boolean'),
1120 SERVICE_NAMESPACE .
'#updateFile',
1123 'ILIAS updateFile():update existing file, update file properties from xml (see ilias_file_3_8.dtd for details). obj_id in xml must match according obj id of refid.!' 1126 $this->server->register(
1128 array(
'sid' =>
'xsd:string',
'user_ids' =>
'tns:intArray',
'attach_roles' =>
'xsd:int'),
1129 array(
'xml' =>
'xsd:string'),
1131 SERVICE_NAMESPACE .
'#resolveUsers',
1134 'ILIAS getUserXML(): get xml records for user ids, e.g. retrieved vom members of course xml. Returns user xml dtds. ids are numeric ids of user' 1138 $this->server->register(
1139 'getObjIdsByRefIds',
1140 array(
'sid' =>
'xsd:string',
1141 'ref_ids' =>
'tns:intArray' 1143 array(
'obj_ids' =>
'tns:intArray'),
1145 SERVICE_NAMESPACE .
'#getRefIdsByImportId',
1148 'ILIAS getObjIdsForRefIds: Returns a array of object ids which match the references id, given by a comma seperated string. Returns an array of ref ids, in the same order as object ids. Therefore, there might by duplicates' 1151 $this->server->register(
1153 array(
'sid' =>
'xsd:string',
'ref_id' =>
'xsd:int',
'xml' =>
'xsd:string'),
1154 array(
'success' =>
'xsd:boolean'),
1156 SERVICE_NAMESPACE .
'#updateGroup',
1159 'ILIAS updateGroup(): update existing group using ref id and group xml (see DTD).' 1162 $this->server->register(
1163 'getIMSManifestXML',
1164 array(
'sid' =>
'xsd:string',
'ref_id' =>
'xsd:int'),
1165 array(
'xml' =>
'xsd:string'),
1167 SERVICE_NAMESPACE .
'#getIMSManifestXML',
1170 'ILIAS getIMSManifestXML(): returns xml of ims manifest file (scorm learning module) referred by refid' 1173 $this->server->register(
1174 'hasSCORMCertificate',
1175 array(
'sid' =>
'xsd:string',
'ref_id' =>
'xsd:int',
'usr_id' =>
'xsd:int'),
1176 array(
'success' =>
'xsd:boolean'),
1178 SERVICE_NAMESPACE .
'#hasSCORMCertificate',
1181 'ILIAS hasSCORMCertificate(): returns true if a certficate is available for a user referred by usr_id in a SCORM learning module referred by ref_id' 1184 $this->server->register(
1185 'getSCORMCompletionStatus',
1186 array(
'sid' =>
'xsd:string',
'usr_id' =>
'xsd:int',
'ref_id' =>
'xsd:int'),
1187 array(
'status' =>
'xsd:string'),
1189 SERVICE_NAMESPACE .
'#getSCORMCompletionStatus',
1192 'ILIAS getSCORMCompletionStatus(): returns a completion status of a scorm module' 1195 $this->server->register(
1197 array(
'sid' =>
'xsd:string',
'xml' =>
'xsd:string'),
1198 array(
'xml' =>
'xsd:int'),
1200 SERVICE_NAMESPACE .
'#copyObject',
1203 'ILIAS copyObject(): returns reference of copy, if copy is created directly, or the ref id of the target if copy is in progress.' 1206 $this->server->register(
1208 array(
'sid' =>
'xsd:string',
'ref_id' =>
'xsd:int',
'target_id' =>
'xsd:int'),
1209 array(
'result' =>
'xsd:boolean'),
1211 SERVICE_NAMESPACE .
'#moveObject',
1214 'ILIAS moveObject(): returns true, if object with refid could be successfully moved to target id, other it raises an error.' 1217 $this->server->register(
1219 array(
'sid' =>
'xsd:string',
'ref_id' =>
'xsd:int',
'sum_only' =>
'xsd:boolean'),
1220 array(
'xml' =>
'xsd:string'),
1222 SERVICE_NAMESPACE .
'#getTestResults',
1225 'ILIAS getTestResults(): returns XMLResultSet with 1226 sum only = true: user_id, login, firstname, lastname, matriculation, maximum points, received points 1227 sum only = false: user_id, login, firstname, lastname, matriculation, question id, question title, question points, received points' 1230 $this->server->register(
1231 'removeTestResults',
1233 'sid' =>
'xsd:string',
1234 'ref_id' =>
'xsd:int',
1235 'user_ids' =>
'tns:intArray' 1237 array(
'success' =>
'xsd:boolean'),
1239 SERVICE_NAMESPACE .
'#removeTestResults',
1242 'ILIAS removeTestResults(): remove test results for the chosen users' 1245 $this->server->register(
1246 'getCoursesForUser',
1247 array(
'sid' =>
'xsd:string',
'parameters' =>
'xsd:string'),
1248 array(
'xml' =>
'xsd:string'),
1250 SERVICE_NAMESPACE .
'#getCoursesForUser',
1253 'ILIAS getTestResults(): returns XMLResultSet with columns ref_id, course xml. $parameters has to contain a column user_id and a column status. Status is a logical AND combined value of (MEMBER = 1, TUTOR = 2, ADMIN = 4, OWNER = 8) and determines which courses should be returned.' 1256 $this->server->register(
1258 array(
'sid' =>
'xsd:string',
'parameters' =>
'xsd:string'),
1259 array(
'xml' =>
'xsd:string'),
1261 SERVICE_NAMESPACE .
'#getGroupsForUser',
1264 'ILIAS getTestResults(): returns XMLResultSet with columns ref_id, group xml. $parameters has to contain a column user_id and a column status. Status is a logical AND combined value of (MEMBER = 1, TUTOR = 2, OWNER = 4) and determines which groups should be returned.' 1267 $this->server->register(
1269 array(
'sid' =>
'xsd:string',
'ref_id' =>
'xsd:int'),
1270 array(
'xml' =>
'xsd:string'),
1272 SERVICE_NAMESPACE .
'#getPathForRefId',
1275 'ILIAS getPathForRefId(): returns XMLResultSet with columns ref_id, type and title.' 1278 $this->server->register(
1280 array(
'sid' =>
'xsd:string',
1281 'key' =>
'xsd:string',
1282 'combination' =>
'xsd:string',
1283 'role_type' =>
'xsd:string' 1285 array(
'xml' =>
'xsd:string'),
1287 SERVICE_NAMESPACE .
'#searchRoles',
1290 'ILIAS searchRoles(): returns XML following role dtd with search results for given role type and search terms.' 1293 $this->server->register(
1294 'getInstallationInfoXML',
1296 array(
'xml' =>
'xsd:string'),
1298 SERVICE_NAMESPACE .
'#getInstallationInfoXML',
1301 'ILIAS getInstallationInfoXML(): returns XML following installation_info dtd' 1304 $this->server->register(
1306 array(
'clientid' =>
'xsd:string'),
1307 array(
'xml' =>
'xsd:string'),
1309 SERVICE_NAMESPACE .
'#getClientInfoXML',
1312 'ILIAS getClientInfoXML(): returns XML following installation_info dtd, contains the client the data of given client id' 1315 $this->server->register(
1316 'getSkillCompletionDateForTriggerRefId',
1317 array(
'sid' =>
'xsd:string',
1318 'user_id' =>
'xsd:string',
1319 'ref_id' =>
'xsd:string' 1321 array(
'dates' =>
'xsd:string'),
1323 SERVICE_NAMESPACE .
'#getSkillCompletionDateForTriggerRefId',
1326 'ILIAS getSkillCompletionDateForTriggerRefId(). Get completion dates for skill trigger ref ids.' 1329 $this->server->register(
1330 'checkSkillUserCertificateForTriggerRefId',
1331 array(
'sid' =>
'xsd:string',
1332 'user_id' =>
'xsd:string',
1333 'ref_id' =>
'xsd:string' 1335 array(
'have_certificates' =>
'xsd:string'),
1337 SERVICE_NAMESPACE .
'#checkSkillUserCertificateForTriggerRefId',
1340 'ILIAS checkSkillUserCertificateForTriggerRefId(). Check user certificates for trigger ref ids.' 1343 $this->server->register(
1344 'getSkillTriggerOfAllCertificates',
1345 array(
'sid' =>
'xsd:string',
1346 'user_id' =>
'xsd:string' 1348 array(
'certificate_triggers' =>
'xsd:string'),
1350 SERVICE_NAMESPACE .
'#getSkillTriggerOfAllCertificates',
1353 'ILIAS getSkillTriggerOfAllCertificates(). Check get all trigger with certificate for a user.' 1356 $this->server->register(
1358 array(
'sid' =>
'xsd:string'),
1359 array(
'usr_id' =>
'xsd:int'),
1361 SERVICE_NAMESPACE .
'#getUserIdBySid',
1364 'ILIAS getUserIdBySid(): returns an ILIAS usr_id for the given sid' 1367 $this->server->register(
1368 'deleteExpiredDualOptInUserObjects',
1369 array(
'sid' =>
'xsd:string',
1370 'usr_id' =>
'xsd:int' 1372 array(
'status' =>
'xsd:boolean'),
1374 SERVICE_NAMESPACE .
'#deleteExpiredDualOptInUserObjects',
1377 'ILIAS deleteExpiredDualOptInUserObjects(): Deletes expired user accounts caused by unconfirmed registration links in "dual opt in" registration method' 1380 $this->server->register(
1382 array(
'sid' =>
'xsd:string',
"ref_id" =>
'xsd:int'),
1383 array(
'weblinkxml' =>
'xsd:string'),
1385 SERVICE_NAMESPACE .
'#readWebLink',
1388 'ILIAS readWebLink(): returns xml description of a weblink container.' 1391 $this->server->register(
1393 array(
'sid' =>
'xsd:string',
"target_id" =>
'xsd:int',
"xml" =>
"xsd:string"),
1394 array(
'refid' =>
'xsd:int'),
1396 SERVICE_NAMESPACE .
'#createWebLink',
1399 'ILIAS createWebLink(): create web link container, put it into target (ref_id) and update weblink container from xml (see ilias_weblink_4_0.dtd for details). Obj_id must not be set!' 1402 $this->server->register(
1404 array(
'sid' =>
'xsd:string',
'ref_id' =>
'xsd:int',
'xml' =>
'xsd:string'),
1405 array(
'success' =>
'xsd:boolean'),
1407 SERVICE_NAMESPACE .
'#updateWebLink',
1410 'ILIAS updateWebLink():update existing weblink, update weblink properties from xml (see ilias_weblink_4_0.dtd for details).' 1414 $this->server->register(
1415 'getLearningProgressChanges',
1416 array(
'sid' =>
'xsd:string',
1417 'timestamp' =>
'xsd:string',
1418 'include_ref_ids' =>
'xsd:boolean',
1419 'type_filter' =>
'tns:stringArray' 1421 array(
'lp_data' =>
'xsd:string'),
1423 SERVICE_NAMESPACE .
'#getLearningProgressChanges',
1426 'ILIAS getLearningProgressChanges(): Get learning progress changes after a given timestamp.' 1430 $this->server->register(
1433 'sid' =>
'xsd:string',
1434 'ref_ids' =>
'tns:intArray',
1435 'usr_ids' =>
'tns:intArray',
1436 'type_filter' =>
'tns:stringArray',
1437 'progress_filter' =>
'tns:intArray' 1439 array(
'status' =>
'xsd:boolean'),
1441 SERVICE_NAMESPACE .
'#deleteProgress',
1444 'Delete user progress data of objects. ' 1447 $this->server->register(
1450 'sid' =>
'xsd:string',
1451 'ref_id' =>
'xsd:int',
1452 'progress_filter' =>
'tns:intArray' 1454 array(
'user_results' =>
'xsd:string'),
1456 SERVICE_NAMESPACE .
'#getProgressInfo',
1459 'Get object learning progress information' 1462 $this->server->register(
1463 'exportDataCollectionContent',
1465 'sid' =>
'xsd:string',
1466 'ref_id' =>
'xsd:int',
1467 'table_id' =>
'xsd:int',
1468 'format' =>
'xsd:string',
1469 'filepath' =>
'xsd:string' 1471 array(
'export_path' =>
'xsd:string'),
1473 SERVICE_NAMESPACE .
'#exportDataCollectionTableContent',
1476 'Generate DataCollectionContent Export' 1479 $this->server->register(
1480 'processBackgroundTask',
1482 'sid' =>
'xsd:string',
1483 'task_id' =>
'xsd:int' 1485 array(
'status' =>
'xsd:boolean'),
1487 SERVICE_NAMESPACE .
'#processBackgroundTask',
1490 'Process task in background' 1510 foreach (
$f as $function) {
1511 $this->server->register(
1512 $function->getName(),
1513 $function->getInputParams(),
1514 $function->getOutputParams(),
1516 SERVICE_NAMESPACE .
'#orgu',
1519 $function->getDocumentation()
1525 if (isset(
$_GET[
'client_id'])) {
1543 $component_factory = $DIC[
'component.factory'];
1544 $soapHook =
new ilSoapHook($component_factory);
1545 foreach ($soapHook->getWsdlTypes() as
$type) {
1546 $this->server->wsdl->addComplexType(
1548 $type->getTypeClass(),
1549 $type->getPhpType(),
1550 $type->getCompositor(),
1551 $type->getRestrictionBase(),
1552 $type->getElements(),
1553 $type->getAttributes(),
1554 $type->getArrayType()
1557 foreach ($soapHook->getSoapMethods() as $method) {
1558 $this->server->register(
1560 $method->getInputParams(),
1561 $method->getOutputParams(),
1562 $method->getServiceNamespace(),
1563 $method->getServiceNamespace() .
'#' . $method->getName(),
1564 $method->getServiceStyle(),
1565 $method->getServiceUse(),
1566 $method->getDocumentation()
Class AddUserIdToPositionInOrgUnit.
handleSoapPlugins()
Register any methods and types of SOAP plugins to the SOAP server.
Class EmployeePositionId.
Class AddUserIdToPositionInOrgUnit.
const CONTEXT_SOAP_NO_AUTH
__construct(bool $a_use_wsdl=true)
static initILIAS()
ilias initialisation
Class UserIdsOfPositionAndOrgUnit.
Class SuperiorPositionId.
static init(string $a_type)
Init context by type.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...