Files
ednotif-bundle/resources/ednotif-ws/WsAnnuaire.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

97 lines
4.0 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="tkGetServicesRequest">
<wsdl:part element="tns:tkGetServicesRequest" name="parameters" />
</wsdl:message>
<wsdl:message name="tkGetServicesResponse">
<wsdl:part element="tns:tkGetServicesResponse" name="parameters" />
</wsdl:message>
<wsdl:message name="tkGetOperationsServiceVersionRequest">
<wsdl:part element="tns:tkGetOperationsServiceVersionRequest" name="parameters" />
</wsdl:message>
<wsdl:message name="tkGetOperationsServiceVersionResponse">
<wsdl:part element="tns:tkGetOperationsServiceVersionResponse" name="parameters" />
</wsdl:message>
<wsdl:message name="tkGetVersionsServiceRequest">
<wsdl:part element="tns:tkGetVersionsServiceRequest" name="parameters" />
</wsdl:message>
<wsdl:message name="tkGetVersionsServiceResponse">
<wsdl:part element="tns:tkGetVersionsServiceResponse" name="parameters" />
</wsdl:message>
<wsdl:message name="tkGetUrlRequest">
<wsdl:part element="tns:tkGetUrlRequest" name="parameters" />
</wsdl:message>
<wsdl:message name="tkGetUrlResponse">
<wsdl:part element="tns:tkGetUrlResponse" name="parameters" />
</wsdl:message>
<wsdl:portType name="WsAnnuaire">
<wsdl:operation name="tkGetServices">
<wsdl:input message="tns:tkGetServicesRequest" />
<wsdl:output message="tns:tkGetServicesResponse" />
</wsdl:operation>
<wsdl:operation name="tkGetOperationsServiceVersion">
<wsdl:input message="tns:tkGetOperationsServiceVersionRequest" />
<wsdl:output message="tns:tkGetOperationsServiceVersionResponse" />
</wsdl:operation>
<wsdl:operation name="tkGetVersionsService">
<wsdl:input message="tns:tkGetVersionsServiceRequest" />
<wsdl:output message="tns:tkGetVersionsServiceResponse" />
</wsdl:operation>
<wsdl:operation name="tkGetUrl">
<wsdl:input message="tns:tkGetUrlRequest" />
<wsdl:output message="tns:tkGetUrlResponse" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="WsAnnuaireBSOAP" type="tns:WsAnnuaire">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="tkGetServices">
<soap:operation soapAction="http://localhost:8080/WsAnnuaire/tkGetServices" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="tkGetOperationsServiceVersion">
<soap:operation soapAction="http://localhost:8080/WsAnnuaire/tkGetOperationsServiceVersion" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="tkGetVersionsService">
<soap:operation soapAction="http://localhost:8080/WsAnnuaire/tkGetVersionsService" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="tkGetUrl">
<soap:operation soapAction="http://localhost:8080/WsAnnuaire/tkGetUrl" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="WsAnnuaire">
<wsdl:port binding="tns:WsAnnuaireBSOAP" name="WsAnnuaireBSOAP">
<soap:address location="http://localhost:8080/" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>