params) parent::post($request); $result = array('expressoVersion' => $this->getExpressoVersion()); $this->setResult($result); //to Send Response (JSON RPC format) return $this->getResponse(); } }