| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609 |
- <?xml version="1.0" encoding="utf-8"?>
- <wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s1="http://microsoft.com/wsdl/types/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
- <wsdl:types>
- <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
- <s:import namespace="http://microsoft.com/wsdl/types/" />
- <s:element name="GetById">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="Key" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetByIdResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetByIdResult" type="tns:Agent" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="Agent">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="Id" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Login" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Nom" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Prenom" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Mail" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Telephone" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="Expiration" nillable="true" type="s:dateTime" />
- <s:element minOccurs="1" maxOccurs="1" name="TypeIndividu" type="tns:AgentType" />
- <s:element minOccurs="0" maxOccurs="1" name="Organisation" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="GUID" nillable="true" type="s1:guid" />
- <s:element minOccurs="0" maxOccurs="1" name="SID" type="s:base64Binary" />
- <s:element minOccurs="0" maxOccurs="1" name="SIDasText" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Chemin" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="Actif" nillable="true" type="s:boolean" />
- <s:element minOccurs="1" maxOccurs="1" name="Disparition" nillable="true" type="s:dateTime" />
- <s:element minOccurs="0" maxOccurs="1" name="EmployeeID" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:simpleType name="AgentType">
- <s:restriction base="s:string">
- <s:enumeration value="Agent" />
- <s:enumeration value="PartenaireProche" />
- <s:enumeration value="Externe" />
- </s:restriction>
- </s:simpleType>
- <s:element name="GetByIds">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="Keys" type="tns:ArrayOfString" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfString">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:element name="GetByIdsResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetByIdsResult" type="tns:ArrayOfAgent" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfAgent">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="Agent" nillable="true" type="tns:Agent" />
- </s:sequence>
- </s:complexType>
- <s:element name="GetBy">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="FilterExpression" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetByResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetByResult" type="tns:Agent" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetAll">
- <s:complexType />
- </s:element>
- <s:element name="GetAllResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetAllResult" type="tns:ArrayOfAgent" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetAllSorted">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="SortField" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="SortAscendant" type="s:boolean" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetAllSortedResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetAllSortedResult" type="tns:ArrayOfAgent" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetManyBy">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="FilterExpression" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetManyByResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetManyByResult" type="tns:ArrayOfAgent" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetManyBySorted">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="FilterExpression" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="SortField" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="SortAscendant" type="s:boolean" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetManyBySortedResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetManyBySortedResult" type="tns:ArrayOfAgent" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="Agent" nillable="true" type="tns:Agent" />
- <s:element name="ArrayOfAgent" nillable="true" type="tns:ArrayOfAgent" />
- </s:schema>
- <s:schema elementFormDefault="qualified" targetNamespace="http://microsoft.com/wsdl/types/">
- <s:simpleType name="guid">
- <s:restriction base="s:string">
- <s:pattern value="[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" />
- </s:restriction>
- </s:simpleType>
- </s:schema>
- </wsdl:types>
- <wsdl:message name="GetByIdSoapIn">
- <wsdl:part name="parameters" element="tns:GetById" />
- </wsdl:message>
- <wsdl:message name="GetByIdSoapOut">
- <wsdl:part name="parameters" element="tns:GetByIdResponse" />
- </wsdl:message>
- <wsdl:message name="GetByIdsSoapIn">
- <wsdl:part name="parameters" element="tns:GetByIds" />
- </wsdl:message>
- <wsdl:message name="GetByIdsSoapOut">
- <wsdl:part name="parameters" element="tns:GetByIdsResponse" />
- </wsdl:message>
- <wsdl:message name="GetBySoapIn">
- <wsdl:part name="parameters" element="tns:GetBy" />
- </wsdl:message>
- <wsdl:message name="GetBySoapOut">
- <wsdl:part name="parameters" element="tns:GetByResponse" />
- </wsdl:message>
- <wsdl:message name="GetAllSoapIn">
- <wsdl:part name="parameters" element="tns:GetAll" />
- </wsdl:message>
- <wsdl:message name="GetAllSoapOut">
- <wsdl:part name="parameters" element="tns:GetAllResponse" />
- </wsdl:message>
- <wsdl:message name="GetAllSortedSoapIn">
- <wsdl:part name="parameters" element="tns:GetAllSorted" />
- </wsdl:message>
- <wsdl:message name="GetAllSortedSoapOut">
- <wsdl:part name="parameters" element="tns:GetAllSortedResponse" />
- </wsdl:message>
- <wsdl:message name="GetManyBySoapIn">
- <wsdl:part name="parameters" element="tns:GetManyBy" />
- </wsdl:message>
- <wsdl:message name="GetManyBySoapOut">
- <wsdl:part name="parameters" element="tns:GetManyByResponse" />
- </wsdl:message>
- <wsdl:message name="GetManyBySortedSoapIn">
- <wsdl:part name="parameters" element="tns:GetManyBySorted" />
- </wsdl:message>
- <wsdl:message name="GetManyBySortedSoapOut">
- <wsdl:part name="parameters" element="tns:GetManyBySortedResponse" />
- </wsdl:message>
- <wsdl:message name="GetByIdHttpGetIn">
- <wsdl:part name="Key" type="s:string" />
- </wsdl:message>
- <wsdl:message name="GetByIdHttpGetOut">
- <wsdl:part name="Body" element="tns:Agent" />
- </wsdl:message>
- <wsdl:message name="GetByHttpGetIn">
- <wsdl:part name="FilterExpression" type="s:string" />
- </wsdl:message>
- <wsdl:message name="GetByHttpGetOut">
- <wsdl:part name="Body" element="tns:Agent" />
- </wsdl:message>
- <wsdl:message name="GetAllHttpGetIn" />
- <wsdl:message name="GetAllHttpGetOut">
- <wsdl:part name="Body" element="tns:ArrayOfAgent" />
- </wsdl:message>
- <wsdl:message name="GetAllSortedHttpGetIn">
- <wsdl:part name="SortField" type="s:string" />
- <wsdl:part name="SortAscendant" type="s:string" />
- </wsdl:message>
- <wsdl:message name="GetAllSortedHttpGetOut">
- <wsdl:part name="Body" element="tns:ArrayOfAgent" />
- </wsdl:message>
- <wsdl:message name="GetManyByHttpGetIn">
- <wsdl:part name="FilterExpression" type="s:string" />
- </wsdl:message>
- <wsdl:message name="GetManyByHttpGetOut">
- <wsdl:part name="Body" element="tns:ArrayOfAgent" />
- </wsdl:message>
- <wsdl:message name="GetManyBySortedHttpGetIn">
- <wsdl:part name="FilterExpression" type="s:string" />
- <wsdl:part name="SortField" type="s:string" />
- <wsdl:part name="SortAscendant" type="s:string" />
- </wsdl:message>
- <wsdl:message name="GetManyBySortedHttpGetOut">
- <wsdl:part name="Body" element="tns:ArrayOfAgent" />
- </wsdl:message>
- <wsdl:message name="GetByIdHttpPostIn">
- <wsdl:part name="Key" type="s:string" />
- </wsdl:message>
- <wsdl:message name="GetByIdHttpPostOut">
- <wsdl:part name="Body" element="tns:Agent" />
- </wsdl:message>
- <wsdl:message name="GetByHttpPostIn">
- <wsdl:part name="FilterExpression" type="s:string" />
- </wsdl:message>
- <wsdl:message name="GetByHttpPostOut">
- <wsdl:part name="Body" element="tns:Agent" />
- </wsdl:message>
- <wsdl:message name="GetAllHttpPostIn" />
- <wsdl:message name="GetAllHttpPostOut">
- <wsdl:part name="Body" element="tns:ArrayOfAgent" />
- </wsdl:message>
- <wsdl:message name="GetAllSortedHttpPostIn">
- <wsdl:part name="SortField" type="s:string" />
- <wsdl:part name="SortAscendant" type="s:string" />
- </wsdl:message>
- <wsdl:message name="GetAllSortedHttpPostOut">
- <wsdl:part name="Body" element="tns:ArrayOfAgent" />
- </wsdl:message>
- <wsdl:message name="GetManyByHttpPostIn">
- <wsdl:part name="FilterExpression" type="s:string" />
- </wsdl:message>
- <wsdl:message name="GetManyByHttpPostOut">
- <wsdl:part name="Body" element="tns:ArrayOfAgent" />
- </wsdl:message>
- <wsdl:message name="GetManyBySortedHttpPostIn">
- <wsdl:part name="FilterExpression" type="s:string" />
- <wsdl:part name="SortField" type="s:string" />
- <wsdl:part name="SortAscendant" type="s:string" />
- </wsdl:message>
- <wsdl:message name="GetManyBySortedHttpPostOut">
- <wsdl:part name="Body" element="tns:ArrayOfAgent" />
- </wsdl:message>
- <wsdl:portType name="WsExternesSoap">
- <wsdl:operation name="GetById">
- <wsdl:input message="tns:GetByIdSoapIn" />
- <wsdl:output message="tns:GetByIdSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetByIds">
- <wsdl:input message="tns:GetByIdsSoapIn" />
- <wsdl:output message="tns:GetByIdsSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetBy">
- <wsdl:input message="tns:GetBySoapIn" />
- <wsdl:output message="tns:GetBySoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetAll">
- <wsdl:input message="tns:GetAllSoapIn" />
- <wsdl:output message="tns:GetAllSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetAllSorted">
- <wsdl:input message="tns:GetAllSortedSoapIn" />
- <wsdl:output message="tns:GetAllSortedSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetManyBy">
- <wsdl:input message="tns:GetManyBySoapIn" />
- <wsdl:output message="tns:GetManyBySoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetManyBySorted">
- <wsdl:input message="tns:GetManyBySortedSoapIn" />
- <wsdl:output message="tns:GetManyBySortedSoapOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:portType name="WsExternesHttpGet">
- <wsdl:operation name="GetById">
- <wsdl:input message="tns:GetByIdHttpGetIn" />
- <wsdl:output message="tns:GetByIdHttpGetOut" />
- </wsdl:operation>
- <wsdl:operation name="GetBy">
- <wsdl:input message="tns:GetByHttpGetIn" />
- <wsdl:output message="tns:GetByHttpGetOut" />
- </wsdl:operation>
- <wsdl:operation name="GetAll">
- <wsdl:input message="tns:GetAllHttpGetIn" />
- <wsdl:output message="tns:GetAllHttpGetOut" />
- </wsdl:operation>
- <wsdl:operation name="GetAllSorted">
- <wsdl:input message="tns:GetAllSortedHttpGetIn" />
- <wsdl:output message="tns:GetAllSortedHttpGetOut" />
- </wsdl:operation>
- <wsdl:operation name="GetManyBy">
- <wsdl:input message="tns:GetManyByHttpGetIn" />
- <wsdl:output message="tns:GetManyByHttpGetOut" />
- </wsdl:operation>
- <wsdl:operation name="GetManyBySorted">
- <wsdl:input message="tns:GetManyBySortedHttpGetIn" />
- <wsdl:output message="tns:GetManyBySortedHttpGetOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:portType name="WsExternesHttpPost">
- <wsdl:operation name="GetById">
- <wsdl:input message="tns:GetByIdHttpPostIn" />
- <wsdl:output message="tns:GetByIdHttpPostOut" />
- </wsdl:operation>
- <wsdl:operation name="GetBy">
- <wsdl:input message="tns:GetByHttpPostIn" />
- <wsdl:output message="tns:GetByHttpPostOut" />
- </wsdl:operation>
- <wsdl:operation name="GetAll">
- <wsdl:input message="tns:GetAllHttpPostIn" />
- <wsdl:output message="tns:GetAllHttpPostOut" />
- </wsdl:operation>
- <wsdl:operation name="GetAllSorted">
- <wsdl:input message="tns:GetAllSortedHttpPostIn" />
- <wsdl:output message="tns:GetAllSortedHttpPostOut" />
- </wsdl:operation>
- <wsdl:operation name="GetManyBy">
- <wsdl:input message="tns:GetManyByHttpPostIn" />
- <wsdl:output message="tns:GetManyByHttpPostOut" />
- </wsdl:operation>
- <wsdl:operation name="GetManyBySorted">
- <wsdl:input message="tns:GetManyBySortedHttpPostIn" />
- <wsdl:output message="tns:GetManyBySortedHttpPostOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="WsExternesSoap" type="tns:WsExternesSoap">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="GetById">
- <soap:operation soapAction="http://tempuri.org/GetById" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetByIds">
- <soap:operation soapAction="http://tempuri.org/GetByIds" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetBy">
- <soap:operation soapAction="http://tempuri.org/GetBy" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetAll">
- <soap:operation soapAction="http://tempuri.org/GetAll" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetAllSorted">
- <soap:operation soapAction="http://tempuri.org/GetAllSorted" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetManyBy">
- <soap:operation soapAction="http://tempuri.org/GetManyBy" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetManyBySorted">
- <soap:operation soapAction="http://tempuri.org/GetManyBySorted" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:binding name="WsExternesSoap12" type="tns:WsExternesSoap">
- <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="GetById">
- <soap12:operation soapAction="http://tempuri.org/GetById" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetByIds">
- <soap12:operation soapAction="http://tempuri.org/GetByIds" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetBy">
- <soap12:operation soapAction="http://tempuri.org/GetBy" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetAll">
- <soap12:operation soapAction="http://tempuri.org/GetAll" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetAllSorted">
- <soap12:operation soapAction="http://tempuri.org/GetAllSorted" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetManyBy">
- <soap12:operation soapAction="http://tempuri.org/GetManyBy" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetManyBySorted">
- <soap12:operation soapAction="http://tempuri.org/GetManyBySorted" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:binding name="WsExternesHttpGet" type="tns:WsExternesHttpGet">
- <http:binding verb="GET" />
- <wsdl:operation name="GetById">
- <http:operation location="/GetById" />
- <wsdl:input>
- <http:urlEncoded />
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml part="Body" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetBy">
- <http:operation location="/GetBy" />
- <wsdl:input>
- <http:urlEncoded />
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml part="Body" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetAll">
- <http:operation location="/GetAll" />
- <wsdl:input>
- <http:urlEncoded />
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml part="Body" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetAllSorted">
- <http:operation location="/GetAllSorted" />
- <wsdl:input>
- <http:urlEncoded />
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml part="Body" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetManyBy">
- <http:operation location="/GetManyBy" />
- <wsdl:input>
- <http:urlEncoded />
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml part="Body" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetManyBySorted">
- <http:operation location="/GetManyBySorted" />
- <wsdl:input>
- <http:urlEncoded />
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml part="Body" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:binding name="WsExternesHttpPost" type="tns:WsExternesHttpPost">
- <http:binding verb="POST" />
- <wsdl:operation name="GetById">
- <http:operation location="/GetById" />
- <wsdl:input>
- <mime:content type="application/x-www-form-urlencoded" />
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml part="Body" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetBy">
- <http:operation location="/GetBy" />
- <wsdl:input>
- <mime:content type="application/x-www-form-urlencoded" />
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml part="Body" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetAll">
- <http:operation location="/GetAll" />
- <wsdl:input>
- <mime:content type="application/x-www-form-urlencoded" />
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml part="Body" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetAllSorted">
- <http:operation location="/GetAllSorted" />
- <wsdl:input>
- <mime:content type="application/x-www-form-urlencoded" />
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml part="Body" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetManyBy">
- <http:operation location="/GetManyBy" />
- <wsdl:input>
- <mime:content type="application/x-www-form-urlencoded" />
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml part="Body" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetManyBySorted">
- <http:operation location="/GetManyBySorted" />
- <wsdl:input>
- <mime:content type="application/x-www-form-urlencoded" />
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml part="Body" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="WsExternes">
- <wsdl:port name="WsExternesSoap" binding="tns:WsExternesSoap">
- <soap:address location="http://referentiel.bas-rhin.fr/webservices/WsExternes.asmx" />
- </wsdl:port>
- <wsdl:port name="WsExternesSoap12" binding="tns:WsExternesSoap12">
- <soap12:address location="http://referentiel.bas-rhin.fr/webservices/WsExternes.asmx" />
- </wsdl:port>
- <wsdl:port name="WsExternesHttpGet" binding="tns:WsExternesHttpGet">
- <http:address location="http://referentiel.bas-rhin.fr/webservices/WsExternes.asmx" />
- </wsdl:port>
- <wsdl:port name="WsExternesHttpPost" binding="tns:WsExternesHttpPost">
- <http:address location="http://referentiel.bas-rhin.fr/webservices/WsExternes.asmx" />
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|