Déplacement des opérations posant problème au .net
This commit is contained in:
parent
18fb0607a7
commit
964722b17f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user