_fault = new Zend_XmlRpc_Server_Exception(630); return; } $xml = ''; while (!feof($fh)) { $xml .= fgets($fh); } fclose($fh); $this->_xml = $xml; $this->loadXml($xml); } /** * Retrieve the raw XML request * * @return string */ public function getRawRequest() { return $this->_xml; } }