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

43 lines
2.1 KiB
XML

<!--WSDL generated by thinktecture WSCF; version 1.0.13.0-->
<!--Wednesday, 15-05-2013 - 05:09 PM-->
<definitions xmlns:tns="Ip" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:import0="http://www.idele.fr/XML/Schema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="wsIpEdel" targetNamespace="Ip" xmlns="http://schemas.xmlsoap.org/wsdl/">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" />
<types>
<xsd:schema>
<xsd:import schemaLocation="wsIpEdel.xsd" namespace="http://www.idele.fr/XML/Schema" />
</xsd:schema>
</types>
<message name="ipGetDonneesExploitationIn">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" />
<part name="parameters" element="import0:IpGetDonneesExploitationRequest" />
</message>
<message name="ipGetDonneesExploitationOut">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" />
<part name="parameters" element="import0:IpGetDonneesExploitationResponse" />
</message>
<portType name="wsIpEdelInterface">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" />
<operation name="IpGetDonneesExploitation">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" />
<input message="tns:ipGetDonneesExploitationIn" />
<output message="tns:ipGetDonneesExploitationOut" />
</operation>
</portType>
<binding name="BasicHttpBinding_wsIpEdelInterface" type="tns:wsIpEdelInterface">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<operation name="IpGetDonneesExploitation">
<soap:operation soapAction="Ip:ipGetDonneesExploitationIn" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
</binding>
<service name="wsIpEdelPort">
<port name="wsIpEdelPort" binding="tns:BasicHttpBinding_wsIpEdelInterface">
<soap:address location="http://localhost/wsIpEdel" />
</port>
</service>
</definitions>