WsTiers.wsdl 22 KB

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