sDataInfrace.wsdl 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:s="http://www.w3.org/2001/XMLSchema" 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="checkIn">
  6. <s:complexType>
  7. <s:sequence>
  8. <s:element minOccurs="0" maxOccurs="1" name="strXML" type="s:string" />
  9. </s:sequence>
  10. </s:complexType>
  11. </s:element>
  12. <s:element name="checkInResponse">
  13. <s:complexType>
  14. <s:sequence>
  15. <s:element minOccurs="0" maxOccurs="1" name="checkInResult" type="s:string" />
  16. </s:sequence>
  17. </s:complexType>
  18. </s:element>
  19. <s:element name="checkOut">
  20. <s:complexType>
  21. <s:sequence>
  22. <s:element minOccurs="0" maxOccurs="1" name="strXML" type="s:string" />
  23. </s:sequence>
  24. </s:complexType>
  25. </s:element>
  26. <s:element name="checkOutResponse">
  27. <s:complexType>
  28. <s:sequence>
  29. <s:element minOccurs="0" maxOccurs="1" name="checkOutResult" type="s:string" />
  30. </s:sequence>
  31. </s:complexType>
  32. </s:element>
  33. <s:element name="saveQuickCheckMethod">
  34. <s:complexType>
  35. <s:sequence>
  36. <s:element minOccurs="0" maxOccurs="1" name="strXML" type="s:string" />
  37. </s:sequence>
  38. </s:complexType>
  39. </s:element>
  40. <s:element name="saveQuickCheckMethodResponse">
  41. <s:complexType>
  42. <s:sequence>
  43. <s:element minOccurs="0" maxOccurs="1" name="saveQuickCheckMethodResult" type="s:string" />
  44. </s:sequence>
  45. </s:complexType>
  46. </s:element>
  47. <s:element name="saveQuickCheckItemInfo">
  48. <s:complexType>
  49. <s:sequence>
  50. <s:element minOccurs="0" maxOccurs="1" name="strXML" type="s:string" />
  51. </s:sequence>
  52. </s:complexType>
  53. </s:element>
  54. <s:element name="saveQuickCheckItemInfoResponse">
  55. <s:complexType>
  56. <s:sequence>
  57. <s:element minOccurs="0" maxOccurs="1" name="saveQuickCheckItemInfoResult" type="s:string" />
  58. </s:sequence>
  59. </s:complexType>
  60. </s:element>
  61. <s:element name="savePurchaseBill">
  62. <s:complexType>
  63. <s:sequence>
  64. <s:element minOccurs="0" maxOccurs="1" name="strXML" type="s:string" />
  65. </s:sequence>
  66. </s:complexType>
  67. </s:element>
  68. <s:element name="savePurchaseBillResponse">
  69. <s:complexType>
  70. <s:sequence>
  71. <s:element minOccurs="0" maxOccurs="1" name="savePurchaseBillResult" type="s:string" />
  72. </s:sequence>
  73. </s:complexType>
  74. </s:element>
  75. <s:element name="saveSalesBill">
  76. <s:complexType>
  77. <s:sequence>
  78. <s:element minOccurs="0" maxOccurs="1" name="strXML" type="s:string" />
  79. </s:sequence>
  80. </s:complexType>
  81. </s:element>
  82. <s:element name="saveSalesBillResponse">
  83. <s:complexType>
  84. <s:sequence>
  85. <s:element minOccurs="0" maxOccurs="1" name="saveSalesBillResult" type="s:string" />
  86. </s:sequence>
  87. </s:complexType>
  88. </s:element>
  89. <s:element name="saveUnitQuickInfo">
  90. <s:complexType>
  91. <s:sequence>
  92. <s:element minOccurs="0" maxOccurs="1" name="strXML" type="s:string" />
  93. </s:sequence>
  94. </s:complexType>
  95. </s:element>
  96. <s:element name="saveUnitQuickInfoResponse">
  97. <s:complexType>
  98. <s:sequence>
  99. <s:element minOccurs="0" maxOccurs="1" name="saveUnitQuickInfoResult" type="s:string" />
  100. </s:sequence>
  101. </s:complexType>
  102. </s:element>
  103. <s:element name="saveRegisterQuickSN">
  104. <s:complexType>
  105. <s:sequence>
  106. <s:element minOccurs="0" maxOccurs="1" name="strXML" type="s:string" />
  107. </s:sequence>
  108. </s:complexType>
  109. </s:element>
  110. <s:element name="saveRegisterQuickSNResponse">
  111. <s:complexType>
  112. <s:sequence>
  113. <s:element minOccurs="0" maxOccurs="1" name="saveRegisterQuickSNResult" type="s:string" />
  114. </s:sequence>
  115. </s:complexType>
  116. </s:element>
  117. <s:element name="QueryMarket">
  118. <s:complexType>
  119. <s:sequence>
  120. <s:element minOccurs="0" maxOccurs="1" name="strXML" type="s:string" />
  121. </s:sequence>
  122. </s:complexType>
  123. </s:element>
  124. <s:element name="QueryMarketResponse">
  125. <s:complexType>
  126. <s:sequence>
  127. <s:element minOccurs="0" maxOccurs="1" name="QueryMarketResult" type="s:string" />
  128. </s:sequence>
  129. </s:complexType>
  130. </s:element>
  131. <s:element name="QuerySignContact">
  132. <s:complexType>
  133. <s:sequence>
  134. <s:element minOccurs="0" maxOccurs="1" name="strXML" type="s:string" />
  135. </s:sequence>
  136. </s:complexType>
  137. </s:element>
  138. <s:element name="QuerySignContactResponse">
  139. <s:complexType>
  140. <s:sequence>
  141. <s:element minOccurs="0" maxOccurs="1" name="QuerySignContactResult" type="s:string" />
  142. </s:sequence>
  143. </s:complexType>
  144. </s:element>
  145. <s:element name="QueryCheckItem">
  146. <s:complexType>
  147. <s:sequence>
  148. <s:element minOccurs="0" maxOccurs="1" name="strXML" type="s:string" />
  149. </s:sequence>
  150. </s:complexType>
  151. </s:element>
  152. <s:element name="QueryCheckItemResponse">
  153. <s:complexType>
  154. <s:sequence>
  155. <s:element minOccurs="0" maxOccurs="1" name="QueryCheckItemResult" type="s:string" />
  156. </s:sequence>
  157. </s:complexType>
  158. </s:element>
  159. <s:element name="QuerySalesItem">
  160. <s:complexType>
  161. <s:sequence>
  162. <s:element minOccurs="0" maxOccurs="1" name="strXML" type="s:string" />
  163. </s:sequence>
  164. </s:complexType>
  165. </s:element>
  166. <s:element name="QuerySalesItemResponse">
  167. <s:complexType>
  168. <s:sequence>
  169. <s:element minOccurs="0" maxOccurs="1" name="QuerySalesItemResult" type="s:string" />
  170. </s:sequence>
  171. </s:complexType>
  172. </s:element>
  173. <s:element name="GetSignContact">
  174. <s:complexType>
  175. <s:sequence>
  176. <s:element minOccurs="0" maxOccurs="1" name="strXML" type="s:string" />
  177. </s:sequence>
  178. </s:complexType>
  179. </s:element>
  180. <s:element name="GetSignContactResponse">
  181. <s:complexType>
  182. <s:sequence>
  183. <s:element minOccurs="0" maxOccurs="1" name="GetSignContactResult" type="s:string" />
  184. </s:sequence>
  185. </s:complexType>
  186. </s:element>
  187. <s:element name="GetSalesItem">
  188. <s:complexType>
  189. <s:sequence>
  190. <s:element minOccurs="0" maxOccurs="1" name="strXML" type="s:string" />
  191. </s:sequence>
  192. </s:complexType>
  193. </s:element>
  194. <s:element name="GetSalesItemResponse">
  195. <s:complexType>
  196. <s:sequence>
  197. <s:element minOccurs="0" maxOccurs="1" name="GetSalesItemResult" type="s:string" />
  198. </s:sequence>
  199. </s:complexType>
  200. </s:element>
  201. <s:element name="GetSalesSubItem">
  202. <s:complexType>
  203. <s:sequence>
  204. <s:element minOccurs="0" maxOccurs="1" name="strXML" type="s:string" />
  205. </s:sequence>
  206. </s:complexType>
  207. </s:element>
  208. <s:element name="GetSalesSubItemResponse">
  209. <s:complexType>
  210. <s:sequence>
  211. <s:element minOccurs="0" maxOccurs="1" name="GetSalesSubItemResult" type="s:string" />
  212. </s:sequence>
  213. </s:complexType>
  214. </s:element>
  215. <s:element name="GetAreaMarket">
  216. <s:complexType>
  217. <s:sequence>
  218. <s:element minOccurs="0" maxOccurs="1" name="strXML" type="s:string" />
  219. </s:sequence>
  220. </s:complexType>
  221. </s:element>
  222. <s:element name="GetAreaMarketResponse">
  223. <s:complexType>
  224. <s:sequence>
  225. <s:element minOccurs="0" maxOccurs="1" name="GetAreaMarketResult" type="s:string" />
  226. </s:sequence>
  227. </s:complexType>
  228. </s:element>
  229. <s:element name="GetAreaSignContact">
  230. <s:complexType>
  231. <s:sequence>
  232. <s:element minOccurs="0" maxOccurs="1" name="strXML" type="s:string" />
  233. </s:sequence>
  234. </s:complexType>
  235. </s:element>
  236. <s:element name="GetAreaSignContactResponse">
  237. <s:complexType>
  238. <s:sequence>
  239. <s:element minOccurs="0" maxOccurs="1" name="GetAreaSignContactResult" type="s:string" />
  240. </s:sequence>
  241. </s:complexType>
  242. </s:element>
  243. <s:element name="QueryCardMarket">
  244. <s:complexType>
  245. <s:sequence>
  246. <s:element minOccurs="0" maxOccurs="1" name="strXML" type="s:string" />
  247. </s:sequence>
  248. </s:complexType>
  249. </s:element>
  250. <s:element name="QueryCardMarketResponse">
  251. <s:complexType>
  252. <s:sequence>
  253. <s:element minOccurs="0" maxOccurs="1" name="QueryCardMarketResult" type="s:string" />
  254. </s:sequence>
  255. </s:complexType>
  256. </s:element>
  257. <s:element name="CustomItemSave">
  258. <s:complexType>
  259. <s:sequence>
  260. <s:element minOccurs="0" maxOccurs="1" name="strXML" type="s:string" />
  261. </s:sequence>
  262. </s:complexType>
  263. </s:element>
  264. <s:element name="CustomItemSaveResponse">
  265. <s:complexType>
  266. <s:sequence>
  267. <s:element minOccurs="0" maxOccurs="1" name="CustomItemSaveResult" type="s:string" />
  268. </s:sequence>
  269. </s:complexType>
  270. </s:element>
  271. </s:schema>
  272. </wsdl:types>
  273. <wsdl:message name="checkInSoapIn">
  274. <wsdl:part name="parameters" element="tns:checkIn" />
  275. </wsdl:message>
  276. <wsdl:message name="checkInSoapOut">
  277. <wsdl:part name="parameters" element="tns:checkInResponse" />
  278. </wsdl:message>
  279. <wsdl:message name="checkOutSoapIn">
  280. <wsdl:part name="parameters" element="tns:checkOut" />
  281. </wsdl:message>
  282. <wsdl:message name="checkOutSoapOut">
  283. <wsdl:part name="parameters" element="tns:checkOutResponse" />
  284. </wsdl:message>
  285. <wsdl:message name="saveQuickCheckMethodSoapIn">
  286. <wsdl:part name="parameters" element="tns:saveQuickCheckMethod" />
  287. </wsdl:message>
  288. <wsdl:message name="saveQuickCheckMethodSoapOut">
  289. <wsdl:part name="parameters" element="tns:saveQuickCheckMethodResponse" />
  290. </wsdl:message>
  291. <wsdl:message name="saveQuickCheckItemInfoSoapIn">
  292. <wsdl:part name="parameters" element="tns:saveQuickCheckItemInfo" />
  293. </wsdl:message>
  294. <wsdl:message name="saveQuickCheckItemInfoSoapOut">
  295. <wsdl:part name="parameters" element="tns:saveQuickCheckItemInfoResponse" />
  296. </wsdl:message>
  297. <wsdl:message name="savePurchaseBillSoapIn">
  298. <wsdl:part name="parameters" element="tns:savePurchaseBill" />
  299. </wsdl:message>
  300. <wsdl:message name="savePurchaseBillSoapOut">
  301. <wsdl:part name="parameters" element="tns:savePurchaseBillResponse" />
  302. </wsdl:message>
  303. <wsdl:message name="saveSalesBillSoapIn">
  304. <wsdl:part name="parameters" element="tns:saveSalesBill" />
  305. </wsdl:message>
  306. <wsdl:message name="saveSalesBillSoapOut">
  307. <wsdl:part name="parameters" element="tns:saveSalesBillResponse" />
  308. </wsdl:message>
  309. <wsdl:message name="saveUnitQuickInfoSoapIn">
  310. <wsdl:part name="parameters" element="tns:saveUnitQuickInfo" />
  311. </wsdl:message>
  312. <wsdl:message name="saveUnitQuickInfoSoapOut">
  313. <wsdl:part name="parameters" element="tns:saveUnitQuickInfoResponse" />
  314. </wsdl:message>
  315. <wsdl:message name="saveRegisterQuickSNSoapIn">
  316. <wsdl:part name="parameters" element="tns:saveRegisterQuickSN" />
  317. </wsdl:message>
  318. <wsdl:message name="saveRegisterQuickSNSoapOut">
  319. <wsdl:part name="parameters" element="tns:saveRegisterQuickSNResponse" />
  320. </wsdl:message>
  321. <wsdl:message name="QueryMarketSoapIn">
  322. <wsdl:part name="parameters" element="tns:QueryMarket" />
  323. </wsdl:message>
  324. <wsdl:message name="QueryMarketSoapOut">
  325. <wsdl:part name="parameters" element="tns:QueryMarketResponse" />
  326. </wsdl:message>
  327. <wsdl:message name="QuerySignContactSoapIn">
  328. <wsdl:part name="parameters" element="tns:QuerySignContact" />
  329. </wsdl:message>
  330. <wsdl:message name="QuerySignContactSoapOut">
  331. <wsdl:part name="parameters" element="tns:QuerySignContactResponse" />
  332. </wsdl:message>
  333. <wsdl:message name="QueryCheckItemSoapIn">
  334. <wsdl:part name="parameters" element="tns:QueryCheckItem" />
  335. </wsdl:message>
  336. <wsdl:message name="QueryCheckItemSoapOut">
  337. <wsdl:part name="parameters" element="tns:QueryCheckItemResponse" />
  338. </wsdl:message>
  339. <wsdl:message name="QuerySalesItemSoapIn">
  340. <wsdl:part name="parameters" element="tns:QuerySalesItem" />
  341. </wsdl:message>
  342. <wsdl:message name="QuerySalesItemSoapOut">
  343. <wsdl:part name="parameters" element="tns:QuerySalesItemResponse" />
  344. </wsdl:message>
  345. <wsdl:message name="GetSignContactSoapIn">
  346. <wsdl:part name="parameters" element="tns:GetSignContact" />
  347. </wsdl:message>
  348. <wsdl:message name="GetSignContactSoapOut">
  349. <wsdl:part name="parameters" element="tns:GetSignContactResponse" />
  350. </wsdl:message>
  351. <wsdl:message name="GetSalesItemSoapIn">
  352. <wsdl:part name="parameters" element="tns:GetSalesItem" />
  353. </wsdl:message>
  354. <wsdl:message name="GetSalesItemSoapOut">
  355. <wsdl:part name="parameters" element="tns:GetSalesItemResponse" />
  356. </wsdl:message>
  357. <wsdl:message name="GetSalesSubItemSoapIn">
  358. <wsdl:part name="parameters" element="tns:GetSalesSubItem" />
  359. </wsdl:message>
  360. <wsdl:message name="GetSalesSubItemSoapOut">
  361. <wsdl:part name="parameters" element="tns:GetSalesSubItemResponse" />
  362. </wsdl:message>
  363. <wsdl:message name="GetAreaMarketSoapIn">
  364. <wsdl:part name="parameters" element="tns:GetAreaMarket" />
  365. </wsdl:message>
  366. <wsdl:message name="GetAreaMarketSoapOut">
  367. <wsdl:part name="parameters" element="tns:GetAreaMarketResponse" />
  368. </wsdl:message>
  369. <wsdl:message name="GetAreaSignContactSoapIn">
  370. <wsdl:part name="parameters" element="tns:GetAreaSignContact" />
  371. </wsdl:message>
  372. <wsdl:message name="GetAreaSignContactSoapOut">
  373. <wsdl:part name="parameters" element="tns:GetAreaSignContactResponse" />
  374. </wsdl:message>
  375. <wsdl:message name="QueryCardMarketSoapIn">
  376. <wsdl:part name="parameters" element="tns:QueryCardMarket" />
  377. </wsdl:message>
  378. <wsdl:message name="QueryCardMarketSoapOut">
  379. <wsdl:part name="parameters" element="tns:QueryCardMarketResponse" />
  380. </wsdl:message>
  381. <wsdl:message name="CustomItemSaveSoapIn">
  382. <wsdl:part name="parameters" element="tns:CustomItemSave" />
  383. </wsdl:message>
  384. <wsdl:message name="CustomItemSaveSoapOut">
  385. <wsdl:part name="parameters" element="tns:CustomItemSaveResponse" />
  386. </wsdl:message>
  387. <wsdl:portType name="sDataInfraceSoap">
  388. <wsdl:operation name="checkIn">
  389. <wsdl:input message="tns:checkInSoapIn" />
  390. <wsdl:output message="tns:checkInSoapOut" />
  391. </wsdl:operation>
  392. <wsdl:operation name="checkOut">
  393. <wsdl:input message="tns:checkOutSoapIn" />
  394. <wsdl:output message="tns:checkOutSoapOut" />
  395. </wsdl:operation>
  396. <wsdl:operation name="saveQuickCheckMethod">
  397. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">快检数据录入</wsdl:documentation>
  398. <wsdl:input message="tns:saveQuickCheckMethodSoapIn" />
  399. <wsdl:output message="tns:saveQuickCheckMethodSoapOut" />
  400. </wsdl:operation>
  401. <wsdl:operation name="saveQuickCheckItemInfo">
  402. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">快检数据录入</wsdl:documentation>
  403. <wsdl:input message="tns:saveQuickCheckItemInfoSoapIn" />
  404. <wsdl:output message="tns:saveQuickCheckItemInfoSoapOut" />
  405. </wsdl:operation>
  406. <wsdl:operation name="savePurchaseBill">
  407. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">进货数据录入</wsdl:documentation>
  408. <wsdl:input message="tns:savePurchaseBillSoapIn" />
  409. <wsdl:output message="tns:savePurchaseBillSoapOut" />
  410. </wsdl:operation>
  411. <wsdl:operation name="saveSalesBill">
  412. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">销售数据录入</wsdl:documentation>
  413. <wsdl:input message="tns:saveSalesBillSoapIn" />
  414. <wsdl:output message="tns:saveSalesBillSoapOut" />
  415. </wsdl:operation>
  416. <wsdl:operation name="saveUnitQuickInfo">
  417. <wsdl:input message="tns:saveUnitQuickInfoSoapIn" />
  418. <wsdl:output message="tns:saveUnitQuickInfoSoapOut" />
  419. </wsdl:operation>
  420. <wsdl:operation name="saveRegisterQuickSN">
  421. <wsdl:input message="tns:saveRegisterQuickSNSoapIn" />
  422. <wsdl:output message="tns:saveRegisterQuickSNSoapOut" />
  423. </wsdl:operation>
  424. <wsdl:operation name="QueryMarket">
  425. <wsdl:input message="tns:QueryMarketSoapIn" />
  426. <wsdl:output message="tns:QueryMarketSoapOut" />
  427. </wsdl:operation>
  428. <wsdl:operation name="QuerySignContact">
  429. <wsdl:input message="tns:QuerySignContactSoapIn" />
  430. <wsdl:output message="tns:QuerySignContactSoapOut" />
  431. </wsdl:operation>
  432. <wsdl:operation name="QueryCheckItem">
  433. <wsdl:input message="tns:QueryCheckItemSoapIn" />
  434. <wsdl:output message="tns:QueryCheckItemSoapOut" />
  435. </wsdl:operation>
  436. <wsdl:operation name="QuerySalesItem">
  437. <wsdl:input message="tns:QuerySalesItemSoapIn" />
  438. <wsdl:output message="tns:QuerySalesItemSoapOut" />
  439. </wsdl:operation>
  440. <wsdl:operation name="GetSignContact">
  441. <wsdl:input message="tns:GetSignContactSoapIn" />
  442. <wsdl:output message="tns:GetSignContactSoapOut" />
  443. </wsdl:operation>
  444. <wsdl:operation name="GetSalesItem">
  445. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">获取农产品大类</wsdl:documentation>
  446. <wsdl:input message="tns:GetSalesItemSoapIn" />
  447. <wsdl:output message="tns:GetSalesItemSoapOut" />
  448. </wsdl:operation>
  449. <wsdl:operation name="GetSalesSubItem">
  450. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">获取农产品小类</wsdl:documentation>
  451. <wsdl:input message="tns:GetSalesSubItemSoapIn" />
  452. <wsdl:output message="tns:GetSalesSubItemSoapOut" />
  453. </wsdl:operation>
  454. <wsdl:operation name="GetAreaMarket">
  455. <wsdl:input message="tns:GetAreaMarketSoapIn" />
  456. <wsdl:output message="tns:GetAreaMarketSoapOut" />
  457. </wsdl:operation>
  458. <wsdl:operation name="GetAreaSignContact">
  459. <wsdl:input message="tns:GetAreaSignContactSoapIn" />
  460. <wsdl:output message="tns:GetAreaSignContactSoapOut" />
  461. </wsdl:operation>
  462. <wsdl:operation name="QueryCardMarket">
  463. <wsdl:input message="tns:QueryCardMarketSoapIn" />
  464. <wsdl:output message="tns:QueryCardMarketSoapOut" />
  465. </wsdl:operation>
  466. <wsdl:operation name="CustomItemSave">
  467. <wsdl:input message="tns:CustomItemSaveSoapIn" />
  468. <wsdl:output message="tns:CustomItemSaveSoapOut" />
  469. </wsdl:operation>
  470. </wsdl:portType>
  471. <wsdl:binding name="sDataInfraceSoap" type="tns:sDataInfraceSoap">
  472. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  473. <wsdl:operation name="checkIn">
  474. <soap:operation soapAction="http://tempuri.org/checkIn" style="document" />
  475. <wsdl:input>
  476. <soap:body use="literal" />
  477. </wsdl:input>
  478. <wsdl:output>
  479. <soap:body use="literal" />
  480. </wsdl:output>
  481. </wsdl:operation>
  482. <wsdl:operation name="checkOut">
  483. <soap:operation soapAction="http://tempuri.org/checkOut" style="document" />
  484. <wsdl:input>
  485. <soap:body use="literal" />
  486. </wsdl:input>
  487. <wsdl:output>
  488. <soap:body use="literal" />
  489. </wsdl:output>
  490. </wsdl:operation>
  491. <wsdl:operation name="saveQuickCheckMethod">
  492. <soap:operation soapAction="http://tempuri.org/saveQuickCheckMethod" style="document" />
  493. <wsdl:input>
  494. <soap:body use="literal" />
  495. </wsdl:input>
  496. <wsdl:output>
  497. <soap:body use="literal" />
  498. </wsdl:output>
  499. </wsdl:operation>
  500. <wsdl:operation name="saveQuickCheckItemInfo">
  501. <soap:operation soapAction="http://tempuri.org/saveQuickCheckItemInfo" style="document" />
  502. <wsdl:input>
  503. <soap:body use="literal" />
  504. </wsdl:input>
  505. <wsdl:output>
  506. <soap:body use="literal" />
  507. </wsdl:output>
  508. </wsdl:operation>
  509. <wsdl:operation name="savePurchaseBill">
  510. <soap:operation soapAction="http://tempuri.org/savePurchaseBill" style="document" />
  511. <wsdl:input>
  512. <soap:body use="literal" />
  513. </wsdl:input>
  514. <wsdl:output>
  515. <soap:body use="literal" />
  516. </wsdl:output>
  517. </wsdl:operation>
  518. <wsdl:operation name="saveSalesBill">
  519. <soap:operation soapAction="http://tempuri.org/saveSalesBill" style="document" />
  520. <wsdl:input>
  521. <soap:body use="literal" />
  522. </wsdl:input>
  523. <wsdl:output>
  524. <soap:body use="literal" />
  525. </wsdl:output>
  526. </wsdl:operation>
  527. <wsdl:operation name="saveUnitQuickInfo">
  528. <soap:operation soapAction="http://tempuri.org/saveUnitQuickInfo" style="document" />
  529. <wsdl:input>
  530. <soap:body use="literal" />
  531. </wsdl:input>
  532. <wsdl:output>
  533. <soap:body use="literal" />
  534. </wsdl:output>
  535. </wsdl:operation>
  536. <wsdl:operation name="saveRegisterQuickSN">
  537. <soap:operation soapAction="http://tempuri.org/saveRegisterQuickSN" style="document" />
  538. <wsdl:input>
  539. <soap:body use="literal" />
  540. </wsdl:input>
  541. <wsdl:output>
  542. <soap:body use="literal" />
  543. </wsdl:output>
  544. </wsdl:operation>
  545. <wsdl:operation name="QueryMarket">
  546. <soap:operation soapAction="http://tempuri.org/QueryMarket" style="document" />
  547. <wsdl:input>
  548. <soap:body use="literal" />
  549. </wsdl:input>
  550. <wsdl:output>
  551. <soap:body use="literal" />
  552. </wsdl:output>
  553. </wsdl:operation>
  554. <wsdl:operation name="QuerySignContact">
  555. <soap:operation soapAction="http://tempuri.org/QuerySignContact" style="document" />
  556. <wsdl:input>
  557. <soap:body use="literal" />
  558. </wsdl:input>
  559. <wsdl:output>
  560. <soap:body use="literal" />
  561. </wsdl:output>
  562. </wsdl:operation>
  563. <wsdl:operation name="QueryCheckItem">
  564. <soap:operation soapAction="http://tempuri.org/QueryCheckItem" style="document" />
  565. <wsdl:input>
  566. <soap:body use="literal" />
  567. </wsdl:input>
  568. <wsdl:output>
  569. <soap:body use="literal" />
  570. </wsdl:output>
  571. </wsdl:operation>
  572. <wsdl:operation name="QuerySalesItem">
  573. <soap:operation soapAction="http://tempuri.org/QuerySalesItem" style="document" />
  574. <wsdl:input>
  575. <soap:body use="literal" />
  576. </wsdl:input>
  577. <wsdl:output>
  578. <soap:body use="literal" />
  579. </wsdl:output>
  580. </wsdl:operation>
  581. <wsdl:operation name="GetSignContact">
  582. <soap:operation soapAction="http://tempuri.org/GetSignContact" style="document" />
  583. <wsdl:input>
  584. <soap:body use="literal" />
  585. </wsdl:input>
  586. <wsdl:output>
  587. <soap:body use="literal" />
  588. </wsdl:output>
  589. </wsdl:operation>
  590. <wsdl:operation name="GetSalesItem">
  591. <soap:operation soapAction="http://tempuri.org/GetSalesItem" style="document" />
  592. <wsdl:input>
  593. <soap:body use="literal" />
  594. </wsdl:input>
  595. <wsdl:output>
  596. <soap:body use="literal" />
  597. </wsdl:output>
  598. </wsdl:operation>
  599. <wsdl:operation name="GetSalesSubItem">
  600. <soap:operation soapAction="http://tempuri.org/GetSalesSubItem" style="document" />
  601. <wsdl:input>
  602. <soap:body use="literal" />
  603. </wsdl:input>
  604. <wsdl:output>
  605. <soap:body use="literal" />
  606. </wsdl:output>
  607. </wsdl:operation>
  608. <wsdl:operation name="GetAreaMarket">
  609. <soap:operation soapAction="http://tempuri.org/GetAreaMarket" style="document" />
  610. <wsdl:input>
  611. <soap:body use="literal" />
  612. </wsdl:input>
  613. <wsdl:output>
  614. <soap:body use="literal" />
  615. </wsdl:output>
  616. </wsdl:operation>
  617. <wsdl:operation name="GetAreaSignContact">
  618. <soap:operation soapAction="http://tempuri.org/GetAreaSignContact" style="document" />
  619. <wsdl:input>
  620. <soap:body use="literal" />
  621. </wsdl:input>
  622. <wsdl:output>
  623. <soap:body use="literal" />
  624. </wsdl:output>
  625. </wsdl:operation>
  626. <wsdl:operation name="QueryCardMarket">
  627. <soap:operation soapAction="http://tempuri.org/QueryCardMarket" style="document" />
  628. <wsdl:input>
  629. <soap:body use="literal" />
  630. </wsdl:input>
  631. <wsdl:output>
  632. <soap:body use="literal" />
  633. </wsdl:output>
  634. </wsdl:operation>
  635. <wsdl:operation name="CustomItemSave">
  636. <soap:operation soapAction="http://tempuri.org/CustomItemSave" style="document" />
  637. <wsdl:input>
  638. <soap:body use="literal" />
  639. </wsdl:input>
  640. <wsdl:output>
  641. <soap:body use="literal" />
  642. </wsdl:output>
  643. </wsdl:operation>
  644. </wsdl:binding>
  645. <wsdl:binding name="sDataInfraceSoap12" type="tns:sDataInfraceSoap">
  646. <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
  647. <wsdl:operation name="checkIn">
  648. <soap12:operation soapAction="http://tempuri.org/checkIn" style="document" />
  649. <wsdl:input>
  650. <soap12:body use="literal" />
  651. </wsdl:input>
  652. <wsdl:output>
  653. <soap12:body use="literal" />
  654. </wsdl:output>
  655. </wsdl:operation>
  656. <wsdl:operation name="checkOut">
  657. <soap12:operation soapAction="http://tempuri.org/checkOut" style="document" />
  658. <wsdl:input>
  659. <soap12:body use="literal" />
  660. </wsdl:input>
  661. <wsdl:output>
  662. <soap12:body use="literal" />
  663. </wsdl:output>
  664. </wsdl:operation>
  665. <wsdl:operation name="saveQuickCheckMethod">
  666. <soap12:operation soapAction="http://tempuri.org/saveQuickCheckMethod" style="document" />
  667. <wsdl:input>
  668. <soap12:body use="literal" />
  669. </wsdl:input>
  670. <wsdl:output>
  671. <soap12:body use="literal" />
  672. </wsdl:output>
  673. </wsdl:operation>
  674. <wsdl:operation name="saveQuickCheckItemInfo">
  675. <soap12:operation soapAction="http://tempuri.org/saveQuickCheckItemInfo" style="document" />
  676. <wsdl:input>
  677. <soap12:body use="literal" />
  678. </wsdl:input>
  679. <wsdl:output>
  680. <soap12:body use="literal" />
  681. </wsdl:output>
  682. </wsdl:operation>
  683. <wsdl:operation name="savePurchaseBill">
  684. <soap12:operation soapAction="http://tempuri.org/savePurchaseBill" style="document" />
  685. <wsdl:input>
  686. <soap12:body use="literal" />
  687. </wsdl:input>
  688. <wsdl:output>
  689. <soap12:body use="literal" />
  690. </wsdl:output>
  691. </wsdl:operation>
  692. <wsdl:operation name="saveSalesBill">
  693. <soap12:operation soapAction="http://tempuri.org/saveSalesBill" style="document" />
  694. <wsdl:input>
  695. <soap12:body use="literal" />
  696. </wsdl:input>
  697. <wsdl:output>
  698. <soap12:body use="literal" />
  699. </wsdl:output>
  700. </wsdl:operation>
  701. <wsdl:operation name="saveUnitQuickInfo">
  702. <soap12:operation soapAction="http://tempuri.org/saveUnitQuickInfo" style="document" />
  703. <wsdl:input>
  704. <soap12:body use="literal" />
  705. </wsdl:input>
  706. <wsdl:output>
  707. <soap12:body use="literal" />
  708. </wsdl:output>
  709. </wsdl:operation>
  710. <wsdl:operation name="saveRegisterQuickSN">
  711. <soap12:operation soapAction="http://tempuri.org/saveRegisterQuickSN" style="document" />
  712. <wsdl:input>
  713. <soap12:body use="literal" />
  714. </wsdl:input>
  715. <wsdl:output>
  716. <soap12:body use="literal" />
  717. </wsdl:output>
  718. </wsdl:operation>
  719. <wsdl:operation name="QueryMarket">
  720. <soap12:operation soapAction="http://tempuri.org/QueryMarket" style="document" />
  721. <wsdl:input>
  722. <soap12:body use="literal" />
  723. </wsdl:input>
  724. <wsdl:output>
  725. <soap12:body use="literal" />
  726. </wsdl:output>
  727. </wsdl:operation>
  728. <wsdl:operation name="QuerySignContact">
  729. <soap12:operation soapAction="http://tempuri.org/QuerySignContact" style="document" />
  730. <wsdl:input>
  731. <soap12:body use="literal" />
  732. </wsdl:input>
  733. <wsdl:output>
  734. <soap12:body use="literal" />
  735. </wsdl:output>
  736. </wsdl:operation>
  737. <wsdl:operation name="QueryCheckItem">
  738. <soap12:operation soapAction="http://tempuri.org/QueryCheckItem" style="document" />
  739. <wsdl:input>
  740. <soap12:body use="literal" />
  741. </wsdl:input>
  742. <wsdl:output>
  743. <soap12:body use="literal" />
  744. </wsdl:output>
  745. </wsdl:operation>
  746. <wsdl:operation name="QuerySalesItem">
  747. <soap12:operation soapAction="http://tempuri.org/QuerySalesItem" style="document" />
  748. <wsdl:input>
  749. <soap12:body use="literal" />
  750. </wsdl:input>
  751. <wsdl:output>
  752. <soap12:body use="literal" />
  753. </wsdl:output>
  754. </wsdl:operation>
  755. <wsdl:operation name="GetSignContact">
  756. <soap12:operation soapAction="http://tempuri.org/GetSignContact" style="document" />
  757. <wsdl:input>
  758. <soap12:body use="literal" />
  759. </wsdl:input>
  760. <wsdl:output>
  761. <soap12:body use="literal" />
  762. </wsdl:output>
  763. </wsdl:operation>
  764. <wsdl:operation name="GetSalesItem">
  765. <soap12:operation soapAction="http://tempuri.org/GetSalesItem" style="document" />
  766. <wsdl:input>
  767. <soap12:body use="literal" />
  768. </wsdl:input>
  769. <wsdl:output>
  770. <soap12:body use="literal" />
  771. </wsdl:output>
  772. </wsdl:operation>
  773. <wsdl:operation name="GetSalesSubItem">
  774. <soap12:operation soapAction="http://tempuri.org/GetSalesSubItem" style="document" />
  775. <wsdl:input>
  776. <soap12:body use="literal" />
  777. </wsdl:input>
  778. <wsdl:output>
  779. <soap12:body use="literal" />
  780. </wsdl:output>
  781. </wsdl:operation>
  782. <wsdl:operation name="GetAreaMarket">
  783. <soap12:operation soapAction="http://tempuri.org/GetAreaMarket" style="document" />
  784. <wsdl:input>
  785. <soap12:body use="literal" />
  786. </wsdl:input>
  787. <wsdl:output>
  788. <soap12:body use="literal" />
  789. </wsdl:output>
  790. </wsdl:operation>
  791. <wsdl:operation name="GetAreaSignContact">
  792. <soap12:operation soapAction="http://tempuri.org/GetAreaSignContact" style="document" />
  793. <wsdl:input>
  794. <soap12:body use="literal" />
  795. </wsdl:input>
  796. <wsdl:output>
  797. <soap12:body use="literal" />
  798. </wsdl:output>
  799. </wsdl:operation>
  800. <wsdl:operation name="QueryCardMarket">
  801. <soap12:operation soapAction="http://tempuri.org/QueryCardMarket" style="document" />
  802. <wsdl:input>
  803. <soap12:body use="literal" />
  804. </wsdl:input>
  805. <wsdl:output>
  806. <soap12:body use="literal" />
  807. </wsdl:output>
  808. </wsdl:operation>
  809. <wsdl:operation name="CustomItemSave">
  810. <soap12:operation soapAction="http://tempuri.org/CustomItemSave" style="document" />
  811. <wsdl:input>
  812. <soap12:body use="literal" />
  813. </wsdl:input>
  814. <wsdl:output>
  815. <soap12:body use="literal" />
  816. </wsdl:output>
  817. </wsdl:operation>
  818. </wsdl:binding>
  819. <wsdl:service name="sDataInfrace">
  820. <wsdl:port name="sDataInfraceSoap" binding="tns:sDataInfraceSoap">
  821. <soap:address location="http://ncp.szscgl.com:9000/Interface/sDataInfrace.asmx" />
  822. </wsdl:port>
  823. <wsdl:port name="sDataInfraceSoap12" binding="tns:sDataInfraceSoap12">
  824. <soap12:address location="http://ncp.szscgl.com:9000/Interface/sDataInfrace.asmx" />
  825. </wsdl:port>
  826. </wsdl:service>
  827. </wsdl:definitions>