33 include_once
'Auth/Auth.php';
34 include_once
'./Services/Authentication/classes/class.ilBaseAuthentication.php';
52 $this->soap_check =
false;
70 $this->
__setMessage(
'Error building dsn/Wrong client Id?');
88 $this->
__setMessage(
'SOAP is not enabled in ILIAS administration for this client');
97 if(!$this->auth->getAuth())
104 $this->
setSid(session_id());
121 include_once(
'./Services/User/classes/class.ilObjUser.php');
122 include_once(
'./Services/Administration/classes/class.ilSetting.php');
184 $this->
__setMessage(
'SOAP is not enabled in ILIAS administration for this client');
189 $this->auth->start();
190 if(!$this->auth->getAuth())
219 include_once
'./Services/Database/classes/class.ilDB.php';
226 include_once
'./Services/Administration/classes/class.ilSetting.php';
228 return ($set->get(
"soap_user_administration") == 1);
239 if(is_object($this->ini) and $this->ini->readVariable(
'client',
'access'))