feat : embarquer les WSDL/XSD EDNOTIF dans le bundle
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>
This commit is contained in:
65
resources/ednotif-ws/wsDmBTransport.wsdl
Normal file
65
resources/ednotif-ws/wsDmBTransport.wsdl
Normal file
@@ -0,0 +1,65 @@
|
||||
<!--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>
|
||||
Reference in New Issue
Block a user