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>
66 lines
3.1 KiB
XML
66 lines
3.1 KiB
XML
<!--WSDL generated by thinktecture WSCF; version 1.0.13.0-->
|
|
<!-- version 1.02 modifiée du 11/02/2015 -->
|
|
<definitions xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:import0="http://www.idele.fr/XML/Schema/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="DmBTransport" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" name="wsDmBTransport" targetNamespace="DmBTransport">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<types>
|
|
<xsd:schema>
|
|
<xsd:import schemaLocation="DmBTransport.xsd" namespace="http://www.idele.fr/XML/Schema/"/>
|
|
</xsd:schema>
|
|
</types>
|
|
<message name="dmBTransportCreateChargementIn">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<part name="parameters" element="import0:DmBTransportCreateChargementRequest"/>
|
|
</message>
|
|
<message name="dmBTransportCreateChargementOut">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<part name="parameters" element="import0:DmBTransportCreateChargementResponse"/>
|
|
</message>
|
|
<message name="dmBTransportCreateDechargementIn">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<part name="parameters" element="import0:DmBTransportCreateDechargementRequest"/>
|
|
</message>
|
|
<message name="dmBTransportCreateDechargementOut">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<part name="parameters" element="import0:DmBTransportCreateDechargementResponse"/>
|
|
</message>
|
|
<portType name="wsDmBTransportInterface">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<operation name="DmBTransportCreateChargement">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<input message="tns:dmBTransportCreateChargementIn"/>
|
|
<output message="tns:dmBTransportCreateChargementOut"/>
|
|
</operation>
|
|
<operation name="DmBTransportCreateDechargement">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<input message="tns:dmBTransportCreateDechargementIn"/>
|
|
<output message="tns:dmBTransportCreateDechargementOut"/>
|
|
</operation>
|
|
</portType>
|
|
<binding name="BasicHttpBinding_wsDmBTransportInterface" type="tns:wsDmBTransportInterface">
|
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
<operation name="DmBTransportCreateChargement">
|
|
<soap:operation soapAction="DmBTransport:dmBTransportCreateChargementIn" style="document"/>
|
|
<input>
|
|
<soap:body use="literal"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="literal"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="DmBTransportCreateDechargement">
|
|
<soap:operation soapAction="DmBTransport:dmBTransportCreateDechargementIn" style="document"/>
|
|
<input>
|
|
<soap:body use="literal"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="literal"/>
|
|
</output>
|
|
</operation>
|
|
</binding>
|
|
<service name="wsDmBTransportPort">
|
|
<port name="wsDmBTransportPort" binding="tns:BasicHttpBinding_wsDmBTransportInterface">
|
|
<soap:address location="http://localhost/wsDmBTransport"/>
|
|
</port>
|
|
</service>
|
|
</definitions>
|