public function testResponseVoid()
 {
     $xml = file_get_contents(self::$path . "returnVoid.xml");
     $client = new Zend_Rest_Client_Result($xml);
     $this->assertEquals(null, $client->response());
 }