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:
43
resources/ednotif-ws/wsIpEdel.wsdl
Normal file
43
resources/ednotif-ws/wsIpEdel.wsdl
Normal file
@@ -0,0 +1,43 @@
|
||||
<!--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>
|
||||
Reference in New Issue
Block a user