protected function _callCortoServiceUri($serviceName, $idPProviderHash = "")
 {
     $this->_initProxy();
     $this->_proxyServer->serve($serviceName, $idPProviderHash);
     $this->_processProxyServerResponse();
     unset($this->_proxyServer);
 }