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:
39
resources/ednotif-ws/WsGuichet.wsdl
Normal file
39
resources/ednotif-ws/WsGuichet.wsdl
Normal file
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<wsdl:definitions targetNamespace="http://www.fiea.org/tk/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:types="http://www.fiea.org/types/" xmlns:tns="http://www.fiea.org/tk/">
|
||||
<wsdl:types>
|
||||
<xsd:schema>
|
||||
<xsd:import namespace="http://www.fiea.org/types/" schemaLocation="fiea_types.xsd" />
|
||||
<xsd:import namespace="http://www.fiea.org/tk/" schemaLocation="tk_types.xsd" />
|
||||
</xsd:schema>
|
||||
</wsdl:types>
|
||||
<wsdl:message name="tkCreateIdentificationRequest">
|
||||
<wsdl:part element="tns:tkCreateIdentificationRequest" name="parameters" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="tkCreateIdentificationResponse">
|
||||
<wsdl:part element="tns:tkCreateIdentificationResponse" name="parameters" />
|
||||
</wsdl:message>
|
||||
<wsdl:portType name="WsGuichet">
|
||||
<wsdl:operation name="tkCreateIdentification">
|
||||
<wsdl:input message="tns:tkCreateIdentificationRequest" />
|
||||
<wsdl:output message="tns:tkCreateIdentificationResponse" />
|
||||
</wsdl:operation>
|
||||
</wsdl:portType>
|
||||
<wsdl:binding name="WsGuichetBSOAP" type="tns:WsGuichet">
|
||||
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
|
||||
<wsdl:operation name="tkCreateIdentification">
|
||||
<soap:operation soapAction="http://localhost:8080/WsGuichet/tkCreateIdentificationRequest" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
</wsdl:binding>
|
||||
<wsdl:service name="WsGuichet">
|
||||
<wsdl:port binding="tns:WsGuichetBSOAP" name="WsGuichetBSOAP">
|
||||
<soap:address location="http://localhost:8080/" />
|
||||
</wsdl:port>
|
||||
</wsdl:service>
|
||||
</wsdl:definitions>
|
||||
Reference in New Issue
Block a user