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>
133 lines
5.3 KiB
XML
133 lines
5.3 KiB
XML
<!--WSDL generated by thinktecture WSCF; version 1.0.13.0-->
|
|
<!--Monday, 31-03-2014 - 02:03 PM-->
|
|
<!--Version ICAR/ADE 1.7-->
|
|
<definitions xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:import0="ADEType:1" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="MrAde" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" name="wsMrAde" targetNamespace="MrAde">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<types>
|
|
<xsd:schema>
|
|
<xsd:import schemaLocation="ADE_v1.xsd" namespace="ADEType:1"/>
|
|
</xsd:schema>
|
|
</types>
|
|
<message name="getHerdListIn">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<part name="parameters" element="import0:GetHerdListRequest"/>
|
|
</message>
|
|
<message name="getHerdListOut">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<part name="parameters" element="import0:GetHerdListResponse"/>
|
|
</message>
|
|
<message name="updateAnimalIn">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<part name="parameters" element="import0:UpdateAnimalRequest"/>
|
|
</message>
|
|
<message name="updateAnimalOut">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<part name="parameters" element="import0:UpdateAnimalResponse"/>
|
|
</message>
|
|
<message name="updateDeviceIn">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<part name="parameters" element="import0:UpdateDeviceRequest"/>
|
|
</message>
|
|
<message name="updateDeviceOut">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<part name="parameters" element="import0:UpdateDeviceResponse"/>
|
|
</message>
|
|
<message name="updateLivestockLocationIn">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<part name="parameters" element="import0:UpdateLivestockLocationRequest"/>
|
|
</message>
|
|
<message name="updateLivestockLocationOut">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<part name="parameters" element="import0:UpdateLivestockLocationResponse"/>
|
|
</message>
|
|
<message name="updateMilkingResultsIn">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<part name="parameters" element="import0:UpdateMilkingResultsRequest"/>
|
|
</message>
|
|
<message name="updateMilkingResultsOut">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<part name="parameters" element="import0:UpdateMilkingResultsResponse"/>
|
|
</message>
|
|
<portType name="wsMrAdeInterface">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<operation name="GetHerdList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<input message="tns:getHerdListIn"/>
|
|
<output message="tns:getHerdListOut"/>
|
|
</operation>
|
|
<operation name="UpdateAnimal">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<input message="tns:updateAnimalIn"/>
|
|
<output message="tns:updateAnimalOut"/>
|
|
</operation>
|
|
<operation name="UpdateDevice">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<input message="tns:updateDeviceIn"/>
|
|
<output message="tns:updateDeviceOut"/>
|
|
</operation>
|
|
<operation name="UpdateLivestockLocation">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<input message="tns:updateLivestockLocationIn"/>
|
|
<output message="tns:updateLivestockLocationOut"/>
|
|
</operation>
|
|
<operation name="UpdateMilkingResults">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<input message="tns:updateMilkingResultsIn"/>
|
|
<output message="tns:updateMilkingResultsOut"/>
|
|
</operation>
|
|
</portType>
|
|
<binding name="BasicHttpBinding_wsMrAdeInterface" type="tns:wsMrAdeInterface">
|
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
<operation name="GetHerdList">
|
|
<soap:operation soapAction="MrAde:getHerdListIn" style="document"/>
|
|
<input>
|
|
<soap:body use="literal"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="literal"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="UpdateAnimal">
|
|
<soap:operation soapAction="MrAde:updateAnimalIn" style="document"/>
|
|
<input>
|
|
<soap:body use="literal"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="literal"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="UpdateDevice">
|
|
<soap:operation soapAction="MrAde:updateDeviceIn" style="document"/>
|
|
<input>
|
|
<soap:body use="literal"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="literal"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="UpdateLivestockLocation">
|
|
<soap:operation soapAction="MrAde:updateLivestockLocationIn" style="document"/>
|
|
<input>
|
|
<soap:body use="literal"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="literal"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="UpdateMilkingResults">
|
|
<soap:operation soapAction="MrAde:updateMilkingResultsIn" style="document"/>
|
|
<input>
|
|
<soap:body use="literal"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="literal"/>
|
|
</output>
|
|
</operation>
|
|
</binding>
|
|
<service name="wsMrAdePort">
|
|
<port name="wsMrAdePort" binding="tns:BasicHttpBinding_wsMrAdeInterface">
|
|
<soap:address location="http://secoiatest.arsoe-nordest.com/wsTestPlatformAde/wsMrAde.svc"/>
|
|
</port>
|
|
</service>
|
|
</definitions>
|