41a42,47
> 		/**
> 		 * Classname for result
> 		 * @var string
> 		 */
> 		protected $_resultClass = 'Zend_Rest_Client_Result';
> 
236c242
<             return new Zend_Rest_Client_Result($response->getBody());
---
>             return new $this->_resultClass($response->getBody());

