Files
ednotif-bundle/resources/ednotif-ws/wsMdEdel-ME-V5-2-0.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

63 lines
3.2 KiB
XML

<definitions xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="Md" xmlns:import0="http://www.idele.fr/XML/Schema" name="wsMd" targetNamespace="Md" xmlns="http://schemas.xmlsoap.org/wsdl/">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" />
<types>
<xsd:schema>
<xsd:import schemaLocation="MdEdel-ME-V5-2-0.xsd" namespace="http://www.idele.fr/XML/Schema" />
</xsd:schema>
</types>
<message name="MdGetDonneesConsentementIn">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" />
<part name="parameters" element="import0:MdGetDonneesConsentementRequest" />
</message>
<message name="MdGetDonneesConsentementOut">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" />
<part name="parameters" element="import0:MdGetDonneesConsentementResponse" />
</message>
<message name="MdCreateDonneesConsentementIn">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" />
<part name="parameters" element="import0:MdCreateDonneesConsentementRequest" />
</message>
<message name="MdCreateDonneesConsentementOut">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" />
<part name="parameters" element="import0:MdCreateDonneesConsentementResponse" />
</message>
<portType name="wsMdInterface">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" />
<operation name="MdGetDonneesConsentement">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" />
<input message="tns:MdGetDonneesConsentementIn" />
<output message="tns:MdGetDonneesConsentementOut" />
</operation>
<operation name="MdCreateDonneesConsentement">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" />
<input message="tns:MdCreateDonneesConsentementIn" />
<output message="tns:MdCreateDonneesConsentementOut" />
</operation>
</portType>
<binding name="BasicHttpBinding_wsMdInterface" type="tns:wsMdInterface">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<operation name="MdGetDonneesConsentement">
<soap:operation soapAction="Md:MdGetDonneesConsentementIn" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
<operation name="MdCreateDonneesConsentement">
<soap:operation soapAction="Md:MdCreateDonneesConsentementIn" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
</binding>
<service name="wsMdPort">
<port name="wsMdPort" binding="tns:BasicHttpBinding_wsMdInterface">
<soap:address location="http://localhost/wsMd" />
</port>
</service>
</definitions>