public function BaseGetApplicationInformation()
 {
     $this->CheckAndSetHeader(__FUNCTION__);
     $this->encodeString($reg_args);
     $results = parent::BaseGetApplicationInformation();
     $this->methodClose();
     return $this->RetvalConvertArray($results->application);
     // returns array of stdClass
 }