fetchCompanyTitle(); $result = array(); $result['result'] = $companyDetails['organizationname']; $response = new Portal_Response(); $response->setResult($result); return $response; } }