WsExternes.wsdl 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <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/">
  3. <wsdl:types>
  4. <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
  5. <s:import namespace="http://microsoft.com/wsdl/types/" />
  6. <s:element name="GetById">
  7. <s:complexType>
  8. <s:sequence>
  9. <s:element minOccurs="0" maxOccurs="1" name="Key" type="s:string" />
  10. </s:sequence>
  11. </s:complexType>
  12. </s:element>
  13. <s:element name="GetByIdResponse">
  14. <s:complexType>
  15. <s:sequence>
  16. <s:element minOccurs="0" maxOccurs="1" name="GetByIdResult" type="tns:Agent" />
  17. </s:sequence>
  18. </s:complexType>
  19. </s:element>
  20. <s:complexType name="Agent">
  21. <s:sequence>
  22. <s:element minOccurs="0" maxOccurs="1" name="Id" type="s:string" />
  23. <s:element minOccurs="0" maxOccurs="1" name="Login" type="s:string" />
  24. <s:element minOccurs="0" maxOccurs="1" name="Nom" type="s:string" />
  25. <s:element minOccurs="0" maxOccurs="1" name="Prenom" type="s:string" />
  26. <s:element minOccurs="0" maxOccurs="1" name="Mail" type="s:string" />
  27. <s:element minOccurs="0" maxOccurs="1" name="Telephone" type="s:string" />
  28. <s:element minOccurs="1" maxOccurs="1" name="Expiration" nillable="true" type="s:dateTime" />
  29. <s:element minOccurs="1" maxOccurs="1" name="TypeIndividu" type="tns:AgentType" />
  30. <s:element minOccurs="0" maxOccurs="1" name="Organisation" type="s:string" />
  31. <s:element minOccurs="1" maxOccurs="1" name="GUID" nillable="true" type="s1:guid" />
  32. <s:element minOccurs="0" maxOccurs="1" name="SID" type="s:base64Binary" />
  33. <s:element minOccurs="0" maxOccurs="1" name="SIDasText" type="s:string" />
  34. <s:element minOccurs="0" maxOccurs="1" name="Chemin" type="s:string" />
  35. <s:element minOccurs="1" maxOccurs="1" name="Actif" nillable="true" type="s:boolean" />
  36. <s:element minOccurs="1" maxOccurs="1" name="Disparition" nillable="true" type="s:dateTime" />
  37. <s:element minOccurs="0" maxOccurs="1" name="EmployeeID" type="s:string" />
  38. </s:sequence>
  39. </s:complexType>
  40. <s:simpleType name="AgentType">
  41. <s:restriction base="s:string">
  42. <s:enumeration value="Agent" />
  43. <s:enumeration value="PartenaireProche" />
  44. <s:enumeration value="Externe" />
  45. </s:restriction>
  46. </s:simpleType>
  47. <s:element name="GetByIds">
  48. <s:complexType>
  49. <s:sequence>
  50. <s:element minOccurs="0" maxOccurs="1" name="Keys" type="tns:ArrayOfString" />
  51. </s:sequence>
  52. </s:complexType>
  53. </s:element>
  54. <s:complexType name="ArrayOfString">
  55. <s:sequence>
  56. <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
  57. </s:sequence>
  58. </s:complexType>
  59. <s:element name="GetByIdsResponse">
  60. <s:complexType>
  61. <s:sequence>
  62. <s:element minOccurs="0" maxOccurs="1" name="GetByIdsResult" type="tns:ArrayOfAgent" />
  63. </s:sequence>
  64. </s:complexType>
  65. </s:element>
  66. <s:complexType name="ArrayOfAgent">
  67. <s:sequence>
  68. <s:element minOccurs="0" maxOccurs="unbounded" name="Agent" nillable="true" type="tns:Agent" />
  69. </s:sequence>
  70. </s:complexType>
  71. <s:element name="GetBy">
  72. <s:complexType>
  73. <s:sequence>
  74. <s:element minOccurs="0" maxOccurs="1" name="FilterExpression" type="s:string" />
  75. </s:sequence>
  76. </s:complexType>
  77. </s:element>
  78. <s:element name="GetByResponse">
  79. <s:complexType>
  80. <s:sequence>
  81. <s:element minOccurs="0" maxOccurs="1" name="GetByResult" type="tns:Agent" />
  82. </s:sequence>
  83. </s:complexType>
  84. </s:element>
  85. <s:element name="GetAll">
  86. <s:complexType />
  87. </s:element>
  88. <s:element name="GetAllResponse">
  89. <s:complexType>
  90. <s:sequence>
  91. <s:element minOccurs="0" maxOccurs="1" name="GetAllResult" type="tns:ArrayOfAgent" />
  92. </s:sequence>
  93. </s:complexType>
  94. </s:element>
  95. <s:element name="GetAllSorted">
  96. <s:complexType>
  97. <s:sequence>
  98. <s:element minOccurs="0" maxOccurs="1" name="SortField" type="s:string" />
  99. <s:element minOccurs="1" maxOccurs="1" name="SortAscendant" type="s:boolean" />
  100. </s:sequence>
  101. </s:complexType>
  102. </s:element>
  103. <s:element name="GetAllSortedResponse">
  104. <s:complexType>
  105. <s:sequence>
  106. <s:element minOccurs="0" maxOccurs="1" name="GetAllSortedResult" type="tns:ArrayOfAgent" />
  107. </s:sequence>
  108. </s:complexType>
  109. </s:element>
  110. <s:element name="GetManyBy">
  111. <s:complexType>
  112. <s:sequence>
  113. <s:element minOccurs="0" maxOccurs="1" name="FilterExpression" type="s:string" />
  114. </s:sequence>
  115. </s:complexType>
  116. </s:element>
  117. <s:element name="GetManyByResponse">
  118. <s:complexType>
  119. <s:sequence>
  120. <s:element minOccurs="0" maxOccurs="1" name="GetManyByResult" type="tns:ArrayOfAgent" />
  121. </s:sequence>
  122. </s:complexType>
  123. </s:element>
  124. <s:element name="GetManyBySorted">
  125. <s:complexType>
  126. <s:sequence>
  127. <s:element minOccurs="0" maxOccurs="1" name="FilterExpression" type="s:string" />
  128. <s:element minOccurs="0" maxOccurs="1" name="SortField" type="s:string" />
  129. <s:element minOccurs="1" maxOccurs="1" name="SortAscendant" type="s:boolean" />
  130. </s:sequence>
  131. </s:complexType>
  132. </s:element>
  133. <s:element name="GetManyBySortedResponse">
  134. <s:complexType>
  135. <s:sequence>
  136. <s:element minOccurs="0" maxOccurs="1" name="GetManyBySortedResult" type="tns:ArrayOfAgent" />
  137. </s:sequence>
  138. </s:complexType>
  139. </s:element>
  140. <s:element name="Agent" nillable="true" type="tns:Agent" />
  141. <s:element name="ArrayOfAgent" nillable="true" type="tns:ArrayOfAgent" />
  142. </s:schema>
  143. <s:schema elementFormDefault="qualified" targetNamespace="http://microsoft.com/wsdl/types/">
  144. <s:simpleType name="guid">
  145. <s:restriction base="s:string">
  146. <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}" />
  147. </s:restriction>
  148. </s:simpleType>
  149. </s:schema>
  150. </wsdl:types>
  151. <wsdl:message name="GetByIdSoapIn">
  152. <wsdl:part name="parameters" element="tns:GetById" />
  153. </wsdl:message>
  154. <wsdl:message name="GetByIdSoapOut">
  155. <wsdl:part name="parameters" element="tns:GetByIdResponse" />
  156. </wsdl:message>
  157. <wsdl:message name="GetByIdsSoapIn">
  158. <wsdl:part name="parameters" element="tns:GetByIds" />
  159. </wsdl:message>
  160. <wsdl:message name="GetByIdsSoapOut">
  161. <wsdl:part name="parameters" element="tns:GetByIdsResponse" />
  162. </wsdl:message>
  163. <wsdl:message name="GetBySoapIn">
  164. <wsdl:part name="parameters" element="tns:GetBy" />
  165. </wsdl:message>
  166. <wsdl:message name="GetBySoapOut">
  167. <wsdl:part name="parameters" element="tns:GetByResponse" />
  168. </wsdl:message>
  169. <wsdl:message name="GetAllSoapIn">
  170. <wsdl:part name="parameters" element="tns:GetAll" />
  171. </wsdl:message>
  172. <wsdl:message name="GetAllSoapOut">
  173. <wsdl:part name="parameters" element="tns:GetAllResponse" />
  174. </wsdl:message>
  175. <wsdl:message name="GetAllSortedSoapIn">
  176. <wsdl:part name="parameters" element="tns:GetAllSorted" />
  177. </wsdl:message>
  178. <wsdl:message name="GetAllSortedSoapOut">
  179. <wsdl:part name="parameters" element="tns:GetAllSortedResponse" />
  180. </wsdl:message>
  181. <wsdl:message name="GetManyBySoapIn">
  182. <wsdl:part name="parameters" element="tns:GetManyBy" />
  183. </wsdl:message>
  184. <wsdl:message name="GetManyBySoapOut">
  185. <wsdl:part name="parameters" element="tns:GetManyByResponse" />
  186. </wsdl:message>
  187. <wsdl:message name="GetManyBySortedSoapIn">
  188. <wsdl:part name="parameters" element="tns:GetManyBySorted" />
  189. </wsdl:message>
  190. <wsdl:message name="GetManyBySortedSoapOut">
  191. <wsdl:part name="parameters" element="tns:GetManyBySortedResponse" />
  192. </wsdl:message>
  193. <wsdl:message name="GetByIdHttpGetIn">
  194. <wsdl:part name="Key" type="s:string" />
  195. </wsdl:message>
  196. <wsdl:message name="GetByIdHttpGetOut">
  197. <wsdl:part name="Body" element="tns:Agent" />
  198. </wsdl:message>
  199. <wsdl:message name="GetByHttpGetIn">
  200. <wsdl:part name="FilterExpression" type="s:string" />
  201. </wsdl:message>
  202. <wsdl:message name="GetByHttpGetOut">
  203. <wsdl:part name="Body" element="tns:Agent" />
  204. </wsdl:message>
  205. <wsdl:message name="GetAllHttpGetIn" />
  206. <wsdl:message name="GetAllHttpGetOut">
  207. <wsdl:part name="Body" element="tns:ArrayOfAgent" />
  208. </wsdl:message>
  209. <wsdl:message name="GetAllSortedHttpGetIn">
  210. <wsdl:part name="SortField" type="s:string" />
  211. <wsdl:part name="SortAscendant" type="s:string" />
  212. </wsdl:message>
  213. <wsdl:message name="GetAllSortedHttpGetOut">
  214. <wsdl:part name="Body" element="tns:ArrayOfAgent" />
  215. </wsdl:message>
  216. <wsdl:message name="GetManyByHttpGetIn">
  217. <wsdl:part name="FilterExpression" type="s:string" />
  218. </wsdl:message>
  219. <wsdl:message name="GetManyByHttpGetOut">
  220. <wsdl:part name="Body" element="tns:ArrayOfAgent" />
  221. </wsdl:message>
  222. <wsdl:message name="GetManyBySortedHttpGetIn">
  223. <wsdl:part name="FilterExpression" type="s:string" />
  224. <wsdl:part name="SortField" type="s:string" />
  225. <wsdl:part name="SortAscendant" type="s:string" />
  226. </wsdl:message>
  227. <wsdl:message name="GetManyBySortedHttpGetOut">
  228. <wsdl:part name="Body" element="tns:ArrayOfAgent" />
  229. </wsdl:message>
  230. <wsdl:message name="GetByIdHttpPostIn">
  231. <wsdl:part name="Key" type="s:string" />
  232. </wsdl:message>
  233. <wsdl:message name="GetByIdHttpPostOut">
  234. <wsdl:part name="Body" element="tns:Agent" />
  235. </wsdl:message>
  236. <wsdl:message name="GetByHttpPostIn">
  237. <wsdl:part name="FilterExpression" type="s:string" />
  238. </wsdl:message>
  239. <wsdl:message name="GetByHttpPostOut">
  240. <wsdl:part name="Body" element="tns:Agent" />
  241. </wsdl:message>
  242. <wsdl:message name="GetAllHttpPostIn" />
  243. <wsdl:message name="GetAllHttpPostOut">
  244. <wsdl:part name="Body" element="tns:ArrayOfAgent" />
  245. </wsdl:message>
  246. <wsdl:message name="GetAllSortedHttpPostIn">
  247. <wsdl:part name="SortField" type="s:string" />
  248. <wsdl:part name="SortAscendant" type="s:string" />
  249. </wsdl:message>
  250. <wsdl:message name="GetAllSortedHttpPostOut">
  251. <wsdl:part name="Body" element="tns:ArrayOfAgent" />
  252. </wsdl:message>
  253. <wsdl:message name="GetManyByHttpPostIn">
  254. <wsdl:part name="FilterExpression" type="s:string" />
  255. </wsdl:message>
  256. <wsdl:message name="GetManyByHttpPostOut">
  257. <wsdl:part name="Body" element="tns:ArrayOfAgent" />
  258. </wsdl:message>
  259. <wsdl:message name="GetManyBySortedHttpPostIn">
  260. <wsdl:part name="FilterExpression" type="s:string" />
  261. <wsdl:part name="SortField" type="s:string" />
  262. <wsdl:part name="SortAscendant" type="s:string" />
  263. </wsdl:message>
  264. <wsdl:message name="GetManyBySortedHttpPostOut">
  265. <wsdl:part name="Body" element="tns:ArrayOfAgent" />
  266. </wsdl:message>
  267. <wsdl:portType name="WsExternesSoap">
  268. <wsdl:operation name="GetById">
  269. <wsdl:input message="tns:GetByIdSoapIn" />
  270. <wsdl:output message="tns:GetByIdSoapOut" />
  271. </wsdl:operation>
  272. <wsdl:operation name="GetByIds">
  273. <wsdl:input message="tns:GetByIdsSoapIn" />
  274. <wsdl:output message="tns:GetByIdsSoapOut" />
  275. </wsdl:operation>
  276. <wsdl:operation name="GetBy">
  277. <wsdl:input message="tns:GetBySoapIn" />
  278. <wsdl:output message="tns:GetBySoapOut" />
  279. </wsdl:operation>
  280. <wsdl:operation name="GetAll">
  281. <wsdl:input message="tns:GetAllSoapIn" />
  282. <wsdl:output message="tns:GetAllSoapOut" />
  283. </wsdl:operation>
  284. <wsdl:operation name="GetAllSorted">
  285. <wsdl:input message="tns:GetAllSortedSoapIn" />
  286. <wsdl:output message="tns:GetAllSortedSoapOut" />
  287. </wsdl:operation>
  288. <wsdl:operation name="GetManyBy">
  289. <wsdl:input message="tns:GetManyBySoapIn" />
  290. <wsdl:output message="tns:GetManyBySoapOut" />
  291. </wsdl:operation>
  292. <wsdl:operation name="GetManyBySorted">
  293. <wsdl:input message="tns:GetManyBySortedSoapIn" />
  294. <wsdl:output message="tns:GetManyBySortedSoapOut" />
  295. </wsdl:operation>
  296. </wsdl:portType>
  297. <wsdl:portType name="WsExternesHttpGet">
  298. <wsdl:operation name="GetById">
  299. <wsdl:input message="tns:GetByIdHttpGetIn" />
  300. <wsdl:output message="tns:GetByIdHttpGetOut" />
  301. </wsdl:operation>
  302. <wsdl:operation name="GetBy">
  303. <wsdl:input message="tns:GetByHttpGetIn" />
  304. <wsdl:output message="tns:GetByHttpGetOut" />
  305. </wsdl:operation>
  306. <wsdl:operation name="GetAll">
  307. <wsdl:input message="tns:GetAllHttpGetIn" />
  308. <wsdl:output message="tns:GetAllHttpGetOut" />
  309. </wsdl:operation>
  310. <wsdl:operation name="GetAllSorted">
  311. <wsdl:input message="tns:GetAllSortedHttpGetIn" />
  312. <wsdl:output message="tns:GetAllSortedHttpGetOut" />
  313. </wsdl:operation>
  314. <wsdl:operation name="GetManyBy">
  315. <wsdl:input message="tns:GetManyByHttpGetIn" />
  316. <wsdl:output message="tns:GetManyByHttpGetOut" />
  317. </wsdl:operation>
  318. <wsdl:operation name="GetManyBySorted">
  319. <wsdl:input message="tns:GetManyBySortedHttpGetIn" />
  320. <wsdl:output message="tns:GetManyBySortedHttpGetOut" />
  321. </wsdl:operation>
  322. </wsdl:portType>
  323. <wsdl:portType name="WsExternesHttpPost">
  324. <wsdl:operation name="GetById">
  325. <wsdl:input message="tns:GetByIdHttpPostIn" />
  326. <wsdl:output message="tns:GetByIdHttpPostOut" />
  327. </wsdl:operation>
  328. <wsdl:operation name="GetBy">
  329. <wsdl:input message="tns:GetByHttpPostIn" />
  330. <wsdl:output message="tns:GetByHttpPostOut" />
  331. </wsdl:operation>
  332. <wsdl:operation name="GetAll">
  333. <wsdl:input message="tns:GetAllHttpPostIn" />
  334. <wsdl:output message="tns:GetAllHttpPostOut" />
  335. </wsdl:operation>
  336. <wsdl:operation name="GetAllSorted">
  337. <wsdl:input message="tns:GetAllSortedHttpPostIn" />
  338. <wsdl:output message="tns:GetAllSortedHttpPostOut" />
  339. </wsdl:operation>
  340. <wsdl:operation name="GetManyBy">
  341. <wsdl:input message="tns:GetManyByHttpPostIn" />
  342. <wsdl:output message="tns:GetManyByHttpPostOut" />
  343. </wsdl:operation>
  344. <wsdl:operation name="GetManyBySorted">
  345. <wsdl:input message="tns:GetManyBySortedHttpPostIn" />
  346. <wsdl:output message="tns:GetManyBySortedHttpPostOut" />
  347. </wsdl:operation>
  348. </wsdl:portType>
  349. <wsdl:binding name="WsExternesSoap" type="tns:WsExternesSoap">
  350. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  351. <wsdl:operation name="GetById">
  352. <soap:operation soapAction="http://tempuri.org/GetById" style="document" />
  353. <wsdl:input>
  354. <soap:body use="literal" />
  355. </wsdl:input>
  356. <wsdl:output>
  357. <soap:body use="literal" />
  358. </wsdl:output>
  359. </wsdl:operation>
  360. <wsdl:operation name="GetByIds">
  361. <soap:operation soapAction="http://tempuri.org/GetByIds" style="document" />
  362. <wsdl:input>
  363. <soap:body use="literal" />
  364. </wsdl:input>
  365. <wsdl:output>
  366. <soap:body use="literal" />
  367. </wsdl:output>
  368. </wsdl:operation>
  369. <wsdl:operation name="GetBy">
  370. <soap:operation soapAction="http://tempuri.org/GetBy" style="document" />
  371. <wsdl:input>
  372. <soap:body use="literal" />
  373. </wsdl:input>
  374. <wsdl:output>
  375. <soap:body use="literal" />
  376. </wsdl:output>
  377. </wsdl:operation>
  378. <wsdl:operation name="GetAll">
  379. <soap:operation soapAction="http://tempuri.org/GetAll" style="document" />
  380. <wsdl:input>
  381. <soap:body use="literal" />
  382. </wsdl:input>
  383. <wsdl:output>
  384. <soap:body use="literal" />
  385. </wsdl:output>
  386. </wsdl:operation>
  387. <wsdl:operation name="GetAllSorted">
  388. <soap:operation soapAction="http://tempuri.org/GetAllSorted" style="document" />
  389. <wsdl:input>
  390. <soap:body use="literal" />
  391. </wsdl:input>
  392. <wsdl:output>
  393. <soap:body use="literal" />
  394. </wsdl:output>
  395. </wsdl:operation>
  396. <wsdl:operation name="GetManyBy">
  397. <soap:operation soapAction="http://tempuri.org/GetManyBy" style="document" />
  398. <wsdl:input>
  399. <soap:body use="literal" />
  400. </wsdl:input>
  401. <wsdl:output>
  402. <soap:body use="literal" />
  403. </wsdl:output>
  404. </wsdl:operation>
  405. <wsdl:operation name="GetManyBySorted">
  406. <soap:operation soapAction="http://tempuri.org/GetManyBySorted" style="document" />
  407. <wsdl:input>
  408. <soap:body use="literal" />
  409. </wsdl:input>
  410. <wsdl:output>
  411. <soap:body use="literal" />
  412. </wsdl:output>
  413. </wsdl:operation>
  414. </wsdl:binding>
  415. <wsdl:binding name="WsExternesSoap12" type="tns:WsExternesSoap">
  416. <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
  417. <wsdl:operation name="GetById">
  418. <soap12:operation soapAction="http://tempuri.org/GetById" style="document" />
  419. <wsdl:input>
  420. <soap12:body use="literal" />
  421. </wsdl:input>
  422. <wsdl:output>
  423. <soap12:body use="literal" />
  424. </wsdl:output>
  425. </wsdl:operation>
  426. <wsdl:operation name="GetByIds">
  427. <soap12:operation soapAction="http://tempuri.org/GetByIds" style="document" />
  428. <wsdl:input>
  429. <soap12:body use="literal" />
  430. </wsdl:input>
  431. <wsdl:output>
  432. <soap12:body use="literal" />
  433. </wsdl:output>
  434. </wsdl:operation>
  435. <wsdl:operation name="GetBy">
  436. <soap12:operation soapAction="http://tempuri.org/GetBy" style="document" />
  437. <wsdl:input>
  438. <soap12:body use="literal" />
  439. </wsdl:input>
  440. <wsdl:output>
  441. <soap12:body use="literal" />
  442. </wsdl:output>
  443. </wsdl:operation>
  444. <wsdl:operation name="GetAll">
  445. <soap12:operation soapAction="http://tempuri.org/GetAll" style="document" />
  446. <wsdl:input>
  447. <soap12:body use="literal" />
  448. </wsdl:input>
  449. <wsdl:output>
  450. <soap12:body use="literal" />
  451. </wsdl:output>
  452. </wsdl:operation>
  453. <wsdl:operation name="GetAllSorted">
  454. <soap12:operation soapAction="http://tempuri.org/GetAllSorted" style="document" />
  455. <wsdl:input>
  456. <soap12:body use="literal" />
  457. </wsdl:input>
  458. <wsdl:output>
  459. <soap12:body use="literal" />
  460. </wsdl:output>
  461. </wsdl:operation>
  462. <wsdl:operation name="GetManyBy">
  463. <soap12:operation soapAction="http://tempuri.org/GetManyBy" style="document" />
  464. <wsdl:input>
  465. <soap12:body use="literal" />
  466. </wsdl:input>
  467. <wsdl:output>
  468. <soap12:body use="literal" />
  469. </wsdl:output>
  470. </wsdl:operation>
  471. <wsdl:operation name="GetManyBySorted">
  472. <soap12:operation soapAction="http://tempuri.org/GetManyBySorted" style="document" />
  473. <wsdl:input>
  474. <soap12:body use="literal" />
  475. </wsdl:input>
  476. <wsdl:output>
  477. <soap12:body use="literal" />
  478. </wsdl:output>
  479. </wsdl:operation>
  480. </wsdl:binding>
  481. <wsdl:binding name="WsExternesHttpGet" type="tns:WsExternesHttpGet">
  482. <http:binding verb="GET" />
  483. <wsdl:operation name="GetById">
  484. <http:operation location="/GetById" />
  485. <wsdl:input>
  486. <http:urlEncoded />
  487. </wsdl:input>
  488. <wsdl:output>
  489. <mime:mimeXml part="Body" />
  490. </wsdl:output>
  491. </wsdl:operation>
  492. <wsdl:operation name="GetBy">
  493. <http:operation location="/GetBy" />
  494. <wsdl:input>
  495. <http:urlEncoded />
  496. </wsdl:input>
  497. <wsdl:output>
  498. <mime:mimeXml part="Body" />
  499. </wsdl:output>
  500. </wsdl:operation>
  501. <wsdl:operation name="GetAll">
  502. <http:operation location="/GetAll" />
  503. <wsdl:input>
  504. <http:urlEncoded />
  505. </wsdl:input>
  506. <wsdl:output>
  507. <mime:mimeXml part="Body" />
  508. </wsdl:output>
  509. </wsdl:operation>
  510. <wsdl:operation name="GetAllSorted">
  511. <http:operation location="/GetAllSorted" />
  512. <wsdl:input>
  513. <http:urlEncoded />
  514. </wsdl:input>
  515. <wsdl:output>
  516. <mime:mimeXml part="Body" />
  517. </wsdl:output>
  518. </wsdl:operation>
  519. <wsdl:operation name="GetManyBy">
  520. <http:operation location="/GetManyBy" />
  521. <wsdl:input>
  522. <http:urlEncoded />
  523. </wsdl:input>
  524. <wsdl:output>
  525. <mime:mimeXml part="Body" />
  526. </wsdl:output>
  527. </wsdl:operation>
  528. <wsdl:operation name="GetManyBySorted">
  529. <http:operation location="/GetManyBySorted" />
  530. <wsdl:input>
  531. <http:urlEncoded />
  532. </wsdl:input>
  533. <wsdl:output>
  534. <mime:mimeXml part="Body" />
  535. </wsdl:output>
  536. </wsdl:operation>
  537. </wsdl:binding>
  538. <wsdl:binding name="WsExternesHttpPost" type="tns:WsExternesHttpPost">
  539. <http:binding verb="POST" />
  540. <wsdl:operation name="GetById">
  541. <http:operation location="/GetById" />
  542. <wsdl:input>
  543. <mime:content type="application/x-www-form-urlencoded" />
  544. </wsdl:input>
  545. <wsdl:output>
  546. <mime:mimeXml part="Body" />
  547. </wsdl:output>
  548. </wsdl:operation>
  549. <wsdl:operation name="GetBy">
  550. <http:operation location="/GetBy" />
  551. <wsdl:input>
  552. <mime:content type="application/x-www-form-urlencoded" />
  553. </wsdl:input>
  554. <wsdl:output>
  555. <mime:mimeXml part="Body" />
  556. </wsdl:output>
  557. </wsdl:operation>
  558. <wsdl:operation name="GetAll">
  559. <http:operation location="/GetAll" />
  560. <wsdl:input>
  561. <mime:content type="application/x-www-form-urlencoded" />
  562. </wsdl:input>
  563. <wsdl:output>
  564. <mime:mimeXml part="Body" />
  565. </wsdl:output>
  566. </wsdl:operation>
  567. <wsdl:operation name="GetAllSorted">
  568. <http:operation location="/GetAllSorted" />
  569. <wsdl:input>
  570. <mime:content type="application/x-www-form-urlencoded" />
  571. </wsdl:input>
  572. <wsdl:output>
  573. <mime:mimeXml part="Body" />
  574. </wsdl:output>
  575. </wsdl:operation>
  576. <wsdl:operation name="GetManyBy">
  577. <http:operation location="/GetManyBy" />
  578. <wsdl:input>
  579. <mime:content type="application/x-www-form-urlencoded" />
  580. </wsdl:input>
  581. <wsdl:output>
  582. <mime:mimeXml part="Body" />
  583. </wsdl:output>
  584. </wsdl:operation>
  585. <wsdl:operation name="GetManyBySorted">
  586. <http:operation location="/GetManyBySorted" />
  587. <wsdl:input>
  588. <mime:content type="application/x-www-form-urlencoded" />
  589. </wsdl:input>
  590. <wsdl:output>
  591. <mime:mimeXml part="Body" />
  592. </wsdl:output>
  593. </wsdl:operation>
  594. </wsdl:binding>
  595. <wsdl:service name="WsExternes">
  596. <wsdl:port name="WsExternesSoap" binding="tns:WsExternesSoap">
  597. <soap:address location="http://referentiel.bas-rhin.fr/webservices/WsExternes.asmx" />
  598. </wsdl:port>
  599. <wsdl:port name="WsExternesSoap12" binding="tns:WsExternesSoap12">
  600. <soap12:address location="http://referentiel.bas-rhin.fr/webservices/WsExternes.asmx" />
  601. </wsdl:port>
  602. <wsdl:port name="WsExternesHttpGet" binding="tns:WsExternesHttpGet">
  603. <http:address location="http://referentiel.bas-rhin.fr/webservices/WsExternes.asmx" />
  604. </wsdl:port>
  605. <wsdl:port name="WsExternesHttpPost" binding="tns:WsExternesHttpPost">
  606. <http:address location="http://referentiel.bas-rhin.fr/webservices/WsExternes.asmx" />
  607. </wsdl:port>
  608. </wsdl:service>
  609. </wsdl:definitions>