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/wsDmBGestion.wsdl
Normal file
65
resources/ednotif-ws/wsDmBGestion.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="DmBGestion" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" name="wsDmBGestion" targetNamespace="DmBGestion">
|
||||
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
||||
<types>
|
||||
<xsd:schema>
|
||||
<xsd:import schemaLocation="DmBGestion.xsd" namespace="http://www.idele.fr/XML/Schema/"/>
|
||||
</xsd:schema>
|
||||
</types>
|
||||
<message name="dmBGestionCreateListeICAIn">
|
||||
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
||||
<part name="parameters" element="import0:DmBGestionCreateListeICARequest"/>
|
||||
</message>
|
||||
<message name="dmBGestionCreateListeICAOut">
|
||||
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
||||
<part name="parameters" element="import0:DmBGestionCreateListeICAResponse"/>
|
||||
</message>
|
||||
<message name="dmBGestionCreateDroitAccesListeAnimalActeurIn">
|
||||
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
||||
<part name="parameters" element="import0:DmBGestionCreateDroitAccesListeAnimalActeurRequest"/>
|
||||
</message>
|
||||
<message name="dmBGestionCreateDroitAccesListeAnimalActeurOut">
|
||||
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
||||
<part name="parameters" element="import0:DmBGestionCreateDroitAccesListeAnimalActeurResponse"/>
|
||||
</message>
|
||||
<portType name="wsDmBGestionInterface">
|
||||
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
||||
<operation name="DmBGestionCreateListeICA">
|
||||
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
||||
<input message="tns:dmBGestionCreateListeICAIn"/>
|
||||
<output message="tns:dmBGestionCreateListeICAOut"/>
|
||||
</operation>
|
||||
<operation name="DmBGestionCreateDroitAccesListeAnimalActeur">
|
||||
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
||||
<input message="tns:dmBGestionCreateDroitAccesListeAnimalActeurIn"/>
|
||||
<output message="tns:dmBGestionCreateDroitAccesListeAnimalActeurOut"/>
|
||||
</operation>
|
||||
</portType>
|
||||
<binding name="BasicHttpBinding_wsDmBGestionInterface" type="tns:wsDmBGestionInterface">
|
||||
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
|
||||
<operation name="DmBGestionCreateListeICA">
|
||||
<soap:operation soapAction="DmBGestion:dmBGestionCreateListeICAIn" style="document"/>
|
||||
<input>
|
||||
<soap:body use="literal"/>
|
||||
</input>
|
||||
<output>
|
||||
<soap:body use="literal"/>
|
||||
</output>
|
||||
</operation>
|
||||
<operation name="DmBGestionCreateDroitAccesListeAnimalActeur">
|
||||
<soap:operation soapAction="DmBGestion:dmBGestionCreateDroitAccesListeAnimalActeurIn" style="document"/>
|
||||
<input>
|
||||
<soap:body use="literal"/>
|
||||
</input>
|
||||
<output>
|
||||
<soap:body use="literal"/>
|
||||
</output>
|
||||
</operation>
|
||||
</binding>
|
||||
<service name="wsDmBGestionPort">
|
||||
<port name="wsDmBGestionPort" binding="tns:BasicHttpBinding_wsDmBGestionInterface">
|
||||
<soap:address location="http://localhost/wsDmBGestion"/>
|
||||
</port>
|
||||
</service>
|
||||
</definitions>
|
||||
Reference in New Issue
Block a user