Files
ednotif-bundle/resources/ednotif-ws/WsGuichet.wsdl
tristan 16798d9abb
All checks were successful
Auto Tag Develop / tag (push) Successful in 5s
Build Release Artefact / build (push) Successful in 3m4s
feat : embarquer les WSDL/XSD EDNOTIF dans le bundle (#1)
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>
2026-04-16 07:24:19 +00:00

40 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://www.fiea.org/tk/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:types="http://www.fiea.org/types/" xmlns:tns="http://www.fiea.org/tk/">
<wsdl:types>
<xsd:schema>
<xsd:import namespace="http://www.fiea.org/types/" schemaLocation="fiea_types.xsd" />
<xsd:import namespace="http://www.fiea.org/tk/" schemaLocation="tk_types.xsd" />
</xsd:schema>
</wsdl:types>
<wsdl:message name="tkCreateIdentificationRequest">
<wsdl:part element="tns:tkCreateIdentificationRequest" name="parameters" />
</wsdl:message>
<wsdl:message name="tkCreateIdentificationResponse">
<wsdl:part element="tns:tkCreateIdentificationResponse" name="parameters" />
</wsdl:message>
<wsdl:portType name="WsGuichet">
<wsdl:operation name="tkCreateIdentification">
<wsdl:input message="tns:tkCreateIdentificationRequest" />
<wsdl:output message="tns:tkCreateIdentificationResponse" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="WsGuichetBSOAP" type="tns:WsGuichet">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="tkCreateIdentification">
<soap:operation soapAction="http://localhost:8080/WsGuichet/tkCreateIdentificationRequest" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="WsGuichet">
<wsdl:port binding="tns:WsGuichetBSOAP" name="WsGuichetBSOAP">
<soap:address location="http://localhost:8080/" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>