PMModuleService.wsdl 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <wsdl:definitions xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="Dongke.IBOSS.PRD.WCF.Contracts" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="Dongke.IBOSS.PRD.WCF.Contracts" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  3. <wsdl:types>
  4. <xsd:schema targetNamespace="Dongke.IBOSS.PRD.WCF.Contracts/Imports">
  5. <xsd:import schemaLocation="http://127.0.0.1:5678/DKService/PMModuleService?xsd=xsd0" namespace="Dongke.IBOSS.PRD.WCF.Contracts" />
  6. <xsd:import schemaLocation="http://127.0.0.1:5678/DKService/PMModuleService?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  7. <xsd:import schemaLocation="http://127.0.0.1:5678/DKService/PMModuleService?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" />
  8. <xsd:import schemaLocation="http://127.0.0.1:5678/DKService/PMModuleService?xsd=xsd3" />
  9. <xsd:import schemaLocation="http://127.0.0.1:5678/DKService/PMModuleService?xsd=xsd4" namespace="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels.PMModule" />
  10. <xsd:import schemaLocation="http://127.0.0.1:5678/DKService/PMModuleService?xsd=xsd5" namespace="http://schemas.datacontract.org/2004/07/System.Data" />
  11. <xsd:import schemaLocation="http://127.0.0.1:5678/DKService/PMModuleService?xsd=xsd6" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  12. </xsd:schema>
  13. </wsdl:types>
  14. <wsdl:message name="IPMModule_GetFPM0101SData_InputMessage">
  15. <wsdl:part name="parameters" element="tns:GetFPM0101SData" />
  16. </wsdl:message>
  17. <wsdl:message name="IPMModule_GetFPM0101SData_OutputMessage">
  18. <wsdl:part name="parameters" element="tns:GetFPM0101SDataResponse" />
  19. </wsdl:message>
  20. <wsdl:message name="IPMModule_GetGroutingDaily_InputMessage">
  21. <wsdl:part name="parameters" element="tns:GetGroutingDaily" />
  22. </wsdl:message>
  23. <wsdl:message name="IPMModule_GetGroutingDaily_OutputMessage">
  24. <wsdl:part name="parameters" element="tns:GetGroutingDailyResponse" />
  25. </wsdl:message>
  26. <wsdl:message name="IPMModule_GetGroutingDailyDetailByMainId_InputMessage">
  27. <wsdl:part name="parameters" element="tns:GetGroutingDailyDetailByMainId" />
  28. </wsdl:message>
  29. <wsdl:message name="IPMModule_GetGroutingDailyDetailByMainId_OutputMessage">
  30. <wsdl:part name="parameters" element="tns:GetGroutingDailyDetailByMainIdResponse" />
  31. </wsdl:message>
  32. <wsdl:message name="IPMModule_AddGroutingDaily_InputMessage">
  33. <wsdl:part name="parameters" element="tns:AddGroutingDaily" />
  34. </wsdl:message>
  35. <wsdl:message name="IPMModule_AddGroutingDaily_OutputMessage">
  36. <wsdl:part name="parameters" element="tns:AddGroutingDailyResponse" />
  37. </wsdl:message>
  38. <wsdl:message name="IPMModule_UpdateGroutingDaily_InputMessage">
  39. <wsdl:part name="parameters" element="tns:UpdateGroutingDaily" />
  40. </wsdl:message>
  41. <wsdl:message name="IPMModule_UpdateGroutingDaily_OutputMessage">
  42. <wsdl:part name="parameters" element="tns:UpdateGroutingDailyResponse" />
  43. </wsdl:message>
  44. <wsdl:message name="IPMModule_GetGroutingProductByDetailId_InputMessage">
  45. <wsdl:part name="parameters" element="tns:GetGroutingProductByDetailId" />
  46. </wsdl:message>
  47. <wsdl:message name="IPMModule_GetGroutingProductByDetailId_OutputMessage">
  48. <wsdl:part name="parameters" element="tns:GetGroutingProductByDetailIdResponse" />
  49. </wsdl:message>
  50. <wsdl:message name="IPMModule_UpdateBarCode_InputMessage">
  51. <wsdl:part name="parameters" element="tns:UpdateBarCode" />
  52. </wsdl:message>
  53. <wsdl:message name="IPMModule_UpdateBarCode_OutputMessage">
  54. <wsdl:part name="parameters" element="tns:UpdateBarCodeResponse" />
  55. </wsdl:message>
  56. <wsdl:message name="IPMModule_GetCanManyTimes_InputMessage">
  57. <wsdl:part name="parameters" element="tns:GetCanManyTimes" />
  58. </wsdl:message>
  59. <wsdl:message name="IPMModule_GetCanManyTimes_OutputMessage">
  60. <wsdl:part name="parameters" element="tns:GetCanManyTimesResponse" />
  61. </wsdl:message>
  62. <wsdl:message name="IPMModule_GetGDailyDetailLeftBarCode_InputMessage">
  63. <wsdl:part name="parameters" element="tns:GetGDailyDetailLeftBarCode" />
  64. </wsdl:message>
  65. <wsdl:message name="IPMModule_GetGDailyDetailLeftBarCode_OutputMessage">
  66. <wsdl:part name="parameters" element="tns:GetGDailyDetailLeftBarCodeResponse" />
  67. </wsdl:message>
  68. <wsdl:message name="IPMModule_AddBarCode_InputMessage">
  69. <wsdl:part name="parameters" element="tns:AddBarCode" />
  70. </wsdl:message>
  71. <wsdl:message name="IPMModule_AddBarCode_OutputMessage">
  72. <wsdl:part name="parameters" element="tns:AddBarCodeResponse" />
  73. </wsdl:message>
  74. <wsdl:message name="IPMModule_BarCodesIsRepeat_InputMessage">
  75. <wsdl:part name="parameters" element="tns:BarCodesIsRepeat" />
  76. </wsdl:message>
  77. <wsdl:message name="IPMModule_BarCodesIsRepeat_OutputMessage">
  78. <wsdl:part name="parameters" element="tns:BarCodesIsRepeatResponse" />
  79. </wsdl:message>
  80. <wsdl:message name="IPMModule_GetMaxGroutingCountByMouldCode_InputMessage">
  81. <wsdl:part name="parameters" element="tns:GetMaxGroutingCountByMouldCode" />
  82. </wsdl:message>
  83. <wsdl:message name="IPMModule_GetMaxGroutingCountByMouldCode_OutputMessage">
  84. <wsdl:part name="parameters" element="tns:GetMaxGroutingCountByMouldCodeResponse" />
  85. </wsdl:message>
  86. <wsdl:message name="IPMModule_GetMouldCodeFromHistoryByTime_InputMessage">
  87. <wsdl:part name="parameters" element="tns:GetMouldCodeFromHistoryByTime" />
  88. </wsdl:message>
  89. <wsdl:message name="IPMModule_GetMouldCodeFromHistoryByTime_OutputMessage">
  90. <wsdl:part name="parameters" element="tns:GetMouldCodeFromHistoryByTimeResponse" />
  91. </wsdl:message>
  92. <wsdl:message name="IPMModule_GetBarCode_InputMessage">
  93. <wsdl:part name="parameters" element="tns:GetBarCode" />
  94. </wsdl:message>
  95. <wsdl:message name="IPMModule_GetBarCode_OutputMessage">
  96. <wsdl:part name="parameters" element="tns:GetBarCodeResponse" />
  97. </wsdl:message>
  98. <wsdl:message name="IPMModule_GetInProductionAndProductionData_InputMessage">
  99. <wsdl:part name="parameters" element="tns:GetInProductionAndProductionData" />
  100. </wsdl:message>
  101. <wsdl:message name="IPMModule_GetInProductionAndProductionData_OutputMessage">
  102. <wsdl:part name="parameters" element="tns:GetInProductionAndProductionDataResponse" />
  103. </wsdl:message>
  104. <wsdl:message name="IPMModule_AddScrapProduct_InputMessage">
  105. <wsdl:part name="parameters" element="tns:AddScrapProduct" />
  106. </wsdl:message>
  107. <wsdl:message name="IPMModule_AddScrapProduct_OutputMessage">
  108. <wsdl:part name="parameters" element="tns:AddScrapProductResponse" />
  109. </wsdl:message>
  110. <wsdl:message name="IPMModule_OpenInProductionAndProductionData_InputMessage">
  111. <wsdl:part name="parameters" element="tns:OpenInProductionAndProductionData" />
  112. </wsdl:message>
  113. <wsdl:message name="IPMModule_OpenInProductionAndProductionData_OutputMessage">
  114. <wsdl:part name="parameters" element="tns:OpenInProductionAndProductionDataResponse" />
  115. </wsdl:message>
  116. <wsdl:message name="IPMModule_GetScrapProduct_InputMessage">
  117. <wsdl:part name="parameters" element="tns:GetScrapProduct" />
  118. </wsdl:message>
  119. <wsdl:message name="IPMModule_GetScrapProduct_OutputMessage">
  120. <wsdl:part name="parameters" element="tns:GetScrapProductResponse" />
  121. </wsdl:message>
  122. <wsdl:message name="IPMModule_GetScrapResponsibleByResponProcedureID_InputMessage">
  123. <wsdl:part name="parameters" element="tns:GetScrapResponsibleByResponProcedureID" />
  124. </wsdl:message>
  125. <wsdl:message name="IPMModule_GetScrapResponsibleByResponProcedureID_OutputMessage">
  126. <wsdl:part name="parameters" element="tns:GetScrapResponsibleByResponProcedureIDResponse" />
  127. </wsdl:message>
  128. <wsdl:message name="IPMModule_GetScrapResponsibleBySPId_InputMessage">
  129. <wsdl:part name="parameters" element="tns:GetScrapResponsibleBySPId" />
  130. </wsdl:message>
  131. <wsdl:message name="IPMModule_GetScrapResponsibleBySPId_OutputMessage">
  132. <wsdl:part name="parameters" element="tns:GetScrapResponsibleBySPIdResponse" />
  133. </wsdl:message>
  134. <wsdl:message name="IPMModule_UpdateScrapProduct_InputMessage">
  135. <wsdl:part name="parameters" element="tns:UpdateScrapProduct" />
  136. </wsdl:message>
  137. <wsdl:message name="IPMModule_UpdateScrapProduct_OutputMessage">
  138. <wsdl:part name="parameters" element="tns:UpdateScrapProductResponse" />
  139. </wsdl:message>
  140. <wsdl:message name="IPMModule_GetResponProcedureBySPId_InputMessage">
  141. <wsdl:part name="parameters" element="tns:GetResponProcedureBySPId" />
  142. </wsdl:message>
  143. <wsdl:message name="IPMModule_GetResponProcedureBySPId_OutputMessage">
  144. <wsdl:part name="parameters" element="tns:GetResponProcedureBySPIdResponse" />
  145. </wsdl:message>
  146. <wsdl:message name="IPMModule_ScrapProductChack_InputMessage">
  147. <wsdl:part name="parameters" element="tns:ScrapProductChack" />
  148. </wsdl:message>
  149. <wsdl:message name="IPMModule_ScrapProductChack_OutputMessage">
  150. <wsdl:part name="parameters" element="tns:ScrapProductChackResponse" />
  151. </wsdl:message>
  152. <wsdl:message name="IPMModule_AuditScrapProduct_InputMessage">
  153. <wsdl:part name="parameters" element="tns:AuditScrapProduct" />
  154. </wsdl:message>
  155. <wsdl:message name="IPMModule_AuditScrapProduct_OutputMessage">
  156. <wsdl:part name="parameters" element="tns:AuditScrapProductResponse" />
  157. </wsdl:message>
  158. <wsdl:message name="IPMModule_GetInProductionByBarcode_InputMessage">
  159. <wsdl:part name="parameters" element="tns:GetInProductionByBarcode" />
  160. </wsdl:message>
  161. <wsdl:message name="IPMModule_GetInProductionByBarcode_OutputMessage">
  162. <wsdl:part name="parameters" element="tns:GetInProductionByBarcodeResponse" />
  163. </wsdl:message>
  164. <wsdl:message name="IPMModule_SearchProductionData_InputMessage">
  165. <wsdl:part name="parameters" element="tns:SearchProductionData" />
  166. </wsdl:message>
  167. <wsdl:message name="IPMModule_SearchProductionData_OutputMessage">
  168. <wsdl:part name="parameters" element="tns:SearchProductionDataResponse" />
  169. </wsdl:message>
  170. <wsdl:message name="IPMModule_GetProductionData_InputMessage">
  171. <wsdl:part name="parameters" element="tns:GetProductionData" />
  172. </wsdl:message>
  173. <wsdl:message name="IPMModule_GetProductionData_OutputMessage">
  174. <wsdl:part name="parameters" element="tns:GetProductionDataResponse" />
  175. </wsdl:message>
  176. <wsdl:message name="IPMModule_GetProductionDataPDA_InputMessage">
  177. <wsdl:part name="parameters" element="tns:GetProductionDataPDA" />
  178. </wsdl:message>
  179. <wsdl:message name="IPMModule_GetProductionDataPDA_OutputMessage">
  180. <wsdl:part name="parameters" element="tns:GetProductionDataPDAResponse" />
  181. </wsdl:message>
  182. <wsdl:message name="IPMModule_GetProcedureDataEntityByID_InputMessage">
  183. <wsdl:part name="parameters" element="tns:GetProcedureDataEntityByID" />
  184. </wsdl:message>
  185. <wsdl:message name="IPMModule_GetProcedureDataEntityByID_OutputMessage">
  186. <wsdl:part name="parameters" element="tns:GetProcedureDataEntityByIDResponse" />
  187. </wsdl:message>
  188. <wsdl:message name="IPMModule_DecideUserInProcedure_InputMessage">
  189. <wsdl:part name="parameters" element="tns:DecideUserInProcedure" />
  190. </wsdl:message>
  191. <wsdl:message name="IPMModule_DecideUserInProcedure_OutputMessage">
  192. <wsdl:part name="parameters" element="tns:DecideUserInProcedureResponse" />
  193. </wsdl:message>
  194. <wsdl:message name="IPMModule_CheckBarcode_InputMessage">
  195. <wsdl:part name="parameters" element="tns:CheckBarcode" />
  196. </wsdl:message>
  197. <wsdl:message name="IPMModule_CheckBarcode_OutputMessage">
  198. <wsdl:part name="parameters" element="tns:CheckBarcodeResponse" />
  199. </wsdl:message>
  200. <wsdl:message name="IPMModule_CheckProcedureUser_InputMessage">
  201. <wsdl:part name="parameters" element="tns:CheckProcedureUser" />
  202. </wsdl:message>
  203. <wsdl:message name="IPMModule_CheckProcedureUser_OutputMessage">
  204. <wsdl:part name="parameters" element="tns:CheckProcedureUserResponse" />
  205. </wsdl:message>
  206. <wsdl:message name="IPMModule_SaveProductionData_InputMessage">
  207. <wsdl:part name="parameters" element="tns:SaveProductionData" />
  208. </wsdl:message>
  209. <wsdl:message name="IPMModule_SaveProductionData_OutputMessage">
  210. <wsdl:part name="parameters" element="tns:SaveProductionDataResponse" />
  211. </wsdl:message>
  212. <wsdl:message name="IPMModule_AddWorkPiece_InputMessage">
  213. <wsdl:part name="parameters" element="tns:AddWorkPiece" />
  214. </wsdl:message>
  215. <wsdl:message name="IPMModule_AddWorkPiece_OutputMessage">
  216. <wsdl:part name="parameters" element="tns:AddWorkPieceResponse" />
  217. </wsdl:message>
  218. <wsdl:message name="IPMModule_CheckKilnCar_InputMessage">
  219. <wsdl:part name="parameters" element="tns:CheckKilnCar" />
  220. </wsdl:message>
  221. <wsdl:message name="IPMModule_CheckKilnCar_OutputMessage">
  222. <wsdl:part name="parameters" element="tns:CheckKilnCarResponse" />
  223. </wsdl:message>
  224. <wsdl:message name="IPMModule_AddCheckBarcode_InputMessage">
  225. <wsdl:part name="parameters" element="tns:AddCheckBarcode" />
  226. </wsdl:message>
  227. <wsdl:message name="IPMModule_AddCheckBarcode_OutputMessage">
  228. <wsdl:part name="parameters" element="tns:AddCheckBarcodeResponse" />
  229. </wsdl:message>
  230. <wsdl:message name="IPMModule_GetProductionByBarcode_InputMessage">
  231. <wsdl:part name="parameters" element="tns:GetProductionByBarcode" />
  232. </wsdl:message>
  233. <wsdl:message name="IPMModule_GetProductionByBarcode_OutputMessage">
  234. <wsdl:part name="parameters" element="tns:GetProductionByBarcodeResponse" />
  235. </wsdl:message>
  236. <wsdl:message name="IPMModule_GetReworkProcedureByBarcode_InputMessage">
  237. <wsdl:part name="parameters" element="tns:GetReworkProcedureByBarcode" />
  238. </wsdl:message>
  239. <wsdl:message name="IPMModule_GetReworkProcedureByBarcode_OutputMessage">
  240. <wsdl:part name="parameters" element="tns:GetReworkProcedureByBarcodeResponse" />
  241. </wsdl:message>
  242. <wsdl:message name="IPMModule_GetDefectByProcedure_InputMessage">
  243. <wsdl:part name="parameters" element="tns:GetDefectByProcedure" />
  244. </wsdl:message>
  245. <wsdl:message name="IPMModule_GetDefectByProcedure_OutputMessage">
  246. <wsdl:part name="parameters" element="tns:GetDefectByProcedureResponse" />
  247. </wsdl:message>
  248. <wsdl:message name="IPMModule_GetDefectLocaionByGoodsID_InputMessage">
  249. <wsdl:part name="parameters" element="tns:GetDefectLocaionByGoodsID" />
  250. </wsdl:message>
  251. <wsdl:message name="IPMModule_GetDefectLocaionByGoodsID_OutputMessage">
  252. <wsdl:part name="parameters" element="tns:GetDefectLocaionByGoodsIDResponse" />
  253. </wsdl:message>
  254. <wsdl:message name="IPMModule_GetDutyProcedureByBarCode_InputMessage">
  255. <wsdl:part name="parameters" element="tns:GetDutyProcedureByBarCode" />
  256. </wsdl:message>
  257. <wsdl:message name="IPMModule_GetDutyProcedureByBarCode_OutputMessage">
  258. <wsdl:part name="parameters" element="tns:GetDutyProcedureByBarCodeResponse" />
  259. </wsdl:message>
  260. <wsdl:message name="IPMModule_GetDutyProcedureCodeByBarCode_InputMessage">
  261. <wsdl:part name="parameters" element="tns:GetDutyProcedureCodeByBarCode" />
  262. </wsdl:message>
  263. <wsdl:message name="IPMModule_GetDutyProcedureCodeByBarCode_OutputMessage">
  264. <wsdl:part name="parameters" element="tns:GetDutyProcedureCodeByBarCodeResponse" />
  265. </wsdl:message>
  266. <wsdl:message name="IPMModule_GetDutyJobsCodeByUser_InputMessage">
  267. <wsdl:part name="parameters" element="tns:GetDutyJobsCodeByUser" />
  268. </wsdl:message>
  269. <wsdl:message name="IPMModule_GetDutyJobsCodeByUser_OutputMessage">
  270. <wsdl:part name="parameters" element="tns:GetDutyJobsCodeByUserResponse" />
  271. </wsdl:message>
  272. <wsdl:message name="IPMModule_GetDutyStaffByUserIDAndJobs_InputMessage">
  273. <wsdl:part name="parameters" element="tns:GetDutyStaffByUserIDAndJobs" />
  274. </wsdl:message>
  275. <wsdl:message name="IPMModule_GetDutyStaffByUserIDAndJobs_OutputMessage">
  276. <wsdl:part name="parameters" element="tns:GetDutyStaffByUserIDAndJobsResponse" />
  277. </wsdl:message>
  278. <wsdl:message name="IPMModule_SearcStaffAdminRAPInfo_InputMessage">
  279. <wsdl:part name="parameters" element="tns:SearcStaffAdminRAPInfo" />
  280. </wsdl:message>
  281. <wsdl:message name="IPMModule_SearcStaffAdminRAPInfo_OutputMessage">
  282. <wsdl:part name="parameters" element="tns:SearcStaffAdminRAPInfoResponse" />
  283. </wsdl:message>
  284. <wsdl:message name="IPMModule_AddCelsiusRecord_InputMessage">
  285. <wsdl:part name="parameters" element="tns:AddCelsiusRecord" />
  286. </wsdl:message>
  287. <wsdl:message name="IPMModule_AddCelsiusRecord_OutputMessage">
  288. <wsdl:part name="parameters" element="tns:AddCelsiusRecordResponse" />
  289. </wsdl:message>
  290. <wsdl:message name="IPMModule_UpdateCelsiusRecord_InputMessage">
  291. <wsdl:part name="parameters" element="tns:UpdateCelsiusRecord" />
  292. </wsdl:message>
  293. <wsdl:message name="IPMModule_UpdateCelsiusRecord_OutputMessage">
  294. <wsdl:part name="parameters" element="tns:UpdateCelsiusRecordResponse" />
  295. </wsdl:message>
  296. <wsdl:message name="IPMModule_GetCelsiusRecord_InputMessage">
  297. <wsdl:part name="parameters" element="tns:GetCelsiusRecord" />
  298. </wsdl:message>
  299. <wsdl:message name="IPMModule_GetCelsiusRecord_OutputMessage">
  300. <wsdl:part name="parameters" element="tns:GetCelsiusRecordResponse" />
  301. </wsdl:message>
  302. <wsdl:message name="IPMModule_GetCelsiusRecordView_InputMessage">
  303. <wsdl:part name="parameters" element="tns:GetCelsiusRecordView" />
  304. </wsdl:message>
  305. <wsdl:message name="IPMModule_GetCelsiusRecordView_OutputMessage">
  306. <wsdl:part name="parameters" element="tns:GetCelsiusRecordViewResponse" />
  307. </wsdl:message>
  308. <wsdl:message name="IPMModule_EditCelsiusRecord_InputMessage">
  309. <wsdl:part name="parameters" element="tns:EditCelsiusRecord" />
  310. </wsdl:message>
  311. <wsdl:message name="IPMModule_EditCelsiusRecord_OutputMessage">
  312. <wsdl:part name="parameters" element="tns:EditCelsiusRecordResponse" />
  313. </wsdl:message>
  314. <wsdl:message name="IPMModule_GetGroutingCountByUser_InputMessage">
  315. <wsdl:part name="parameters" element="tns:GetGroutingCountByUser" />
  316. </wsdl:message>
  317. <wsdl:message name="IPMModule_GetGroutingCountByUser_OutputMessage">
  318. <wsdl:part name="parameters" element="tns:GetGroutingCountByUserResponse" />
  319. </wsdl:message>
  320. <wsdl:message name="IPMModule_SaveStaffProgressRAPInfo_InputMessage">
  321. <wsdl:part name="parameters" element="tns:SaveStaffProgressRAPInfo" />
  322. </wsdl:message>
  323. <wsdl:message name="IPMModule_SaveStaffProgressRAPInfo_OutputMessage">
  324. <wsdl:part name="parameters" element="tns:SaveStaffProgressRAPInfoResponse" />
  325. </wsdl:message>
  326. <wsdl:message name="IPMModule_SaveStaffProgressRAPApprovalInfo_InputMessage">
  327. <wsdl:part name="parameters" element="tns:SaveStaffProgressRAPApprovalInfo" />
  328. </wsdl:message>
  329. <wsdl:message name="IPMModule_SaveStaffProgressRAPApprovalInfo_OutputMessage">
  330. <wsdl:part name="parameters" element="tns:SaveStaffProgressRAPApprovalInfoResponse" />
  331. </wsdl:message>
  332. <wsdl:message name="IPMModule_SetStaffProgressRAPValueFlag_InputMessage">
  333. <wsdl:part name="parameters" element="tns:SetStaffProgressRAPValueFlag" />
  334. </wsdl:message>
  335. <wsdl:message name="IPMModule_SetStaffProgressRAPValueFlag_OutputMessage">
  336. <wsdl:part name="parameters" element="tns:SetStaffProgressRAPValueFlagResponse" />
  337. </wsdl:message>
  338. <wsdl:message name="IPMModule_GetKilnCarByBarCode_InputMessage">
  339. <wsdl:part name="parameters" element="tns:GetKilnCarByBarCode" />
  340. </wsdl:message>
  341. <wsdl:message name="IPMModule_GetKilnCarByBarCode_OutputMessage">
  342. <wsdl:part name="parameters" element="tns:GetKilnCarByBarCodeResponse" />
  343. </wsdl:message>
  344. <wsdl:message name="IPMModule_GetProductionDefectByProductionDataID_InputMessage">
  345. <wsdl:part name="parameters" element="tns:GetProductionDefectByProductionDataID" />
  346. </wsdl:message>
  347. <wsdl:message name="IPMModule_GetProductionDefectByProductionDataID_OutputMessage">
  348. <wsdl:part name="parameters" element="tns:GetProductionDefectByProductionDataIDResponse" />
  349. </wsdl:message>
  350. <wsdl:message name="IPMModule_GetReworkProcedureByProcedureID_InputMessage">
  351. <wsdl:part name="parameters" element="tns:GetReworkProcedureByProcedureID" />
  352. </wsdl:message>
  353. <wsdl:message name="IPMModule_GetReworkProcedureByProcedureID_OutputMessage">
  354. <wsdl:part name="parameters" element="tns:GetReworkProcedureByProcedureIDResponse" />
  355. </wsdl:message>
  356. <wsdl:message name="IPMModule_GetInProductionData_InputMessage">
  357. <wsdl:part name="parameters" element="tns:GetInProductionData" />
  358. </wsdl:message>
  359. <wsdl:message name="IPMModule_GetInProductionData_OutputMessage">
  360. <wsdl:part name="parameters" element="tns:GetInProductionDataResponse" />
  361. </wsdl:message>
  362. <wsdl:message name="IPMModule_GetFinishedProductionData_InputMessage">
  363. <wsdl:part name="parameters" element="tns:GetFinishedProductionData" />
  364. </wsdl:message>
  365. <wsdl:message name="IPMModule_GetFinishedProductionData_OutputMessage">
  366. <wsdl:part name="parameters" element="tns:GetFinishedProductionDataResponse" />
  367. </wsdl:message>
  368. <wsdl:message name="IPMModule_GetSearchSemiTestListModule_InputMessage">
  369. <wsdl:part name="parameters" element="tns:GetSearchSemiTestListModule" />
  370. </wsdl:message>
  371. <wsdl:message name="IPMModule_GetSearchSemiTestListModule_OutputMessage">
  372. <wsdl:part name="parameters" element="tns:GetSearchSemiTestListModuleResponse" />
  373. </wsdl:message>
  374. <wsdl:message name="IPMModule_CheckCancelLoadCar_InputMessage">
  375. <wsdl:part name="parameters" element="tns:CheckCancelLoadCar" />
  376. </wsdl:message>
  377. <wsdl:message name="IPMModule_CheckCancelLoadCar_OutputMessage">
  378. <wsdl:part name="parameters" element="tns:CheckCancelLoadCarResponse" />
  379. </wsdl:message>
  380. <wsdl:message name="IPMModule_AddCancelLoadCar_InputMessage">
  381. <wsdl:part name="parameters" element="tns:AddCancelLoadCar" />
  382. </wsdl:message>
  383. <wsdl:message name="IPMModule_AddCancelLoadCar_OutputMessage">
  384. <wsdl:part name="parameters" element="tns:AddCancelLoadCarResponse" />
  385. </wsdl:message>
  386. <wsdl:message name="IPMModule_GetProductionDataByID_InputMessage">
  387. <wsdl:part name="parameters" element="tns:GetProductionDataByID" />
  388. </wsdl:message>
  389. <wsdl:message name="IPMModule_GetProductionDataByID_OutputMessage">
  390. <wsdl:part name="parameters" element="tns:GetProductionDataByIDResponse" />
  391. </wsdl:message>
  392. <wsdl:message name="IPMModule_GetCompleteProcedureID_InputMessage">
  393. <wsdl:part name="parameters" element="tns:GetCompleteProcedureID" />
  394. </wsdl:message>
  395. <wsdl:message name="IPMModule_GetCompleteProcedureID_OutputMessage">
  396. <wsdl:part name="parameters" element="tns:GetCompleteProcedureIDResponse" />
  397. </wsdl:message>
  398. <wsdl:message name="IPMModule_DeleteProductionDataByID_InputMessage">
  399. <wsdl:part name="parameters" element="tns:DeleteProductionDataByID" />
  400. </wsdl:message>
  401. <wsdl:message name="IPMModule_DeleteProductionDataByID_OutputMessage">
  402. <wsdl:part name="parameters" element="tns:DeleteProductionDataByIDResponse" />
  403. </wsdl:message>
  404. <wsdl:message name="IPMModule_GetGroutingProducttByBarCode_InputMessage">
  405. <wsdl:part name="parameters" element="tns:GetGroutingProducttByBarCode" />
  406. </wsdl:message>
  407. <wsdl:message name="IPMModule_GetGroutingProducttByBarCode_OutputMessage">
  408. <wsdl:part name="parameters" element="tns:GetGroutingProducttByBarCodeResponse" />
  409. </wsdl:message>
  410. <wsdl:message name="IPMModule_GetDutyStaffByUserID_InputMessage">
  411. <wsdl:part name="parameters" element="tns:GetDutyStaffByUserID" />
  412. </wsdl:message>
  413. <wsdl:message name="IPMModule_GetDutyStaffByUserID_OutputMessage">
  414. <wsdl:part name="parameters" element="tns:GetDutyStaffByUserIDResponse" />
  415. </wsdl:message>
  416. <wsdl:message name="IPMModule_GetMissedStaffByUserID_InputMessage">
  417. <wsdl:part name="parameters" element="tns:GetMissedStaffByUserID" />
  418. </wsdl:message>
  419. <wsdl:message name="IPMModule_GetMissedStaffByUserID_OutputMessage">
  420. <wsdl:part name="parameters" element="tns:GetMissedStaffByUserIDResponse" />
  421. </wsdl:message>
  422. <wsdl:message name="IPMModule_AddSemiTest_InputMessage">
  423. <wsdl:part name="parameters" element="tns:AddSemiTest" />
  424. </wsdl:message>
  425. <wsdl:message name="IPMModule_AddSemiTest_OutputMessage">
  426. <wsdl:part name="parameters" element="tns:AddSemiTestResponse" />
  427. </wsdl:message>
  428. <wsdl:message name="IPMModule_GetSemiTestByID_InputMessage">
  429. <wsdl:part name="parameters" element="tns:GetSemiTestByID" />
  430. </wsdl:message>
  431. <wsdl:message name="IPMModule_GetSemiTestByID_OutputMessage">
  432. <wsdl:part name="parameters" element="tns:GetSemiTestByIDResponse" />
  433. </wsdl:message>
  434. <wsdl:message name="IPMModule_DeleteSemiTestDataByID_InputMessage">
  435. <wsdl:part name="parameters" element="tns:DeleteSemiTestDataByID" />
  436. </wsdl:message>
  437. <wsdl:message name="IPMModule_DeleteSemiTestDataByID_OutputMessage">
  438. <wsdl:part name="parameters" element="tns:DeleteSemiTestDataByIDResponse" />
  439. </wsdl:message>
  440. <wsdl:message name="IPMModule_ValidateOPTimeStamp_InputMessage">
  441. <wsdl:part name="parameters" element="tns:ValidateOPTimeStamp" />
  442. </wsdl:message>
  443. <wsdl:message name="IPMModule_ValidateOPTimeStamp_OutputMessage">
  444. <wsdl:part name="parameters" element="tns:ValidateOPTimeStampResponse" />
  445. </wsdl:message>
  446. <wsdl:message name="IPMModule_UpdateSemiTestByID_InputMessage">
  447. <wsdl:part name="parameters" element="tns:UpdateSemiTestByID" />
  448. </wsdl:message>
  449. <wsdl:message name="IPMModule_UpdateSemiTestByID_OutputMessage">
  450. <wsdl:part name="parameters" element="tns:UpdateSemiTestByIDResponse" />
  451. </wsdl:message>
  452. <wsdl:message name="IPMModule_SearchSemiTestList_InputMessage">
  453. <wsdl:part name="parameters" element="tns:SearchSemiTestList" />
  454. </wsdl:message>
  455. <wsdl:message name="IPMModule_SearchSemiTestList_OutputMessage">
  456. <wsdl:part name="parameters" element="tns:SearchSemiTestListResponse" />
  457. </wsdl:message>
  458. <wsdl:message name="IPMModule_SearchSemiTestInfo_InputMessage">
  459. <wsdl:part name="parameters" element="tns:SearchSemiTestInfo" />
  460. </wsdl:message>
  461. <wsdl:message name="IPMModule_SearchSemiTestInfo_OutputMessage">
  462. <wsdl:part name="parameters" element="tns:SearchSemiTestInfoResponse" />
  463. </wsdl:message>
  464. <wsdl:message name="IPMModule_GetDutyStaffByUserJobsID_InputMessage">
  465. <wsdl:part name="parameters" element="tns:GetDutyStaffByUserJobsID" />
  466. </wsdl:message>
  467. <wsdl:message name="IPMModule_GetDutyStaffByUserJobsID_OutputMessage">
  468. <wsdl:part name="parameters" element="tns:GetDutyStaffByUserJobsIDResponse" />
  469. </wsdl:message>
  470. <wsdl:message name="IPMModule_SearchSemiTestDetailInfo_InputMessage">
  471. <wsdl:part name="parameters" element="tns:SearchSemiTestDetailInfo" />
  472. </wsdl:message>
  473. <wsdl:message name="IPMModule_SearchSemiTestDetailInfo_OutputMessage">
  474. <wsdl:part name="parameters" element="tns:SearchSemiTestDetailInfoResponse" />
  475. </wsdl:message>
  476. <wsdl:message name="IPMModule_GetSubstandardInfo_InputMessage">
  477. <wsdl:part name="parameters" element="tns:GetSubstandardInfo" />
  478. </wsdl:message>
  479. <wsdl:message name="IPMModule_GetSubstandardInfo_OutputMessage">
  480. <wsdl:part name="parameters" element="tns:GetSubstandardInfoResponse" />
  481. </wsdl:message>
  482. <wsdl:message name="IPMModule_GetReFine_InputMessage">
  483. <wsdl:part name="parameters" element="tns:GetReFine" />
  484. </wsdl:message>
  485. <wsdl:message name="IPMModule_GetReFine_OutputMessage">
  486. <wsdl:part name="parameters" element="tns:GetReFineResponse" />
  487. </wsdl:message>
  488. <wsdl:message name="IPMModule_AddBarCodeMissing_InputMessage">
  489. <wsdl:part name="parameters" element="tns:AddBarCodeMissing" />
  490. </wsdl:message>
  491. <wsdl:message name="IPMModule_AddBarCodeMissing_OutputMessage">
  492. <wsdl:part name="parameters" element="tns:AddBarCodeMissingResponse" />
  493. </wsdl:message>
  494. <wsdl:portType name="IPMModule">
  495. <wsdl:operation name="GetFPM0101SData">
  496. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetFPM0101SData" message="tns:IPMModule_GetFPM0101SData_InputMessage" />
  497. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetFPM0101SDataResponse" message="tns:IPMModule_GetFPM0101SData_OutputMessage" />
  498. </wsdl:operation>
  499. <wsdl:operation name="GetGroutingDaily">
  500. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetGroutingDaily" message="tns:IPMModule_GetGroutingDaily_InputMessage" />
  501. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetGroutingDailyResponse" message="tns:IPMModule_GetGroutingDaily_OutputMessage" />
  502. </wsdl:operation>
  503. <wsdl:operation name="GetGroutingDailyDetailByMainId">
  504. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetGroutingDailyDetailByMainId" message="tns:IPMModule_GetGroutingDailyDetailByMainId_InputMessage" />
  505. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetGroutingDailyDetailByMainIdResponse" message="tns:IPMModule_GetGroutingDailyDetailByMainId_OutputMessage" />
  506. </wsdl:operation>
  507. <wsdl:operation name="AddGroutingDaily">
  508. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/AddGroutingDaily" message="tns:IPMModule_AddGroutingDaily_InputMessage" />
  509. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/AddGroutingDailyResponse" message="tns:IPMModule_AddGroutingDaily_OutputMessage" />
  510. </wsdl:operation>
  511. <wsdl:operation name="UpdateGroutingDaily">
  512. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/UpdateGroutingDaily" message="tns:IPMModule_UpdateGroutingDaily_InputMessage" />
  513. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/UpdateGroutingDailyResponse" message="tns:IPMModule_UpdateGroutingDaily_OutputMessage" />
  514. </wsdl:operation>
  515. <wsdl:operation name="GetGroutingProductByDetailId">
  516. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetGroutingProductByDetailId" message="tns:IPMModule_GetGroutingProductByDetailId_InputMessage" />
  517. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetGroutingProductByDetailIdResponse" message="tns:IPMModule_GetGroutingProductByDetailId_OutputMessage" />
  518. </wsdl:operation>
  519. <wsdl:operation name="UpdateBarCode">
  520. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/UpdateBarCode" message="tns:IPMModule_UpdateBarCode_InputMessage" />
  521. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/UpdateBarCodeResponse" message="tns:IPMModule_UpdateBarCode_OutputMessage" />
  522. </wsdl:operation>
  523. <wsdl:operation name="GetCanManyTimes">
  524. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetCanManyTimes" message="tns:IPMModule_GetCanManyTimes_InputMessage" />
  525. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetCanManyTimesResponse" message="tns:IPMModule_GetCanManyTimes_OutputMessage" />
  526. </wsdl:operation>
  527. <wsdl:operation name="GetGDailyDetailLeftBarCode">
  528. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetGDailyDetailLeftBarCode" message="tns:IPMModule_GetGDailyDetailLeftBarCode_InputMessage" />
  529. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetGDailyDetailLeftBarCodeResponse" message="tns:IPMModule_GetGDailyDetailLeftBarCode_OutputMessage" />
  530. </wsdl:operation>
  531. <wsdl:operation name="AddBarCode">
  532. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/AddBarCode" message="tns:IPMModule_AddBarCode_InputMessage" />
  533. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/AddBarCodeResponse" message="tns:IPMModule_AddBarCode_OutputMessage" />
  534. </wsdl:operation>
  535. <wsdl:operation name="BarCodesIsRepeat">
  536. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/BarCodesIsRepeat" message="tns:IPMModule_BarCodesIsRepeat_InputMessage" />
  537. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/BarCodesIsRepeatResponse" message="tns:IPMModule_BarCodesIsRepeat_OutputMessage" />
  538. </wsdl:operation>
  539. <wsdl:operation name="GetMaxGroutingCountByMouldCode">
  540. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetMaxGroutingCountByMouldCode" message="tns:IPMModule_GetMaxGroutingCountByMouldCode_InputMessage" />
  541. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetMaxGroutingCountByMouldCodeResponse" message="tns:IPMModule_GetMaxGroutingCountByMouldCode_OutputMessage" />
  542. </wsdl:operation>
  543. <wsdl:operation name="GetMouldCodeFromHistoryByTime">
  544. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetMouldCodeFromHistoryByTime" message="tns:IPMModule_GetMouldCodeFromHistoryByTime_InputMessage" />
  545. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetMouldCodeFromHistoryByTimeResponse" message="tns:IPMModule_GetMouldCodeFromHistoryByTime_OutputMessage" />
  546. </wsdl:operation>
  547. <wsdl:operation name="GetBarCode">
  548. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetBarCode" message="tns:IPMModule_GetBarCode_InputMessage" />
  549. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetBarCodeResponse" message="tns:IPMModule_GetBarCode_OutputMessage" />
  550. </wsdl:operation>
  551. <wsdl:operation name="GetInProductionAndProductionData">
  552. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetInProductionAndProductionData" message="tns:IPMModule_GetInProductionAndProductionData_InputMessage" />
  553. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetInProductionAndProductionDataResponse" message="tns:IPMModule_GetInProductionAndProductionData_OutputMessage" />
  554. </wsdl:operation>
  555. <wsdl:operation name="AddScrapProduct">
  556. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/AddScrapProduct" message="tns:IPMModule_AddScrapProduct_InputMessage" />
  557. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/AddScrapProductResponse" message="tns:IPMModule_AddScrapProduct_OutputMessage" />
  558. </wsdl:operation>
  559. <wsdl:operation name="OpenInProductionAndProductionData">
  560. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/OpenInProductionAndProductionData" message="tns:IPMModule_OpenInProductionAndProductionData_InputMessage" />
  561. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/OpenInProductionAndProductionDataResponse" message="tns:IPMModule_OpenInProductionAndProductionData_OutputMessage" />
  562. </wsdl:operation>
  563. <wsdl:operation name="GetScrapProduct">
  564. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetScrapProduct" message="tns:IPMModule_GetScrapProduct_InputMessage" />
  565. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetScrapProductResponse" message="tns:IPMModule_GetScrapProduct_OutputMessage" />
  566. </wsdl:operation>
  567. <wsdl:operation name="GetScrapResponsibleByResponProcedureID">
  568. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetScrapResponsibleByResponProcedureID" message="tns:IPMModule_GetScrapResponsibleByResponProcedureID_InputMessage" />
  569. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetScrapResponsibleByResponProcedureIDResponse" message="tns:IPMModule_GetScrapResponsibleByResponProcedureID_OutputMessage" />
  570. </wsdl:operation>
  571. <wsdl:operation name="GetScrapResponsibleBySPId">
  572. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetScrapResponsibleBySPId" message="tns:IPMModule_GetScrapResponsibleBySPId_InputMessage" />
  573. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetScrapResponsibleBySPIdResponse" message="tns:IPMModule_GetScrapResponsibleBySPId_OutputMessage" />
  574. </wsdl:operation>
  575. <wsdl:operation name="UpdateScrapProduct">
  576. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/UpdateScrapProduct" message="tns:IPMModule_UpdateScrapProduct_InputMessage" />
  577. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/UpdateScrapProductResponse" message="tns:IPMModule_UpdateScrapProduct_OutputMessage" />
  578. </wsdl:operation>
  579. <wsdl:operation name="GetResponProcedureBySPId">
  580. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetResponProcedureBySPId" message="tns:IPMModule_GetResponProcedureBySPId_InputMessage" />
  581. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetResponProcedureBySPIdResponse" message="tns:IPMModule_GetResponProcedureBySPId_OutputMessage" />
  582. </wsdl:operation>
  583. <wsdl:operation name="ScrapProductChack">
  584. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/ScrapProductChack" message="tns:IPMModule_ScrapProductChack_InputMessage" />
  585. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/ScrapProductChackResponse" message="tns:IPMModule_ScrapProductChack_OutputMessage" />
  586. </wsdl:operation>
  587. <wsdl:operation name="AuditScrapProduct">
  588. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/AuditScrapProduct" message="tns:IPMModule_AuditScrapProduct_InputMessage" />
  589. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/AuditScrapProductResponse" message="tns:IPMModule_AuditScrapProduct_OutputMessage" />
  590. </wsdl:operation>
  591. <wsdl:operation name="GetInProductionByBarcode">
  592. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetInProductionByBarcode" message="tns:IPMModule_GetInProductionByBarcode_InputMessage" />
  593. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetInProductionByBarcodeResponse" message="tns:IPMModule_GetInProductionByBarcode_OutputMessage" />
  594. </wsdl:operation>
  595. <wsdl:operation name="SearchProductionData">
  596. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/SearchProductionData" message="tns:IPMModule_SearchProductionData_InputMessage" />
  597. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/SearchProductionDataResponse" message="tns:IPMModule_SearchProductionData_OutputMessage" />
  598. </wsdl:operation>
  599. <wsdl:operation name="GetProductionData">
  600. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetProductionData" message="tns:IPMModule_GetProductionData_InputMessage" />
  601. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetProductionDataResponse" message="tns:IPMModule_GetProductionData_OutputMessage" />
  602. </wsdl:operation>
  603. <wsdl:operation name="GetProductionDataPDA">
  604. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetProductionDataPDA" message="tns:IPMModule_GetProductionDataPDA_InputMessage" />
  605. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetProductionDataPDAResponse" message="tns:IPMModule_GetProductionDataPDA_OutputMessage" />
  606. </wsdl:operation>
  607. <wsdl:operation name="GetProcedureDataEntityByID">
  608. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetProcedureDataEntityByID" message="tns:IPMModule_GetProcedureDataEntityByID_InputMessage" />
  609. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetProcedureDataEntityByIDResponse" message="tns:IPMModule_GetProcedureDataEntityByID_OutputMessage" />
  610. </wsdl:operation>
  611. <wsdl:operation name="DecideUserInProcedure">
  612. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/DecideUserInProcedure" message="tns:IPMModule_DecideUserInProcedure_InputMessage" />
  613. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/DecideUserInProcedureResponse" message="tns:IPMModule_DecideUserInProcedure_OutputMessage" />
  614. </wsdl:operation>
  615. <wsdl:operation name="CheckBarcode">
  616. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/CheckBarcode" message="tns:IPMModule_CheckBarcode_InputMessage" />
  617. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/CheckBarcodeResponse" message="tns:IPMModule_CheckBarcode_OutputMessage" />
  618. </wsdl:operation>
  619. <wsdl:operation name="CheckProcedureUser">
  620. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/CheckProcedureUser" message="tns:IPMModule_CheckProcedureUser_InputMessage" />
  621. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/CheckProcedureUserResponse" message="tns:IPMModule_CheckProcedureUser_OutputMessage" />
  622. </wsdl:operation>
  623. <wsdl:operation name="SaveProductionData">
  624. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/SaveProductionData" message="tns:IPMModule_SaveProductionData_InputMessage" />
  625. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/SaveProductionDataResponse" message="tns:IPMModule_SaveProductionData_OutputMessage" />
  626. </wsdl:operation>
  627. <wsdl:operation name="AddWorkPiece">
  628. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/AddWorkPiece" message="tns:IPMModule_AddWorkPiece_InputMessage" />
  629. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/AddWorkPieceResponse" message="tns:IPMModule_AddWorkPiece_OutputMessage" />
  630. </wsdl:operation>
  631. <wsdl:operation name="CheckKilnCar">
  632. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/CheckKilnCar" message="tns:IPMModule_CheckKilnCar_InputMessage" />
  633. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/CheckKilnCarResponse" message="tns:IPMModule_CheckKilnCar_OutputMessage" />
  634. </wsdl:operation>
  635. <wsdl:operation name="AddCheckBarcode">
  636. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/AddCheckBarcode" message="tns:IPMModule_AddCheckBarcode_InputMessage" />
  637. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/AddCheckBarcodeResponse" message="tns:IPMModule_AddCheckBarcode_OutputMessage" />
  638. </wsdl:operation>
  639. <wsdl:operation name="GetProductionByBarcode">
  640. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetProductionByBarcode" message="tns:IPMModule_GetProductionByBarcode_InputMessage" />
  641. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetProductionByBarcodeResponse" message="tns:IPMModule_GetProductionByBarcode_OutputMessage" />
  642. </wsdl:operation>
  643. <wsdl:operation name="GetReworkProcedureByBarcode">
  644. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetReworkProcedureByBarcode" message="tns:IPMModule_GetReworkProcedureByBarcode_InputMessage" />
  645. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetReworkProcedureByBarcodeResponse" message="tns:IPMModule_GetReworkProcedureByBarcode_OutputMessage" />
  646. </wsdl:operation>
  647. <wsdl:operation name="GetDefectByProcedure">
  648. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetDefectByProcedure" message="tns:IPMModule_GetDefectByProcedure_InputMessage" />
  649. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetDefectByProcedureResponse" message="tns:IPMModule_GetDefectByProcedure_OutputMessage" />
  650. </wsdl:operation>
  651. <wsdl:operation name="GetDefectLocaionByGoodsID">
  652. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetDefectLocaionByGoodsID" message="tns:IPMModule_GetDefectLocaionByGoodsID_InputMessage" />
  653. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetDefectLocaionByGoodsIDResponse" message="tns:IPMModule_GetDefectLocaionByGoodsID_OutputMessage" />
  654. </wsdl:operation>
  655. <wsdl:operation name="GetDutyProcedureByBarCode">
  656. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetDutyProcedureByBarCode" message="tns:IPMModule_GetDutyProcedureByBarCode_InputMessage" />
  657. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetDutyProcedureByBarCodeResponse" message="tns:IPMModule_GetDutyProcedureByBarCode_OutputMessage" />
  658. </wsdl:operation>
  659. <wsdl:operation name="GetDutyProcedureCodeByBarCode">
  660. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetDutyProcedureCodeByBarCode" message="tns:IPMModule_GetDutyProcedureCodeByBarCode_InputMessage" />
  661. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetDutyProcedureCodeByBarCodeResponse" message="tns:IPMModule_GetDutyProcedureCodeByBarCode_OutputMessage" />
  662. </wsdl:operation>
  663. <wsdl:operation name="GetDutyJobsCodeByUser">
  664. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetDutyJobsCodeByUser" message="tns:IPMModule_GetDutyJobsCodeByUser_InputMessage" />
  665. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetDutyJobsCodeByUserResponse" message="tns:IPMModule_GetDutyJobsCodeByUser_OutputMessage" />
  666. </wsdl:operation>
  667. <wsdl:operation name="GetDutyStaffByUserIDAndJobs">
  668. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetDutyStaffByUserIDAndJobs" message="tns:IPMModule_GetDutyStaffByUserIDAndJobs_InputMessage" />
  669. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetDutyStaffByUserIDAndJobsResponse" message="tns:IPMModule_GetDutyStaffByUserIDAndJobs_OutputMessage" />
  670. </wsdl:operation>
  671. <wsdl:operation name="SearcStaffAdminRAPInfo">
  672. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/SearcStaffAdminRAPInfo" message="tns:IPMModule_SearcStaffAdminRAPInfo_InputMessage" />
  673. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/SearcStaffAdminRAPInfoResponse" message="tns:IPMModule_SearcStaffAdminRAPInfo_OutputMessage" />
  674. </wsdl:operation>
  675. <wsdl:operation name="AddCelsiusRecord">
  676. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/AddCelsiusRecord" message="tns:IPMModule_AddCelsiusRecord_InputMessage" />
  677. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/AddCelsiusRecordResponse" message="tns:IPMModule_AddCelsiusRecord_OutputMessage" />
  678. </wsdl:operation>
  679. <wsdl:operation name="UpdateCelsiusRecord">
  680. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/UpdateCelsiusRecord" message="tns:IPMModule_UpdateCelsiusRecord_InputMessage" />
  681. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/UpdateCelsiusRecordResponse" message="tns:IPMModule_UpdateCelsiusRecord_OutputMessage" />
  682. </wsdl:operation>
  683. <wsdl:operation name="GetCelsiusRecord">
  684. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetCelsiusRecord" message="tns:IPMModule_GetCelsiusRecord_InputMessage" />
  685. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetCelsiusRecordResponse" message="tns:IPMModule_GetCelsiusRecord_OutputMessage" />
  686. </wsdl:operation>
  687. <wsdl:operation name="GetCelsiusRecordView">
  688. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetCelsiusRecordView" message="tns:IPMModule_GetCelsiusRecordView_InputMessage" />
  689. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetCelsiusRecordViewResponse" message="tns:IPMModule_GetCelsiusRecordView_OutputMessage" />
  690. </wsdl:operation>
  691. <wsdl:operation name="EditCelsiusRecord">
  692. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/EditCelsiusRecord" message="tns:IPMModule_EditCelsiusRecord_InputMessage" />
  693. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/EditCelsiusRecordResponse" message="tns:IPMModule_EditCelsiusRecord_OutputMessage" />
  694. </wsdl:operation>
  695. <wsdl:operation name="GetGroutingCountByUser">
  696. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetGroutingCountByUser" message="tns:IPMModule_GetGroutingCountByUser_InputMessage" />
  697. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetGroutingCountByUserResponse" message="tns:IPMModule_GetGroutingCountByUser_OutputMessage" />
  698. </wsdl:operation>
  699. <wsdl:operation name="SaveStaffProgressRAPInfo">
  700. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/SaveStaffProgressRAPInfo" message="tns:IPMModule_SaveStaffProgressRAPInfo_InputMessage" />
  701. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/SaveStaffProgressRAPInfoResponse" message="tns:IPMModule_SaveStaffProgressRAPInfo_OutputMessage" />
  702. </wsdl:operation>
  703. <wsdl:operation name="SaveStaffProgressRAPApprovalInfo">
  704. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/SaveStaffProgressRAPApprovalInfo" message="tns:IPMModule_SaveStaffProgressRAPApprovalInfo_InputMessage" />
  705. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/SaveStaffProgressRAPApprovalInfoResponse" message="tns:IPMModule_SaveStaffProgressRAPApprovalInfo_OutputMessage" />
  706. </wsdl:operation>
  707. <wsdl:operation name="SetStaffProgressRAPValueFlag">
  708. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/SetStaffProgressRAPValueFlag" message="tns:IPMModule_SetStaffProgressRAPValueFlag_InputMessage" />
  709. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/SetStaffProgressRAPValueFlagResponse" message="tns:IPMModule_SetStaffProgressRAPValueFlag_OutputMessage" />
  710. </wsdl:operation>
  711. <wsdl:operation name="GetKilnCarByBarCode">
  712. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetKilnCarByBarCode" message="tns:IPMModule_GetKilnCarByBarCode_InputMessage" />
  713. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetKilnCarByBarCodeResponse" message="tns:IPMModule_GetKilnCarByBarCode_OutputMessage" />
  714. </wsdl:operation>
  715. <wsdl:operation name="GetProductionDefectByProductionDataID">
  716. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetProductionDefectByProductionDataID" message="tns:IPMModule_GetProductionDefectByProductionDataID_InputMessage" />
  717. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetProductionDefectByProductionDataIDResponse" message="tns:IPMModule_GetProductionDefectByProductionDataID_OutputMessage" />
  718. </wsdl:operation>
  719. <wsdl:operation name="GetReworkProcedureByProcedureID">
  720. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetReworkProcedureByProcedureID" message="tns:IPMModule_GetReworkProcedureByProcedureID_InputMessage" />
  721. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetReworkProcedureByProcedureIDResponse" message="tns:IPMModule_GetReworkProcedureByProcedureID_OutputMessage" />
  722. </wsdl:operation>
  723. <wsdl:operation name="GetInProductionData">
  724. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetInProductionData" message="tns:IPMModule_GetInProductionData_InputMessage" />
  725. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetInProductionDataResponse" message="tns:IPMModule_GetInProductionData_OutputMessage" />
  726. </wsdl:operation>
  727. <wsdl:operation name="GetFinishedProductionData">
  728. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetFinishedProductionData" message="tns:IPMModule_GetFinishedProductionData_InputMessage" />
  729. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetFinishedProductionDataResponse" message="tns:IPMModule_GetFinishedProductionData_OutputMessage" />
  730. </wsdl:operation>
  731. <wsdl:operation name="GetSearchSemiTestListModule">
  732. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetSearchSemiTestListModule" message="tns:IPMModule_GetSearchSemiTestListModule_InputMessage" />
  733. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetSearchSemiTestListModuleResponse" message="tns:IPMModule_GetSearchSemiTestListModule_OutputMessage" />
  734. </wsdl:operation>
  735. <wsdl:operation name="CheckCancelLoadCar">
  736. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/CheckCancelLoadCar" message="tns:IPMModule_CheckCancelLoadCar_InputMessage" />
  737. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/CheckCancelLoadCarResponse" message="tns:IPMModule_CheckCancelLoadCar_OutputMessage" />
  738. </wsdl:operation>
  739. <wsdl:operation name="AddCancelLoadCar">
  740. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/AddCancelLoadCar" message="tns:IPMModule_AddCancelLoadCar_InputMessage" />
  741. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/AddCancelLoadCarResponse" message="tns:IPMModule_AddCancelLoadCar_OutputMessage" />
  742. </wsdl:operation>
  743. <wsdl:operation name="GetProductionDataByID">
  744. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetProductionDataByID" message="tns:IPMModule_GetProductionDataByID_InputMessage" />
  745. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetProductionDataByIDResponse" message="tns:IPMModule_GetProductionDataByID_OutputMessage" />
  746. </wsdl:operation>
  747. <wsdl:operation name="GetCompleteProcedureID">
  748. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetCompleteProcedureID" message="tns:IPMModule_GetCompleteProcedureID_InputMessage" />
  749. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetCompleteProcedureIDResponse" message="tns:IPMModule_GetCompleteProcedureID_OutputMessage" />
  750. </wsdl:operation>
  751. <wsdl:operation name="DeleteProductionDataByID">
  752. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/DeleteProductionDataByID" message="tns:IPMModule_DeleteProductionDataByID_InputMessage" />
  753. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/DeleteProductionDataByIDResponse" message="tns:IPMModule_DeleteProductionDataByID_OutputMessage" />
  754. </wsdl:operation>
  755. <wsdl:operation name="GetGroutingProducttByBarCode">
  756. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetGroutingProducttByBarCode" message="tns:IPMModule_GetGroutingProducttByBarCode_InputMessage" />
  757. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetGroutingProducttByBarCodeResponse" message="tns:IPMModule_GetGroutingProducttByBarCode_OutputMessage" />
  758. </wsdl:operation>
  759. <wsdl:operation name="GetDutyStaffByUserID">
  760. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetDutyStaffByUserID" message="tns:IPMModule_GetDutyStaffByUserID_InputMessage" />
  761. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetDutyStaffByUserIDResponse" message="tns:IPMModule_GetDutyStaffByUserID_OutputMessage" />
  762. </wsdl:operation>
  763. <wsdl:operation name="GetMissedStaffByUserID">
  764. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetMissedStaffByUserID" message="tns:IPMModule_GetMissedStaffByUserID_InputMessage" />
  765. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetMissedStaffByUserIDResponse" message="tns:IPMModule_GetMissedStaffByUserID_OutputMessage" />
  766. </wsdl:operation>
  767. <wsdl:operation name="AddSemiTest">
  768. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/AddSemiTest" message="tns:IPMModule_AddSemiTest_InputMessage" />
  769. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/AddSemiTestResponse" message="tns:IPMModule_AddSemiTest_OutputMessage" />
  770. </wsdl:operation>
  771. <wsdl:operation name="GetSemiTestByID">
  772. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetSemiTestByID" message="tns:IPMModule_GetSemiTestByID_InputMessage" />
  773. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetSemiTestByIDResponse" message="tns:IPMModule_GetSemiTestByID_OutputMessage" />
  774. </wsdl:operation>
  775. <wsdl:operation name="DeleteSemiTestDataByID">
  776. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/DeleteSemiTestDataByID" message="tns:IPMModule_DeleteSemiTestDataByID_InputMessage" />
  777. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/DeleteSemiTestDataByIDResponse" message="tns:IPMModule_DeleteSemiTestDataByID_OutputMessage" />
  778. </wsdl:operation>
  779. <wsdl:operation name="ValidateOPTimeStamp">
  780. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/ValidateOPTimeStamp" message="tns:IPMModule_ValidateOPTimeStamp_InputMessage" />
  781. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/ValidateOPTimeStampResponse" message="tns:IPMModule_ValidateOPTimeStamp_OutputMessage" />
  782. </wsdl:operation>
  783. <wsdl:operation name="UpdateSemiTestByID">
  784. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/UpdateSemiTestByID" message="tns:IPMModule_UpdateSemiTestByID_InputMessage" />
  785. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/UpdateSemiTestByIDResponse" message="tns:IPMModule_UpdateSemiTestByID_OutputMessage" />
  786. </wsdl:operation>
  787. <wsdl:operation name="SearchSemiTestList">
  788. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/SearchSemiTestList" message="tns:IPMModule_SearchSemiTestList_InputMessage" />
  789. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/SearchSemiTestListResponse" message="tns:IPMModule_SearchSemiTestList_OutputMessage" />
  790. </wsdl:operation>
  791. <wsdl:operation name="SearchSemiTestInfo">
  792. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/SearchSemiTestInfo" message="tns:IPMModule_SearchSemiTestInfo_InputMessage" />
  793. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/SearchSemiTestInfoResponse" message="tns:IPMModule_SearchSemiTestInfo_OutputMessage" />
  794. </wsdl:operation>
  795. <wsdl:operation name="GetDutyStaffByUserJobsID">
  796. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetDutyStaffByUserJobsID" message="tns:IPMModule_GetDutyStaffByUserJobsID_InputMessage" />
  797. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetDutyStaffByUserJobsIDResponse" message="tns:IPMModule_GetDutyStaffByUserJobsID_OutputMessage" />
  798. </wsdl:operation>
  799. <wsdl:operation name="SearchSemiTestDetailInfo">
  800. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/SearchSemiTestDetailInfo" message="tns:IPMModule_SearchSemiTestDetailInfo_InputMessage" />
  801. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/SearchSemiTestDetailInfoResponse" message="tns:IPMModule_SearchSemiTestDetailInfo_OutputMessage" />
  802. </wsdl:operation>
  803. <wsdl:operation name="GetSubstandardInfo">
  804. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetSubstandardInfo" message="tns:IPMModule_GetSubstandardInfo_InputMessage" />
  805. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetSubstandardInfoResponse" message="tns:IPMModule_GetSubstandardInfo_OutputMessage" />
  806. </wsdl:operation>
  807. <wsdl:operation name="GetReFine">
  808. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetReFine" message="tns:IPMModule_GetReFine_InputMessage" />
  809. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/GetReFineResponse" message="tns:IPMModule_GetReFine_OutputMessage" />
  810. </wsdl:operation>
  811. <wsdl:operation name="AddBarCodeMissing">
  812. <wsdl:input wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/AddBarCodeMissing" message="tns:IPMModule_AddBarCodeMissing_InputMessage" />
  813. <wsdl:output wsaw:Action="Dongke.IBOSS.PRD.WCF.Contracts/IPMModule/AddBarCodeMissingResponse" message="tns:IPMModule_AddBarCodeMissing_OutputMessage" />
  814. </wsdl:operation>
  815. </wsdl:portType>
  816. </wsdl:definitions>