Remove all ini configuration file - performance

This commit is contained in:
Michael RICOIS 2013-07-04 20:27:18 +00:00
parent 4a54dcd024
commit 0c30181d59
53 changed files with 1131 additions and 1066 deletions

View File

@ -68,13 +68,7 @@ class DocumentationController extends Zend_Controller_Action
$pathClassService = 'WsScore/'.ucfirst($ws).'/v'.$version.'/';
//Génération du tableau de mapping
$classmap = array();
$wsConfig = new Zend_Config_Ini($pathClassService.ucfirst($ws).'.ini');
if ( $wsConfig->count()>0 ) {
foreach($wsConfig->Type->toArray() as $Type){
$classmap[$Type] = $Type;
}
}
$classmap = include $pathClassService.'Config.php';
//Définir l'url d'accès au WSDL
$wsdl_url = $this->view->baseUrl();
@ -122,13 +116,7 @@ class DocumentationController extends Zend_Controller_Action
$pathClassService = 'WsScore/Clients/'.ucfirst($client).'/v'.$version.'/';
//Génération du tableau de mapping
$classmap = array();
$wsConfig = new Zend_Config_Ini($pathClassService.ucfirst($ws).'.ini');
if ( $wsConfig->count()>0 ) {
foreach($wsConfig->Type->toArray() as $Type){
$classmap[$Type] = $Type;
}
}
$classmap = include $pathClassService.'Config.php';
//Définir l'url d'accès au WSDL
$wsdl_url = $this->view->baseUrl();

View File

@ -64,7 +64,8 @@ class ServiceController extends Zend_Controller_Action
// Charger les classes et les types pour le service suivant la version
if ('clients' == $serviceName) {
$pathServiceClassIni = 'WsScore/Clients/'.$clientClassName.'/v'.$version.'/Entreprise.ini';
$pathServiceClassIni = 'WsScore/Clients/'.$clientClassName.'/v'.$version.'/Config.php';
$pathServiceClassPhp = 'WsScore/Clients/'.$clientClassName.'/v'.$version.'/Entreprise.php';
//Gestion du mode de génération du wsdl
if ( APPLICATION_ENV == 'development'
@ -77,8 +78,10 @@ class ServiceController extends Zend_Controller_Action
//On redéfini le nom du service
$serviceClassName = 'Entreprise';
$fichierWsdl = $clientClassName.'-'.$serviceClassName.'-'.$version.'.wsdl';
} else {
$pathServiceClassIni = 'WsScore/'.$serviceClassName.'/v'.$version.'/'.$serviceClassName.'.ini';
$pathServiceClassIni = 'WsScore/'.$serviceClassName.'/v'.$version.'/Config.php';
$pathServiceClassPhp = 'WsScore/'.$serviceClassName.'/v'.$version.'/'.$serviceClassName.'.php';
//Gestion du mode de génération du wsdl
if ( APPLICATION_ENV == 'development'
@ -89,16 +92,12 @@ class ServiceController extends Zend_Controller_Action
$pathServiceUrl = $serviceName.'/v'.$version.'?wsdl';
}
$fichierWsdl = $serviceClassName.'-'.$version.'.wsdl';
}
//Génération du tableau de mapping
$classmap = array();
$wsConfig = new Zend_Config_Ini($pathServiceClassIni);
if ( $wsConfig->count()>0 ) {
foreach($wsConfig->Type->toArray() as $Type){
$classmap[$Type] = $Type;
}
}
//Get map of WSDL type to PHP Classes
$classmap = include $pathServiceClassIni;
//Inclusion des classes de données
require_once $pathServiceClassPhp;

View File

@ -0,0 +1,2 @@
<?php
return array();

View File

@ -1,4 +0,0 @@
; Listes des versions des services
[2.2]
actif = true;
defaut = true;

View File

@ -0,0 +1,6 @@
<?php
return array(
'EntrepElement' => 'EntrepElement',
'ErrorElement' => 'ErrorElement',
'EntrepResult' => 'EntrepResult',
);

View File

@ -1,3 +0,0 @@
Type[] = "EntrepElement"
Type[] = "ErrorElement"
Type[] = "EntrepResult"

View File

@ -0,0 +1,4 @@
<?php
return array(
'Evaluation' => 'Evaluation',
);

View File

@ -1 +0,0 @@
Type[] = "Evaluation"

View File

@ -0,0 +1,10 @@
<?php
return array(
'Identite' => 'Identite',
'IdentiteBilan' => 'IdentiteBilan',
'AdresseNorme' => 'AdresseNorme',
'SearchEntrepriseReturn' => 'SearchEntrepriseReturn',
'EntrepriseItem' => 'EntrepriseItem',
'EntrepriseCriteres' => 'EntrepriseCriteres',
'SearchReturn' => 'SearchReturn',
);

View File

@ -1,7 +0,0 @@
Type[] = "Identite"
Type[] = "IdentiteBilan"
Type[] = "AdresseNorme"
Type[] = "SearchEntrepriseReturn"
Type[] = "EntrepriseItem"
Type[] = "EntrepriseCriteres"
Type[] = "SearchReturn"

View File

@ -0,0 +1,12 @@
<?php
return array(
'Identite' => 'Identite',
'IdentiteBilan' => 'IdentiteBilan',
'AdresseNorme' => 'AdresseNorme',
'SearchEntrepriseReturn' => 'SearchEntrepriseReturn',
'EntrepriseItem' => 'EntrepriseItem',
'EntrepriseCriteres' => 'EntrepriseCriteres',
'SearchReturn' => 'SearchReturn',
'ListeEtablissementsReturn' => 'ListeEtablissementsReturn',
'Etablissement' => 'Etablissement',
);

View File

@ -1,9 +0,0 @@
Type[] = "Identite"
Type[] = "IdentiteBilan"
Type[] = "AdresseNorme"
Type[] = "SearchEntrepriseReturn"
Type[] = "EntrepriseItem"
Type[] = "EntrepriseCriteres"
Type[] = "SearchReturn"
Type[] = "ListeEtablissementsReturn"
Type[] = "Etablissement"

View File

@ -0,0 +1,8 @@
<?php
return array(
'Identite' => 'Identite',
'SearchEntrepriseReturn' => 'SearchEntrepriseReturn',
'EntrepriseItem' => 'EntrepriseItem',
'EntrepriseCriteres' => 'EntrepriseCriteres',
'SearchReturn' => 'SearchReturn',
);

View File

@ -1,5 +0,0 @@
Type[] = "Identite"
Type[] = "SearchEntrepriseReturn"
Type[] = "EntrepriseItem"
Type[] = "EntrepriseCriteres"
Type[] = "SearchReturn"

View File

@ -0,0 +1,10 @@
<?php
return array(
'Identite' => 'Identite',
'SearchEntrepriseReturn' => 'SearchEntrepriseReturn',
'EntrepriseItem' => 'EntrepriseItem',
'EntrepriseCriteres' => 'EntrepriseCriteres',
'SearchReturn' => 'SearchReturn',
'Actionnaire' => 'Actionnaire',
'ActionnaireIdentite' => 'ActionnaireIdentite',
);

View File

@ -1,7 +0,0 @@
Type[] = "Identite"
Type[] = "SearchEntrepriseReturn"
Type[] = "EntrepriseItem"
Type[] = "EntrepriseCriteres"
Type[] = "SearchReturn"
Type[] = "Actionnaire"
Type[] = "ActionnaireIdentite"

View File

@ -0,0 +1,67 @@
<?php
return array(
'ErrorType' => 'ErrorType',
'StatusReturn' => 'StatusReturn',
'Identite' => 'Identite',
'GeoInfos' => 'GeoInfos',
'IdentiteBilan' => 'IdentiteBilan',
'IdentiteBourse' => 'IdentiteBourse',
'AutreSiren' => 'AutreSiren',
'RechercheEntrepriseCriteres' => 'RechercheEntrepriseCriteres',
'CriteresEntreprise' => 'CriteresEntreprise',
'CriteresDirigeant' => 'CriteresDirigeant',
'RechercheEntrepriseReturn' => 'RechercheEntrepriseReturn',
'RechercheEntrepriseResult' => 'RechercheEntrepriseResult',
'RechercheEntrepriseReponses' => 'RechercheEntrepriseReponses',
'ListeEtablissementsReturn' => 'ListeEtablissementsReturn',
'Etablissement' => 'Etablissement',
'DirigeantsReturn' => 'DirigeantsReturn',
'Dirigeant' => 'Dirigeant',
'AnnoncesReturn' => 'AnnoncesReturn',
'Annonce' => 'Annonce',
'AnnonceEvenement' => 'AnnonceEvenement',
'LiensReturn' => 'LiensReturn',
'Actionnaire' => 'Actionnaire',
'Participation' => 'Participation',
'InseeReturn' => 'InseeReturn',
'InseeEven' => 'InseeEven',
'TvaReturn' => 'TvaReturn',
'InfosRegReturn' => 'InfosRegReturn',
'InfosReg' => 'InfosReg',
'InfosBourse' => 'InfosBourse',
'ListeBilansReturn' => 'ListeBilansReturn',
'ListeBilans' => 'ListeBilans',
'SetSurveillanceReturn' => 'SetSurveillanceReturn',
'SurveillancesReturn' => 'SurveillancesReturn',
'SurveillancesFiltre' => 'SurveillancesFiltre',
'Surveillance' => 'Surveillance',
'Bilan' => 'Bilan',
'BilanPoste' => 'BilanPoste',
'RechercheAnnonceReturn' => 'RechercheAnnonceReturn',
'RechercheAnnonceResult' => 'RechercheAnnonceResult',
'RechercheAnnonceCriteres' => 'RechercheAnnonceCriteres',
'RechercheAnnonce' => 'RechercheAnnonce',
'RatiosReturn' => 'RatiosReturn',
'RatiosBilansInfos' => 'RatiosBilansInfos',
'RatiosInfos' => 'RatiosInfos',
'RatiosSecteur' => 'RatiosSecteur',
'Ratios' => 'Ratios',
'Rapport' => 'Rapport',
'Indiscore' => 'Indiscore',
'Scores' => 'Scores',
'IndiscoreVariables' => 'IndiscoreVariables',
'CA_Y' => 'CA_Y',
'IndiscoreImportExport' => 'IndiscoreImportExport',
'IndiscoreInfosNotations' => 'IndiscoreInfosNotations',
'IndiscorePaiement' => 'IndiscorePaiement',
'IndiscorePaiementDetail' => 'IndiscorePaiementDetail',
'IndiscoreNotesStructure' => 'IndiscoreNotesStructure',
'AdresseDomEnt' => 'AdresseDomEnt',
'InfosIris' => 'InfosIris',
'BanquesReturn' => 'BanquesReturn',
'Banque' => 'Banque',
'ListeCompetencesReturn' => 'ListeCompetencesReturn',
'Competence' => 'Competence',
'IdentiteProcol' => 'IdentiteProcol',
'Organe' => 'Organe',
);

View File

@ -1,64 +0,0 @@
Type[] = "ErrorType"
Type[] = "StatusReturn"
Type[] = "Identite"
Type[] = "GeoInfos"
Type[] = "IdentiteBilan"
Type[] = "IdentiteBourse"
Type[] = "AutreSiren"
Type[] = "RechercheEntrepriseCriteres"
Type[] = "CriteresEntreprise"
Type[] = "CriteresDirigeant"
Type[] = "RechercheEntrepriseReturn"
Type[] = "RechercheEntrepriseResult"
Type[] = "RechercheEntrepriseReponses"
Type[] = "ListeEtablissementsReturn"
Type[] = "Etablissement"
Type[] = "DirigeantsReturn"
Type[] = "Dirigeant"
Type[] = "AnnoncesReturn"
Type[] = "Annonce"
Type[] = "AnnonceEvenement"
Type[] = "LiensReturn"
Type[] = "Actionnaire"
Type[] = "Participation"
Type[] = "InseeReturn"
Type[] = "InseeEven"
Type[] = "TvaReturn"
Type[] = "InfosRegReturn"
Type[] = "InfosReg"
Type[] = "InfosBourse"
Type[] = "ListeBilansReturn"
Type[] = "ListeBilans"
Type[] = "SetSurveillanceReturn"
Type[] = "SurveillancesReturn"
Type[] = "SurveillancesFiltre"
Type[] = "Surveillance"
Type[] = "Bilan"
Type[] = "BilanPoste"
Type[] = "RechercheAnnonceReturn"
Type[] = "RechercheAnnonceResult"
Type[] = "RechercheAnnonceCriteres"
Type[] = "RechercheAnnonce"
Type[] = "RatiosReturn"
Type[] = "RatiosBilansInfos"
Type[] = "RatiosInfos"
Type[] = "RatiosSecteur"
Type[] = "Ratios"
Type[] = "Rapport"
Type[] = "Indiscore"
Type[] = "Scores"
Type[] = "IndiscoreVariables"
Type[] = "CA_Y"
Type[] = "IndiscoreImportExport"
Type[] = "IndiscoreInfosNotations"
Type[] = "IndiscorePaiement"
Type[] = "IndiscorePaiementDetail"
Type[] = "IndiscoreNotesStructure"
Type[] = "AdresseDomEnt"
Type[] = "InfosIris"
Type[] = "BanquesReturn"
Type[] = "Banque"
Type[] = "ListeCompetencesReturn"
Type[] = "Competence"
Type[] = "IdentiteProcol"
Type[] = "Organe"

View File

@ -0,0 +1,71 @@
<?php
return array(
'ErrorType' => 'ErrorType',
'StatusReturn' => 'StatusReturn',
'SearchReturn' => 'SearchReturn',
'SearchEntrepriseReturn' => 'SearchEntrepriseReturn',
'SearchDirReturn' => 'SearchDirReturn',
'DirigeantsReturn' => 'DirigeantsReturn',
'AnnoncesReturn' => 'AnnoncesReturn',
'InseeReturn' => 'InseeReturn',
'TvaReturn' => 'TvaReturn',
'LiensReturn' => 'LiensReturn',
'InfosRegReturn' => 'InfosRegReturn',
'ListeBilansReturn' => 'ListeBilansReturn',
'SetSurveillanceReturn' => 'SetSurveillanceReturn',
'SurveillancesReturn' => 'SurveillancesReturn',
'ListeEtablissementsReturn' => 'ListeEtablissementsReturn',
'RatiosReturn' => 'RatiosReturn',
'RechercheAnnonceReturn' => 'RechercheAnnonceReturn',
'Identite' => 'Identite',
'GeoInfos' => 'GeoInfos',
'IdentiteBilan' => 'IdentiteBilan',
'IdentiteBourse' => 'IdentiteBourse',
'AutreSiren' => 'AutreSiren',
'EntrepriseCriteres' => 'EntrepriseCriteres',
'DirigeantCriteres' => 'DirigeantCriteres',
'EntrepriseItem' => 'EntrepriseItem',
'EntrepriseDirItem' => 'EntrepriseDirItem',
'Etablissement' => 'Etablissement',
'Dirigeant' => 'Dirigeant',
'AnnonceFilter' => 'AnnonceFilter',
'Annonce' => 'Annonce',
'AnnonceEvenement' => 'AnnonceEvenement',
'AnnonceNum' => 'AnnonceNum',
'Actionnaire' => 'Actionnaire',
'Participation' => 'Participation',
'InseeEven' => 'InseeEven',
'InfosReg' => 'InfosReg',
'InfosBourse' => 'InfosBourse',
'ListeBilans' => 'ListeBilans',
'SurveillancesFiltre' => 'SurveillancesFiltre',
'Surveillance' => 'Surveillance',
'Bilan' => 'Bilan',
'BilanPoste' => 'BilanPoste',
'RechercheAnnonceCriteres' => 'RechercheAnnonceCriteres',
'AnnonceItem' => 'AnnonceItem',
'RatiosBilansInfos' => 'RatiosBilansInfos',
'RatiosInfos' => 'RatiosInfos',
'RatiosSecteur' => 'RatiosSecteur',
'Ratios' => 'Ratios',
'Rapport' => 'Rapport',
'Indiscore' => 'Indiscore',
'Scores' => 'Scores',
'IndiscoreVariables' => 'IndiscoreVariables',
'CA_Y' => 'CA_Y',
'IndiscoreImportExport' => 'IndiscoreImportExport',
'IndiscoreInfosNotations' => 'IndiscoreInfosNotations',
'IndiscorePaiement' => 'IndiscorePaiement',
'IndiscorePaiementDetail' => 'IndiscorePaiementDetail',
'IndiscoreNotesStructure' => 'IndiscoreNotesStructure',
'IndiscoreBilans' => 'IndiscoreBilans',
'AdresseDomEnt' => 'AdresseDomEnt',
'InfosIris' => 'InfosIris',
'BanquesReturn' => 'BanquesReturn',
'Banque' => 'Banque',
'ListeCompetencesReturn' => 'ListeCompetencesReturn',
'Competence' => 'Competence',
'IdentiteProcol' => 'IdentiteProcol',
'Organe' => 'Organe',
'AutreSiret' => 'AutreSiret',
);

View File

@ -1,66 +0,0 @@
Type[] = "ErrorType"
Type[] = "StatusReturn"
Type[] = "SearchReturn"
Type[] = "SearchEntrepriseReturn"
Type[] = "SearchDirReturn"
Type[] = "DirigeantsReturn"
Type[] = "AnnoncesReturn"
Type[] = "InseeReturn"
Type[] = "TvaReturn"
Type[] = "LiensReturn"
Type[] = "InfosRegReturn"
Type[] = "ListeBilansReturn"
Type[] = "SetSurveillanceReturn"
Type[] = "SurveillancesReturn"
Type[] = "ListeEtablissementsReturn"
Type[] = "RatiosReturn"
Type[] = "RechercheAnnonceReturn"
Type[] = "Identite"
Type[] = "GeoInfos"
Type[] = "IdentiteBilan"
Type[] = "IdentiteBourse"
Type[] = "AutreSiren"
Type[] = "EntrepriseCriteres"
Type[] = "DirigeantCriteres"
Type[] = "EntrepriseItem"
Type[] = "EntrepriseDirItem"
Type[] = "Etablissement"
Type[] = "Dirigeant"
Type[] = "Annonce"
Type[] = "AnnonceEvenement"
Type[] = "Actionnaire"
Type[] = "Participation"
Type[] = "InseeEven"
Type[] = "InfosReg"
Type[] = "InfosBourse"
Type[] = "ListeBilans"
Type[] = "SurveillancesFiltre"
Type[] = "Surveillance"
Type[] = "Bilan"
Type[] = "BilanPoste"
Type[] = "RechercheAnnonceCriteres"
Type[] = "AnnonceItem"
Type[] = "RatiosBilansInfos"
Type[] = "RatiosInfos"
Type[] = "RatiosSecteur"
Type[] = "Ratios"
Type[] = "Rapport"
Type[] = "Indiscore"
Type[] = "Scores"
Type[] = "IndiscoreVariables"
Type[] = "CA_Y"
Type[] = "IndiscoreImportExport"
Type[] = "IndiscoreInfosNotations"
Type[] = "IndiscorePaiement"
Type[] = "IndiscorePaiementDetail"
Type[] = "IndiscoreNotesStructure"
Type[] = "IndiscoreBilans"
Type[] = "AdresseDomEnt"
Type[] = "InfosIris"
Type[] = "BanquesReturn"
Type[] = "Banque"
Type[] = "ListeCompetencesReturn"
Type[] = "Competence"
Type[] = "IdentiteProcol"
Type[] = "Organe"
Type[] = "AutreSiret"

View File

@ -0,0 +1,71 @@
<?php
return array(
'ErrorType' => 'ErrorType',
'StatusReturn' => 'StatusReturn',
'SearchReturn' => 'SearchReturn',
'SearchEntrepriseReturn' => 'SearchEntrepriseReturn',
'SearchDirReturn' => 'SearchDirReturn',
'DirigeantsReturn' => 'DirigeantsReturn',
'AnnoncesReturn' => 'AnnoncesReturn',
'InseeReturn' => 'InseeReturn',
'TvaReturn' => 'TvaReturn',
'LiensReturn' => 'LiensReturn',
'InfosRegReturn' => 'InfosRegReturn',
'ListeBilansReturn' => 'ListeBilansReturn',
'SetSurveillanceReturn' => 'SetSurveillanceReturn',
'SurveillancesReturn' => 'SurveillancesReturn',
'ListeEtablissementsReturn' => 'ListeEtablissementsReturn',
'RatiosReturn' => 'RatiosReturn',
'RechercheAnnonceReturn' => 'RechercheAnnonceReturn',
'Identite' => 'Identite',
'GeoInfos' => 'GeoInfos',
'IdentiteBilan' => 'IdentiteBilan',
'IdentiteBourse' => 'IdentiteBourse',
'AutreSiren' => 'AutreSiren',
'EntrepriseCriteres' => 'EntrepriseCriteres',
'DirigeantCriteres' => 'DirigeantCriteres',
'EntrepriseItem' => 'EntrepriseItem',
'EntrepriseDirItem' => 'EntrepriseDirItem',
'Etablissement' => 'Etablissement',
'Dirigeant' => 'Dirigeant',
'AnnonceFilter' => 'AnnonceFilter',
'Annonce' => 'Annonce',
'AnnonceEvenement' => 'AnnonceEvenement',
'AnnonceNum' => 'AnnonceNum',
'Actionnaire' => 'Actionnaire',
'Participation' => 'Participation',
'InseeEven' => 'InseeEven',
'InfosReg' => 'InfosReg',
'InfosBourse' => 'InfosBourse',
'ListeBilans' => 'ListeBilans',
'SurveillancesFiltre' => 'SurveillancesFiltre',
'Surveillance' => 'Surveillance',
'Bilan' => 'Bilan',
'BilanPoste' => 'BilanPoste',
'RechercheAnnonceCriteres' => 'RechercheAnnonceCriteres',
'AnnonceItem' => 'AnnonceItem',
'RatiosBilansInfos' => 'RatiosBilansInfos',
'RatiosInfos' => 'RatiosInfos',
'RatiosSecteur' => 'RatiosSecteur',
'Ratios' => 'Ratios',
'Rapport' => 'Rapport',
'Indiscore' => 'Indiscore',
'Scores' => 'Scores',
'IndiscoreVariables' => 'IndiscoreVariables',
'CA_Y' => 'CA_Y',
'IndiscoreImportExport' => 'IndiscoreImportExport',
'IndiscoreInfosNotations' => 'IndiscoreInfosNotations',
'IndiscorePaiement' => 'IndiscorePaiement',
'IndiscorePaiementDetail' => 'IndiscorePaiementDetail',
'IndiscoreNotesStructure' => 'IndiscoreNotesStructure',
'IndiscoreBilans' => 'IndiscoreBilans',
'AdresseDomEnt' => 'AdresseDomEnt',
'InfosIris' => 'InfosIris',
'BanquesReturn' => 'BanquesReturn',
'Banque' => 'Banque',
'ListeCompetencesReturn' => 'ListeCompetencesReturn',
'Competence' => 'Competence',
'IdentiteProcol' => 'IdentiteProcol',
'Organe' => 'Organe',
'AutreSiret' => 'AutreSiret',
);

View File

@ -1,66 +0,0 @@
Type[] = "ErrorType"
Type[] = "StatusReturn"
Type[] = "SearchReturn"
Type[] = "SearchEntrepriseReturn"
Type[] = "SearchDirReturn"
Type[] = "DirigeantsReturn"
Type[] = "AnnoncesReturn"
Type[] = "InseeReturn"
Type[] = "TvaReturn"
Type[] = "LiensReturn"
Type[] = "InfosRegReturn"
Type[] = "ListeBilansReturn"
Type[] = "SetSurveillanceReturn"
Type[] = "SurveillancesReturn"
Type[] = "ListeEtablissementsReturn"
Type[] = "RatiosReturn"
Type[] = "RechercheAnnonceReturn"
Type[] = "Identite"
Type[] = "GeoInfos"
Type[] = "IdentiteBilan"
Type[] = "IdentiteBourse"
Type[] = "AutreSiren"
Type[] = "EntrepriseCriteres"
Type[] = "DirigeantCriteres"
Type[] = "EntrepriseItem"
Type[] = "EntrepriseDirItem"
Type[] = "Etablissement"
Type[] = "Dirigeant"
Type[] = "Annonce"
Type[] = "AnnonceEvenement"
Type[] = "Actionnaire"
Type[] = "Participation"
Type[] = "InseeEven"
Type[] = "InfosReg"
Type[] = "InfosBourse"
Type[] = "ListeBilans"
Type[] = "SurveillancesFiltre"
Type[] = "Surveillance"
Type[] = "Bilan"
Type[] = "BilanPoste"
Type[] = "RechercheAnnonceCriteres"
Type[] = "AnnonceItem"
Type[] = "RatiosBilansInfos"
Type[] = "RatiosInfos"
Type[] = "RatiosSecteur"
Type[] = "Ratios"
Type[] = "Rapport"
Type[] = "Indiscore"
Type[] = "Scores"
Type[] = "IndiscoreVariables"
Type[] = "CA_Y"
Type[] = "IndiscoreImportExport"
Type[] = "IndiscoreInfosNotations"
Type[] = "IndiscorePaiement"
Type[] = "IndiscorePaiementDetail"
Type[] = "IndiscoreNotesStructure"
Type[] = "IndiscoreBilans"
Type[] = "AdresseDomEnt"
Type[] = "InfosIris"
Type[] = "BanquesReturn"
Type[] = "Banque"
Type[] = "ListeCompetencesReturn"
Type[] = "Competence"
Type[] = "IdentiteProcol"
Type[] = "Organe"
Type[] = "AutreSiret"

View File

@ -0,0 +1,74 @@
<?php
return array(
'ErrorType' => 'ErrorType',
'StatusReturn' => 'StatusReturn',
'SearchReturn' => 'SearchReturn',
'SearchEntrepriseReturn' => 'SearchEntrepriseReturn',
'SearchDirReturn' => 'SearchDirReturn',
'DirigeantsReturn' => 'DirigeantsReturn',
'AnnoncesReturn' => 'AnnoncesReturn',
'InseeReturn' => 'InseeReturn',
'TvaReturn' => 'TvaReturn',
'LiensReturn' => 'LiensReturn',
'InfosRegReturn' => 'InfosRegReturn',
'ListeBilansReturn' => 'ListeBilansReturn',
'SetSurveillanceReturn' => 'SetSurveillanceReturn',
'SurveillancesReturn' => 'SurveillancesReturn',
'ListeEtablissementsReturn' => 'ListeEtablissementsReturn',
'RatiosReturn' => 'RatiosReturn',
'RechercheAnnonceReturn' => 'RechercheAnnonceReturn',
'Identite' => 'Identite',
'GeoInfos' => 'GeoInfos',
'IdentiteBilan' => 'IdentiteBilan',
'IdentiteBourse' => 'IdentiteBourse',
'AutreSiren' => 'AutreSiren',
'EntrepriseCriteres' => 'EntrepriseCriteres',
'DirigeantCriteres' => 'DirigeantCriteres',
'EntrepriseItem' => 'EntrepriseItem',
'EntrepriseDirItem' => 'EntrepriseDirItem',
'Etablissement' => 'Etablissement',
'Dirigeant' => 'Dirigeant',
'AnnonceFilter' => 'AnnonceFilter',
'Annonce' => 'Annonce',
'AnnonceEvenement' => 'AnnonceEvenement',
'AnnonceNum' => 'AnnonceNum',
'Actionnaire' => 'Actionnaire',
'Participation' => 'Participation',
'InseeEven' => 'InseeEven',
'InfosReg' => 'InfosReg',
'InfosBourse' => 'InfosBourse',
'ListeBilans' => 'ListeBilans',
'SurveillancesFiltre' => 'SurveillancesFiltre',
'Surveillance' => 'Surveillance',
'Bilan' => 'Bilan',
'BilanPoste' => 'BilanPoste',
'RechercheAnnonceCriteres' => 'RechercheAnnonceCriteres',
'AnnonceItem' => 'AnnonceItem',
'RatiosBilansInfos' => 'RatiosBilansInfos',
'RatiosInfos' => 'RatiosInfos',
'RatiosSecteur' => 'RatiosSecteur',
'Ratios' => 'Ratios',
'Rapport' => 'Rapport',
'Indiscore' => 'Indiscore',
'Scores' => 'Scores',
'IndiscoreVariables' => 'IndiscoreVariables',
'CA_Y' => 'CA_Y',
'IndiscoreImportExport' => 'IndiscoreImportExport',
'IndiscoreInfosNotations' => 'IndiscoreInfosNotations',
'IndiscorePaiement' => 'IndiscorePaiement',
'IndiscorePaiementDetail' => 'IndiscorePaiementDetail',
'IndiscoreNotesStructure' => 'IndiscoreNotesStructure',
'IndiscoreBilans' => 'IndiscoreBilans',
'AdresseDomEnt' => 'AdresseDomEnt',
'InfosIris' => 'InfosIris',
'BanquesReturn' => 'BanquesReturn',
'Banque' => 'Banque',
'ListeCompetencesReturn' => 'ListeCompetencesReturn',
'Competence' => 'Competence',
'IdentiteProcol' => 'IdentiteProcol',
'Organe' => 'Organe',
'AutreSiret' => 'AutreSiret',
'SearchRefClientReturn' => 'SearchRefClientReturn',
'SearchRefClient' => 'SearchRefClient',
'SearchRefClientInfo' => 'SearchRefClientInfo',
);

View File

@ -1,69 +0,0 @@
Type[] = "ErrorType"
Type[] = "StatusReturn"
Type[] = "SearchReturn"
Type[] = "SearchEntrepriseReturn"
Type[] = "SearchDirReturn"
Type[] = "DirigeantsReturn"
Type[] = "AnnoncesReturn"
Type[] = "InseeReturn"
Type[] = "TvaReturn"
Type[] = "LiensReturn"
Type[] = "InfosRegReturn"
Type[] = "ListeBilansReturn"
Type[] = "SetSurveillanceReturn"
Type[] = "SurveillancesReturn"
Type[] = "ListeEtablissementsReturn"
Type[] = "RatiosReturn"
Type[] = "RechercheAnnonceReturn"
Type[] = "Identite"
Type[] = "GeoInfos"
Type[] = "IdentiteBilan"
Type[] = "IdentiteBourse"
Type[] = "AutreSiren"
Type[] = "EntrepriseCriteres"
Type[] = "DirigeantCriteres"
Type[] = "EntrepriseItem"
Type[] = "EntrepriseDirItem"
Type[] = "Etablissement"
Type[] = "Dirigeant"
Type[] = "Annonce"
Type[] = "AnnonceEvenement"
Type[] = "Actionnaire"
Type[] = "Participation"
Type[] = "InseeEven"
Type[] = "InfosReg"
Type[] = "InfosBourse"
Type[] = "ListeBilans"
Type[] = "SurveillancesFiltre"
Type[] = "Surveillance"
Type[] = "Bilan"
Type[] = "BilanPoste"
Type[] = "RechercheAnnonceCriteres"
Type[] = "AnnonceItem"
Type[] = "RatiosBilansInfos"
Type[] = "RatiosInfos"
Type[] = "RatiosSecteur"
Type[] = "Ratios"
Type[] = "Rapport"
Type[] = "Indiscore"
Type[] = "Scores"
Type[] = "IndiscoreVariables"
Type[] = "CA_Y"
Type[] = "IndiscoreImportExport"
Type[] = "IndiscoreInfosNotations"
Type[] = "IndiscorePaiement"
Type[] = "IndiscorePaiementDetail"
Type[] = "IndiscoreNotesStructure"
Type[] = "IndiscoreBilans"
Type[] = "AdresseDomEnt"
Type[] = "InfosIris"
Type[] = "BanquesReturn"
Type[] = "Banque"
Type[] = "ListeCompetencesReturn"
Type[] = "Competence"
Type[] = "IdentiteProcol"
Type[] = "Organe"
Type[] = "AutreSiret"
Type[] = "SearchRefClientReturn"
Type[] = "SearchRefClient"
Type[] = "SearchRefClientInfo"

View File

@ -0,0 +1,75 @@
<?php
return array(
'ErrorType' => 'ErrorType',
'StatusReturn' => 'StatusReturn',
'SearchReturn' => 'SearchReturn',
'SearchEntrepriseReturn' => 'SearchEntrepriseReturn',
'SearchDirReturn' => 'SearchDirReturn',
'DirigeantsReturn' => 'DirigeantsReturn',
'AnnoncesReturn' => 'AnnoncesReturn',
'InseeReturn' => 'InseeReturn',
'TvaReturn' => 'TvaReturn',
'LiensReturn' => 'LiensReturn',
'InfosRegReturn' => 'InfosRegReturn',
'ListeBilansReturn' => 'ListeBilansReturn',
'SetSurveillanceReturn' => 'SetSurveillanceReturn',
'SurveillancesReturn' => 'SurveillancesReturn',
'ListeEtablissementsReturn' => 'ListeEtablissementsReturn',
'RatiosReturn' => 'RatiosReturn',
'RechercheAnnonceReturn' => 'RechercheAnnonceReturn',
'Identite' => 'Identite',
'GeoInfos' => 'GeoInfos',
'IdentiteBilan' => 'IdentiteBilan',
'IdentiteBourse' => 'IdentiteBourse',
'AutreSiren' => 'AutreSiren',
'EntrepriseCriteres' => 'EntrepriseCriteres',
'DirigeantCriteres' => 'DirigeantCriteres',
'EntrepriseItem' => 'EntrepriseItem',
'EntrepriseDirItem' => 'EntrepriseDirItem',
'Etablissement' => 'Etablissement',
'Dirigeant' => 'Dirigeant',
'AnnonceFilter' => 'AnnonceFilter',
'Annonce' => 'Annonce',
'AnnonceEvenement' => 'AnnonceEvenement',
'AnnonceNum' => 'AnnonceNum',
'Actionnaire' => 'Actionnaire',
'Participation' => 'Participation',
'InseeEven' => 'InseeEven',
'InfosReg' => 'InfosReg',
'InfosBourse' => 'InfosBourse',
'ListeBilans' => 'ListeBilans',
'SurveillancesFiltre' => 'SurveillancesFiltre',
'Surveillance' => 'Surveillance',
'SurveillanceSource' => 'SurveillanceSource',
'Bilan' => 'Bilan',
'BilanPoste' => 'BilanPoste',
'RechercheAnnonceCriteres' => 'RechercheAnnonceCriteres',
'AnnonceItem' => 'AnnonceItem',
'RatiosBilansInfos' => 'RatiosBilansInfos',
'RatiosInfos' => 'RatiosInfos',
'RatiosSecteur' => 'RatiosSecteur',
'Ratios' => 'Ratios',
'Rapport' => 'Rapport',
'Indiscore' => 'Indiscore',
'Scores' => 'Scores',
'IndiscoreVariables' => 'IndiscoreVariables',
'CA_Y' => 'CA_Y',
'IndiscoreImportExport' => 'IndiscoreImportExport',
'IndiscoreInfosNotations' => 'IndiscoreInfosNotations',
'IndiscorePaiement' => 'IndiscorePaiement',
'IndiscorePaiementDetail' => 'IndiscorePaiementDetail',
'IndiscoreNotesStructure' => 'IndiscoreNotesStructure',
'IndiscoreBilans' => 'IndiscoreBilans',
'AdresseDomEnt' => 'AdresseDomEnt',
'InfosIris' => 'InfosIris',
'BanquesReturn' => 'BanquesReturn',
'Banque' => 'Banque',
'ListeCompetencesReturn' => 'ListeCompetencesReturn',
'Competence' => 'Competence',
'IdentiteProcol' => 'IdentiteProcol',
'Organe' => 'Organe',
'AutreSiret' => 'AutreSiret',
'SearchRefClientReturn' => 'SearchRefClientReturn',
'SearchRefClient' => 'SearchRefClient',
'SearchRefClientInfo' => 'SearchRefClientInfo',
);

View File

@ -1,70 +0,0 @@
Type[] = "ErrorType"
Type[] = "StatusReturn"
Type[] = "SearchReturn"
Type[] = "SearchEntrepriseReturn"
Type[] = "SearchDirReturn"
Type[] = "DirigeantsReturn"
Type[] = "AnnoncesReturn"
Type[] = "InseeReturn"
Type[] = "TvaReturn"
Type[] = "LiensReturn"
Type[] = "InfosRegReturn"
Type[] = "ListeBilansReturn"
Type[] = "SetSurveillanceReturn"
Type[] = "SurveillancesReturn"
Type[] = "ListeEtablissementsReturn"
Type[] = "RatiosReturn"
Type[] = "RechercheAnnonceReturn"
Type[] = "Identite"
Type[] = "GeoInfos"
Type[] = "IdentiteBilan"
Type[] = "IdentiteBourse"
Type[] = "AutreSiren"
Type[] = "EntrepriseCriteres"
Type[] = "DirigeantCriteres"
Type[] = "EntrepriseItem"
Type[] = "EntrepriseDirItem"
Type[] = "Etablissement"
Type[] = "Dirigeant"
Type[] = "Annonce"
Type[] = "AnnonceEvenement"
Type[] = "Actionnaire"
Type[] = "Participation"
Type[] = "InseeEven"
Type[] = "InfosReg"
Type[] = "InfosBourse"
Type[] = "ListeBilans"
Type[] = "SurveillancesFiltre"
Type[] = "Surveillance"
Type[] = "SurveillanceSource"
Type[] = "Bilan"
Type[] = "BilanPoste"
Type[] = "RechercheAnnonceCriteres"
Type[] = "AnnonceItem"
Type[] = "RatiosBilansInfos"
Type[] = "RatiosInfos"
Type[] = "RatiosSecteur"
Type[] = "Ratios"
Type[] = "Rapport"
Type[] = "Indiscore"
Type[] = "Scores"
Type[] = "IndiscoreVariables"
Type[] = "CA_Y"
Type[] = "IndiscoreImportExport"
Type[] = "IndiscoreInfosNotations"
Type[] = "IndiscorePaiement"
Type[] = "IndiscorePaiementDetail"
Type[] = "IndiscoreNotesStructure"
Type[] = "IndiscoreBilans"
Type[] = "AdresseDomEnt"
Type[] = "InfosIris"
Type[] = "BanquesReturn"
Type[] = "Banque"
Type[] = "ListeCompetencesReturn"
Type[] = "Competence"
Type[] = "IdentiteProcol"
Type[] = "Organe"
Type[] = "AutreSiret"
Type[] = "SearchRefClientReturn"
Type[] = "SearchRefClient"
Type[] = "SearchRefClientInfo"

View File

@ -0,0 +1,75 @@
<?php
return array(
'ErrorType' => 'ErrorType',
'StatusReturn' => 'StatusReturn',
'SearchReturn' => 'SearchReturn',
'SearchEntrepriseReturn' => 'SearchEntrepriseReturn',
'SearchDirReturn' => 'SearchDirReturn',
'DirigeantsReturn' => 'DirigeantsReturn',
'AnnoncesReturn' => 'AnnoncesReturn',
'InseeReturn' => 'InseeReturn',
'TvaReturn' => 'TvaReturn',
'LiensReturn' => 'LiensReturn',
'InfosRegReturn' => 'InfosRegReturn',
'ListeBilansReturn' => 'ListeBilansReturn',
'SetSurveillanceReturn' => 'SetSurveillanceReturn',
'SurveillancesReturn' => 'SurveillancesReturn',
'ListeEtablissementsReturn' => 'ListeEtablissementsReturn',
'RatiosReturn' => 'RatiosReturn',
'RechercheAnnonceReturn' => 'RechercheAnnonceReturn',
'Identite' => 'Identite',
'GeoInfos' => 'GeoInfos',
'IdentiteBilan' => 'IdentiteBilan',
'IdentiteBourse' => 'IdentiteBourse',
'AutreSiren' => 'AutreSiren',
'EntrepriseCriteres' => 'EntrepriseCriteres',
'DirigeantCriteres' => 'DirigeantCriteres',
'EntrepriseItem' => 'EntrepriseItem',
'EntrepriseDirItem' => 'EntrepriseDirItem',
'Etablissement' => 'Etablissement',
'Dirigeant' => 'Dirigeant',
'AnnonceFilter' => 'AnnonceFilter',
'Annonce' => 'Annonce',
'AnnonceEvenement' => 'AnnonceEvenement',
'AnnonceNum' => 'AnnonceNum',
'Actionnaire' => 'Actionnaire',
'Participation' => 'Participation',
'InseeEven' => 'InseeEven',
'InfosReg' => 'InfosReg',
'InfosBourse' => 'InfosBourse',
'ListeBilans' => 'ListeBilans',
'SurveillancesFiltre' => 'SurveillancesFiltre',
'Surveillance' => 'Surveillance',
'SurveillanceSource' => 'SurveillanceSource',
'Bilan' => 'Bilan',
'BilanPoste' => 'BilanPoste',
'RechercheAnnonceCriteres' => 'RechercheAnnonceCriteres',
'AnnonceItem' => 'AnnonceItem',
'RatiosBilansInfos' => 'RatiosBilansInfos',
'RatiosInfos' => 'RatiosInfos',
'RatiosSecteur' => 'RatiosSecteur',
'Ratios' => 'Ratios',
'Rapport' => 'Rapport',
'Indiscore' => 'Indiscore',
'Scores' => 'Scores',
'IndiscoreVariables' => 'IndiscoreVariables',
'CA_Y' => 'CA_Y',
'IndiscoreImportExport' => 'IndiscoreImportExport',
'IndiscoreInfosNotations' => 'IndiscoreInfosNotations',
'IndiscorePaiement' => 'IndiscorePaiement',
'IndiscorePaiementDetail' => 'IndiscorePaiementDetail',
'IndiscoreNotesStructure' => 'IndiscoreNotesStructure',
'IndiscoreBilans' => 'IndiscoreBilans',
'AdresseDomEnt' => 'AdresseDomEnt',
'InfosIris' => 'InfosIris',
'BanquesReturn' => 'BanquesReturn',
'Banque' => 'Banque',
'ListeCompetencesReturn' => 'ListeCompetencesReturn',
'Competence' => 'Competence',
'IdentiteProcol' => 'IdentiteProcol',
'Organe' => 'Organe',
'AutreSiret' => 'AutreSiret',
'SearchRefClientReturn' => 'SearchRefClientReturn',
'SearchRefClient' => 'SearchRefClient',
'SearchRefClientInfo' => 'SearchRefClientInfo',
);

View File

@ -1,72 +0,0 @@
Type[] = "ErrorType"
Type[] = "StatusReturn"
Type[] = "SearchReturn"
Type[] = "SearchEntrepriseReturn"
Type[] = "SearchDirReturn"
Type[] = "DirigeantsReturn"
Type[] = "AnnoncesReturn"
Type[] = "InseeReturn"
Type[] = "TvaReturn"
Type[] = "LiensReturn"
Type[] = "InfosRegReturn"
Type[] = "ListeBilansReturn"
Type[] = "SetSurveillanceReturn"
Type[] = "SurveillancesReturn"
Type[] = "ListeEtablissementsReturn"
Type[] = "RatiosReturn"
Type[] = "RechercheAnnonceReturn"
Type[] = "Identite"
Type[] = "GeoInfos"
Type[] = "IdentiteBilan"
Type[] = "IdentiteBourse"
Type[] = "AutreSiren"
Type[] = "EntrepriseCriteres"
Type[] = "DirigeantCriteres"
Type[] = "EntrepriseItem"
Type[] = "EntrepriseDirItem"
Type[] = "Etablissement"
Type[] = "Dirigeant"
Type[] = "AnnonceFilter"
Type[] = "Annonce"
Type[] = "AnnonceEvenement"
Type[] = "AnnonceNum"
Type[] = "Actionnaire"
Type[] = "Participation"
Type[] = "InseeEven"
Type[] = "InfosReg"
Type[] = "InfosBourse"
Type[] = "ListeBilans"
Type[] = "SurveillancesFiltre"
Type[] = "Surveillance"
Type[] = "SurveillanceSource"
Type[] = "Bilan"
Type[] = "BilanPoste"
Type[] = "RechercheAnnonceCriteres"
Type[] = "AnnonceItem"
Type[] = "RatiosBilansInfos"
Type[] = "RatiosInfos"
Type[] = "RatiosSecteur"
Type[] = "Ratios"
Type[] = "Rapport"
Type[] = "Indiscore"
Type[] = "Scores"
Type[] = "IndiscoreVariables"
Type[] = "CA_Y"
Type[] = "IndiscoreImportExport"
Type[] = "IndiscoreInfosNotations"
Type[] = "IndiscorePaiement"
Type[] = "IndiscorePaiementDetail"
Type[] = "IndiscoreNotesStructure"
Type[] = "IndiscoreBilans"
Type[] = "AdresseDomEnt"
Type[] = "InfosIris"
Type[] = "BanquesReturn"
Type[] = "Banque"
Type[] = "ListeCompetencesReturn"
Type[] = "Competence"
Type[] = "IdentiteProcol"
Type[] = "Organe"
Type[] = "AutreSiret"
Type[] = "SearchRefClientReturn"
Type[] = "SearchRefClient"
Type[] = "SearchRefClientInfo"

View File

@ -0,0 +1,80 @@
<?php
return array(
'ErrorType' => 'ErrorType',
'Amount' => 'Amount',
'StatusReturn' => 'StatusReturn',
'SearchReturn' => 'SearchReturn',
'SearchEntrepriseReturn' => 'SearchEntrepriseReturn',
'SearchDirReturn' => 'SearchDirReturn',
'DirigeantsReturn' => 'DirigeantsReturn',
'AnnoncesReturn' => 'AnnoncesReturn',
'InseeReturn' => 'InseeReturn',
'TvaReturn' => 'TvaReturn',
'LiensReturn' => 'LiensReturn',
'Lien' => 'Lien',
'LienDirection' => 'LienDirection',
'InfosRegReturn' => 'InfosRegReturn',
'ListeBilansReturn' => 'ListeBilansReturn',
'SetSurveillanceReturn' => 'SetSurveillanceReturn',
'SurveillancesReturn' => 'SurveillancesReturn',
'ListeEtablissementsReturn' => 'ListeEtablissementsReturn',
'RatiosReturn' => 'RatiosReturn',
'RechercheAnnonceReturn' => 'RechercheAnnonceReturn',
'Identite' => 'Identite',
'GeoInfos' => 'GeoInfos',
'IdentiteBilan' => 'IdentiteBilan',
'IdentiteBourse' => 'IdentiteBourse',
'AutreSiren' => 'AutreSiren',
'EntrepriseCriteres' => 'EntrepriseCriteres',
'DirigeantCriteres' => 'DirigeantCriteres',
'EntrepriseItem' => 'EntrepriseItem',
'EntrepriseDirItem' => 'EntrepriseDirItem',
'Etablissement' => 'Etablissement',
'Dirigeant' => 'Dirigeant',
'AnnonceFilter' => 'AnnonceFilter',
'Annonce' => 'Annonce',
'AnnonceEntite' => 'AnnonceEntite',
'AnnonceEvenement' => 'AnnonceEvenement',
'AnnonceNum' => 'AnnonceNum',
'InseeEven' => 'InseeEven',
'InfosReg' => 'InfosReg',
'InfosBourse' => 'InfosBourse',
'ListeBilans' => 'ListeBilans',
'SurveillancesFiltre' => 'SurveillancesFiltre',
'Surveillance' => 'Surveillance',
'SurveillanceSource' => 'SurveillanceSource',
'Bilan' => 'Bilan',
'BilanPoste' => 'BilanPoste',
'RechercheAnnonceCriteres' => 'RechercheAnnonceCriteres',
'AnnonceItem' => 'AnnonceItem',
'RatiosBilansInfos' => 'RatiosBilansInfos',
'RatiosInfos' => 'RatiosInfos',
'RatiosSecteur' => 'RatiosSecteur',
'Ratios' => 'Ratios',
'Rapport' => 'Rapport',
'Indiscore' => 'Indiscore',
'Scores' => 'Scores',
'IndiscoreVariables' => 'IndiscoreVariables',
'CA_Y' => 'CA_Y',
'IndiscoreImportExport' => 'IndiscoreImportExport',
'IndiscoreInfosNotations' => 'IndiscoreInfosNotations',
'IndiscorePaiement' => 'IndiscorePaiement',
'IndiscorePaiementDetail' => 'IndiscorePaiementDetail',
'IndiscoreNotesStructure' => 'IndiscoreNotesStructure',
'IndiscoreBilans' => 'IndiscoreBilans',
'AdresseDomEnt' => 'AdresseDomEnt',
'InfosIris' => 'InfosIris',
'BanquesReturn' => 'BanquesReturn',
'Banque' => 'Banque',
'ListeCompetencesReturn' => 'ListeCompetencesReturn',
'Competence' => 'Competence',
'IdentiteProcol' => 'IdentiteProcol',
'Organe' => 'Organe',
'AutreSiret' => 'AutreSiret',
'SearchRefClientReturn' => 'SearchRefClientReturn',
'SearchRefClient' => 'SearchRefClient',
'SearchRefClientInfo' => 'SearchRefClientInfo',
'LienRef' => 'LienRef',
'LienRefId' => 'LienRefId',
'Valo' => 'Valo',
);

View File

@ -1,77 +0,0 @@
Type[] = "ErrorType"
Type[] = "Amount"
Type[] = "StatusReturn"
Type[] = "SearchReturn"
Type[] = "SearchEntrepriseReturn"
Type[] = "SearchDirReturn"
Type[] = "DirigeantsReturn"
Type[] = "AnnoncesReturn"
Type[] = "InseeReturn"
Type[] = "TvaReturn"
Type[] = "LiensReturn"
Type[] = "Lien"
Type[] = "LienDirection"
Type[] = "InfosRegReturn"
Type[] = "ListeBilansReturn"
Type[] = "SetSurveillanceReturn"
Type[] = "SurveillancesReturn"
Type[] = "ListeEtablissementsReturn"
Type[] = "RatiosReturn"
Type[] = "RechercheAnnonceReturn"
Type[] = "Identite"
Type[] = "GeoInfos"
Type[] = "IdentiteBilan"
Type[] = "IdentiteBourse"
Type[] = "AutreSiren"
Type[] = "EntrepriseCriteres"
Type[] = "DirigeantCriteres"
Type[] = "EntrepriseItem"
Type[] = "EntrepriseDirItem"
Type[] = "Etablissement"
Type[] = "Dirigeant"
Type[] = "AnnonceFilter"
Type[] = "Annonce"
Type[] = "AnnonceEntite"
Type[] = "AnnonceEvenement"
Type[] = "AnnonceNum"
Type[] = "InseeEven"
Type[] = "InfosReg"
Type[] = "InfosBourse"
Type[] = "ListeBilans"
Type[] = "SurveillancesFiltre"
Type[] = "Surveillance"
Type[] = "SurveillanceSource"
Type[] = "Bilan"
Type[] = "BilanPoste"
Type[] = "RechercheAnnonceCriteres"
Type[] = "AnnonceItem"
Type[] = "RatiosBilansInfos"
Type[] = "RatiosInfos"
Type[] = "RatiosSecteur"
Type[] = "Ratios"
Type[] = "Rapport"
Type[] = "Indiscore"
Type[] = "Scores"
Type[] = "IndiscoreVariables"
Type[] = "CA_Y"
Type[] = "IndiscoreImportExport"
Type[] = "IndiscoreInfosNotations"
Type[] = "IndiscorePaiement"
Type[] = "IndiscorePaiementDetail"
Type[] = "IndiscoreNotesStructure"
Type[] = "IndiscoreBilans"
Type[] = "AdresseDomEnt"
Type[] = "InfosIris"
Type[] = "BanquesReturn"
Type[] = "Banque"
Type[] = "ListeCompetencesReturn"
Type[] = "Competence"
Type[] = "IdentiteProcol"
Type[] = "Organe"
Type[] = "AutreSiret"
Type[] = "SearchRefClientReturn"
Type[] = "SearchRefClient"
Type[] = "SearchRefClientInfo"
Type[] = "LienRef"
Type[] = "LienRefId"
Type[] = "Valo"

View File

@ -0,0 +1,24 @@
<?php
return array(
'ErrorType' => 'ErrorType',
'InfosLoginReturn' => 'InfosLoginReturn',
'InfosLogin' => 'InfosLogin',
'InfosLoginData' => 'InfosLoginData',
'SetInfosLoginReturn' => 'SetInfosLoginReturn',
'NextLoginReturn' => 'NextLoginReturn',
'NextLoginResult' => 'NextLoginResult',
'ClientFiltre' => 'ClientFiltre',
'ListeClientsReturn' => 'ListeClientsReturn',
'Client' => 'Client',
'ListeDroitsReturn' => 'ListeDroitsReturn',
'ListePrefsReturn' => 'ListePrefsReturn',
'ListeUtilisateursReturn' => 'ListeUtilisateursReturn',
'Utilisateur' => 'Utilisateur',
'LogsClientsReturn' => 'LogsClientsReturn',
'LogsClients' => 'LogsClients',
'ClientReturn' => 'ClientReturn',
'SetUtilisateurs' => 'SetUtilisateurs',
'UtilisateursReturn' => 'UtilisateursReturn',
'ModeleUtilisateurReturn' => 'ModeleUtilisateurReturn',
'ModeleUtilisateur' => 'ModeleUtilisateur',
);

View File

@ -1,21 +0,0 @@
Type[] = "ErrorType"
Type[] = "InfosLoginReturn"
Type[] = "InfosLogin"
Type[] = "InfosLoginData"
Type[] = "SetInfosLoginReturn"
Type[] = "NextLoginReturn"
Type[] = "NextLoginResult"
Type[] = "ClientFiltre";
Type[] = "ListeClientsReturn"
Type[] = "Client"
Type[] = "ListeDroitsReturn"
Type[] = "ListePrefsReturn"
Type[] = "ListeUtilisateursReturn"
Type[] = "Utilisateur"
Type[] = "LogsClientsReturn"
Type[] = "LogsClients"
Type[] = "ClientReturn"
Type[] = "SetUtilisateurs"
Type[] = "UtilisateursReturn"
Type[] = "ModeleUtilisateurReturn"
Type[] = "ModeleUtilisateur"

View File

@ -0,0 +1,23 @@
<?php
return array(
'ErrorType' => 'ErrorType',
'InfosLoginReturn' => 'InfosLoginReturn',
'InfosLogin' => 'InfosLogin',
'NextLoginReturn' => 'NextLoginReturn',
'NextLoginResult' => 'NextLoginResult',
'ClientFiltre' => 'ClientFiltre',
'ListeClientsReturn' => 'ListeClientsReturn',
'Client' => 'Client',
'ListeDroitsReturn' => 'ListeDroitsReturn',
'ListePrefsReturn' => 'ListePrefsReturn',
'ListeUtilisateursReturn' => 'ListeUtilisateursReturn',
'Utilisateur' => 'Utilisateur',
'LogsClientsReturn' => 'LogsClientsReturn',
'LogsClients' => 'LogsClients',
'ClientReturn' => 'ClientReturn',
'SetUtilisateurs' => 'SetUtilisateurs',
'UtilisateursReturn' => 'UtilisateursReturn',
'ModeleUtilisateurReturn' => 'ModeleUtilisateurReturn',
'ModeleUtilisateur' => 'ModeleUtilisateur',
'ClientTarif' => 'ClientTarif',
);

View File

@ -1,20 +0,0 @@
Type[] = "ErrorType"
Type[] = "InfosLoginReturn"
Type[] = "InfosLogin"
Type[] = "NextLoginReturn"
Type[] = "NextLoginResult"
Type[] = "ClientFiltre";
Type[] = "ListeClientsReturn"
Type[] = "Client"
Type[] = "ListeDroitsReturn"
Type[] = "ListePrefsReturn"
Type[] = "ListeUtilisateursReturn"
Type[] = "Utilisateur"
Type[] = "LogsClientsReturn"
Type[] = "LogsClients"
Type[] = "ClientReturn"
Type[] = "SetUtilisateurs"
Type[] = "UtilisateursReturn"
Type[] = "ModeleUtilisateurReturn"
Type[] = "ModeleUtilisateur"
Type[] = "ClientTarif"

View File

@ -0,0 +1,27 @@
<?php
return array(
'ErrorType' => 'ErrorType',
'InfosLoginReturn' => 'InfosLoginReturn',
'InfosLogin' => 'InfosLogin',
'NextLoginReturn' => 'NextLoginReturn',
'NextLoginResult' => 'NextLoginResult',
'ClientFiltre' => 'ClientFiltre',
'ListeClientsReturn' => 'ListeClientsReturn',
'Client' => 'Client',
'ListeDroitsReturn' => 'ListeDroitsReturn',
'ListCategoryReturn' => 'ListCategoryReturn',
'ListePrefsReturn' => 'ListePrefsReturn',
'ListeLogsReturn' => 'ListeLogsReturn',
'ListeUtilisateursReturn' => 'ListeUtilisateursReturn',
'Utilisateur' => 'Utilisateur',
'LogsClientsReturn' => 'LogsClientsReturn',
'LogsClients' => 'LogsClients',
'ClientReturn' => 'ClientReturn',
'SetUtilisateurs' => 'SetUtilisateurs',
'UtilisateursReturn' => 'UtilisateursReturn',
'ModeleUtilisateurReturn' => 'ModeleUtilisateurReturn',
'ModeleUtilisateur' => 'ModeleUtilisateur',
'ClientTarif' => 'ClientTarif',
'ClientPrestation' => 'ClientPrestation',
'Service' => 'Service',
);

View File

@ -1,24 +0,0 @@
Type[] = "ErrorType"
Type[] = "InfosLoginReturn"
Type[] = "InfosLogin"
Type[] = "NextLoginReturn"
Type[] = "NextLoginResult"
Type[] = "ClientFiltre";
Type[] = "ListeClientsReturn"
Type[] = "Client"
Type[] = "ListeDroitsReturn"
Type[] = "ListCategoryReturn"
Type[] = "ListePrefsReturn"
Type[] = "ListeLogsReturn"
Type[] = "ListeUtilisateursReturn"
Type[] = "Utilisateur"
Type[] = "LogsClientsReturn"
Type[] = "LogsClients"
Type[] = "ClientReturn"
Type[] = "SetUtilisateurs"
Type[] = "UtilisateursReturn"
Type[] = "ModeleUtilisateurReturn"
Type[] = "ModeleUtilisateur"
Type[] = "ClientTarif"
Type[] = "ClientPrestation"
Type[] = "Service"

View File

@ -0,0 +1,107 @@
<?php
return array(
'ErrorType' => 'ErrorType',
'RefCommande' => 'RefCommande',
'InfosDemandeur' => 'InfosDemandeur',
'ListeCmdPiecesReturn' => 'ListeCmdPiecesReturn',
'CmdPiecesReturn' => 'CmdPiecesReturn',
'CmdPiecesDetail' => 'CmdPiecesDetail',
'InfoCommandePieces' => 'InfoCommandePieces',
'ListeCmdBilanReturn' => 'ListeCmdBilanReturn',
'CmdBilanReturn' => 'CmdBilanReturn',
'CmdBilanDetail' => 'CmdBilanDetail',
'InfoCommandeBilan' => 'InfoCommandeBilan',
'ListeCmdActeReturn' => 'ListeCmdActeReturn',
'CmdActeReturn' => 'CmdActeReturn',
'CmdActeDetail' => 'CmdActeDetail',
'InfoCommandeActe' => 'InfoCommandeActe',
'ListeCmdKbisReturn' => 'ListeCmdKbisReturn',
'CmdKbisReturn' => 'CmdKbisReturn',
'CmdKbisDetail' => 'CmdKbisDetail',
'InfoCommandeKbis' => 'InfoCommandeKbis',
'ListeCmdAssoReturn' => 'ListeCmdAssoReturn',
'CmdAssoReturn' => 'CmdAssoReturn',
'CmdAssoDetail' => 'CmdAssoDetail',
'InfoCmdAsso' => 'InfoCmdAsso',
'CommandeReturnType' => 'CommandeReturnType',
'CmdFiltrePieces' => 'CmdFiltrePieces',
'CmdStatut' => 'CmdStatut',
'InfosLoginReturn' => 'InfosLoginReturn',
'InfosLogin' => 'InfosLogin',
'ListeConventionsReturn' => 'ListeConventionsReturn',
'Convention' => 'Convention',
'AnnonceCollecteReturn' => 'AnnonceCollecteReturn',
'AnnonceCollecte' => 'AnnonceCollecte',
'AnnonceEvenement' => 'AnnonceEvenement',
'NextLoginReturn' => 'NextLoginReturn',
'NextLoginResult' => 'NextLoginResult',
'DevisesReturn' => 'DevisesReturn',
'Devise' => 'Devise',
'DevisesCoursReturn' => 'DevisesCoursReturn',
'DevisesCours' => 'DevisesCours',
'DupliqueAnnonceReturn' => 'DupliqueAnnonceReturn',
'PieceReturn' => 'PieceReturn',
'PieceResult' => 'PieceResult',
'ListeClientsReturn' => 'ListeClientsReturn',
'Client' => 'Client',
'SetInfosMandataire' => 'SetInfosMandataire',
'SetMandataireReturn' => 'SetMandataireReturn',
'SupprAnnonceCollecteReturn' => 'SupprAnnonceCollecteReturn',
'SetInfosLoginReturn' => 'SetInfosLoginReturn',
'SetInfosEntrepIdentite' => 'SetInfosEntrepIdentite',
'SetInfosEntrepLien' => 'SetInfosEntrepLien',
'SetInfosEntrepScore' => 'SetInfosEntrepScore',
'SetInfosEntrepEven' => 'SetInfosEntrepEven',
'SetInfosEntrepJugement' => 'SetInfosEntrepJugement',
'SetInfosEntrepDir' => 'SetInfosEntrepDir',
'SetInfosEntrepInfos' => 'SetInfosEntrepInfos',
'SetInfosEntrepReturn' => 'SetInfosEntrepReturn',
'MandatairesReturn' => 'MandatairesReturn',
'Mandataire' => 'Mandataire',
'MandataireReturn' => 'MandataireReturn',
'MandataireDetail' => 'MandataireDetail',
'ListeJalCollecteReturn' => 'ListeJalCollecteReturn',
'JalCollecte' => 'JalCollecte',
'GeoCodeReturn' => 'GeoCodeReturn',
'GeoCode' => 'GeoCode',
'ListeUtilisateursReturn' => 'ListeUtilisateursReturn',
'Utilisateur' => 'Utilisateur',
'InfosCmdEnquete' => 'InfosCmdEnquete',
'CmdEnqueteReturn' => 'CmdEnqueteReturn',
'CmdEnquete' => 'CmdEnquete',
'CmdEnqueteRIB' => 'CmdEnqueteRIB',
'LogsClientsReturn' => 'LogsClientsReturn',
'LogsClients' => 'LogsClients',
'ListeSurveillancesCsvReturn' => 'ListeSurveillancesCsvReturn',
'ListeSurveillancesCsv' => 'ListeSurveillancesCsv',
'RechercheHistoReturn' => 'RechercheHistoReturn',
'RechercheHistoCriteres' => 'RechercheHistoCriteres',
'RechercheHistoReponses' => 'RechercheHistoReponses',
'ClientReturn' => 'ClientReturn',
'ModeleUtilisateurReturn' => 'ModeleUtilisateurReturn',
'ModeleUtilisateur' => 'ModeleUtilisateur',
'ListeDroitsReturn' => 'ListeDroitsReturn',
'ListePrefsReturn' => 'ListePrefsReturn',
'ListeFichierSurvReturn' => 'ListeFichierSurvReturn',
'ListeFichierSurv' => 'ListeFichierSurv',
'MarquesReturn' => 'MarquesReturn',
'Marque' => 'Marque',
'PortefeuilleReturn' => 'PortefeuilleReturn',
'Portefeuille' => 'Portefeuille',
'PortefeuilleFiltre' => 'PortefeuilleFiltre',
'ClientFiltre' => 'ClientFiltre',
'InfosLoginData' => 'InfosLoginData',
'StatsUtilisateursReturn' => 'StatsUtilisateursReturn',
'TribunauxReturn' => 'TribunauxReturn',
'Tribunal' => 'Tribunal',
'SearchMandatairesReturn' => 'SearchMandatairesReturn',
'SearchMandataire' => 'SearchMandataire',
'PrivilegesCumulReturn' => 'PrivilegesCumulReturn',
'PrivilegesCumul' => 'PrivilegesCumul',
'PrivilegesDetailReturn' => 'PrivilegesDetailReturn',
'PrivilegesDetail' => 'PrivilegesDetail',
'SearchActReturn' => 'SearchActReturn',
'EntrepriseActItem' => 'EntrepriseActItem',
'SupprAnnonceReturn' => 'SupprAnnonceReturn',
'CommandeEnqueteReturn' => 'CommandeEnqueteReturn',
);

View File

@ -1,104 +0,0 @@
Type[] = "ErrorType"
Type[] = "RefCommande"
Type[] = "InfosDemandeur"
Type[] = "ListeCmdPiecesReturn"
Type[] = "CmdPiecesReturn"
Type[] = "CmdPiecesDetail"
Type[] = "InfoCommandePieces"
Type[] = "ListeCmdBilanReturn"
Type[] = "CmdBilanReturn"
Type[] = "CmdBilanDetail"
Type[] = "InfoCommandeBilan"
Type[] = "ListeCmdActeReturn"
Type[] = "CmdActeReturn"
Type[] = "CmdActeDetail"
Type[] = "InfoCommandeActe"
Type[] = "ListeCmdKbisReturn"
Type[] = "CmdKbisReturn"
Type[] = "CmdKbisDetail"
Type[] = "InfoCommandeKbis"
Type[] = "ListeCmdAssoReturn"
Type[] = "CmdAssoReturn"
Type[] = "CmdAssoDetail"
Type[] = "InfoCmdAsso"
Type[] = "CommandeReturnType"
Type[] = "CmdFiltrePieces"
Type[] = "CmdStatut"
Type[] = "InfosLoginReturn"
Type[] = "InfosLogin"
Type[] = "ListeConventionsReturn"
Type[] = "Convention"
Type[] = "AnnonceCollecteReturn"
Type[] = "AnnonceCollecte"
Type[] = "AnnonceEvenement"
Type[] = "NextLoginReturn"
Type[] = "NextLoginResult"
Type[] = "DevisesReturn"
Type[] = "Devise"
Type[] = "DevisesCoursReturn"
Type[] = "DevisesCours"
Type[] = "DupliqueAnnonceReturn"
Type[] = "PieceReturn"
Type[] = "PieceResult"
Type[] = "ListeClientsReturn"
Type[] = "Client"
Type[] = "SetInfosMandataire"
Type[] = "SetMandataireReturn"
Type[] = "SupprAnnonceCollecteReturn"
Type[] = "SetInfosLoginReturn"
Type[] = "SetInfosEntrepIdentite"
Type[] = "SetInfosEntrepLien"
Type[] = "SetInfosEntrepScore"
Type[] = "SetInfosEntrepEven"
Type[] = "SetInfosEntrepJugement"
Type[] = "SetInfosEntrepDir"
Type[] = "SetInfosEntrepInfos"
Type[] = "SetInfosEntrepReturn"
Type[] = "MandatairesReturn"
Type[] = "Mandataire"
Type[] = "MandataireReturn"
Type[] = "MandataireDetail"
Type[] = "ListeJalCollecteReturn"
Type[] = "JalCollecte"
Type[] = "GeoCodeReturn"
Type[] = "GeoCode"
Type[] = "ListeUtilisateursReturn"
Type[] = "Utilisateur"
Type[] = "InfosCmdEnquete"
Type[] = "CmdEnqueteReturn"
Type[] = "CmdEnquete"
Type[] = "CmdEnqueteRIB"
Type[] = "LogsClientsReturn"
Type[] = "LogsClients"
Type[] = "ListeSurveillancesCsvReturn"
Type[] = "ListeSurveillancesCsv"
Type[] = "RechercheHistoReturn"
Type[] = "RechercheHistoCriteres"
Type[] = "RechercheHistoReponses"
Type[] = "ClientReturn"
Type[] = "ModeleUtilisateurReturn"
Type[] = "ModeleUtilisateur"
Type[] = "ListeDroitsReturn"
Type[] = "ListePrefsReturn"
Type[] = "ListeFichierSurvReturn"
Type[] = "ListeFichierSurv"
Type[] = "MarquesReturn"
Type[] = "Marque"
Type[] = "PortefeuilleReturn"
Type[] = "Portefeuille"
Type[] = "PortefeuilleFiltre"
Type[] = "ClientFiltre";
Type[] = "InfosLoginData"
Type[] = "StatsUtilisateursReturn"
Type[] = "TribunauxReturn"
Type[] = "Tribunal"
Type[] = "SearchMandatairesReturn"
Type[] = "SearchMandataire"
Type[] = "PrivilegesCumulReturn"
Type[] = "PrivilegesCumul"
Type[] = "PrivilegesDetailReturn"
Type[] = "PrivilegesDetail"
Type[] = "SearchActReturn"
Type[] = "EntrepriseActItem"
Type[] = "SupprAnnonceReturn"
Type[] = "CommandeEnqueteReturn"

View File

@ -0,0 +1,91 @@
<?php
return array(
'ErrorType' => 'ErrorType',
'RefCommande' => 'RefCommande',
'InfosDemandeur' => 'InfosDemandeur',
'ListeCmdPiecesReturn' => 'ListeCmdPiecesReturn',
'CmdPiecesReturn' => 'CmdPiecesReturn',
'CmdPiecesDetail' => 'CmdPiecesDetail',
'InfoCommandePieces' => 'InfoCommandePieces',
'ListeCmdBilanReturn' => 'ListeCmdBilanReturn',
'CmdBilanReturn' => 'CmdBilanReturn',
'CmdBilanDetail' => 'CmdBilanDetail',
'InfoCommandeBilan' => 'InfoCommandeBilan',
'ListeCmdActeReturn' => 'ListeCmdActeReturn',
'CmdActeReturn' => 'CmdActeReturn',
'CmdActeDetail' => 'CmdActeDetail',
'InfoCommandeActe' => 'InfoCommandeActe',
'ListeCmdKbisReturn' => 'ListeCmdKbisReturn',
'CmdKbisReturn' => 'CmdKbisReturn',
'CmdKbisDetail' => 'CmdKbisDetail',
'InfoCommandeKbis' => 'InfoCommandeKbis',
'ListeCmdAssoReturn' => 'ListeCmdAssoReturn',
'CmdAssoReturn' => 'CmdAssoReturn',
'CmdAssoDetail' => 'CmdAssoDetail',
'InfoCmdAsso' => 'InfoCmdAsso',
'CommandeReturnType' => 'CommandeReturnType',
'CmdFiltrePieces' => 'CmdFiltrePieces',
'CmdStatut' => 'CmdStatut',
'ListeConventionsReturn' => 'ListeConventionsReturn',
'Convention' => 'Convention',
'AnnonceCollecteReturn' => 'AnnonceCollecteReturn',
'AnnonceCollecte' => 'AnnonceCollecte',
'AnnonceEvenement' => 'AnnonceEvenement',
'DevisesReturn' => 'DevisesReturn',
'Devise' => 'Devise',
'DevisesCoursReturn' => 'DevisesCoursReturn',
'DevisesCours' => 'DevisesCours',
'PieceReturn' => 'PieceReturn',
'PieceResult' => 'PieceResult',
'SetInfosMandataire' => 'SetInfosMandataire',
'SetMandataireReturn' => 'SetMandataireReturn',
'SetInfosEntrepIdentite' => 'SetInfosEntrepIdentite',
'SetInfosEntrepLien' => 'SetInfosEntrepLien',
'SetInfosEntrepScore' => 'SetInfosEntrepScore',
'SetInfosEntrepEven' => 'SetInfosEntrepEven',
'SetInfosEntrepJugement' => 'SetInfosEntrepJugement',
'SetInfosEntrepDir' => 'SetInfosEntrepDir',
'SetInfosEntrepInfos' => 'SetInfosEntrepInfos',
'SetInfosEntrepReturn' => 'SetInfosEntrepReturn',
'MandatairesReturn' => 'MandatairesReturn',
'Mandataire' => 'Mandataire',
'MandataireReturn' => 'MandataireReturn',
'MandataireDetail' => 'MandataireDetail',
'ListeJalCollecteReturn' => 'ListeJalCollecteReturn',
'JalCollecte' => 'JalCollecte',
'GeoCodeReturn' => 'GeoCodeReturn',
'GeoCode' => 'GeoCode',
'InfosCmdEnquete' => 'InfosCmdEnquete',
'CmdEnqueteReturn' => 'CmdEnqueteReturn',
'CmdEnquete' => 'CmdEnquete',
'CmdEnqueteRIB' => 'CmdEnqueteRIB',
'LogsClientsReturn' => 'LogsClientsReturn',
'LogsClients' => 'LogsClients',
'ListeSurveillancesCsvReturn' => 'ListeSurveillancesCsvReturn',
'ListeSurveillancesCsv' => 'ListeSurveillancesCsv',
'RechercheHistoReturn' => 'RechercheHistoReturn',
'RechercheHistoCriteres' => 'RechercheHistoCriteres',
'RechercheHistoReponses' => 'RechercheHistoReponses',
'ListeFichierSurvReturn' => 'ListeFichierSurvReturn',
'ListeFichierSurv' => 'ListeFichierSurv',
'MarquesReturn' => 'MarquesReturn',
'Marque' => 'Marque',
'PortefeuilleReturn' => 'PortefeuilleReturn',
'Portefeuille' => 'Portefeuille',
'PortefeuilleFiltre' => 'PortefeuilleFiltre',
'StatsUtilisateursReturn' => 'StatsUtilisateursReturn',
'TribunauxReturn' => 'TribunauxReturn',
'Tribunal' => 'Tribunal',
'SearchMandatairesReturn' => 'SearchMandatairesReturn',
'SearchMandataire' => 'SearchMandataire',
'PrivilegesCumulReturn' => 'PrivilegesCumulReturn',
'PrivilegesCumul' => 'PrivilegesCumul',
'PrivilegesDetailReturn' => 'PrivilegesDetailReturn',
'PrivilegesDetail' => 'PrivilegesDetail',
'SearchActReturn' => 'SearchActReturn',
'EntrepriseActItem' => 'EntrepriseActItem',
'CommandeEnqueteReturn' => 'CommandeEnqueteReturn',
'DirigeantOp' => 'DirigeantOp',
'Depot' => 'Depot',
'IdentiteLight' => 'IdentiteLight',
);

View File

@ -1,88 +0,0 @@
Type[] = "ErrorType"
Type[] = "RefCommande"
Type[] = "InfosDemandeur"
Type[] = "ListeCmdPiecesReturn"
Type[] = "CmdPiecesReturn"
Type[] = "CmdPiecesDetail"
Type[] = "InfoCommandePieces"
Type[] = "ListeCmdBilanReturn"
Type[] = "CmdBilanReturn"
Type[] = "CmdBilanDetail"
Type[] = "InfoCommandeBilan"
Type[] = "ListeCmdActeReturn"
Type[] = "CmdActeReturn"
Type[] = "CmdActeDetail"
Type[] = "InfoCommandeActe"
Type[] = "ListeCmdKbisReturn"
Type[] = "CmdKbisReturn"
Type[] = "CmdKbisDetail"
Type[] = "InfoCommandeKbis"
Type[] = "ListeCmdAssoReturn"
Type[] = "CmdAssoReturn"
Type[] = "CmdAssoDetail"
Type[] = "InfoCmdAsso"
Type[] = "CommandeReturnType"
Type[] = "CmdFiltrePieces"
Type[] = "CmdStatut"
Type[] = "ListeConventionsReturn"
Type[] = "Convention"
Type[] = "AnnonceCollecteReturn"
Type[] = "AnnonceCollecte"
Type[] = "AnnonceEvenement"
Type[] = "DevisesReturn"
Type[] = "Devise"
Type[] = "DevisesCoursReturn"
Type[] = "DevisesCours"
Type[] = "PieceReturn"
Type[] = "PieceResult"
Type[] = "SetInfosMandataire"
Type[] = "SetMandataireReturn"
Type[] = "SetInfosEntrepIdentite"
Type[] = "SetInfosEntrepLien"
Type[] = "SetInfosEntrepScore"
Type[] = "SetInfosEntrepEven"
Type[] = "SetInfosEntrepJugement"
Type[] = "SetInfosEntrepDir"
Type[] = "SetInfosEntrepInfos"
Type[] = "SetInfosEntrepReturn"
Type[] = "MandatairesReturn"
Type[] = "Mandataire"
Type[] = "MandataireReturn"
Type[] = "MandataireDetail"
Type[] = "ListeJalCollecteReturn"
Type[] = "JalCollecte"
Type[] = "GeoCodeReturn"
Type[] = "GeoCode"
Type[] = "InfosCmdEnquete"
Type[] = "CmdEnqueteReturn"
Type[] = "CmdEnquete"
Type[] = "CmdEnqueteRIB"
Type[] = "LogsClientsReturn"
Type[] = "LogsClients"
Type[] = "ListeSurveillancesCsvReturn"
Type[] = "ListeSurveillancesCsv"
Type[] = "RechercheHistoReturn"
Type[] = "RechercheHistoCriteres"
Type[] = "RechercheHistoReponses"
Type[] = "ListeFichierSurvReturn"
Type[] = "ListeFichierSurv"
Type[] = "MarquesReturn"
Type[] = "Marque"
Type[] = "PortefeuilleReturn"
Type[] = "Portefeuille"
Type[] = "PortefeuilleFiltre"
Type[] = "StatsUtilisateursReturn"
Type[] = "TribunauxReturn"
Type[] = "Tribunal"
Type[] = "SearchMandatairesReturn"
Type[] = "SearchMandataire"
Type[] = "PrivilegesCumulReturn"
Type[] = "PrivilegesCumul"
Type[] = "PrivilegesDetailReturn"
Type[] = "PrivilegesDetail"
Type[] = "SearchActReturn"
Type[] = "EntrepriseActItem"
Type[] = "CommandeEnqueteReturn"
Type[] = "DirigeantOp"
Type[] = "Depot"
Type[] = "IdentiteLight"

View File

@ -0,0 +1,93 @@
<?php
return array(
'ErrorType' => 'ErrorType',
'RefCommande' => 'RefCommande',
'InfosDemandeur' => 'InfosDemandeur',
'ListeCmdPiecesReturn' => 'ListeCmdPiecesReturn',
'CmdPiecesReturn' => 'CmdPiecesReturn',
'CmdPiecesDetail' => 'CmdPiecesDetail',
'InfoCommandePieces' => 'InfoCommandePieces',
'ListeCmdBilanReturn' => 'ListeCmdBilanReturn',
'CmdBilanReturn' => 'CmdBilanReturn',
'CmdBilanDetail' => 'CmdBilanDetail',
'InfoCommandeBilan' => 'InfoCommandeBilan',
'ListeCmdActeReturn' => 'ListeCmdActeReturn',
'CmdActeReturn' => 'CmdActeReturn',
'CmdActeDetail' => 'CmdActeDetail',
'InfoCommandeActe' => 'InfoCommandeActe',
'ListeCmdKbisReturn' => 'ListeCmdKbisReturn',
'CmdKbisReturn' => 'CmdKbisReturn',
'CmdKbisDetail' => 'CmdKbisDetail',
'InfoCommandeKbis' => 'InfoCommandeKbis',
'ListeCmdAssoReturn' => 'ListeCmdAssoReturn',
'CmdAssoReturn' => 'CmdAssoReturn',
'CmdAssoDetail' => 'CmdAssoDetail',
'InfoCmdAsso' => 'InfoCmdAsso',
'CommandeReturnType' => 'CommandeReturnType',
'CmdFiltrePieces' => 'CmdFiltrePieces',
'CmdStatut' => 'CmdStatut',
'ListeConventionsReturn' => 'ListeConventionsReturn',
'Convention' => 'Convention',
'AnnonceCollecteReturn' => 'AnnonceCollecteReturn',
'AnnonceCollecte' => 'AnnonceCollecte',
'AnnonceEvenement' => 'AnnonceEvenement',
'DevisesReturn' => 'DevisesReturn',
'Devise' => 'Devise',
'DevisesCoursReturn' => 'DevisesCoursReturn',
'DevisesCours' => 'DevisesCours',
'PieceReturn' => 'PieceReturn',
'PieceResult' => 'PieceResult',
'SetInfosMandataire' => 'SetInfosMandataire',
'SetMandataireReturn' => 'SetMandataireReturn',
'SetInfosEntrepIdentite' => 'SetInfosEntrepIdentite',
'SetInfosEntrepLien' => 'SetInfosEntrepLien',
'SetInfosEntrepScore' => 'SetInfosEntrepScore',
'SetInfosEntrepEven' => 'SetInfosEntrepEven',
'SetInfosEntrepJugement' => 'SetInfosEntrepJugement',
'SetInfosEntrepDir' => 'SetInfosEntrepDir',
'SetInfosEntrepInfos' => 'SetInfosEntrepInfos',
'SetInfosEntrepReturn' => 'SetInfosEntrepReturn',
'MandatairesReturn' => 'MandatairesReturn',
'Mandataire' => 'Mandataire',
'MandataireReturn' => 'MandataireReturn',
'MandataireDetail' => 'MandataireDetail',
'ListeJalCollecteReturn' => 'ListeJalCollecteReturn',
'JalCollecte' => 'JalCollecte',
'GeoCodeReturn' => 'GeoCodeReturn',
'GeoCode' => 'GeoCode',
'InfosCmdEnquete' => 'InfosCmdEnquete',
'CmdEnqueteReturn' => 'CmdEnqueteReturn',
'CmdEnquete' => 'CmdEnquete',
'CmdEnqueteRIB' => 'CmdEnqueteRIB',
'LogsClientsReturn' => 'LogsClientsReturn',
'LogsClients' => 'LogsClients',
'ListeSurveillancesCsvReturn' => 'ListeSurveillancesCsvReturn',
'ListeSurveillancesCsv' => 'ListeSurveillancesCsv',
'RechercheHistoReturn' => 'RechercheHistoReturn',
'RechercheHistoCriteres' => 'RechercheHistoCriteres',
'RechercheHistoReponses' => 'RechercheHistoReponses',
'ListeFichierSurvReturn' => 'ListeFichierSurvReturn',
'ListeFichierSurv' => 'ListeFichierSurv',
'MarquesReturn' => 'MarquesReturn',
'Marque' => 'Marque',
'PortefeuilleReturn' => 'PortefeuilleReturn',
'Portefeuille' => 'Portefeuille',
'PortefeuilleFiltre' => 'PortefeuilleFiltre',
'StatsUtilisateursReturn' => 'StatsUtilisateursReturn',
'TribunauxReturn' => 'TribunauxReturn',
'Tribunal' => 'Tribunal',
'SearchMandatairesReturn' => 'SearchMandatairesReturn',
'SearchMandataire' => 'SearchMandataire',
'PrivilegesCumulReturn' => 'PrivilegesCumulReturn',
'PrivilegesCumul' => 'PrivilegesCumul',
'PrivilegesDetailReturn' => 'PrivilegesDetailReturn',
'PrivilegesDetail' => 'PrivilegesDetail',
'SearchActReturn' => 'SearchActReturn',
'EntrepriseActItem' => 'EntrepriseActItem',
'CommandeEnqueteReturn' => 'CommandeEnqueteReturn',
'DirigeantOp' => 'DirigeantOp',
'Depot' => 'Depot',
'IdentiteLight' => 'IdentiteLight',
'GroupeInfos' => 'GroupeInfos',
'GroupeInfosSecteur' => 'GroupeInfosSecteur',
);

View File

@ -1,90 +0,0 @@
Type[] = "ErrorType"
Type[] = "RefCommande"
Type[] = "InfosDemandeur"
Type[] = "ListeCmdPiecesReturn"
Type[] = "CmdPiecesReturn"
Type[] = "CmdPiecesDetail"
Type[] = "InfoCommandePieces"
Type[] = "ListeCmdBilanReturn"
Type[] = "CmdBilanReturn"
Type[] = "CmdBilanDetail"
Type[] = "InfoCommandeBilan"
Type[] = "ListeCmdActeReturn"
Type[] = "CmdActeReturn"
Type[] = "CmdActeDetail"
Type[] = "InfoCommandeActe"
Type[] = "ListeCmdKbisReturn"
Type[] = "CmdKbisReturn"
Type[] = "CmdKbisDetail"
Type[] = "InfoCommandeKbis"
Type[] = "ListeCmdAssoReturn"
Type[] = "CmdAssoReturn"
Type[] = "CmdAssoDetail"
Type[] = "InfoCmdAsso"
Type[] = "CommandeReturnType"
Type[] = "CmdFiltrePieces"
Type[] = "CmdStatut"
Type[] = "ListeConventionsReturn"
Type[] = "Convention"
Type[] = "AnnonceCollecteReturn"
Type[] = "AnnonceCollecte"
Type[] = "AnnonceEvenement"
Type[] = "DevisesReturn"
Type[] = "Devise"
Type[] = "DevisesCoursReturn"
Type[] = "DevisesCours"
Type[] = "PieceReturn"
Type[] = "PieceResult"
Type[] = "SetInfosMandataire"
Type[] = "SetMandataireReturn"
Type[] = "SetInfosEntrepIdentite"
Type[] = "SetInfosEntrepLien"
Type[] = "SetInfosEntrepScore"
Type[] = "SetInfosEntrepEven"
Type[] = "SetInfosEntrepJugement"
Type[] = "SetInfosEntrepDir"
Type[] = "SetInfosEntrepInfos"
Type[] = "SetInfosEntrepReturn"
Type[] = "MandatairesReturn"
Type[] = "Mandataire"
Type[] = "MandataireReturn"
Type[] = "MandataireDetail"
Type[] = "ListeJalCollecteReturn"
Type[] = "JalCollecte"
Type[] = "GeoCodeReturn"
Type[] = "GeoCode"
Type[] = "InfosCmdEnquete"
Type[] = "CmdEnqueteReturn"
Type[] = "CmdEnquete"
Type[] = "CmdEnqueteRIB"
Type[] = "LogsClientsReturn"
Type[] = "LogsClients"
Type[] = "ListeSurveillancesCsvReturn"
Type[] = "ListeSurveillancesCsv"
Type[] = "RechercheHistoReturn"
Type[] = "RechercheHistoCriteres"
Type[] = "RechercheHistoReponses"
Type[] = "ListeFichierSurvReturn"
Type[] = "ListeFichierSurv"
Type[] = "MarquesReturn"
Type[] = "Marque"
Type[] = "PortefeuilleReturn"
Type[] = "Portefeuille"
Type[] = "PortefeuilleFiltre"
Type[] = "StatsUtilisateursReturn"
Type[] = "TribunauxReturn"
Type[] = "Tribunal"
Type[] = "SearchMandatairesReturn"
Type[] = "SearchMandataire"
Type[] = "PrivilegesCumulReturn"
Type[] = "PrivilegesCumul"
Type[] = "PrivilegesDetailReturn"
Type[] = "PrivilegesDetail"
Type[] = "SearchActReturn"
Type[] = "EntrepriseActItem"
Type[] = "CommandeEnqueteReturn"
Type[] = "DirigeantOp"
Type[] = "Depot"
Type[] = "IdentiteLight"
Type[] = "GroupeInfos"
Type[] = "GroupeInfosSecteur"

View File

@ -0,0 +1,69 @@
<?php
return array(
'ContactEt' => 'ContactEt',
'ContactEtReturn' => 'ContactEtReturn',
'ErrorType' => 'ErrorType',
'RefCommande' => 'RefCommande',
'ListeConventionsReturn' => 'ListeConventionsReturn',
'Convention' => 'Convention',
'AnnonceCollecteReturn' => 'AnnonceCollecteReturn',
'AnnonceCollecte' => 'AnnonceCollecte',
'AnnonceEvenement' => 'AnnonceEvenement',
'DevisesReturn' => 'DevisesReturn',
'Devise' => 'Devise',
'DevisesCoursReturn' => 'DevisesCoursReturn',
'DevisesCours' => 'DevisesCours',
'PieceReturn' => 'PieceReturn',
'PieceResult' => 'PieceResult',
'SetInfosMandataire' => 'SetInfosMandataire',
'SetMandataireReturn' => 'SetMandataireReturn',
'MandatairesReturn' => 'MandatairesReturn',
'Mandataire' => 'Mandataire',
'MandataireReturn' => 'MandataireReturn',
'MandataireDetail' => 'MandataireDetail',
'ListeJalCollecteReturn' => 'ListeJalCollecteReturn',
'JalCollecte' => 'JalCollecte',
'GeoCodeReturn' => 'GeoCodeReturn',
'GeoCode' => 'GeoCode',
'InfoCmdAsso' => 'InfoCmdAsso',
'InfosCmdEnquete' => 'InfosCmdEnquete',
'InfosDemandeur' => 'InfosDemandeur',
'CmdAssoDetail' => 'CmdAssoDetail',
'CmdAssoReturn' => 'CmdAssoReturn',
'CmdEnqueteReturn' => 'CmdEnqueteReturn',
'CmdEnquete' => 'CmdEnquete',
'CmdEnqueteRIB' => 'CmdEnqueteRIB',
'LogsClientsReturn' => 'LogsClientsReturn',
'LogsClients' => 'LogsClients',
'ListeSurveillancesCsvReturn' => 'ListeSurveillancesCsvReturn',
'ListeSurveillancesCsv' => 'ListeSurveillancesCsv',
'RechercheHistoReturn' => 'RechercheHistoReturn',
'RechercheHistoCriteres' => 'RechercheHistoCriteres',
'RechercheHistoReponses' => 'RechercheHistoReponses',
'ListeFichierSurvReturn' => 'ListeFichierSurvReturn',
'ListeFichierSurv' => 'ListeFichierSurv',
'MarquesReturn' => 'MarquesReturn',
'Marque' => 'Marque',
'PortefeuilleReturn' => 'PortefeuilleReturn',
'Portefeuille' => 'Portefeuille',
'PortefeuilleFiltre' => 'PortefeuilleFiltre',
'StatsUtilisateursReturn' => 'StatsUtilisateursReturn',
'TribunauxReturn' => 'TribunauxReturn',
'Tribunal' => 'Tribunal',
'SearchMandatairesReturn' => 'SearchMandatairesReturn',
'SearchMandataire' => 'SearchMandataire',
'PrivilegesCumulReturn' => 'PrivilegesCumulReturn',
'PrivilegesCumul' => 'PrivilegesCumul',
'PrivilegesDetailReturn' => 'PrivilegesDetailReturn',
'PrivilegesDetail' => 'PrivilegesDetail',
'SearchActReturn' => 'SearchActReturn',
'EntrepriseActItem' => 'EntrepriseActItem',
'CommandeEnqueteReturn' => 'CommandeEnqueteReturn',
'DirigeantOp' => 'DirigeantOp',
'Depot' => 'Depot',
'IdentiteLight' => 'IdentiteLight',
'GroupeInfos' => 'GroupeInfos',
'GroupeInfosSecteur' => 'GroupeInfosSecteur',
'BilanSaisieFiltre' => 'BilanSaisieFiltre',
'CountryId' => 'CountryId',
);

View File

@ -1,66 +0,0 @@
Type[] = "ContactEt"
Type[] = "ContactEtReturn"
Type[] = "ErrorType"
Type[] = "RefCommande"
Type[] = "ListeConventionsReturn"
Type[] = "Convention"
Type[] = "AnnonceCollecteReturn"
Type[] = "AnnonceCollecte"
Type[] = "AnnonceEvenement"
Type[] = "DevisesReturn"
Type[] = "Devise"
Type[] = "DevisesCoursReturn"
Type[] = "DevisesCours"
Type[] = "PieceReturn"
Type[] = "PieceResult"
Type[] = "SetInfosMandataire"
Type[] = "SetMandataireReturn"
Type[] = "MandatairesReturn"
Type[] = "Mandataire"
Type[] = "MandataireReturn"
Type[] = "MandataireDetail"
Type[] = "ListeJalCollecteReturn"
Type[] = "JalCollecte"
Type[] = "GeoCodeReturn"
Type[] = "GeoCode"
Type[] = "InfoCmdAsso"
Type[] = "InfosCmdEnquete"
Type[] = "InfosDemandeur"
Type[] = "CmdAssoDetail"
Type[] = "CmdAssoReturn"
Type[] = "CmdEnqueteReturn"
Type[] = "CmdEnquete"
Type[] = "CmdEnqueteRIB"
Type[] = "LogsClientsReturn"
Type[] = "LogsClients"
Type[] = "ListeSurveillancesCsvReturn"
Type[] = "ListeSurveillancesCsv"
Type[] = "RechercheHistoReturn"
Type[] = "RechercheHistoCriteres"
Type[] = "RechercheHistoReponses"
Type[] = "ListeFichierSurvReturn"
Type[] = "ListeFichierSurv"
Type[] = "MarquesReturn"
Type[] = "Marque"
Type[] = "PortefeuilleReturn"
Type[] = "Portefeuille"
Type[] = "PortefeuilleFiltre"
Type[] = "StatsUtilisateursReturn"
Type[] = "TribunauxReturn"
Type[] = "Tribunal"
Type[] = "SearchMandatairesReturn"
Type[] = "SearchMandataire"
Type[] = "PrivilegesCumulReturn"
Type[] = "PrivilegesCumul"
Type[] = "PrivilegesDetailReturn"
Type[] = "PrivilegesDetail"
Type[] = "SearchActReturn"
Type[] = "EntrepriseActItem"
Type[] = "CommandeEnqueteReturn"
Type[] = "DirigeantOp"
Type[] = "Depot"
Type[] = "IdentiteLight"
Type[] = "GroupeInfos"
Type[] = "GroupeInfosSecteur"
Type[] = "BilanSaisieFiltre"
Type[] = "CountryId"

View File

@ -0,0 +1,69 @@
<?php
return array(
'ContactEt' => 'ContactEt',
'ContactEtReturn' => 'ContactEtReturn',
'ErrorType' => 'ErrorType',
'RefCommande' => 'RefCommande',
'ListeConventionsReturn' => 'ListeConventionsReturn',
'Convention' => 'Convention',
'AnnonceCollecteReturn' => 'AnnonceCollecteReturn',
'AnnonceCollecte' => 'AnnonceCollecte',
'AnnonceEvenement' => 'AnnonceEvenement',
'DevisesReturn' => 'DevisesReturn',
'Devise' => 'Devise',
'DevisesCoursReturn' => 'DevisesCoursReturn',
'DevisesCours' => 'DevisesCours',
'PieceReturn' => 'PieceReturn',
'PieceResult' => 'PieceResult',
'SetInfosMandataire' => 'SetInfosMandataire',
'SetMandataireReturn' => 'SetMandataireReturn',
'MandatairesReturn' => 'MandatairesReturn',
'Mandataire' => 'Mandataire',
'MandataireReturn' => 'MandataireReturn',
'MandataireDetail' => 'MandataireDetail',
'ListeJalCollecteReturn' => 'ListeJalCollecteReturn',
'JalCollecte' => 'JalCollecte',
'GeoCodeReturn' => 'GeoCodeReturn',
'GeoCode' => 'GeoCode',
'InfoCmdAsso' => 'InfoCmdAsso',
'InfosCmdEnquete' => 'InfosCmdEnquete',
'InfosDemandeur' => 'InfosDemandeur',
'CmdAssoDetail' => 'CmdAssoDetail',
'CmdAssoReturn' => 'CmdAssoReturn',
'CmdEnqueteReturn' => 'CmdEnqueteReturn',
'CmdEnquete' => 'CmdEnquete',
'CmdEnqueteRIB' => 'CmdEnqueteRIB',
'LogsClientsReturn' => 'LogsClientsReturn',
'LogsClients' => 'LogsClients',
'ListeSurveillancesCsvReturn' => 'ListeSurveillancesCsvReturn',
'ListeSurveillancesCsv' => 'ListeSurveillancesCsv',
'RechercheHistoReturn' => 'RechercheHistoReturn',
'RechercheHistoCriteres' => 'RechercheHistoCriteres',
'RechercheHistoReponses' => 'RechercheHistoReponses',
'ListeFichierSurvReturn' => 'ListeFichierSurvReturn',
'ListeFichierSurv' => 'ListeFichierSurv',
'MarquesReturn' => 'MarquesReturn',
'Marque' => 'Marque',
'PortefeuilleReturn' => 'PortefeuilleReturn',
'Portefeuille' => 'Portefeuille',
'PortefeuilleFiltre' => 'PortefeuilleFiltre',
'StatsUtilisateursReturn' => 'StatsUtilisateursReturn',
'TribunauxReturn' => 'TribunauxReturn',
'Tribunal' => 'Tribunal',
'SearchMandatairesReturn' => 'SearchMandatairesReturn',
'SearchMandataire' => 'SearchMandataire',
'PrivilegesCumulReturn' => 'PrivilegesCumulReturn',
'PrivilegesCumul' => 'PrivilegesCumul',
'PrivilegesDetailReturn' => 'PrivilegesDetailReturn',
'PrivilegesDetail' => 'PrivilegesDetail',
'SearchActReturn' => 'SearchActReturn',
'EntrepriseActItem' => 'EntrepriseActItem',
'CommandeEnqueteReturn' => 'CommandeEnqueteReturn',
'DirigeantOp' => 'DirigeantOp',
'Depot' => 'Depot',
'IdentiteLight' => 'IdentiteLight',
'GroupeInfos' => 'GroupeInfos',
'GroupeInfosSecteur' => 'GroupeInfosSecteur',
'BilanSaisieFiltre' => 'BilanSaisieFiltre',
'CountryId' => 'CountryId',
);

View File

@ -1,66 +0,0 @@
Type[] = "ContactEt"
Type[] = "ContactEtReturn"
Type[] = "ErrorType"
Type[] = "RefCommande"
Type[] = "ListeConventionsReturn"
Type[] = "Convention"
Type[] = "AnnonceCollecteReturn"
Type[] = "AnnonceCollecte"
Type[] = "AnnonceEvenement"
Type[] = "DevisesReturn"
Type[] = "Devise"
Type[] = "DevisesCoursReturn"
Type[] = "DevisesCours"
Type[] = "PieceReturn"
Type[] = "PieceResult"
Type[] = "SetInfosMandataire"
Type[] = "SetMandataireReturn"
Type[] = "MandatairesReturn"
Type[] = "Mandataire"
Type[] = "MandataireReturn"
Type[] = "MandataireDetail"
Type[] = "ListeJalCollecteReturn"
Type[] = "JalCollecte"
Type[] = "GeoCodeReturn"
Type[] = "GeoCode"
Type[] = "InfoCmdAsso"
Type[] = "InfosCmdEnquete"
Type[] = "InfosDemandeur"
Type[] = "CmdAssoDetail"
Type[] = "CmdAssoReturn"
Type[] = "CmdEnqueteReturn"
Type[] = "CmdEnquete"
Type[] = "CmdEnqueteRIB"
Type[] = "LogsClientsReturn"
Type[] = "LogsClients"
Type[] = "ListeSurveillancesCsvReturn"
Type[] = "ListeSurveillancesCsv"
Type[] = "RechercheHistoReturn"
Type[] = "RechercheHistoCriteres"
Type[] = "RechercheHistoReponses"
Type[] = "ListeFichierSurvReturn"
Type[] = "ListeFichierSurv"
Type[] = "MarquesReturn"
Type[] = "Marque"
Type[] = "PortefeuilleReturn"
Type[] = "Portefeuille"
Type[] = "PortefeuilleFiltre"
Type[] = "StatsUtilisateursReturn"
Type[] = "TribunauxReturn"
Type[] = "Tribunal"
Type[] = "SearchMandatairesReturn"
Type[] = "SearchMandataire"
Type[] = "PrivilegesCumulReturn"
Type[] = "PrivilegesCumul"
Type[] = "PrivilegesDetailReturn"
Type[] = "PrivilegesDetail"
Type[] = "SearchActReturn"
Type[] = "EntrepriseActItem"
Type[] = "CommandeEnqueteReturn"
Type[] = "DirigeantOp"
Type[] = "Depot"
Type[] = "IdentiteLight"
Type[] = "GroupeInfos"
Type[] = "GroupeInfosSecteur"
Type[] = "BilanSaisieFiltre"
Type[] = "CountryId"

View File

@ -0,0 +1,7 @@
<?php
return array(
'Bilans' => 'Bilans',
'Bilan' => 'Bilan',
'Actes' => 'Actes',
'Acte' => 'Acte',
);

View File

@ -1,4 +0,0 @@
Type[] = "Bilans"
Type[] = "Bilan"
Type[] = "Actes"
Type[] = "Acte"

View File

@ -0,0 +1,22 @@
<?php
return array(
'ErrorType' => 'ErrorType',
'SearchMandatairesReturn' => 'SearchMandatairesReturn',
'SearchMandataire' => 'SearchMandataire',
'SetInfosEntrepReturn' => 'SetInfosEntrepReturn',
'SetInfosMandataire' => 'SetInfosMandataire',
'SetMandataireReturn' => 'SetMandataireReturn',
'SupprAnnonceCollecteReturn' => 'SupprAnnonceCollecteReturn',
'MandataireReturn' => 'MandataireReturn',
'MandataireDetail' => 'MandataireDetail',
'MandatairesReturn' => 'MandatairesReturn',
'Mandataire' => 'Mandataire',
'DupliqueAnnonceReturn' => 'DupliqueAnnonceReturn',
'AnnonceCollecteReturn' => 'AnnonceCollecteReturn',
'AnnonceCollecte' => 'AnnonceCollecte',
'AnnonceEvenement' => 'AnnonceEvenement',
'ListeJalCollecteReturn' => 'ListeJalCollecteReturn',
'JalCollecte' => 'JalCollecte',
'SupprAnnonceReturn' => 'SupprAnnonceReturn',
'DupliqueAnnonceReturn' => 'DupliqueAnnonceReturn',
);

View File

@ -1,19 +0,0 @@
Type[] = "ErrorType"
Type[] = "SearchMandatairesReturn"
Type[] = "SearchMandataire"
Type[] = "SetInfosEntrepReturn"
Type[] = "SetInfosMandataire"
Type[] = "SetMandataireReturn"
Type[] = "SupprAnnonceCollecteReturn"
Type[] = "MandataireReturn"
Type[] = "MandataireDetail"
Type[] = "MandatairesReturn"
Type[] = "Mandataire"
Type[] = "DupliqueAnnonceReturn"
Type[] = "AnnonceCollecteReturn"
Type[] = "AnnonceCollecte"
Type[] = "AnnonceEvenement"
Type[] = "ListeJalCollecteReturn"
Type[] = "JalCollecte"
Type[] = "SupprAnnonceReturn"
Type[] = "DupliqueAnnonceReturn"

View File

@ -0,0 +1,23 @@
<?php
return array(
'ErrorType' => 'ErrorType',
'SearchMandatairesReturn' => 'SearchMandatairesReturn',
'SearchMandataire' => 'SearchMandataire',
'SetInfosEntrepReturn' => 'SetInfosEntrepReturn',
'SetInfosMandataire' => 'SetInfosMandataire',
'SetMandataireReturn' => 'SetMandataireReturn',
'SupprAnnonceCollecteReturn' => 'SupprAnnonceCollecteReturn',
'MandatairesReturn' => 'MandatairesReturn',
'Mandataire' => 'Mandataire',
'DupliqueAnnonceReturn' => 'DupliqueAnnonceReturn',
'AnnonceCollecteReturn' => 'AnnonceCollecteReturn',
'AnnonceCollecte' => 'AnnonceCollecte',
'AnnonceEvenement' => 'AnnonceEvenement',
'ListeJalCollecteReturn' => 'ListeJalCollecteReturn',
'JalCollecte' => 'JalCollecte',
'SupprAnnonceReturn' => 'SupprAnnonceReturn',
'DupliqueAnnonceReturn' => 'DupliqueAnnonceReturn',
'BilanInfos' => 'BilanInfos',
'SearchLienRef' => 'SearchLienRef',
'LienDoc' => 'LienDoc',
);

View File

@ -1,20 +0,0 @@
Type[] = "ErrorType"
Type[] = "SearchMandatairesReturn"
Type[] = "SearchMandataire"
Type[] = "SetInfosEntrepReturn"
Type[] = "SetInfosMandataire"
Type[] = "SetMandataireReturn"
Type[] = "SupprAnnonceCollecteReturn"
Type[] = "MandatairesReturn"
Type[] = "Mandataire"
Type[] = "DupliqueAnnonceReturn"
Type[] = "AnnonceCollecteReturn"
Type[] = "AnnonceCollecte"
Type[] = "AnnonceEvenement"
Type[] = "ListeJalCollecteReturn"
Type[] = "JalCollecte"
Type[] = "SupprAnnonceReturn"
Type[] = "DupliqueAnnonceReturn"
Type[] = "BilanInfos"
Type[] = "SearchLienRef"
Type[] = "LienDoc"