Déplacement des opérations posant problème au .net

This commit is contained in:
Michael RICOIS 2011-05-20 14:40:08 +00:00
parent 18fb0607a7
commit 964722b17f

View File

@ -193,7 +193,7 @@ class WsScores
$params->nom = $nom;
$params->type = $type;
$params->cpDep = $cpDep;
$client = $this->loadClient('entreprise');
$client = $this->loadClient('interne');
try {
$reponse = $client->searchMandataires($params);
return $reponse->searchMandatairesResult;
@ -211,7 +211,7 @@ class WsScores
{
$params = new stdClass();
$params->tabTypes = $tabTypes;
$client = $this->loadClient('entreprise');
$client = $this->loadClient('interne');
try {
$reponse = $client->getTribunaux($params);
return $reponse->getTribunauxResult;
@ -272,7 +272,7 @@ class WsScores
$params = new stdClass();
$params->siren = $siren;
$params->tabTypes = $tabTypes;
$client = $this->loadClient('entreprise');
$client = $this->loadClient('interne');
try {
$reponse = $client->getPrivilegesCumul($params);
return $reponse->getPrivilegesCumulResult;
@ -292,7 +292,7 @@ class WsScores
$params = new stdClass();
$params->siren = $siren;
$params->tabTypes = $tabTypes;
$client = $this->loadClient('entreprise');
$client = $this->loadClient('interne');
try {
$reponse = $client->getPrivilegesDetail($params);
return $reponse->getPrivilegesDetailResult;