feat : embarquer les WSDL/XSD EDNOTIF dans le bundle (#1)
All checks were successful
Auto Tag Develop / tag (push) Successful in 5s
Build Release Artefact / build (push) Successful in 3m4s

Les schémas sont figés depuis 2013 : on les versionne dans resources/ednotif-ws
pour supprimer la dépendance réseau au boot et dispenser le consommateur de
renseigner guichet_wsdl / metier_wsdl (defaults résolus dans Configuration).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
|                  |                 |

## Description de la PR

## Modification du .env

## Check list

- [ ] Pas de régression
- [ ] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [ ] CHANGELOG modifié

Reviewed-on: #1
Co-authored-by: tristan <tristan@yuno.malio.fr>
Co-committed-by: tristan <tristan@yuno.malio.fr>
This commit was merged in pull request #1.
This commit is contained in:
2026-04-16 07:24:19 +00:00
committed by Autin
parent 92c058213b
commit 16798d9abb
181 changed files with 64270 additions and 2 deletions

View File

@@ -19,8 +19,14 @@ final class Configuration implements ConfigurationInterface
$root = $treeBuilder->getRootNode();
$root
->children()
->scalarNode('guichet_wsdl')->cannotBeEmpty()->isRequired()->end()
->scalarNode('metier_wsdl')->cannotBeEmpty()->isRequired()->end()
->scalarNode('guichet_wsdl')
->cannotBeEmpty()
->defaultValue(dirname(__DIR__, 2).'/resources/ednotif-ws/WsGuichet.wsdl')
->end()
->scalarNode('metier_wsdl')
->cannotBeEmpty()
->defaultValue(dirname(__DIR__, 2).'/resources/ednotif-ws/wsIpBNotif.wsdl')
->end()
->scalarNode('exploitation_code')->cannotBeEmpty()->isRequired()->end()
->scalarNode('zone')->defaultNull()->end()