agents.wsdl 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608
  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:restriction>
  45. </s:simpleType>
  46. <s:element name="GetByIds">
  47. <s:complexType>
  48. <s:sequence>
  49. <s:element minOccurs="0" maxOccurs="1" name="Keys" type="tns:ArrayOfString" />
  50. </s:sequence>
  51. </s:complexType>
  52. </s:element>
  53. <s:complexType name="ArrayOfString">
  54. <s:sequence>
  55. <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
  56. </s:sequence>
  57. </s:complexType>
  58. <s:element name="GetByIdsResponse">
  59. <s:complexType>
  60. <s:sequence>
  61. <s:element minOccurs="0" maxOccurs="1" name="GetByIdsResult" type="tns:ArrayOfAgent" />
  62. </s:sequence>
  63. </s:complexType>
  64. </s:element>
  65. <s:complexType name="ArrayOfAgent">
  66. <s:sequence>
  67. <s:element minOccurs="0" maxOccurs="unbounded" name="Agent" nillable="true" type="tns:Agent" />
  68. </s:sequence>
  69. </s:complexType>
  70. <s:element name="GetBy">
  71. <s:complexType>
  72. <s:sequence>
  73. <s:element minOccurs="0" maxOccurs="1" name="FilterExpression" type="s:string" />
  74. </s:sequence>
  75. </s:complexType>
  76. </s:element>
  77. <s:element name="GetByResponse">
  78. <s:complexType>
  79. <s:sequence>
  80. <s:element minOccurs="0" maxOccurs="1" name="GetByResult" type="tns:Agent" />
  81. </s:sequence>
  82. </s:complexType>
  83. </s:element>
  84. <s:element name="GetAll">
  85. <s:complexType />
  86. </s:element>
  87. <s:element name="GetAllResponse">
  88. <s:complexType>
  89. <s:sequence>
  90. <s:element minOccurs="0" maxOccurs="1" name="GetAllResult" type="tns:ArrayOfAgent" />
  91. </s:sequence>
  92. </s:complexType>
  93. </s:element>
  94. <s:element name="GetAllSorted">
  95. <s:complexType>
  96. <s:sequence>
  97. <s:element minOccurs="0" maxOccurs="1" name="SortField" type="s:string" />
  98. <s:element minOccurs="1" maxOccurs="1" name="SortAscendant" type="s:boolean" />
  99. </s:sequence>
  100. </s:complexType>
  101. </s:element>
  102. <s:element name="GetAllSortedResponse">
  103. <s:complexType>
  104. <s:sequence>
  105. <s:element minOccurs="0" maxOccurs="1" name="GetAllSortedResult" type="tns:ArrayOfAgent" />
  106. </s:sequence>
  107. </s:complexType>
  108. </s:element>
  109. <s:element name="GetManyBy">
  110. <s:complexType>
  111. <s:sequence>
  112. <s:element minOccurs="0" maxOccurs="1" name="FilterExpression" type="s:string" />
  113. </s:sequence>
  114. </s:complexType>
  115. </s:element>
  116. <s:element name="GetManyByResponse">
  117. <s:complexType>
  118. <s:sequence>
  119. <s:element minOccurs="0" maxOccurs="1" name="GetManyByResult" type="tns:ArrayOfAgent" />
  120. </s:sequence>
  121. </s:complexType>
  122. </s:element>
  123. <s:element name="GetManyBySorted">
  124. <s:complexType>
  125. <s:sequence>
  126. <s:element minOccurs="0" maxOccurs="1" name="FilterExpression" type="s:string" />
  127. <s:element minOccurs="0" maxOccurs="1" name="SortField" type="s:string" />
  128. <s:element minOccurs="1" maxOccurs="1" name="SortAscendant" type="s:boolean" />
  129. </s:sequence>
  130. </s:complexType>
  131. </s:element>
  132. <s:element name="GetManyBySortedResponse">
  133. <s:complexType>
  134. <s:sequence>
  135. <s:element minOccurs="0" maxOccurs="1" name="GetManyBySortedResult" type="tns:ArrayOfAgent" />
  136. </s:sequence>
  137. </s:complexType>
  138. </s:element>
  139. <s:element name="Agent" nillable="true" type="tns:Agent" />
  140. <s:element name="ArrayOfAgent" nillable="true" type="tns:ArrayOfAgent" />
  141. </s:schema>
  142. <s:schema elementFormDefault="qualified" targetNamespace="http://microsoft.com/wsdl/types/">
  143. <s:simpleType name="guid">
  144. <s:restriction base="s:string">
  145. <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}" />
  146. </s:restriction>
  147. </s:simpleType>
  148. </s:schema>
  149. </wsdl:types>
  150. <wsdl:message name="GetByIdSoapIn">
  151. <wsdl:part name="parameters" element="tns:GetById" />
  152. </wsdl:message>
  153. <wsdl:message name="GetByIdSoapOut">
  154. <wsdl:part name="parameters" element="tns:GetByIdResponse" />
  155. </wsdl:message>
  156. <wsdl:message name="GetByIdsSoapIn">
  157. <wsdl:part name="parameters" element="tns:GetByIds" />
  158. </wsdl:message>
  159. <wsdl:message name="GetByIdsSoapOut">
  160. <wsdl:part name="parameters" element="tns:GetByIdsResponse" />
  161. </wsdl:message>
  162. <wsdl:message name="GetBySoapIn">
  163. <wsdl:part name="parameters" element="tns:GetBy" />
  164. </wsdl:message>
  165. <wsdl:message name="GetBySoapOut">
  166. <wsdl:part name="parameters" element="tns:GetByResponse" />
  167. </wsdl:message>
  168. <wsdl:message name="GetAllSoapIn">
  169. <wsdl:part name="parameters" element="tns:GetAll" />
  170. </wsdl:message>
  171. <wsdl:message name="GetAllSoapOut">
  172. <wsdl:part name="parameters" element="tns:GetAllResponse" />
  173. </wsdl:message>
  174. <wsdl:message name="GetAllSortedSoapIn">
  175. <wsdl:part name="parameters" element="tns:GetAllSorted" />
  176. </wsdl:message>
  177. <wsdl:message name="GetAllSortedSoapOut">
  178. <wsdl:part name="parameters" element="tns:GetAllSortedResponse" />
  179. </wsdl:message>
  180. <wsdl:message name="GetManyBySoapIn">
  181. <wsdl:part name="parameters" element="tns:GetManyBy" />
  182. </wsdl:message>
  183. <wsdl:message name="GetManyBySoapOut">
  184. <wsdl:part name="parameters" element="tns:GetManyByResponse" />
  185. </wsdl:message>
  186. <wsdl:message name="GetManyBySortedSoapIn">
  187. <wsdl:part name="parameters" element="tns:GetManyBySorted" />
  188. </wsdl:message>
  189. <wsdl:message name="GetManyBySortedSoapOut">
  190. <wsdl:part name="parameters" element="tns:GetManyBySortedResponse" />
  191. </wsdl:message>
  192. <wsdl:message name="GetByIdHttpGetIn">
  193. <wsdl:part name="Key" type="s:string" />
  194. </wsdl:message>
  195. <wsdl:message name="GetByIdHttpGetOut">
  196. <wsdl:part name="Body" element="tns:Agent" />
  197. </wsdl:message>
  198. <wsdl:message name="GetByHttpGetIn">
  199. <wsdl:part name="FilterExpression" type="s:string" />
  200. </wsdl:message>
  201. <wsdl:message name="GetByHttpGetOut">
  202. <wsdl:part name="Body" element="tns:Agent" />
  203. </wsdl:message>
  204. <wsdl:message name="GetAllHttpGetIn" />
  205. <wsdl:message name="GetAllHttpGetOut">
  206. <wsdl:part name="Body" element="tns:ArrayOfAgent" />
  207. </wsdl:message>
  208. <wsdl:message name="GetAllSortedHttpGetIn">
  209. <wsdl:part name="SortField" type="s:string" />
  210. <wsdl:part name="SortAscendant" type="s:string" />
  211. </wsdl:message>
  212. <wsdl:message name="GetAllSortedHttpGetOut">
  213. <wsdl:part name="Body" element="tns:ArrayOfAgent" />
  214. </wsdl:message>
  215. <wsdl:message name="GetManyByHttpGetIn">
  216. <wsdl:part name="FilterExpression" type="s:string" />
  217. </wsdl:message>
  218. <wsdl:message name="GetManyByHttpGetOut">
  219. <wsdl:part name="Body" element="tns:ArrayOfAgent" />
  220. </wsdl:message>
  221. <wsdl:message name="GetManyBySortedHttpGetIn">
  222. <wsdl:part name="FilterExpression" type="s:string" />
  223. <wsdl:part name="SortField" type="s:string" />
  224. <wsdl:part name="SortAscendant" type="s:string" />
  225. </wsdl:message>
  226. <wsdl:message name="GetManyBySortedHttpGetOut">
  227. <wsdl:part name="Body" element="tns:ArrayOfAgent" />
  228. </wsdl:message>
  229. <wsdl:message name="GetByIdHttpPostIn">
  230. <wsdl:part name="Key" type="s:string" />
  231. </wsdl:message>
  232. <wsdl:message name="GetByIdHttpPostOut">
  233. <wsdl:part name="Body" element="tns:Agent" />
  234. </wsdl:message>
  235. <wsdl:message name="GetByHttpPostIn">
  236. <wsdl:part name="FilterExpression" type="s:string" />
  237. </wsdl:message>
  238. <wsdl:message name="GetByHttpPostOut">
  239. <wsdl:part name="Body" element="tns:Agent" />
  240. </wsdl:message>
  241. <wsdl:message name="GetAllHttpPostIn" />
  242. <wsdl:message name="GetAllHttpPostOut">
  243. <wsdl:part name="Body" element="tns:ArrayOfAgent" />
  244. </wsdl:message>
  245. <wsdl:message name="GetAllSortedHttpPostIn">
  246. <wsdl:part name="SortField" type="s:string" />
  247. <wsdl:part name="SortAscendant" type="s:string" />
  248. </wsdl:message>
  249. <wsdl:message name="GetAllSortedHttpPostOut">
  250. <wsdl:part name="Body" element="tns:ArrayOfAgent" />
  251. </wsdl:message>
  252. <wsdl:message name="GetManyByHttpPostIn">
  253. <wsdl:part name="FilterExpression" type="s:string" />
  254. </wsdl:message>
  255. <wsdl:message name="GetManyByHttpPostOut">
  256. <wsdl:part name="Body" element="tns:ArrayOfAgent" />
  257. </wsdl:message>
  258. <wsdl:message name="GetManyBySortedHttpPostIn">
  259. <wsdl:part name="FilterExpression" type="s:string" />
  260. <wsdl:part name="SortField" type="s:string" />
  261. <wsdl:part name="SortAscendant" type="s:string" />
  262. </wsdl:message>
  263. <wsdl:message name="GetManyBySortedHttpPostOut">
  264. <wsdl:part name="Body" element="tns:ArrayOfAgent" />
  265. </wsdl:message>
  266. <wsdl:portType name="AgentsSoap">
  267. <wsdl:operation name="GetById">
  268. <wsdl:input message="tns:GetByIdSoapIn" />
  269. <wsdl:output message="tns:GetByIdSoapOut" />
  270. </wsdl:operation>
  271. <wsdl:operation name="GetByIds">
  272. <wsdl:input message="tns:GetByIdsSoapIn" />
  273. <wsdl:output message="tns:GetByIdsSoapOut" />
  274. </wsdl:operation>
  275. <wsdl:operation name="GetBy">
  276. <wsdl:input message="tns:GetBySoapIn" />
  277. <wsdl:output message="tns:GetBySoapOut" />
  278. </wsdl:operation>
  279. <wsdl:operation name="GetAll">
  280. <wsdl:input message="tns:GetAllSoapIn" />
  281. <wsdl:output message="tns:GetAllSoapOut" />
  282. </wsdl:operation>
  283. <wsdl:operation name="GetAllSorted">
  284. <wsdl:input message="tns:GetAllSortedSoapIn" />
  285. <wsdl:output message="tns:GetAllSortedSoapOut" />
  286. </wsdl:operation>
  287. <wsdl:operation name="GetManyBy">
  288. <wsdl:input message="tns:GetManyBySoapIn" />
  289. <wsdl:output message="tns:GetManyBySoapOut" />
  290. </wsdl:operation>
  291. <wsdl:operation name="GetManyBySorted">
  292. <wsdl:input message="tns:GetManyBySortedSoapIn" />
  293. <wsdl:output message="tns:GetManyBySortedSoapOut" />
  294. </wsdl:operation>
  295. </wsdl:portType>
  296. <wsdl:portType name="AgentsHttpGet">
  297. <wsdl:operation name="GetById">
  298. <wsdl:input message="tns:GetByIdHttpGetIn" />
  299. <wsdl:output message="tns:GetByIdHttpGetOut" />
  300. </wsdl:operation>
  301. <wsdl:operation name="GetBy">
  302. <wsdl:input message="tns:GetByHttpGetIn" />
  303. <wsdl:output message="tns:GetByHttpGetOut" />
  304. </wsdl:operation>
  305. <wsdl:operation name="GetAll">
  306. <wsdl:input message="tns:GetAllHttpGetIn" />
  307. <wsdl:output message="tns:GetAllHttpGetOut" />
  308. </wsdl:operation>
  309. <wsdl:operation name="GetAllSorted">
  310. <wsdl:input message="tns:GetAllSortedHttpGetIn" />
  311. <wsdl:output message="tns:GetAllSortedHttpGetOut" />
  312. </wsdl:operation>
  313. <wsdl:operation name="GetManyBy">
  314. <wsdl:input message="tns:GetManyByHttpGetIn" />
  315. <wsdl:output message="tns:GetManyByHttpGetOut" />
  316. </wsdl:operation>
  317. <wsdl:operation name="GetManyBySorted">
  318. <wsdl:input message="tns:GetManyBySortedHttpGetIn" />
  319. <wsdl:output message="tns:GetManyBySortedHttpGetOut" />
  320. </wsdl:operation>
  321. </wsdl:portType>
  322. <wsdl:portType name="AgentsHttpPost">
  323. <wsdl:operation name="GetById">
  324. <wsdl:input message="tns:GetByIdHttpPostIn" />
  325. <wsdl:output message="tns:GetByIdHttpPostOut" />
  326. </wsdl:operation>
  327. <wsdl:operation name="GetBy">
  328. <wsdl:input message="tns:GetByHttpPostIn" />
  329. <wsdl:output message="tns:GetByHttpPostOut" />
  330. </wsdl:operation>
  331. <wsdl:operation name="GetAll">
  332. <wsdl:input message="tns:GetAllHttpPostIn" />
  333. <wsdl:output message="tns:GetAllHttpPostOut" />
  334. </wsdl:operation>
  335. <wsdl:operation name="GetAllSorted">
  336. <wsdl:input message="tns:GetAllSortedHttpPostIn" />
  337. <wsdl:output message="tns:GetAllSortedHttpPostOut" />
  338. </wsdl:operation>
  339. <wsdl:operation name="GetManyBy">
  340. <wsdl:input message="tns:GetManyByHttpPostIn" />
  341. <wsdl:output message="tns:GetManyByHttpPostOut" />
  342. </wsdl:operation>
  343. <wsdl:operation name="GetManyBySorted">
  344. <wsdl:input message="tns:GetManyBySortedHttpPostIn" />
  345. <wsdl:output message="tns:GetManyBySortedHttpPostOut" />
  346. </wsdl:operation>
  347. </wsdl:portType>
  348. <wsdl:binding name="AgentsSoap" type="tns:AgentsSoap">
  349. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  350. <wsdl:operation name="GetById">
  351. <soap:operation soapAction="http://tempuri.org/GetById" 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="GetByIds">
  360. <soap:operation soapAction="http://tempuri.org/GetByIds" 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="GetBy">
  369. <soap:operation soapAction="http://tempuri.org/GetBy" 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="GetAll">
  378. <soap:operation soapAction="http://tempuri.org/GetAll" 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="GetAllSorted">
  387. <soap:operation soapAction="http://tempuri.org/GetAllSorted" 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:operation name="GetManyBy">
  396. <soap:operation soapAction="http://tempuri.org/GetManyBy" style="document" />
  397. <wsdl:input>
  398. <soap:body use="literal" />
  399. </wsdl:input>
  400. <wsdl:output>
  401. <soap:body use="literal" />
  402. </wsdl:output>
  403. </wsdl:operation>
  404. <wsdl:operation name="GetManyBySorted">
  405. <soap:operation soapAction="http://tempuri.org/GetManyBySorted" style="document" />
  406. <wsdl:input>
  407. <soap:body use="literal" />
  408. </wsdl:input>
  409. <wsdl:output>
  410. <soap:body use="literal" />
  411. </wsdl:output>
  412. </wsdl:operation>
  413. </wsdl:binding>
  414. <wsdl:binding name="AgentsSoap12" type="tns:AgentsSoap">
  415. <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
  416. <wsdl:operation name="GetById">
  417. <soap12:operation soapAction="http://tempuri.org/GetById" 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="GetByIds">
  426. <soap12:operation soapAction="http://tempuri.org/GetByIds" 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="GetBy">
  435. <soap12:operation soapAction="http://tempuri.org/GetBy" 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="GetAll">
  444. <soap12:operation soapAction="http://tempuri.org/GetAll" 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="GetAllSorted">
  453. <soap12:operation soapAction="http://tempuri.org/GetAllSorted" 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:operation name="GetManyBy">
  462. <soap12:operation soapAction="http://tempuri.org/GetManyBy" style="document" />
  463. <wsdl:input>
  464. <soap12:body use="literal" />
  465. </wsdl:input>
  466. <wsdl:output>
  467. <soap12:body use="literal" />
  468. </wsdl:output>
  469. </wsdl:operation>
  470. <wsdl:operation name="GetManyBySorted">
  471. <soap12:operation soapAction="http://tempuri.org/GetManyBySorted" style="document" />
  472. <wsdl:input>
  473. <soap12:body use="literal" />
  474. </wsdl:input>
  475. <wsdl:output>
  476. <soap12:body use="literal" />
  477. </wsdl:output>
  478. </wsdl:operation>
  479. </wsdl:binding>
  480. <wsdl:binding name="AgentsHttpGet" type="tns:AgentsHttpGet">
  481. <http:binding verb="GET" />
  482. <wsdl:operation name="GetById">
  483. <http:operation location="/GetById" />
  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="GetBy">
  492. <http:operation location="/GetBy" />
  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="GetAll">
  501. <http:operation location="/GetAll" />
  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="GetAllSorted">
  510. <http:operation location="/GetAllSorted" />
  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:operation name="GetManyBy">
  519. <http:operation location="/GetManyBy" />
  520. <wsdl:input>
  521. <http:urlEncoded />
  522. </wsdl:input>
  523. <wsdl:output>
  524. <mime:mimeXml part="Body" />
  525. </wsdl:output>
  526. </wsdl:operation>
  527. <wsdl:operation name="GetManyBySorted">
  528. <http:operation location="/GetManyBySorted" />
  529. <wsdl:input>
  530. <http:urlEncoded />
  531. </wsdl:input>
  532. <wsdl:output>
  533. <mime:mimeXml part="Body" />
  534. </wsdl:output>
  535. </wsdl:operation>
  536. </wsdl:binding>
  537. <wsdl:binding name="AgentsHttpPost" type="tns:AgentsHttpPost">
  538. <http:binding verb="POST" />
  539. <wsdl:operation name="GetById">
  540. <http:operation location="/GetById" />
  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="GetBy">
  549. <http:operation location="/GetBy" />
  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="GetAll">
  558. <http:operation location="/GetAll" />
  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="GetAllSorted">
  567. <http:operation location="/GetAllSorted" />
  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:operation name="GetManyBy">
  576. <http:operation location="/GetManyBy" />
  577. <wsdl:input>
  578. <mime:content type="application/x-www-form-urlencoded" />
  579. </wsdl:input>
  580. <wsdl:output>
  581. <mime:mimeXml part="Body" />
  582. </wsdl:output>
  583. </wsdl:operation>
  584. <wsdl:operation name="GetManyBySorted">
  585. <http:operation location="/GetManyBySorted" />
  586. <wsdl:input>
  587. <mime:content type="application/x-www-form-urlencoded" />
  588. </wsdl:input>
  589. <wsdl:output>
  590. <mime:mimeXml part="Body" />
  591. </wsdl:output>
  592. </wsdl:operation>
  593. </wsdl:binding>
  594. <wsdl:service name="Agents">
  595. <wsdl:port name="AgentsSoap" binding="tns:AgentsSoap">
  596. <soap:address location="http://t-referentiel.bas-rhin.fr/webservices/agents.asmx" />
  597. </wsdl:port>
  598. <wsdl:port name="AgentsSoap12" binding="tns:AgentsSoap12">
  599. <soap12:address location="http://t-referentiel.bas-rhin.fr/webservices/agents.asmx" />
  600. </wsdl:port>
  601. <wsdl:port name="AgentsHttpGet" binding="tns:AgentsHttpGet">
  602. <http:address location="http://t-referentiel.bas-rhin.fr/webservices/agents.asmx" />
  603. </wsdl:port>
  604. <wsdl:port name="AgentsHttpPost" binding="tns:AgentsHttpPost">
  605. <http:address location="http://t-referentiel.bas-rhin.fr/webservices/agents.asmx" />
  606. </wsdl:port>
  607. </wsdl:service>
  608. </wsdl:definitions>