コード例 #1
0
 protected function _callCortoServiceUri($serviceName, $idPProviderHash = "")
 {
     $this->_initProxy();
     $cortoUri = $this->_getCortoUri($serviceName, $idPProviderHash);
     $this->_proxyServer->serveRequest($cortoUri);
     $this->_processProxyServerResponse();
     unset($this->_proxyServer);
 }