_rest_client === null) { $this->_rest_client = new AsaZend_Rest_Client(); } $this->_rest_client->getHttpClient()->resetParameters(); $url = parse_url($request_url); // set the rest uri $uri = $url['scheme'] . '://' . $url['host']; $this->_rest_client->setUri($uri); // prepare options and get the response parse_str($url['query'], $options); return $this->_rest_client->restGet('/onca/xml', $options); } } ?>