From da458077fb008ba91b5552130ce78ae0c0caa30f Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期一, 09 十二月 2024 16:50:29 +0800 Subject: [PATCH] 四维尔工业二期:根据plc采集信息,使用MQTT通讯,实现接收信息后打印条码 --- WebAPI/Web References/WebS/WebService1.wsdl | 498 ++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 343 insertions(+), 155 deletions(-) diff --git a/WebAPI/Web References/WebS/WebService1.wsdl b/WebAPI/Web References/WebS/WebService1.wsdl index dc40be4..4f87e92 100644 --- a/WebAPI/Web References/WebS/WebService1.wsdl +++ b/WebAPI/Web References/WebS/WebService1.wsdl @@ -2,6 +2,80 @@ <wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:types> <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/"> + <s:element name="get_CheckTypeByMouldSource"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HHMaker" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="get_CheckTypeByMouldSourceResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="get_CheckTypeByMouldSourceResult" type="tns:ClsKf_ICStockBill_Mould" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:complexType name="ClsKf_ICStockBill_Mould"> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="HItemID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HBarType" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HWhNumber" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HWhName" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HSPFlag" type="s:boolean" /> + <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HSPNumber" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HSPName" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HDeptNumber" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HDeptName" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HSupNumber" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HSupName" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HOWNERNAME" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HCustom" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HMulSourceFlag" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HStockStyle" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HStockInOrgID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HStockInOrgName" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HStockOutOrgID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HStockOutOrgName" type="s:string" /> + </s:sequence> + </s:complexType> + <s:element name="getMouldSourceBillList"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HHMaker" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="getMouldSourceBillListResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="getMouldSourceBillListResult" type="tns:ClsKf_ICStockBill_Mould" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> <s:element name="Get_CheckTypeByMouldBarCode_ProdCheckStock"> <s:complexType> <s:sequence> @@ -345,6 +419,9 @@ <s:element minOccurs="0" maxOccurs="1" name="HStockOutOrgName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HRemark" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HBack" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HSourceBarCodeFlag" type="s:boolean" /> </s:sequence> </s:complexType> <s:element name="get_CheckTypeByBarCode_PackUnion"> @@ -1137,6 +1214,9 @@ <s:element minOccurs="0" maxOccurs="1" name="Kf_POStockInBill_SourceWHSPCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_POStockInBill_AutoBarCode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_POStockInBill_DeleterAndMakerMustSame" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_POStockInBillCheck_MustQtyCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_POStockInBillCheck_WHSPCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_POStockInBillCheck_MultilineCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_ProductInBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_ProductInBill_SaveAutoAddnew" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_ProductInBill_ERPMode" type="s:string" /> @@ -1150,6 +1230,9 @@ <s:element minOccurs="0" maxOccurs="1" name="Kf_ProductInBill_SourceWHSPCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_ProductInBill_Display" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_ProductInBill_DeleterAndMakerMustSame" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_ProductInBillCheck_MustQtyCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_ProductInBillCheck_WHSPCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_ProductInBillCheck_MultilineCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherInBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherInBill_SaveAutoAddnew" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherInBill_ERPMode" type="s:string" /> @@ -1444,6 +1527,39 @@ <s:element minOccurs="0" maxOccurs="1" name="BarCode_AutoMateOutBackBillWMS" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="BarCode_AutoSellOutBackBillWMS" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="BarCode_DeleterAndMakerMustSame" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldProdInBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldProdInBill_BarCodeQty" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldProdOutBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldProdOutBill_BarCodeQty" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldProdOutBill_SaveAutoAddnew" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldProdOutBill_DeleterAndMakerMustSame" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldProdOutBill_MouldLifeCtrl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldProdOutBill_MouldLifeCtrlType" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldProdBackBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldProdBackBill_BarCodeQty" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldRepairOutBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldRepairOutBill_BarCodeQty" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldRepairInBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldRepairInBill_BarCodeQty" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldOtherInBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldOtherInBill_BarCodeQty" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldOtherOutBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldOtherOutBill_BarCodeQty" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldBorrowInBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldBorrowInBill_BarCodeQty" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldBorrowOutBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldBorrowOutBill_BarCodeQty" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldScrapInBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldScrapInBill_BarCodeQty" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldScrapOutBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldScrapOutBill_BarCodeQty" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldProdMoveBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldProdMoveBill_BarCodeQty" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldMoveStockStepOutBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldMoveStockStepOutBill_BarCodeQty" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldMoveStockStepInBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldMoveStockStepInBill_BarCodeQty" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldProdCheckStockBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_ICMOBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_ICMOBill_SaveAutoAddnew" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_ICMOBill_AutoProcExchBill" type="s:string" /> @@ -1452,6 +1568,7 @@ <s:element minOccurs="0" maxOccurs="1" name="Sc_ProcessExchangeBill_SaveAutoAddnew" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_ProcessExchangeBill_AutoBarCode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_ProcessExchangeBill_DeleterAndMakerMustSame" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_ProcessExchangeBill_SaveDeptIsNull" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_FIFOCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_FullMoveCtl" type="s:string" /> @@ -1468,6 +1585,7 @@ <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_PreQtyCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_QtyRateCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_DyCentralInspectionControl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_DefQty" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_QtyCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_QtyPreQtyCtl" type="s:string" /> @@ -1485,6 +1603,7 @@ <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_DeleteRelationCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_NextQtyCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_QtyRateCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_MustBeginWorkCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="QC_NoPassProdCheckBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="QC_NoPassProdCheckBill_QtyCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="QC_NoPassProdCheckBill_BadReasonQtyCtrl" type="s:string" /> @@ -1505,6 +1624,8 @@ <s:element minOccurs="0" maxOccurs="1" name="Sc_MESBeginWorkBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_MESBeginWorkBill_SaveAutoAddnew" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_MESBeginWorkBill_DeleterAndMakerMustSame" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MESBeginWorkBill_SwipeCardStart" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MESBeginWorkBill_MouldUpper" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_MESReturnWorkBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_MESReturnWorkBill_SaveAutoAddnew" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_MESReturnWorkBill_DeleterAndMakerMustSame" type="s:string" /> @@ -1529,6 +1650,7 @@ <s:element minOccurs="0" maxOccurs="1" name="OA_ErrMsgBackBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="OA_ErrMsgBackBill_SaveAutoAddnew" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="OA_ErrMsgBackBill_DeleterAndMakerMustSame" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="OA_ErrMsgBackBill_SendDingDingMsg" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_MESProceReportWorkBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_MESProceReportWorkBill_SaveAutoAddnew" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_MESProceReportWorkBill_DeleterAndMakerMustSame" type="s:string" /> @@ -1544,15 +1666,22 @@ <s:element minOccurs="0" maxOccurs="1" name="QC_ProcessCheckBill_SaveAutoAddnew" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="QC_ProcessCheckBill_DeleterAndMakerMustSame" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="QC_ProcessCheckBill_QCSchemeSource" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldProdOutBill_AutoCheck" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldProdOutBill_SaveAutoAddnew" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldProdOutBill_DeleterAndMakerMustSame" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldProdOutBill_MouldLifeCtrl" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldProdOutBill_MouldLifeCtrlType" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="SB_EquipICMOTechParamBill_MustBeginWorkCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Gy_RoutingBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Gy_RoutingBill_SaveAutoAddnew" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Gy_RoutingBill_DeleterAndMakerMustSame" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Gy_RoutingBill_SaveAutoLastProc" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Gy_RoutingBill_EnableMultiLevel" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_StockInRequestBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Cg_POOrderBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Cg_PayableBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="YF_PayMentBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Xs_SeOrderBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Xs_SeOutStockBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Xs_ReceivableBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="YS_ReceiveBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Pay_WorkTimesBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldLowerBill_MouldUpper" type="s:string" /> </s:sequence> </s:complexType> <s:element name="set_SavePonderationBillMain_Temp_BarCode_MoveStockBillCheckResponse"> @@ -1959,36 +2088,6 @@ </s:sequence> </s:complexType> </s:element> - <s:complexType name="ClsKf_ICStockBill_Mould"> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="HItemID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HBarType" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HWhNumber" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HWhName" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HSPFlag" type="s:boolean" /> - <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HSPNumber" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HSPName" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HDeptNumber" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HDeptName" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HSupNumber" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HSupName" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HOWNERNAME" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HCustom" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HMulSourceFlag" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HStockStyle" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HStockInOrgID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HStockInOrgName" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HStockOutOrgID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HStockOutOrgName" type="s:string" /> - </s:sequence> - </s:complexType> <s:element name="DeleteMould"> <s:complexType> <s:sequence> @@ -2047,6 +2146,25 @@ <s:element minOccurs="0" maxOccurs="1" name="sHSupName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHDeptID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHDeptName" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="get_InfoByBarCode_Source"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="sInterID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="sBool" type="s:boolean" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="get_InfoByBarCode_SourceResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="get_InfoByBarCode_SourceResult" type="tns:ClsGy_BarCodeBill_WMS_Model_View" /> + <s:element minOccurs="1" maxOccurs="1" name="sBool" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -4152,46 +4270,19 @@ </s:sequence> </s:complexType> </s:element> - <s:element name="get_CheckTypeByMouldSource"> + <s:element name="GetJXBarCode_SiMoEr"> <s:complexType> <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HHMaker" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> - <s:element name="get_CheckTypeByMouldSourceResponse"> + <s:element name="GetJXBarCode_SiMoErResponse"> <s:complexType> <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="get_CheckTypeByMouldSourceResult" type="tns:ClsKf_ICStockBill_Mould" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="getMouldSourceBillList"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HHMaker" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="getMouldSourceBillListResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="getMouldSourceBillListResult" type="tns:ClsKf_ICStockBill_Mould" /> + <s:element minOccurs="1" maxOccurs="1" name="GetJXBarCode_SiMoErResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -4363,6 +4454,38 @@ <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherInBill_BillCheckResult" type="s:boolean" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="set_SaveOtherInBill_CLD_BillCheck"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherInBillMain" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="set_SaveOtherInBill_CLD_BillCheckResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherInBill_CLD_BillCheckResult" type="s:boolean" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="set_SaveOtherInBill_CLD_BillCheck_Verify"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherInBillMain" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="set_SaveOtherInBill_CLD_BillCheck_VerifyResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherInBill_CLD_BillCheck_VerifyResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -5751,25 +5874,6 @@ <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="Get_CheckWhAndSP_BeUpdateResult" type="s:boolean" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="get_InfoByBarCode_Source"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="sInterID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="sBool" type="s:boolean" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="get_InfoByBarCode_SourceResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="get_InfoByBarCode_SourceResult" type="tns:ClsGy_BarCodeBill_WMS_Model_View" /> - <s:element minOccurs="1" maxOccurs="1" name="sBool" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -13977,6 +14081,18 @@ </s:element> </s:schema> </wsdl:types> + <wsdl:message name="get_CheckTypeByMouldSourceSoapIn"> + <wsdl:part name="parameters" element="tns:get_CheckTypeByMouldSource" /> + </wsdl:message> + <wsdl:message name="get_CheckTypeByMouldSourceSoapOut"> + <wsdl:part name="parameters" element="tns:get_CheckTypeByMouldSourceResponse" /> + </wsdl:message> + <wsdl:message name="getMouldSourceBillListSoapIn"> + <wsdl:part name="parameters" element="tns:getMouldSourceBillList" /> + </wsdl:message> + <wsdl:message name="getMouldSourceBillListSoapOut"> + <wsdl:part name="parameters" element="tns:getMouldSourceBillListResponse" /> + </wsdl:message> <wsdl:message name="Get_CheckTypeByMouldBarCode_ProdCheckStockSoapIn"> <wsdl:part name="parameters" element="tns:Get_CheckTypeByMouldBarCode_ProdCheckStock" /> </wsdl:message> @@ -14372,6 +14488,12 @@ </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_MouldSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_MouldResponse" /> + </wsdl:message> + <wsdl:message name="get_InfoByBarCode_SourceSoapIn"> + <wsdl:part name="parameters" element="tns:get_InfoByBarCode_Source" /> + </wsdl:message> + <wsdl:message name="get_InfoByBarCode_SourceSoapOut"> + <wsdl:part name="parameters" element="tns:get_InfoByBarCode_SourceResponse" /> </wsdl:message> <wsdl:message name="get_InfoByBarCodeForReportSoapIn"> <wsdl:part name="parameters" element="tns:get_InfoByBarCodeForReport" /> @@ -14865,17 +14987,11 @@ <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLiSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLiResponse" /> </wsdl:message> - <wsdl:message name="get_CheckTypeByMouldSourceSoapIn"> - <wsdl:part name="parameters" element="tns:get_CheckTypeByMouldSource" /> + <wsdl:message name="GetJXBarCode_SiMoErSoapIn"> + <wsdl:part name="parameters" element="tns:GetJXBarCode_SiMoEr" /> </wsdl:message> - <wsdl:message name="get_CheckTypeByMouldSourceSoapOut"> - <wsdl:part name="parameters" element="tns:get_CheckTypeByMouldSourceResponse" /> - </wsdl:message> - <wsdl:message name="getMouldSourceBillListSoapIn"> - <wsdl:part name="parameters" element="tns:getMouldSourceBillList" /> - </wsdl:message> - <wsdl:message name="getMouldSourceBillListSoapOut"> - <wsdl:part name="parameters" element="tns:getMouldSourceBillListResponse" /> + <wsdl:message name="GetJXBarCode_SiMoErSoapOut"> + <wsdl:part name="parameters" element="tns:GetJXBarCode_SiMoErResponse" /> </wsdl:message> <wsdl:message name="set_CheckOtherInBillSoapIn"> <wsdl:part name="parameters" element="tns:set_CheckOtherInBill" /> @@ -14918,6 +15034,18 @@ </wsdl:message> <wsdl:message name="set_SaveOtherInBill_BillCheckSoapOut"> <wsdl:part name="parameters" element="tns:set_SaveOtherInBill_BillCheckResponse" /> + </wsdl:message> + <wsdl:message name="set_SaveOtherInBill_CLD_BillCheckSoapIn"> + <wsdl:part name="parameters" element="tns:set_SaveOtherInBill_CLD_BillCheck" /> + </wsdl:message> + <wsdl:message name="set_SaveOtherInBill_CLD_BillCheckSoapOut"> + <wsdl:part name="parameters" element="tns:set_SaveOtherInBill_CLD_BillCheckResponse" /> + </wsdl:message> + <wsdl:message name="set_SaveOtherInBill_CLD_BillCheck_VerifySoapIn"> + <wsdl:part name="parameters" element="tns:set_SaveOtherInBill_CLD_BillCheck_Verify" /> + </wsdl:message> + <wsdl:message name="set_SaveOtherInBill_CLD_BillCheck_VerifySoapOut"> + <wsdl:part name="parameters" element="tns:set_SaveOtherInBill_CLD_BillCheck_VerifyResponse" /> </wsdl:message> <wsdl:message name="set_SaveMouldProdInBill_NewSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveMouldProdInBill_New" /> @@ -15302,12 +15430,6 @@ </wsdl:message> <wsdl:message name="Get_CheckWhAndSP_BeUpdateSoapOut"> <wsdl:part name="parameters" element="tns:Get_CheckWhAndSP_BeUpdateResponse" /> - </wsdl:message> - <wsdl:message name="get_InfoByBarCode_SourceSoapIn"> - <wsdl:part name="parameters" element="tns:get_InfoByBarCode_Source" /> - </wsdl:message> - <wsdl:message name="get_InfoByBarCode_SourceSoapOut"> - <wsdl:part name="parameters" element="tns:get_InfoByBarCode_SourceResponse" /> </wsdl:message> <wsdl:message name="set_SaveEntrustOutBill_BillCheckSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveEntrustOutBill_BillCheck" /> @@ -17362,6 +17484,14 @@ <wsdl:part name="parameters" element="tns:GetSc_ICMOBackBillListResponse" /> </wsdl:message> <wsdl:portType name="WebService1Soap"> + <wsdl:operation name="get_CheckTypeByMouldSource"> + <wsdl:input message="tns:get_CheckTypeByMouldSourceSoapIn" /> + <wsdl:output message="tns:get_CheckTypeByMouldSourceSoapOut" /> + </wsdl:operation> + <wsdl:operation name="getMouldSourceBillList"> + <wsdl:input message="tns:getMouldSourceBillListSoapIn" /> + <wsdl:output message="tns:getMouldSourceBillListSoapOut" /> + </wsdl:operation> <wsdl:operation name="Get_CheckTypeByMouldBarCode_ProdCheckStock"> <wsdl:input message="tns:Get_CheckTypeByMouldBarCode_ProdCheckStockSoapIn" /> <wsdl:output message="tns:Get_CheckTypeByMouldBarCode_ProdCheckStockSoapOut" /> @@ -17625,6 +17755,10 @@ <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Mould"> <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_MouldSoapIn" /> <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_MouldSoapOut" /> + </wsdl:operation> + <wsdl:operation name="get_InfoByBarCode_Source"> + <wsdl:input message="tns:get_InfoByBarCode_SourceSoapIn" /> + <wsdl:output message="tns:get_InfoByBarCode_SourceSoapOut" /> </wsdl:operation> <wsdl:operation name="get_InfoByBarCodeForReport"> <wsdl:input message="tns:get_InfoByBarCodeForReportSoapIn" /> @@ -17954,13 +18088,9 @@ <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLiSoapIn" /> <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLiSoapOut" /> </wsdl:operation> - <wsdl:operation name="get_CheckTypeByMouldSource"> - <wsdl:input message="tns:get_CheckTypeByMouldSourceSoapIn" /> - <wsdl:output message="tns:get_CheckTypeByMouldSourceSoapOut" /> - </wsdl:operation> - <wsdl:operation name="getMouldSourceBillList"> - <wsdl:input message="tns:getMouldSourceBillListSoapIn" /> - <wsdl:output message="tns:getMouldSourceBillListSoapOut" /> + <wsdl:operation name="GetJXBarCode_SiMoEr"> + <wsdl:input message="tns:GetJXBarCode_SiMoErSoapIn" /> + <wsdl:output message="tns:GetJXBarCode_SiMoErSoapOut" /> </wsdl:operation> <wsdl:operation name="set_CheckOtherInBill"> <wsdl:input message="tns:set_CheckOtherInBillSoapIn" /> @@ -17989,6 +18119,14 @@ <wsdl:operation name="set_SaveOtherInBill_BillCheck"> <wsdl:input message="tns:set_SaveOtherInBill_BillCheckSoapIn" /> <wsdl:output message="tns:set_SaveOtherInBill_BillCheckSoapOut" /> + </wsdl:operation> + <wsdl:operation name="set_SaveOtherInBill_CLD_BillCheck"> + <wsdl:input message="tns:set_SaveOtherInBill_CLD_BillCheckSoapIn" /> + <wsdl:output message="tns:set_SaveOtherInBill_CLD_BillCheckSoapOut" /> + </wsdl:operation> + <wsdl:operation name="set_SaveOtherInBill_CLD_BillCheck_Verify"> + <wsdl:input message="tns:set_SaveOtherInBill_CLD_BillCheck_VerifySoapIn" /> + <wsdl:output message="tns:set_SaveOtherInBill_CLD_BillCheck_VerifySoapOut" /> </wsdl:operation> <wsdl:operation name="set_SaveMouldProdInBill_New"> <wsdl:input message="tns:set_SaveMouldProdInBill_NewSoapIn" /> @@ -18245,10 +18383,6 @@ <wsdl:operation name="Get_CheckWhAndSP_BeUpdate"> <wsdl:input message="tns:Get_CheckWhAndSP_BeUpdateSoapIn" /> <wsdl:output message="tns:Get_CheckWhAndSP_BeUpdateSoapOut" /> - </wsdl:operation> - <wsdl:operation name="get_InfoByBarCode_Source"> - <wsdl:input message="tns:get_InfoByBarCode_SourceSoapIn" /> - <wsdl:output message="tns:get_InfoByBarCode_SourceSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SaveEntrustOutBill_BillCheck"> <wsdl:input message="tns:set_SaveEntrustOutBill_BillCheckSoapIn" /> @@ -19621,6 +19755,24 @@ </wsdl:portType> <wsdl:binding name="WebService1Soap" type="tns:WebService1Soap"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> + <wsdl:operation name="get_CheckTypeByMouldSource"> + <soap:operation soapAction="http://tempuri.org/get_CheckTypeByMouldSource" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="getMouldSourceBillList"> + <soap:operation soapAction="http://tempuri.org/getMouldSourceBillList" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> <wsdl:operation name="Get_CheckTypeByMouldBarCode_ProdCheckStock"> <soap:operation soapAction="http://tempuri.org/Get_CheckTypeByMouldBarCode_ProdCheckStock" style="document" /> <wsdl:input> @@ -20208,6 +20360,15 @@ </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Mould"> <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Mould" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="get_InfoByBarCode_Source"> + <soap:operation soapAction="http://tempuri.org/get_InfoByBarCode_Source" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -20953,17 +21114,8 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="get_CheckTypeByMouldSource"> - <soap:operation soapAction="http://tempuri.org/get_CheckTypeByMouldSource" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="getMouldSourceBillList"> - <soap:operation soapAction="http://tempuri.org/getMouldSourceBillList" style="document" /> + <wsdl:operation name="GetJXBarCode_SiMoEr"> + <soap:operation soapAction="http://tempuri.org/GetJXBarCode_SiMoEr" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -21027,6 +21179,24 @@ </wsdl:operation> <wsdl:operation name="set_SaveOtherInBill_BillCheck"> <soap:operation soapAction="http://tempuri.org/set_SaveOtherInBill_BillCheck" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="set_SaveOtherInBill_CLD_BillCheck"> + <soap:operation soapAction="http://tempuri.org/set_SaveOtherInBill_CLD_BillCheck" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="set_SaveOtherInBill_CLD_BillCheck_Verify"> + <soap:operation soapAction="http://tempuri.org/set_SaveOtherInBill_CLD_BillCheck_Verify" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -21603,15 +21773,6 @@ </wsdl:operation> <wsdl:operation name="Get_CheckWhAndSP_BeUpdate"> <soap:operation soapAction="http://tempuri.org/Get_CheckWhAndSP_BeUpdate" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="get_InfoByBarCode_Source"> - <soap:operation soapAction="http://tempuri.org/get_InfoByBarCode_Source" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -24700,6 +24861,24 @@ </wsdl:binding> <wsdl:binding name="WebService1Soap12" type="tns:WebService1Soap"> <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" /> + <wsdl:operation name="get_CheckTypeByMouldSource"> + <soap12:operation soapAction="http://tempuri.org/get_CheckTypeByMouldSource" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="getMouldSourceBillList"> + <soap12:operation soapAction="http://tempuri.org/getMouldSourceBillList" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> <wsdl:operation name="Get_CheckTypeByMouldBarCode_ProdCheckStock"> <soap12:operation soapAction="http://tempuri.org/Get_CheckTypeByMouldBarCode_ProdCheckStock" style="document" /> <wsdl:input> @@ -25287,6 +25466,15 @@ </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Mould"> <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Mould" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="get_InfoByBarCode_Source"> + <soap12:operation soapAction="http://tempuri.org/get_InfoByBarCode_Source" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -26032,17 +26220,8 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="get_CheckTypeByMouldSource"> - <soap12:operation soapAction="http://tempuri.org/get_CheckTypeByMouldSource" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="getMouldSourceBillList"> - <soap12:operation soapAction="http://tempuri.org/getMouldSourceBillList" style="document" /> + <wsdl:operation name="GetJXBarCode_SiMoEr"> + <soap12:operation soapAction="http://tempuri.org/GetJXBarCode_SiMoEr" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -26106,6 +26285,24 @@ </wsdl:operation> <wsdl:operation name="set_SaveOtherInBill_BillCheck"> <soap12:operation soapAction="http://tempuri.org/set_SaveOtherInBill_BillCheck" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="set_SaveOtherInBill_CLD_BillCheck"> + <soap12:operation soapAction="http://tempuri.org/set_SaveOtherInBill_CLD_BillCheck" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="set_SaveOtherInBill_CLD_BillCheck_Verify"> + <soap12:operation soapAction="http://tempuri.org/set_SaveOtherInBill_CLD_BillCheck_Verify" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -26682,15 +26879,6 @@ </wsdl:operation> <wsdl:operation name="Get_CheckWhAndSP_BeUpdate"> <soap12:operation soapAction="http://tempuri.org/Get_CheckWhAndSP_BeUpdate" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="get_InfoByBarCode_Source"> - <soap12:operation soapAction="http://tempuri.org/get_InfoByBarCode_Source" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -29779,10 +29967,10 @@ </wsdl:binding> <wsdl:service name="WebService1"> <wsdl:port name="WebService1Soap" binding="tns:WebService1Soap"> - <soap:address location="http://192.168.0.81/WEBS-WMS/WebService1.asmx" /> + <soap:address location="http://192.168.0.11/WEBS-WMS/WebService1.asmx" /> </wsdl:port> <wsdl:port name="WebService1Soap12" binding="tns:WebService1Soap12"> - <soap12:address location="http://192.168.0.81/WEBS-WMS/WebService1.asmx" /> + <soap12:address location="http://192.168.0.11/WEBS-WMS/WebService1.asmx" /> </wsdl:port> </wsdl:service> </wsdl:definitions> \ No newline at end of file -- Gitblit v1.9.1