diff --git a/application/controllers/DocumentationController.php b/application/controllers/DocumentationController.php index b6cba627..4400223c 100644 --- a/application/controllers/DocumentationController.php +++ b/application/controllers/DocumentationController.php @@ -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(); diff --git a/application/controllers/ServiceController.php b/application/controllers/ServiceController.php index d68b56ed..b04726cb 100644 --- a/application/controllers/ServiceController.php +++ b/application/controllers/ServiceController.php @@ -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; diff --git a/library/WsScore/Catalog/v0.1/Catalog.ini b/library/WsScore/Catalog/v0.1/Catalog.ini deleted file mode 100644 index e69de29b..00000000 diff --git a/library/WsScore/Catalog/v0.1/Config.php b/library/WsScore/Catalog/v0.1/Config.php new file mode 100644 index 00000000..dad330e6 --- /dev/null +++ b/library/WsScore/Catalog/v0.1/Config.php @@ -0,0 +1,2 @@ + 'EntrepElement', + 'ErrorElement' => 'ErrorElement', + 'EntrepResult' => 'EntrepResult', +); \ No newline at end of file diff --git a/library/WsScore/Clients/Afnic/v2.2/Entreprise.ini b/library/WsScore/Clients/Afnic/v2.2/Entreprise.ini deleted file mode 100644 index 565868c9..00000000 --- a/library/WsScore/Clients/Afnic/v2.2/Entreprise.ini +++ /dev/null @@ -1,3 +0,0 @@ -Type[] = "EntrepElement" -Type[] = "ErrorElement" -Type[] = "EntrepResult" \ No newline at end of file diff --git a/library/WsScore/Clients/Sfr/v0.1/Config.php b/library/WsScore/Clients/Sfr/v0.1/Config.php new file mode 100644 index 00000000..584ad759 --- /dev/null +++ b/library/WsScore/Clients/Sfr/v0.1/Config.php @@ -0,0 +1,4 @@ + 'Evaluation', +); \ No newline at end of file diff --git a/library/WsScore/Clients/Sfr/v0.1/Entreprise.ini b/library/WsScore/Clients/Sfr/v0.1/Entreprise.ini deleted file mode 100644 index 4f553bed..00000000 --- a/library/WsScore/Clients/Sfr/v0.1/Entreprise.ini +++ /dev/null @@ -1 +0,0 @@ -Type[] = "Evaluation" \ No newline at end of file diff --git a/library/WsScore/Clients/Veolia/v0.1/Config.php b/library/WsScore/Clients/Veolia/v0.1/Config.php new file mode 100644 index 00000000..b9e9464a --- /dev/null +++ b/library/WsScore/Clients/Veolia/v0.1/Config.php @@ -0,0 +1,10 @@ + 'Identite', + 'IdentiteBilan' => 'IdentiteBilan', + 'AdresseNorme' => 'AdresseNorme', + 'SearchEntrepriseReturn' => 'SearchEntrepriseReturn', + 'EntrepriseItem' => 'EntrepriseItem', + 'EntrepriseCriteres' => 'EntrepriseCriteres', + 'SearchReturn' => 'SearchReturn', +); \ No newline at end of file diff --git a/library/WsScore/Clients/Veolia/v0.1/Entreprise.ini b/library/WsScore/Clients/Veolia/v0.1/Entreprise.ini deleted file mode 100644 index 1d1ae4e4..00000000 --- a/library/WsScore/Clients/Veolia/v0.1/Entreprise.ini +++ /dev/null @@ -1,7 +0,0 @@ -Type[] = "Identite" -Type[] = "IdentiteBilan" -Type[] = "AdresseNorme" -Type[] = "SearchEntrepriseReturn" -Type[] = "EntrepriseItem" -Type[] = "EntrepriseCriteres" -Type[] = "SearchReturn" \ No newline at end of file diff --git a/library/WsScore/Clients/Veolia/v0.2/Config.php b/library/WsScore/Clients/Veolia/v0.2/Config.php new file mode 100644 index 00000000..7a969fe5 --- /dev/null +++ b/library/WsScore/Clients/Veolia/v0.2/Config.php @@ -0,0 +1,12 @@ + 'Identite', + 'IdentiteBilan' => 'IdentiteBilan', + 'AdresseNorme' => 'AdresseNorme', + 'SearchEntrepriseReturn' => 'SearchEntrepriseReturn', + 'EntrepriseItem' => 'EntrepriseItem', + 'EntrepriseCriteres' => 'EntrepriseCriteres', + 'SearchReturn' => 'SearchReturn', + 'ListeEtablissementsReturn' => 'ListeEtablissementsReturn', + 'Etablissement' => 'Etablissement', +); \ No newline at end of file diff --git a/library/WsScore/Clients/Veolia/v0.2/Entreprise.ini b/library/WsScore/Clients/Veolia/v0.2/Entreprise.ini deleted file mode 100644 index 36bc3eee..00000000 --- a/library/WsScore/Clients/Veolia/v0.2/Entreprise.ini +++ /dev/null @@ -1,9 +0,0 @@ -Type[] = "Identite" -Type[] = "IdentiteBilan" -Type[] = "AdresseNorme" -Type[] = "SearchEntrepriseReturn" -Type[] = "EntrepriseItem" -Type[] = "EntrepriseCriteres" -Type[] = "SearchReturn" -Type[] = "ListeEtablissementsReturn" -Type[] = "Etablissement" \ No newline at end of file diff --git a/library/WsScore/Clients/Vwbank/v0.1/Config.php b/library/WsScore/Clients/Vwbank/v0.1/Config.php new file mode 100644 index 00000000..e3bd38a4 --- /dev/null +++ b/library/WsScore/Clients/Vwbank/v0.1/Config.php @@ -0,0 +1,8 @@ + 'Identite', + 'SearchEntrepriseReturn' => 'SearchEntrepriseReturn', + 'EntrepriseItem' => 'EntrepriseItem', + 'EntrepriseCriteres' => 'EntrepriseCriteres', + 'SearchReturn' => 'SearchReturn', +); \ No newline at end of file diff --git a/library/WsScore/Clients/Vwbank/v0.1/Entreprise.ini b/library/WsScore/Clients/Vwbank/v0.1/Entreprise.ini deleted file mode 100644 index 14db87dc..00000000 --- a/library/WsScore/Clients/Vwbank/v0.1/Entreprise.ini +++ /dev/null @@ -1,5 +0,0 @@ -Type[] = "Identite" -Type[] = "SearchEntrepriseReturn" -Type[] = "EntrepriseItem" -Type[] = "EntrepriseCriteres" -Type[] = "SearchReturn" \ No newline at end of file diff --git a/library/WsScore/Clients/Vwbank/v0.2/Config.php b/library/WsScore/Clients/Vwbank/v0.2/Config.php new file mode 100644 index 00000000..b82e3e01 --- /dev/null +++ b/library/WsScore/Clients/Vwbank/v0.2/Config.php @@ -0,0 +1,10 @@ + 'Identite', + 'SearchEntrepriseReturn' => 'SearchEntrepriseReturn', + 'EntrepriseItem' => 'EntrepriseItem', + 'EntrepriseCriteres' => 'EntrepriseCriteres', + 'SearchReturn' => 'SearchReturn', + 'Actionnaire' => 'Actionnaire', + 'ActionnaireIdentite' => 'ActionnaireIdentite', +); \ No newline at end of file diff --git a/library/WsScore/Clients/Vwbank/v0.2/Entreprise.ini b/library/WsScore/Clients/Vwbank/v0.2/Entreprise.ini deleted file mode 100644 index 60cdb1a4..00000000 --- a/library/WsScore/Clients/Vwbank/v0.2/Entreprise.ini +++ /dev/null @@ -1,7 +0,0 @@ -Type[] = "Identite" -Type[] = "SearchEntrepriseReturn" -Type[] = "EntrepriseItem" -Type[] = "EntrepriseCriteres" -Type[] = "SearchReturn" -Type[] = "Actionnaire" -Type[] = "ActionnaireIdentite" diff --git a/library/WsScore/Entreprise/v0.2/Config.php b/library/WsScore/Entreprise/v0.2/Config.php new file mode 100644 index 00000000..5ab0ccef --- /dev/null +++ b/library/WsScore/Entreprise/v0.2/Config.php @@ -0,0 +1,67 @@ + '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', +); \ No newline at end of file diff --git a/library/WsScore/Entreprise/v0.2/Entreprise.ini b/library/WsScore/Entreprise/v0.2/Entreprise.ini deleted file mode 100644 index d600568d..00000000 --- a/library/WsScore/Entreprise/v0.2/Entreprise.ini +++ /dev/null @@ -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" diff --git a/library/WsScore/Entreprise/v0.3/Config.php b/library/WsScore/Entreprise/v0.3/Config.php new file mode 100644 index 00000000..49addb4d --- /dev/null +++ b/library/WsScore/Entreprise/v0.3/Config.php @@ -0,0 +1,71 @@ + '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', +); \ No newline at end of file diff --git a/library/WsScore/Entreprise/v0.3/Entreprise.ini b/library/WsScore/Entreprise/v0.3/Entreprise.ini deleted file mode 100644 index e0591968..00000000 --- a/library/WsScore/Entreprise/v0.3/Entreprise.ini +++ /dev/null @@ -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" \ No newline at end of file diff --git a/library/WsScore/Entreprise/v0.4/Config.php b/library/WsScore/Entreprise/v0.4/Config.php new file mode 100644 index 00000000..49addb4d --- /dev/null +++ b/library/WsScore/Entreprise/v0.4/Config.php @@ -0,0 +1,71 @@ + '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', +); \ No newline at end of file diff --git a/library/WsScore/Entreprise/v0.4/Entreprise.ini b/library/WsScore/Entreprise/v0.4/Entreprise.ini deleted file mode 100644 index e0591968..00000000 --- a/library/WsScore/Entreprise/v0.4/Entreprise.ini +++ /dev/null @@ -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" \ No newline at end of file diff --git a/library/WsScore/Entreprise/v0.5/Config.php b/library/WsScore/Entreprise/v0.5/Config.php new file mode 100644 index 00000000..84654265 --- /dev/null +++ b/library/WsScore/Entreprise/v0.5/Config.php @@ -0,0 +1,74 @@ + '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', +); \ No newline at end of file diff --git a/library/WsScore/Entreprise/v0.5/Entreprise.ini b/library/WsScore/Entreprise/v0.5/Entreprise.ini deleted file mode 100644 index a8523659..00000000 --- a/library/WsScore/Entreprise/v0.5/Entreprise.ini +++ /dev/null @@ -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" \ No newline at end of file diff --git a/library/WsScore/Entreprise/v0.6/Config.php b/library/WsScore/Entreprise/v0.6/Config.php new file mode 100644 index 00000000..e469fb66 --- /dev/null +++ b/library/WsScore/Entreprise/v0.6/Config.php @@ -0,0 +1,75 @@ + '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', +); \ No newline at end of file diff --git a/library/WsScore/Entreprise/v0.6/Entreprise.ini b/library/WsScore/Entreprise/v0.6/Entreprise.ini deleted file mode 100644 index 6b4afd21..00000000 --- a/library/WsScore/Entreprise/v0.6/Entreprise.ini +++ /dev/null @@ -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" \ No newline at end of file diff --git a/library/WsScore/Entreprise/v0.7/Config.php b/library/WsScore/Entreprise/v0.7/Config.php new file mode 100644 index 00000000..e469fb66 --- /dev/null +++ b/library/WsScore/Entreprise/v0.7/Config.php @@ -0,0 +1,75 @@ + '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', +); \ No newline at end of file diff --git a/library/WsScore/Entreprise/v0.7/Entreprise.ini b/library/WsScore/Entreprise/v0.7/Entreprise.ini deleted file mode 100644 index d93dc67d..00000000 --- a/library/WsScore/Entreprise/v0.7/Entreprise.ini +++ /dev/null @@ -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" \ No newline at end of file diff --git a/library/WsScore/Entreprise/v0.8/Config.php b/library/WsScore/Entreprise/v0.8/Config.php new file mode 100644 index 00000000..2c4cd412 --- /dev/null +++ b/library/WsScore/Entreprise/v0.8/Config.php @@ -0,0 +1,80 @@ + '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', +); \ No newline at end of file diff --git a/library/WsScore/Entreprise/v0.8/Entreprise.ini b/library/WsScore/Entreprise/v0.8/Entreprise.ini deleted file mode 100644 index 1b951d13..00000000 --- a/library/WsScore/Entreprise/v0.8/Entreprise.ini +++ /dev/null @@ -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" \ No newline at end of file diff --git a/library/WsScore/Gestion/v0.1/Config.php b/library/WsScore/Gestion/v0.1/Config.php new file mode 100644 index 00000000..b7cee844 --- /dev/null +++ b/library/WsScore/Gestion/v0.1/Config.php @@ -0,0 +1,24 @@ + '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', +); \ No newline at end of file diff --git a/library/WsScore/Gestion/v0.1/Gestion.ini b/library/WsScore/Gestion/v0.1/Gestion.ini deleted file mode 100644 index 1684a6f9..00000000 --- a/library/WsScore/Gestion/v0.1/Gestion.ini +++ /dev/null @@ -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" \ No newline at end of file diff --git a/library/WsScore/Gestion/v0.2/Config.php b/library/WsScore/Gestion/v0.2/Config.php new file mode 100644 index 00000000..bea25041 --- /dev/null +++ b/library/WsScore/Gestion/v0.2/Config.php @@ -0,0 +1,23 @@ + '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', +); \ No newline at end of file diff --git a/library/WsScore/Gestion/v0.2/Gestion.ini b/library/WsScore/Gestion/v0.2/Gestion.ini deleted file mode 100644 index c8c24f9c..00000000 --- a/library/WsScore/Gestion/v0.2/Gestion.ini +++ /dev/null @@ -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" \ No newline at end of file diff --git a/library/WsScore/Gestion/v0.3/Config.php b/library/WsScore/Gestion/v0.3/Config.php new file mode 100644 index 00000000..355cb5e5 --- /dev/null +++ b/library/WsScore/Gestion/v0.3/Config.php @@ -0,0 +1,27 @@ + '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', +); \ No newline at end of file diff --git a/library/WsScore/Gestion/v0.3/Gestion.ini b/library/WsScore/Gestion/v0.3/Gestion.ini deleted file mode 100644 index 4d0ec4c5..00000000 --- a/library/WsScore/Gestion/v0.3/Gestion.ini +++ /dev/null @@ -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" \ No newline at end of file diff --git a/library/WsScore/Interne/v0.2/Config.php b/library/WsScore/Interne/v0.2/Config.php new file mode 100644 index 00000000..6de6b15e --- /dev/null +++ b/library/WsScore/Interne/v0.2/Config.php @@ -0,0 +1,107 @@ + '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', +); \ No newline at end of file diff --git a/library/WsScore/Interne/v0.2/Interne.ini b/library/WsScore/Interne/v0.2/Interne.ini deleted file mode 100644 index 3d0435f2..00000000 --- a/library/WsScore/Interne/v0.2/Interne.ini +++ /dev/null @@ -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" \ No newline at end of file diff --git a/library/WsScore/Interne/v0.3/Config.php b/library/WsScore/Interne/v0.3/Config.php new file mode 100644 index 00000000..49a6a6a7 --- /dev/null +++ b/library/WsScore/Interne/v0.3/Config.php @@ -0,0 +1,91 @@ + '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', +); \ No newline at end of file diff --git a/library/WsScore/Interne/v0.3/Interne.ini b/library/WsScore/Interne/v0.3/Interne.ini deleted file mode 100644 index d6a969b6..00000000 --- a/library/WsScore/Interne/v0.3/Interne.ini +++ /dev/null @@ -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" \ No newline at end of file diff --git a/library/WsScore/Interne/v0.4/Config.php b/library/WsScore/Interne/v0.4/Config.php new file mode 100644 index 00000000..0d070158 --- /dev/null +++ b/library/WsScore/Interne/v0.4/Config.php @@ -0,0 +1,93 @@ + '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', +); \ No newline at end of file diff --git a/library/WsScore/Interne/v0.4/Interne.ini b/library/WsScore/Interne/v0.4/Interne.ini deleted file mode 100644 index 0a49ecbd..00000000 --- a/library/WsScore/Interne/v0.4/Interne.ini +++ /dev/null @@ -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" \ No newline at end of file diff --git a/library/WsScore/Interne/v0.5/Config.php b/library/WsScore/Interne/v0.5/Config.php new file mode 100644 index 00000000..90af7e16 --- /dev/null +++ b/library/WsScore/Interne/v0.5/Config.php @@ -0,0 +1,69 @@ + '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', +); \ No newline at end of file diff --git a/library/WsScore/Interne/v0.5/Interne.ini b/library/WsScore/Interne/v0.5/Interne.ini deleted file mode 100644 index 51756d3e..00000000 --- a/library/WsScore/Interne/v0.5/Interne.ini +++ /dev/null @@ -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" \ No newline at end of file diff --git a/library/WsScore/Interne/v0.6/Config.php b/library/WsScore/Interne/v0.6/Config.php new file mode 100644 index 00000000..90af7e16 --- /dev/null +++ b/library/WsScore/Interne/v0.6/Config.php @@ -0,0 +1,69 @@ + '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', +); \ No newline at end of file diff --git a/library/WsScore/Interne/v0.6/Interne.ini b/library/WsScore/Interne/v0.6/Interne.ini deleted file mode 100644 index 51756d3e..00000000 --- a/library/WsScore/Interne/v0.6/Interne.ini +++ /dev/null @@ -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" \ No newline at end of file diff --git a/library/WsScore/Pieces/v0.1/Config.php b/library/WsScore/Pieces/v0.1/Config.php new file mode 100644 index 00000000..ef3a0dd4 --- /dev/null +++ b/library/WsScore/Pieces/v0.1/Config.php @@ -0,0 +1,7 @@ + 'Bilans', + 'Bilan' => 'Bilan', + 'Actes' => 'Actes', + 'Acte' => 'Acte', +); \ No newline at end of file diff --git a/library/WsScore/Pieces/v0.1/Pieces.ini b/library/WsScore/Pieces/v0.1/Pieces.ini deleted file mode 100644 index f805c2d9..00000000 --- a/library/WsScore/Pieces/v0.1/Pieces.ini +++ /dev/null @@ -1,4 +0,0 @@ -Type[] = "Bilans" -Type[] = "Bilan" -Type[] = "Actes" -Type[] = "Acte" diff --git a/library/WsScore/Saisie/v0.1/Config.php b/library/WsScore/Saisie/v0.1/Config.php new file mode 100644 index 00000000..70128a0e --- /dev/null +++ b/library/WsScore/Saisie/v0.1/Config.php @@ -0,0 +1,22 @@ + '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', +); \ No newline at end of file diff --git a/library/WsScore/Saisie/v0.1/Saisie.ini b/library/WsScore/Saisie/v0.1/Saisie.ini deleted file mode 100644 index 457f9082..00000000 --- a/library/WsScore/Saisie/v0.1/Saisie.ini +++ /dev/null @@ -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" diff --git a/library/WsScore/Saisie/v0.2/Config.php b/library/WsScore/Saisie/v0.2/Config.php new file mode 100644 index 00000000..ae1cdce3 --- /dev/null +++ b/library/WsScore/Saisie/v0.2/Config.php @@ -0,0 +1,23 @@ + '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', +); \ No newline at end of file diff --git a/library/WsScore/Saisie/v0.2/Saisie.ini b/library/WsScore/Saisie/v0.2/Saisie.ini deleted file mode 100644 index 4b53a258..00000000 --- a/library/WsScore/Saisie/v0.2/Saisie.ini +++ /dev/null @@ -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" \ No newline at end of file