public function WorkflowGetRequestFormByCategoryIds($category_ids)
 {
     // $category_ids : IDType or this array
     $this->CheckAndSetHeader(__FUNCTION__);
     $reg_args["category_id"] = $this->getRegularArgs($category_ids, __FUNCTION__);
     $this->encodeString($reg_args);
     $results = parent::WorkflowGetRequestFormByCategoryIds($reg_args);
     $this->methodClose();
     return $this->decodeString($results->category);
 }