172                 $GLOBALS[
'ilLog']->write(__METHOD__.
': Using deprecated call');
 
  196                 $this->mid = $this->json_obj->mid;
 
  197                 $this->email = $this->json_obj->email;
 
  198                 #$this->certid = hexdec($this->json_obj->certid); 
  199                 $this->dns = $this->json_obj->dns;
 
  200                 $this->description = $this->json_obj->description;
 
  202                 $this->participantname = $this->json_obj->name;
 
  203                 $this->is_self = $this->json_obj->itsyou;
 
  205                 include_once 
'./Services/WebServices/ECS/classes/class.ilECSOrganisation.php';
 
  207                 if(is_object($this->json_obj->org))
 
  209                         $this->org->loadFromJson($this->json_obj->org);