From e76b1ea33c510c75064f4f9a993ffd2564fca115 Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期一, 26 十二月 2022 08:56:39 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- WebAPI/Web References/WebS/WebService1.wsdl | 1984 ++++++++++++++++++++++++++++++++------------------------- 1 files changed, 1,105 insertions(+), 879 deletions(-) diff --git a/WebAPI/Web References/WebS/WebService1.wsdl b/WebAPI/Web References/WebS/WebService1.wsdl index 836a8b3..cb9b846 100644 --- a/WebAPI/Web References/WebS/WebService1.wsdl +++ b/WebAPI/Web References/WebS/WebService1.wsdl @@ -2,6 +2,130 @@ <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="getCheckOpen"> + <s:complexType /> + </s:element> + <s:element name="getCheckOpenResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="getCheckOpenResult" type="s:boolean" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="getGetDataBase"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="sItem" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sK3" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="getGetDataBaseResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="getGetDataBaseResult" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sK3" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="getCheckCzymc"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="sUser" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sPsd" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="getCheckCzymcResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="getCheckCzymcResult"> + <s:complexType> + <s:sequence> + <s:element ref="s:schema" /> + <s:any /> + </s:sequence> + </s:complexType> + </s:element> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="getSub_GetCurPeriod"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="sYear" type="s:int" /> + <s:element minOccurs="1" maxOccurs="1" name="sPeriod" type="s:int" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="getSub_GetCurPeriodResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="getSub_GetCurPeriodResult" type="s:boolean" /> + <s:element minOccurs="1" maxOccurs="1" name="sYear" type="s:int" /> + <s:element minOccurs="1" maxOccurs="1" name="sPeriod" type="s:int" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="getDataSetBySQL"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="sSQL" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sTable" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="getDataSetBySQLResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="getDataSetBySQLResult"> + <s:complexType> + <s:sequence> + <s:element ref="s:schema" /> + <s:any /> + </s:sequence> + </s:complexType> + </s:element> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="getRunProc"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="sSQL" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="getRunProcResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="getRunProcByMul"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="sSQL" type="tns:ArrayOfString" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:complexType name="ArrayOfString"> + <s:sequence> + <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" /> + </s:sequence> + </s:complexType> + <s:element name="getRunProcByMulResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> <s:element name="getSecurity_Log"> <s:complexType> <s:sequence> @@ -187,7 +311,111 @@ </s:sequence> </s:complexType> </s:element> - <s:element name="get_CheckTypeByBarCode_Out"> + <s:element name="GetICInventoryByBarCodeSP_View"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="sWhere" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="GetICInventoryByBarCodeSP_ViewResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="GetICInventoryByBarCodeSP_ViewResult"> + <s:complexType> + <s:sequence> + <s:element ref="s:schema" /> + <s:any /> + </s:sequence> + </s:complexType> + </s:element> + <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="GetMaterByBarCodeSP_View"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="sWhere" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="GetMaterByBarCodeSP_ViewResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="GetMaterByBarCodeSP_ViewResult"> + <s:complexType> + <s:sequence> + <s:element ref="s:schema" /> + <s:any /> + </s:sequence> + </s:complexType> + </s:element> + <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="SetFIFOPonderationBillMain_Temp"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HUserOrgID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="SetFIFOPonderationBillMain_TempResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="SetFIFOPonderationBillMain_TempResult" type="s:boolean" /> + <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="set_SavePonderationBillMain_Temp_BarCode_Fast"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> + <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> + <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> + <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="sHSourceBillNo" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> + <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="set_SavePonderationBillMain_Temp_BarCode_FastResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="set_SavePonderationBillMain_Temp_BarCode_FastResult" type="s:boolean" /> + <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> + <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_CheckTypeByBarCode"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> @@ -207,10 +435,10 @@ </s:sequence> </s:complexType> </s:element> - <s:element name="get_CheckTypeByBarCode_OutResponse"> + <s:element name="get_CheckTypeByBarCodeResponse"> <s:complexType> <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="get_CheckTypeByBarCode_OutResult" type="tns:ClsKf_ICStockBill_WMS" /> + <s:element minOccurs="0" maxOccurs="1" name="get_CheckTypeByBarCodeResult" type="tns:ClsKf_ICStockBill_WMS" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -254,6 +482,62 @@ <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> </s:sequence> </s:complexType> + <s:element name="set_SavePonderationBillMain_Temp_BarCode_OutFast"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> + <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> + <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> + <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="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="set_SavePonderationBillMain_Temp_BarCode_OutFastResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="set_SavePonderationBillMain_Temp_BarCode_OutFastResult" type="s:boolean" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="get_CheckTypeByBarCode_Out"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> + <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> + <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> + <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="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="get_CheckTypeByBarCode_OutResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="get_CheckTypeByBarCode_OutResult" type="tns:ClsKf_ICStockBill_WMS" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> <s:element name="set_SavePonderationBillMain_Temp_BarCode_MulSource"> <s:complexType> <s:sequence> @@ -470,6 +754,8 @@ <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherOutBill_MultilineCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherOutBill_MaterWHSPCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherOutBill_SourceWHSPCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherOutBill_FIFOList" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherOutBill_FIFOCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherOutBillCheck_MustQtyCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherOutBillCheck_WHSPCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherOutBillCheck_MultilineCtl" type="s:string" /> @@ -485,6 +771,9 @@ <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBill_FIFOList" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBill_FIFOCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBill_SimpleMode" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBillCheck_MustQtyCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBillCheck_WHSPCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBillCheck_MultilineCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_MateReplenishOutBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_MateReplenishOutBill_ERPMode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_MateReplenishOutBill_MustQtyCtl" type="s:string" /> @@ -497,6 +786,18 @@ <s:element minOccurs="0" maxOccurs="1" name="Kf_MateReplenishOutBillCheck_MustQtyCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_MateReplenishOutBillCheck_WHSPCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_MateReplenishOutBillCheck_MultilineCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_ERPMode" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_MustQtyCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_MulSourceBill" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_BillTypeOneScan" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_BatchNoCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_MultilineCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_MaterWHSPCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_SourceWHSPCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBillCheck_MustQtyCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBillCheck_WHSPCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBillCheck_MultilineCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_MoveStockBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_MoveStockBill_ERPMode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_MoveStockBill_MustQtyCtl" type="s:string" /> @@ -623,6 +924,7 @@ <s:element minOccurs="0" maxOccurs="1" name="WMS_OneScanMode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="WMS_UserByOrgRelation" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="WMS_MouldManagerCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="WMS_CloudMode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="BarCode_SourceQtyCtl" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="BarCode_PrintQty" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="BarCode_PrintQtyCtl" type="s:string" /> @@ -1068,6 +1370,8 @@ <s:element minOccurs="0" maxOccurs="1" name="HCusBarCode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSubBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HMulSourceBill" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HBeginDate" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HEndDate" type="s:string" /> </s:sequence> </s:complexType> <s:element name="set_SaveDoorOutCheck_BarCodeResponse"> @@ -1523,6 +1827,29 @@ </s:sequence> </s:complexType> </s:element> + <s:element name="get_SourceBarCode_OtherOut"> + <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="HMaker" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HFIFOWhID" type="s:long" /> + <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_SourceBarCode_OtherOutResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_OtherOutResult" type="tns:ClsKf_ICStockBill_WMS" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> <s:element name="get_SourceBarCode_MoveStock"> <s:complexType> <s:sequence> @@ -1767,6 +2094,8 @@ <s:element minOccurs="1" maxOccurs="1" name="HinitQty" type="s:double" /> <s:element minOccurs="0" maxOccurs="1" name="HMTONo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HStopflag" type="s:boolean" /> + <s:element minOccurs="1" maxOccurs="1" name="HProduceDate" type="s:dateTime" /> + <s:element minOccurs="1" maxOccurs="1" name="HExpiryDate" type="s:dateTime" /> </s:sequence> </s:complexType> <s:element name="get_SavePonderationBillMain_Temp_BarCodeResponse"> @@ -2680,126 +3009,114 @@ </s:sequence> </s:complexType> </s:element> - <s:element name="getCheckOpen"> - <s:complexType /> - </s:element> - <s:element name="getCheckOpenResponse"> + <s:element name="set_SaveProcReportMoveBill_MoveStock"> <s:complexType> <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="getCheckOpenResult" type="s:boolean" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="getGetDataBase"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="sItem" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sK3" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="getGetDataBaseResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="getGetDataBaseResult" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sK3" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="getCheckCzymc"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="sUser" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sPsd" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="getCheckCzymcResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="getCheckCzymcResult"> - <s:complexType> - <s:sequence> - <s:element ref="s:schema" /> - <s:any /> - </s:sequence> - </s:complexType> - </s:element> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="getSub_GetCurPeriod"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="sYear" type="s:int" /> - <s:element minOccurs="1" maxOccurs="1" name="sPeriod" type="s:int" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="getSub_GetCurPeriodResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="getSub_GetCurPeriodResult" type="s:boolean" /> - <s:element minOccurs="1" maxOccurs="1" name="sYear" type="s:int" /> - <s:element minOccurs="1" maxOccurs="1" name="sPeriod" type="s:int" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="getDataSetBySQL"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="sSQL" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sTable" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_ProductInBillMain" /> + <s:element minOccurs="1" maxOccurs="1" name="HOutBillID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HOutBillNo" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HPPBomBillNo" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HSCSPID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> - <s:element name="getDataSetBySQLResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="getDataSetBySQLResult"> - <s:complexType> - <s:sequence> - <s:element ref="s:schema" /> - <s:any /> - </s:sequence> - </s:complexType> - </s:element> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="getRunProc"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="sSQL" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="getRunProcResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="getRunProcByMul"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="sSQL" type="tns:ArrayOfString" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:complexType name="ArrayOfString"> - <s:sequence> - <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" /> - </s:sequence> + <s:complexType name="ClsKf_ProductInBillMain"> + <s:complexContent mixed="false"> + <s:extension base="tns:ClsXt_BaseBillMain"> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="HDateForWeb" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HWHID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HManagerID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HSecManagerID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HKeeperID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HInnerBillNo" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> + <s:element minOccurs="1" maxOccurs="1" name="HSTOCKORGID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> + </s:sequence> + </s:extension> + </s:complexContent> </s:complexType> - <s:element name="getRunProcByMulResponse"> + <s:element name="set_SaveProcReportMoveBill_MoveStockResponse"> <s:complexType> <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="set_SaveProcReportMoveBill_MoveStockResult" type="s:boolean" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="set_SaveProcReportMoveBill_MoveStock_CLD_New"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_ProductInBillMain" /> + <s:element minOccurs="1" maxOccurs="1" name="HOutBillID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HOutBillNo" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="oSystemParameterMain" type="tns:ClsXt_SystemParameterMain" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="set_SaveProcReportMoveBill_MoveStock_CLD_NewResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="set_SaveProcReportMoveBill_MoveStock_CLD_NewResult" type="s:boolean" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="set_CheckPOInStockBill_New"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsCg_POInStockBillMain" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:complexType name="ClsCg_POInStockBillMain"> + <s:complexContent mixed="false"> + <s:extension base="tns:ClsXt_BaseBillMain"> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="HAddress" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HCurID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HWHID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HExRate" type="s:float" /> + <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HManagerID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HInnerBillNo" type="s:string" /> + </s:sequence> + </s:extension> + </s:complexContent> + </s:complexType> + <s:element name="set_CheckPOInStockBill_NewResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="set_CheckPOInStockBill_NewResult" type="s:boolean" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="set_CheckPOInStockBill_CLD"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsCg_POInStockBillMain" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="set_CheckPOInStockBill_CLDResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="set_CheckPOInStockBill_CLDResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -4356,167 +4673,63 @@ </s:sequence> </s:complexType> </s:element> - <s:element name="GetICInventoryByBarCodeSP_View"> + <s:element name="set_SaveOtherOutBill_CLD"> <s:complexType> <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="sWhere" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="GetICInventoryByBarCodeSP_ViewResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="GetICInventoryByBarCodeSP_ViewResult"> - <s:complexType> - <s:sequence> - <s:element ref="s:schema" /> - <s:any /> - </s:sequence> - </s:complexType> - </s:element> - <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="GetMaterByBarCodeSP_View"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="sWhere" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="GetMaterByBarCodeSP_ViewResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="GetMaterByBarCodeSP_ViewResult"> - <s:complexType> - <s:sequence> - <s:element ref="s:schema" /> - <s:any /> - </s:sequence> - </s:complexType> - </s:element> - <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="SetFIFOPonderationBillMain_Temp"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HUserOrgID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="SetFIFOPonderationBillMain_TempResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="SetFIFOPonderationBillMain_TempResult" type="s:boolean" /> - <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_SavePonderationBillMain_Temp_BarCode_Fast"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> - <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> - <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> - <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="sHSourceBillNo" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> - <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="oMain" type="tns:ClsKf_OtherOutBillMain" /> + <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="oSystemParameterMain" type="tns:ClsXt_SystemParameterMain" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> - <s:element name="set_SavePonderationBillMain_Temp_BarCode_FastResponse"> + <s:complexType name="ClsKf_OtherOutBillMain"> + <s:complexContent mixed="false"> + <s:extension base="tns:ClsXt_BaseBillMain"> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HWHID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HManagerID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HSecManagerID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HKeeperID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HInnerBillNo" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> + <s:element minOccurs="0" maxOccurs="1" name="HStockStyle" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HSTOCKORGID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> + </s:sequence> + </s:extension> + </s:complexContent> + </s:complexType> + <s:element name="set_SaveOtherOutBill_CLDResponse"> <s:complexType> <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="set_SavePonderationBillMain_Temp_BarCode_FastResult" type="s:boolean" /> - <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> - <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="1" maxOccurs="1" name="set_SaveOtherOutBill_CLDResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> - <s:element name="get_CheckTypeByBarCode"> + <s:element name="set_SaveOtherOutBill_BillCheck"> <s:complexType> <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> - <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> - <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> - <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="oMain" type="tns:ClsKf_OtherOutBillMain" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> - <s:element name="get_CheckTypeByBarCodeResponse"> + <s:element name="set_SaveOtherOutBill_BillCheckResponse"> <s:complexType> <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="get_CheckTypeByBarCodeResult" type="tns:ClsKf_ICStockBill_WMS" /> + <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherOutBill_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_SavePonderationBillMain_Temp_BarCode_OutFast"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> - <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> - <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> - <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="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_SavePonderationBillMain_Temp_BarCode_OutFastResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="set_SavePonderationBillMain_Temp_BarCode_OutFastResult" type="s:boolean" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_SavePOStockInBackBill_New"> + <s:element name="set_SavePOStockInBackBill"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_ICStockBillMain" /> @@ -4574,6 +4787,23 @@ </s:extension> </s:complexContent> </s:complexType> + <s:element name="set_SavePOStockInBackBillResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="set_SavePOStockInBackBillResult" type="s:boolean" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="set_SavePOStockInBackBill_New"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_ICStockBillMain" /> + <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> <s:element name="set_SavePOStockInBackBill_NewResponse"> <s:complexType> <s:sequence> @@ -4794,28 +5024,6 @@ </s:sequence> </s:complexType> </s:element> - <s:complexType name="ClsKf_ProductInBillMain"> - <s:complexContent mixed="false"> - <s:extension base="tns:ClsXt_BaseBillMain"> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="HDateForWeb" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HWHID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HManagerID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HSecManagerID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HKeeperID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HInnerBillNo" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> - <s:element minOccurs="1" maxOccurs="1" name="HSTOCKORGID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> - </s:sequence> - </s:extension> - </s:complexContent> - </s:complexType> <s:element name="set_SaveProductInBill_MulSource_CLDResponse"> <s:complexType> <s:sequence> @@ -5623,96 +5831,6 @@ </s:sequence> </s:complexType> </s:element> - <s:element name="set_SaveProcReportMoveBill_MoveStock"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_ProductInBillMain" /> - <s:element minOccurs="1" maxOccurs="1" name="HOutBillID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HOutBillNo" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HPPBomBillNo" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HSCSPID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_SaveProcReportMoveBill_MoveStockResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="set_SaveProcReportMoveBill_MoveStockResult" type="s:boolean" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_SaveProcReportMoveBill_MoveStock_CLD_New"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_ProductInBillMain" /> - <s:element minOccurs="1" maxOccurs="1" name="HOutBillID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HOutBillNo" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="oSystemParameterMain" type="tns:ClsXt_SystemParameterMain" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_SaveProcReportMoveBill_MoveStock_CLD_NewResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="set_SaveProcReportMoveBill_MoveStock_CLD_NewResult" type="s:boolean" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_CheckPOInStockBill_New"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsCg_POInStockBillMain" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:complexType name="ClsCg_POInStockBillMain"> - <s:complexContent mixed="false"> - <s:extension base="tns:ClsXt_BaseBillMain"> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="HAddress" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HCurID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HWHID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HExRate" type="s:float" /> - <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HManagerID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HInnerBillNo" type="s:string" /> - </s:sequence> - </s:extension> - </s:complexContent> - </s:complexType> - <s:element name="set_CheckPOInStockBill_NewResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="set_CheckPOInStockBill_NewResult" type="s:boolean" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_CheckPOInStockBill_CLD"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsCg_POInStockBillMain" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_CheckPOInStockBill_CLDResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="set_CheckPOInStockBill_CLDResult" type="s:boolean" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> <s:element name="set_SaveSellOutBackBill_CLD_New"> <s:complexType> <s:sequence> @@ -6492,6 +6610,59 @@ </s:sequence> </s:complexType> </s:element> + <s:element name="set_SaveMateReplenishOutBill_BillCheck"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_MateReplenishOutBillMain" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="set_SaveMateReplenishOutBill_BillCheckResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="set_SaveMateReplenishOutBill_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_SaveEntrustReplenishOutBill_BillCheck"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustReplenishOutBillMain" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:complexType name="ClsKf_EntrustReplenishOutBillMain"> + <s:complexContent mixed="false"> + <s:extension base="tns:ClsXt_BaseBillMain"> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HWHID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HManagerID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HSecManagerID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HKeeperID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HInnerBillNo" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> + <s:element minOccurs="1" maxOccurs="1" name="HSTOCKORGID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> + </s:sequence> + </s:extension> + </s:complexContent> + </s:complexType> + <s:element name="set_SaveEntrustReplenishOutBill_BillCheckResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="set_SaveEntrustReplenishOutBill_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_SaveEntrustInBackBill_CLD"> <s:complexType> <s:sequence> @@ -6805,6 +6976,22 @@ </s:sequence> </s:complexType> </s:element> + <s:element name="set_SaveEntrustOutBill_BillCheck"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustOutBillMain" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="set_SaveEntrustOutBill_BillCheckResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="set_SaveEntrustOutBill_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_SaveOtherOutBackBill"> <s:complexType> <s:sequence> @@ -6848,28 +7035,6 @@ </s:sequence> </s:complexType> </s:element> - <s:complexType name="ClsKf_OtherOutBillMain"> - <s:complexContent mixed="false"> - <s:extension base="tns:ClsXt_BaseBillMain"> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HWHID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HManagerID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HSecManagerID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HKeeperID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HInnerBillNo" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> - <s:element minOccurs="0" maxOccurs="1" name="HStockStyle" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HSTOCKORGID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> - </s:sequence> - </s:extension> - </s:complexContent> - </s:complexType> <s:element name="set_SaveOtherOutBillResponse"> <s:complexType> <s:sequence> @@ -7022,57 +7187,6 @@ <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherOutBill_CLD_NewResult" type="s:boolean" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_SaveOtherOutBill_CLD"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherOutBillMain" /> - <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="oSystemParameterMain" type="tns:ClsXt_SystemParameterMain" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_SaveOtherOutBill_CLDResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherOutBill_CLDResult" type="s:boolean" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_SaveOtherOutBill_BillCheck"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherOutBillMain" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_SaveOtherOutBill_BillCheckResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherOutBill_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_SavePOStockInBackBill"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_ICStockBillMain" /> - <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_SavePOStockInBackBillResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="set_SavePOStockInBackBillResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -12804,6 +12918,48 @@ </s:element> </s:schema> </wsdl:types> + <wsdl:message name="getCheckOpenSoapIn"> + <wsdl:part name="parameters" element="tns:getCheckOpen" /> + </wsdl:message> + <wsdl:message name="getCheckOpenSoapOut"> + <wsdl:part name="parameters" element="tns:getCheckOpenResponse" /> + </wsdl:message> + <wsdl:message name="getGetDataBaseSoapIn"> + <wsdl:part name="parameters" element="tns:getGetDataBase" /> + </wsdl:message> + <wsdl:message name="getGetDataBaseSoapOut"> + <wsdl:part name="parameters" element="tns:getGetDataBaseResponse" /> + </wsdl:message> + <wsdl:message name="getCheckCzymcSoapIn"> + <wsdl:part name="parameters" element="tns:getCheckCzymc" /> + </wsdl:message> + <wsdl:message name="getCheckCzymcSoapOut"> + <wsdl:part name="parameters" element="tns:getCheckCzymcResponse" /> + </wsdl:message> + <wsdl:message name="getSub_GetCurPeriodSoapIn"> + <wsdl:part name="parameters" element="tns:getSub_GetCurPeriod" /> + </wsdl:message> + <wsdl:message name="getSub_GetCurPeriodSoapOut"> + <wsdl:part name="parameters" element="tns:getSub_GetCurPeriodResponse" /> + </wsdl:message> + <wsdl:message name="getDataSetBySQLSoapIn"> + <wsdl:part name="parameters" element="tns:getDataSetBySQL" /> + </wsdl:message> + <wsdl:message name="getDataSetBySQLSoapOut"> + <wsdl:part name="parameters" element="tns:getDataSetBySQLResponse" /> + </wsdl:message> + <wsdl:message name="getRunProcSoapIn"> + <wsdl:part name="parameters" element="tns:getRunProc" /> + </wsdl:message> + <wsdl:message name="getRunProcSoapOut"> + <wsdl:part name="parameters" element="tns:getRunProcResponse" /> + </wsdl:message> + <wsdl:message name="getRunProcByMulSoapIn"> + <wsdl:part name="parameters" element="tns:getRunProcByMul" /> + </wsdl:message> + <wsdl:message name="getRunProcByMulSoapOut"> + <wsdl:part name="parameters" element="tns:getRunProcByMulResponse" /> + </wsdl:message> <wsdl:message name="getSecurity_LogSoapIn"> <wsdl:part name="parameters" element="tns:getSecurity_Log" /> </wsdl:message> @@ -12845,6 +13001,42 @@ </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="GetICInventoryByBarCodeSP_ViewSoapIn"> + <wsdl:part name="parameters" element="tns:GetICInventoryByBarCodeSP_View" /> + </wsdl:message> + <wsdl:message name="GetICInventoryByBarCodeSP_ViewSoapOut"> + <wsdl:part name="parameters" element="tns:GetICInventoryByBarCodeSP_ViewResponse" /> + </wsdl:message> + <wsdl:message name="GetMaterByBarCodeSP_ViewSoapIn"> + <wsdl:part name="parameters" element="tns:GetMaterByBarCodeSP_View" /> + </wsdl:message> + <wsdl:message name="GetMaterByBarCodeSP_ViewSoapOut"> + <wsdl:part name="parameters" element="tns:GetMaterByBarCodeSP_ViewResponse" /> + </wsdl:message> + <wsdl:message name="SetFIFOPonderationBillMain_TempSoapIn"> + <wsdl:part name="parameters" element="tns:SetFIFOPonderationBillMain_Temp" /> + </wsdl:message> + <wsdl:message name="SetFIFOPonderationBillMain_TempSoapOut"> + <wsdl:part name="parameters" element="tns:SetFIFOPonderationBillMain_TempResponse" /> + </wsdl:message> + <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_FastSoapIn"> + <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_Fast" /> + </wsdl:message> + <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_FastSoapOut"> + <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_FastResponse" /> + </wsdl:message> + <wsdl:message name="get_CheckTypeByBarCodeSoapIn"> + <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCode" /> + </wsdl:message> + <wsdl:message name="get_CheckTypeByBarCodeSoapOut"> + <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCodeResponse" /> + </wsdl:message> + <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_OutFastSoapIn"> + <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_OutFast" /> + </wsdl:message> + <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_OutFastSoapOut"> + <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_OutFastResponse" /> </wsdl:message> <wsdl:message name="get_CheckTypeByBarCode_OutSoapIn"> <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCode_Out" /> @@ -13049,6 +13241,12 @@ </wsdl:message> <wsdl:message name="get_SourceBarCode_EntrustOutSoapOut"> <wsdl:part name="parameters" element="tns:get_SourceBarCode_EntrustOutResponse" /> + </wsdl:message> + <wsdl:message name="get_SourceBarCode_OtherOutSoapIn"> + <wsdl:part name="parameters" element="tns:get_SourceBarCode_OtherOut" /> + </wsdl:message> + <wsdl:message name="get_SourceBarCode_OtherOutSoapOut"> + <wsdl:part name="parameters" element="tns:get_SourceBarCode_OtherOutResponse" /> </wsdl:message> <wsdl:message name="get_SourceBarCode_MoveStockSoapIn"> <wsdl:part name="parameters" element="tns:get_SourceBarCode_MoveStock" /> @@ -13314,47 +13512,29 @@ <wsdl:message name="getDataSetByMasterSQLSoapOut"> <wsdl:part name="parameters" element="tns:getDataSetByMasterSQLResponse" /> </wsdl:message> - <wsdl:message name="getCheckOpenSoapIn"> - <wsdl:part name="parameters" element="tns:getCheckOpen" /> + <wsdl:message name="set_SaveProcReportMoveBill_MoveStockSoapIn"> + <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_MoveStock" /> </wsdl:message> - <wsdl:message name="getCheckOpenSoapOut"> - <wsdl:part name="parameters" element="tns:getCheckOpenResponse" /> + <wsdl:message name="set_SaveProcReportMoveBill_MoveStockSoapOut"> + <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_MoveStockResponse" /> </wsdl:message> - <wsdl:message name="getGetDataBaseSoapIn"> - <wsdl:part name="parameters" element="tns:getGetDataBase" /> + <wsdl:message name="set_SaveProcReportMoveBill_MoveStock_CLD_NewSoapIn"> + <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_MoveStock_CLD_New" /> </wsdl:message> - <wsdl:message name="getGetDataBaseSoapOut"> - <wsdl:part name="parameters" element="tns:getGetDataBaseResponse" /> + <wsdl:message name="set_SaveProcReportMoveBill_MoveStock_CLD_NewSoapOut"> + <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_MoveStock_CLD_NewResponse" /> </wsdl:message> - <wsdl:message name="getCheckCzymcSoapIn"> - <wsdl:part name="parameters" element="tns:getCheckCzymc" /> + <wsdl:message name="set_CheckPOInStockBill_NewSoapIn"> + <wsdl:part name="parameters" element="tns:set_CheckPOInStockBill_New" /> </wsdl:message> - <wsdl:message name="getCheckCzymcSoapOut"> - <wsdl:part name="parameters" element="tns:getCheckCzymcResponse" /> + <wsdl:message name="set_CheckPOInStockBill_NewSoapOut"> + <wsdl:part name="parameters" element="tns:set_CheckPOInStockBill_NewResponse" /> </wsdl:message> - <wsdl:message name="getSub_GetCurPeriodSoapIn"> - <wsdl:part name="parameters" element="tns:getSub_GetCurPeriod" /> + <wsdl:message name="set_CheckPOInStockBill_CLDSoapIn"> + <wsdl:part name="parameters" element="tns:set_CheckPOInStockBill_CLD" /> </wsdl:message> - <wsdl:message name="getSub_GetCurPeriodSoapOut"> - <wsdl:part name="parameters" element="tns:getSub_GetCurPeriodResponse" /> - </wsdl:message> - <wsdl:message name="getDataSetBySQLSoapIn"> - <wsdl:part name="parameters" element="tns:getDataSetBySQL" /> - </wsdl:message> - <wsdl:message name="getDataSetBySQLSoapOut"> - <wsdl:part name="parameters" element="tns:getDataSetBySQLResponse" /> - </wsdl:message> - <wsdl:message name="getRunProcSoapIn"> - <wsdl:part name="parameters" element="tns:getRunProc" /> - </wsdl:message> - <wsdl:message name="getRunProcSoapOut"> - <wsdl:part name="parameters" element="tns:getRunProcResponse" /> - </wsdl:message> - <wsdl:message name="getRunProcByMulSoapIn"> - <wsdl:part name="parameters" element="tns:getRunProcByMul" /> - </wsdl:message> - <wsdl:message name="getRunProcByMulSoapOut"> - <wsdl:part name="parameters" element="tns:getRunProcByMulResponse" /> + <wsdl:message name="set_CheckPOInStockBill_CLDSoapOut"> + <wsdl:part name="parameters" element="tns:set_CheckPOInStockBill_CLDResponse" /> </wsdl:message> <wsdl:message name="set_CheckPOInStockBillSoapIn"> <wsdl:part name="parameters" element="tns:set_CheckPOInStockBill" /> @@ -13812,41 +13992,23 @@ <wsdl:message name="GetMaterByBarCode_ViewSoapOut"> <wsdl:part name="parameters" element="tns:GetMaterByBarCode_ViewResponse" /> </wsdl:message> - <wsdl:message name="GetICInventoryByBarCodeSP_ViewSoapIn"> - <wsdl:part name="parameters" element="tns:GetICInventoryByBarCodeSP_View" /> + <wsdl:message name="set_SaveOtherOutBill_CLDSoapIn"> + <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_CLD" /> </wsdl:message> - <wsdl:message name="GetICInventoryByBarCodeSP_ViewSoapOut"> - <wsdl:part name="parameters" element="tns:GetICInventoryByBarCodeSP_ViewResponse" /> + <wsdl:message name="set_SaveOtherOutBill_CLDSoapOut"> + <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_CLDResponse" /> </wsdl:message> - <wsdl:message name="GetMaterByBarCodeSP_ViewSoapIn"> - <wsdl:part name="parameters" element="tns:GetMaterByBarCodeSP_View" /> + <wsdl:message name="set_SaveOtherOutBill_BillCheckSoapIn"> + <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_BillCheck" /> </wsdl:message> - <wsdl:message name="GetMaterByBarCodeSP_ViewSoapOut"> - <wsdl:part name="parameters" element="tns:GetMaterByBarCodeSP_ViewResponse" /> + <wsdl:message name="set_SaveOtherOutBill_BillCheckSoapOut"> + <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_BillCheckResponse" /> </wsdl:message> - <wsdl:message name="SetFIFOPonderationBillMain_TempSoapIn"> - <wsdl:part name="parameters" element="tns:SetFIFOPonderationBillMain_Temp" /> + <wsdl:message name="set_SavePOStockInBackBillSoapIn"> + <wsdl:part name="parameters" element="tns:set_SavePOStockInBackBill" /> </wsdl:message> - <wsdl:message name="SetFIFOPonderationBillMain_TempSoapOut"> - <wsdl:part name="parameters" element="tns:SetFIFOPonderationBillMain_TempResponse" /> - </wsdl:message> - <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_FastSoapIn"> - <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_Fast" /> - </wsdl:message> - <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_FastSoapOut"> - <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_FastResponse" /> - </wsdl:message> - <wsdl:message name="get_CheckTypeByBarCodeSoapIn"> - <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCode" /> - </wsdl:message> - <wsdl:message name="get_CheckTypeByBarCodeSoapOut"> - <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCodeResponse" /> - </wsdl:message> - <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_OutFastSoapIn"> - <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_OutFast" /> - </wsdl:message> - <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_OutFastSoapOut"> - <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_OutFastResponse" /> + <wsdl:message name="set_SavePOStockInBackBillSoapOut"> + <wsdl:part name="parameters" element="tns:set_SavePOStockInBackBillResponse" /> </wsdl:message> <wsdl:message name="set_SavePOStockInBackBill_NewSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePOStockInBackBill_New" /> @@ -14130,30 +14292,6 @@ <wsdl:message name="set_SaveProcReportMoveBill_CLD_NewSoapOut"> <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_CLD_NewResponse" /> </wsdl:message> - <wsdl:message name="set_SaveProcReportMoveBill_MoveStockSoapIn"> - <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_MoveStock" /> - </wsdl:message> - <wsdl:message name="set_SaveProcReportMoveBill_MoveStockSoapOut"> - <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_MoveStockResponse" /> - </wsdl:message> - <wsdl:message name="set_SaveProcReportMoveBill_MoveStock_CLD_NewSoapIn"> - <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_MoveStock_CLD_New" /> - </wsdl:message> - <wsdl:message name="set_SaveProcReportMoveBill_MoveStock_CLD_NewSoapOut"> - <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_MoveStock_CLD_NewResponse" /> - </wsdl:message> - <wsdl:message name="set_CheckPOInStockBill_NewSoapIn"> - <wsdl:part name="parameters" element="tns:set_CheckPOInStockBill_New" /> - </wsdl:message> - <wsdl:message name="set_CheckPOInStockBill_NewSoapOut"> - <wsdl:part name="parameters" element="tns:set_CheckPOInStockBill_NewResponse" /> - </wsdl:message> - <wsdl:message name="set_CheckPOInStockBill_CLDSoapIn"> - <wsdl:part name="parameters" element="tns:set_CheckPOInStockBill_CLD" /> - </wsdl:message> - <wsdl:message name="set_CheckPOInStockBill_CLDSoapOut"> - <wsdl:part name="parameters" element="tns:set_CheckPOInStockBill_CLDResponse" /> - </wsdl:message> <wsdl:message name="set_SaveSellOutBackBill_CLD_NewSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveSellOutBackBill_CLD_New" /> </wsdl:message> @@ -14328,6 +14466,18 @@ <wsdl:message name="set_SaveMateReplenishOutBill_CLD_NewSoapOut"> <wsdl:part name="parameters" element="tns:set_SaveMateReplenishOutBill_CLD_NewResponse" /> </wsdl:message> + <wsdl:message name="set_SaveMateReplenishOutBill_BillCheckSoapIn"> + <wsdl:part name="parameters" element="tns:set_SaveMateReplenishOutBill_BillCheck" /> + </wsdl:message> + <wsdl:message name="set_SaveMateReplenishOutBill_BillCheckSoapOut"> + <wsdl:part name="parameters" element="tns:set_SaveMateReplenishOutBill_BillCheckResponse" /> + </wsdl:message> + <wsdl:message name="set_SaveEntrustReplenishOutBill_BillCheckSoapIn"> + <wsdl:part name="parameters" element="tns:set_SaveEntrustReplenishOutBill_BillCheck" /> + </wsdl:message> + <wsdl:message name="set_SaveEntrustReplenishOutBill_BillCheckSoapOut"> + <wsdl:part name="parameters" element="tns:set_SaveEntrustReplenishOutBill_BillCheckResponse" /> + </wsdl:message> <wsdl:message name="set_SaveEntrustInBackBill_CLDSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveEntrustInBackBill_CLD" /> </wsdl:message> @@ -14406,6 +14556,12 @@ <wsdl:message name="set_SaveEntrustOutBill_CLDSoapOut"> <wsdl:part name="parameters" element="tns:set_SaveEntrustOutBill_CLDResponse" /> </wsdl:message> + <wsdl:message name="set_SaveEntrustOutBill_BillCheckSoapIn"> + <wsdl:part name="parameters" element="tns:set_SaveEntrustOutBill_BillCheck" /> + </wsdl:message> + <wsdl:message name="set_SaveEntrustOutBill_BillCheckSoapOut"> + <wsdl:part name="parameters" element="tns:set_SaveEntrustOutBill_BillCheckResponse" /> + </wsdl:message> <wsdl:message name="set_SaveOtherOutBackBillSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveOtherOutBackBill" /> </wsdl:message> @@ -14465,24 +14621,6 @@ </wsdl:message> <wsdl:message name="set_SaveOtherOutBill_CLD_NewSoapOut"> <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_CLD_NewResponse" /> - </wsdl:message> - <wsdl:message name="set_SaveOtherOutBill_CLDSoapIn"> - <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_CLD" /> - </wsdl:message> - <wsdl:message name="set_SaveOtherOutBill_CLDSoapOut"> - <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_CLDResponse" /> - </wsdl:message> - <wsdl:message name="set_SaveOtherOutBill_BillCheckSoapIn"> - <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_BillCheck" /> - </wsdl:message> - <wsdl:message name="set_SaveOtherOutBill_BillCheckSoapOut"> - <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_BillCheckResponse" /> - </wsdl:message> - <wsdl:message name="set_SavePOStockInBackBillSoapIn"> - <wsdl:part name="parameters" element="tns:set_SavePOStockInBackBill" /> - </wsdl:message> - <wsdl:message name="set_SavePOStockInBackBillSoapOut"> - <wsdl:part name="parameters" element="tns:set_SavePOStockInBackBillResponse" /> </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_ChangGuiSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_ChangGui" /> @@ -15913,6 +16051,34 @@ <wsdl:part name="parameters" element="tns:GetSc_ICMOBillListResponse" /> </wsdl:message> <wsdl:portType name="WebService1Soap"> + <wsdl:operation name="getCheckOpen"> + <wsdl:input message="tns:getCheckOpenSoapIn" /> + <wsdl:output message="tns:getCheckOpenSoapOut" /> + </wsdl:operation> + <wsdl:operation name="getGetDataBase"> + <wsdl:input message="tns:getGetDataBaseSoapIn" /> + <wsdl:output message="tns:getGetDataBaseSoapOut" /> + </wsdl:operation> + <wsdl:operation name="getCheckCzymc"> + <wsdl:input message="tns:getCheckCzymcSoapIn" /> + <wsdl:output message="tns:getCheckCzymcSoapOut" /> + </wsdl:operation> + <wsdl:operation name="getSub_GetCurPeriod"> + <wsdl:input message="tns:getSub_GetCurPeriodSoapIn" /> + <wsdl:output message="tns:getSub_GetCurPeriodSoapOut" /> + </wsdl:operation> + <wsdl:operation name="getDataSetBySQL"> + <wsdl:input message="tns:getDataSetBySQLSoapIn" /> + <wsdl:output message="tns:getDataSetBySQLSoapOut" /> + </wsdl:operation> + <wsdl:operation name="getRunProc"> + <wsdl:input message="tns:getRunProcSoapIn" /> + <wsdl:output message="tns:getRunProcSoapOut" /> + </wsdl:operation> + <wsdl:operation name="getRunProcByMul"> + <wsdl:input message="tns:getRunProcByMulSoapIn" /> + <wsdl:output message="tns:getRunProcByMulSoapOut" /> + </wsdl:operation> <wsdl:operation name="getSecurity_Log"> <wsdl:input message="tns:getSecurity_LogSoapIn" /> <wsdl:output message="tns:getSecurity_LogSoapOut" /> @@ -15940,6 +16106,30 @@ <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="GetICInventoryByBarCodeSP_View"> + <wsdl:input message="tns:GetICInventoryByBarCodeSP_ViewSoapIn" /> + <wsdl:output message="tns:GetICInventoryByBarCodeSP_ViewSoapOut" /> + </wsdl:operation> + <wsdl:operation name="GetMaterByBarCodeSP_View"> + <wsdl:input message="tns:GetMaterByBarCodeSP_ViewSoapIn" /> + <wsdl:output message="tns:GetMaterByBarCodeSP_ViewSoapOut" /> + </wsdl:operation> + <wsdl:operation name="SetFIFOPonderationBillMain_Temp"> + <wsdl:input message="tns:SetFIFOPonderationBillMain_TempSoapIn" /> + <wsdl:output message="tns:SetFIFOPonderationBillMain_TempSoapOut" /> + </wsdl:operation> + <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Fast"> + <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_FastSoapIn" /> + <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_FastSoapOut" /> + </wsdl:operation> + <wsdl:operation name="get_CheckTypeByBarCode"> + <wsdl:input message="tns:get_CheckTypeByBarCodeSoapIn" /> + <wsdl:output message="tns:get_CheckTypeByBarCodeSoapOut" /> + </wsdl:operation> + <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_OutFast"> + <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_OutFastSoapIn" /> + <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_OutFastSoapOut" /> </wsdl:operation> <wsdl:operation name="get_CheckTypeByBarCode_Out"> <wsdl:input message="tns:get_CheckTypeByBarCode_OutSoapIn" /> @@ -16076,6 +16266,10 @@ <wsdl:operation name="get_SourceBarCode_EntrustOut"> <wsdl:input message="tns:get_SourceBarCode_EntrustOutSoapIn" /> <wsdl:output message="tns:get_SourceBarCode_EntrustOutSoapOut" /> + </wsdl:operation> + <wsdl:operation name="get_SourceBarCode_OtherOut"> + <wsdl:input message="tns:get_SourceBarCode_OtherOutSoapIn" /> + <wsdl:output message="tns:get_SourceBarCode_OtherOutSoapOut" /> </wsdl:operation> <wsdl:operation name="get_SourceBarCode_MoveStock"> <wsdl:input message="tns:get_SourceBarCode_MoveStockSoapIn" /> @@ -16253,33 +16447,21 @@ <wsdl:input message="tns:getDataSetByMasterSQLSoapIn" /> <wsdl:output message="tns:getDataSetByMasterSQLSoapOut" /> </wsdl:operation> - <wsdl:operation name="getCheckOpen"> - <wsdl:input message="tns:getCheckOpenSoapIn" /> - <wsdl:output message="tns:getCheckOpenSoapOut" /> + <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock"> + <wsdl:input message="tns:set_SaveProcReportMoveBill_MoveStockSoapIn" /> + <wsdl:output message="tns:set_SaveProcReportMoveBill_MoveStockSoapOut" /> </wsdl:operation> - <wsdl:operation name="getGetDataBase"> - <wsdl:input message="tns:getGetDataBaseSoapIn" /> - <wsdl:output message="tns:getGetDataBaseSoapOut" /> + <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock_CLD_New"> + <wsdl:input message="tns:set_SaveProcReportMoveBill_MoveStock_CLD_NewSoapIn" /> + <wsdl:output message="tns:set_SaveProcReportMoveBill_MoveStock_CLD_NewSoapOut" /> </wsdl:operation> - <wsdl:operation name="getCheckCzymc"> - <wsdl:input message="tns:getCheckCzymcSoapIn" /> - <wsdl:output message="tns:getCheckCzymcSoapOut" /> + <wsdl:operation name="set_CheckPOInStockBill_New"> + <wsdl:input message="tns:set_CheckPOInStockBill_NewSoapIn" /> + <wsdl:output message="tns:set_CheckPOInStockBill_NewSoapOut" /> </wsdl:operation> - <wsdl:operation name="getSub_GetCurPeriod"> - <wsdl:input message="tns:getSub_GetCurPeriodSoapIn" /> - <wsdl:output message="tns:getSub_GetCurPeriodSoapOut" /> - </wsdl:operation> - <wsdl:operation name="getDataSetBySQL"> - <wsdl:input message="tns:getDataSetBySQLSoapIn" /> - <wsdl:output message="tns:getDataSetBySQLSoapOut" /> - </wsdl:operation> - <wsdl:operation name="getRunProc"> - <wsdl:input message="tns:getRunProcSoapIn" /> - <wsdl:output message="tns:getRunProcSoapOut" /> - </wsdl:operation> - <wsdl:operation name="getRunProcByMul"> - <wsdl:input message="tns:getRunProcByMulSoapIn" /> - <wsdl:output message="tns:getRunProcByMulSoapOut" /> + <wsdl:operation name="set_CheckPOInStockBill_CLD"> + <wsdl:input message="tns:set_CheckPOInStockBill_CLDSoapIn" /> + <wsdl:output message="tns:set_CheckPOInStockBill_CLDSoapOut" /> </wsdl:operation> <wsdl:operation name="set_CheckPOInStockBill"> <wsdl:input message="tns:set_CheckPOInStockBillSoapIn" /> @@ -16585,29 +16767,17 @@ <wsdl:input message="tns:GetMaterByBarCode_ViewSoapIn" /> <wsdl:output message="tns:GetMaterByBarCode_ViewSoapOut" /> </wsdl:operation> - <wsdl:operation name="GetICInventoryByBarCodeSP_View"> - <wsdl:input message="tns:GetICInventoryByBarCodeSP_ViewSoapIn" /> - <wsdl:output message="tns:GetICInventoryByBarCodeSP_ViewSoapOut" /> + <wsdl:operation name="set_SaveOtherOutBill_CLD"> + <wsdl:input message="tns:set_SaveOtherOutBill_CLDSoapIn" /> + <wsdl:output message="tns:set_SaveOtherOutBill_CLDSoapOut" /> </wsdl:operation> - <wsdl:operation name="GetMaterByBarCodeSP_View"> - <wsdl:input message="tns:GetMaterByBarCodeSP_ViewSoapIn" /> - <wsdl:output message="tns:GetMaterByBarCodeSP_ViewSoapOut" /> + <wsdl:operation name="set_SaveOtherOutBill_BillCheck"> + <wsdl:input message="tns:set_SaveOtherOutBill_BillCheckSoapIn" /> + <wsdl:output message="tns:set_SaveOtherOutBill_BillCheckSoapOut" /> </wsdl:operation> - <wsdl:operation name="SetFIFOPonderationBillMain_Temp"> - <wsdl:input message="tns:SetFIFOPonderationBillMain_TempSoapIn" /> - <wsdl:output message="tns:SetFIFOPonderationBillMain_TempSoapOut" /> - </wsdl:operation> - <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Fast"> - <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_FastSoapIn" /> - <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_FastSoapOut" /> - </wsdl:operation> - <wsdl:operation name="get_CheckTypeByBarCode"> - <wsdl:input message="tns:get_CheckTypeByBarCodeSoapIn" /> - <wsdl:output message="tns:get_CheckTypeByBarCodeSoapOut" /> - </wsdl:operation> - <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_OutFast"> - <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_OutFastSoapIn" /> - <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_OutFastSoapOut" /> + <wsdl:operation name="set_SavePOStockInBackBill"> + <wsdl:input message="tns:set_SavePOStockInBackBillSoapIn" /> + <wsdl:output message="tns:set_SavePOStockInBackBillSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePOStockInBackBill_New"> <wsdl:input message="tns:set_SavePOStockInBackBill_NewSoapIn" /> @@ -16797,22 +16967,6 @@ <wsdl:input message="tns:set_SaveProcReportMoveBill_CLD_NewSoapIn" /> <wsdl:output message="tns:set_SaveProcReportMoveBill_CLD_NewSoapOut" /> </wsdl:operation> - <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock"> - <wsdl:input message="tns:set_SaveProcReportMoveBill_MoveStockSoapIn" /> - <wsdl:output message="tns:set_SaveProcReportMoveBill_MoveStockSoapOut" /> - </wsdl:operation> - <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock_CLD_New"> - <wsdl:input message="tns:set_SaveProcReportMoveBill_MoveStock_CLD_NewSoapIn" /> - <wsdl:output message="tns:set_SaveProcReportMoveBill_MoveStock_CLD_NewSoapOut" /> - </wsdl:operation> - <wsdl:operation name="set_CheckPOInStockBill_New"> - <wsdl:input message="tns:set_CheckPOInStockBill_NewSoapIn" /> - <wsdl:output message="tns:set_CheckPOInStockBill_NewSoapOut" /> - </wsdl:operation> - <wsdl:operation name="set_CheckPOInStockBill_CLD"> - <wsdl:input message="tns:set_CheckPOInStockBill_CLDSoapIn" /> - <wsdl:output message="tns:set_CheckPOInStockBill_CLDSoapOut" /> - </wsdl:operation> <wsdl:operation name="set_SaveSellOutBackBill_CLD_New"> <wsdl:input message="tns:set_SaveSellOutBackBill_CLD_NewSoapIn" /> <wsdl:output message="tns:set_SaveSellOutBackBill_CLD_NewSoapOut" /> @@ -16929,6 +17083,14 @@ <wsdl:input message="tns:set_SaveMateReplenishOutBill_CLD_NewSoapIn" /> <wsdl:output message="tns:set_SaveMateReplenishOutBill_CLD_NewSoapOut" /> </wsdl:operation> + <wsdl:operation name="set_SaveMateReplenishOutBill_BillCheck"> + <wsdl:input message="tns:set_SaveMateReplenishOutBill_BillCheckSoapIn" /> + <wsdl:output message="tns:set_SaveMateReplenishOutBill_BillCheckSoapOut" /> + </wsdl:operation> + <wsdl:operation name="set_SaveEntrustReplenishOutBill_BillCheck"> + <wsdl:input message="tns:set_SaveEntrustReplenishOutBill_BillCheckSoapIn" /> + <wsdl:output message="tns:set_SaveEntrustReplenishOutBill_BillCheckSoapOut" /> + </wsdl:operation> <wsdl:operation name="set_SaveEntrustInBackBill_CLD"> <wsdl:input message="tns:set_SaveEntrustInBackBill_CLDSoapIn" /> <wsdl:output message="tns:set_SaveEntrustInBackBill_CLDSoapOut" /> @@ -16981,6 +17143,10 @@ <wsdl:input message="tns:set_SaveEntrustOutBill_CLDSoapIn" /> <wsdl:output message="tns:set_SaveEntrustOutBill_CLDSoapOut" /> </wsdl:operation> + <wsdl:operation name="set_SaveEntrustOutBill_BillCheck"> + <wsdl:input message="tns:set_SaveEntrustOutBill_BillCheckSoapIn" /> + <wsdl:output message="tns:set_SaveEntrustOutBill_BillCheckSoapOut" /> + </wsdl:operation> <wsdl:operation name="set_SaveOtherOutBackBill"> <wsdl:input message="tns:set_SaveOtherOutBackBillSoapIn" /> <wsdl:output message="tns:set_SaveOtherOutBackBillSoapOut" /> @@ -17020,18 +17186,6 @@ <wsdl:operation name="set_SaveOtherOutBill_CLD_New"> <wsdl:input message="tns:set_SaveOtherOutBill_CLD_NewSoapIn" /> <wsdl:output message="tns:set_SaveOtherOutBill_CLD_NewSoapOut" /> - </wsdl:operation> - <wsdl:operation name="set_SaveOtherOutBill_CLD"> - <wsdl:input message="tns:set_SaveOtherOutBill_CLDSoapIn" /> - <wsdl:output message="tns:set_SaveOtherOutBill_CLDSoapOut" /> - </wsdl:operation> - <wsdl:operation name="set_SaveOtherOutBill_BillCheck"> - <wsdl:input message="tns:set_SaveOtherOutBill_BillCheckSoapIn" /> - <wsdl:output message="tns:set_SaveOtherOutBill_BillCheckSoapOut" /> - </wsdl:operation> - <wsdl:operation name="set_SavePOStockInBackBill"> - <wsdl:input message="tns:set_SavePOStockInBackBillSoapIn" /> - <wsdl:output message="tns:set_SavePOStockInBackBillSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_ChangGui"> <wsdl:input message="tns:set_SavePonderationBillMain_Temp_ChangGuiSoapIn" /> @@ -17988,6 +18142,69 @@ </wsdl:portType> <wsdl:binding name="WebService1Soap" type="tns:WebService1Soap"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> + <wsdl:operation name="getCheckOpen"> + <soap:operation soapAction="http://tempuri.org/getCheckOpen" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="getGetDataBase"> + <soap:operation soapAction="http://tempuri.org/getGetDataBase" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="getCheckCzymc"> + <soap:operation soapAction="http://tempuri.org/getCheckCzymc" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="getSub_GetCurPeriod"> + <soap:operation soapAction="http://tempuri.org/getSub_GetCurPeriod" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="getDataSetBySQL"> + <soap:operation soapAction="http://tempuri.org/getDataSetBySQL" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="getRunProc"> + <soap:operation soapAction="http://tempuri.org/getRunProc" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="getRunProcByMul"> + <soap:operation soapAction="http://tempuri.org/getRunProcByMul" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> <wsdl:operation name="getSecurity_Log"> <soap:operation soapAction="http://tempuri.org/getSecurity_Log" style="document" /> <wsdl:input> @@ -18044,6 +18261,60 @@ </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="GetICInventoryByBarCodeSP_View"> + <soap:operation soapAction="http://tempuri.org/GetICInventoryByBarCodeSP_View" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="GetMaterByBarCodeSP_View"> + <soap:operation soapAction="http://tempuri.org/GetMaterByBarCodeSP_View" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="SetFIFOPonderationBillMain_Temp"> + <soap:operation soapAction="http://tempuri.org/SetFIFOPonderationBillMain_Temp" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Fast"> + <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Fast" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="get_CheckTypeByBarCode"> + <soap:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_OutFast"> + <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_OutFast" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -18350,6 +18621,15 @@ </wsdl:operation> <wsdl:operation name="get_SourceBarCode_EntrustOut"> <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_EntrustOut" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="get_SourceBarCode_OtherOut"> + <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_OtherOut" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -18753,8 +19033,8 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="getCheckOpen"> - <soap:operation soapAction="http://tempuri.org/getCheckOpen" style="document" /> + <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock"> + <soap:operation soapAction="http://tempuri.org/set_SaveProcReportMoveBill_MoveStock" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -18762,8 +19042,8 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="getGetDataBase"> - <soap:operation soapAction="http://tempuri.org/getGetDataBase" style="document" /> + <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock_CLD_New"> + <soap:operation soapAction="http://tempuri.org/set_SaveProcReportMoveBill_MoveStock_CLD_New" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -18771,8 +19051,8 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="getCheckCzymc"> - <soap:operation soapAction="http://tempuri.org/getCheckCzymc" style="document" /> + <wsdl:operation name="set_CheckPOInStockBill_New"> + <soap:operation soapAction="http://tempuri.org/set_CheckPOInStockBill_New" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -18780,35 +19060,8 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="getSub_GetCurPeriod"> - <soap:operation soapAction="http://tempuri.org/getSub_GetCurPeriod" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="getDataSetBySQL"> - <soap:operation soapAction="http://tempuri.org/getDataSetBySQL" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="getRunProc"> - <soap:operation soapAction="http://tempuri.org/getRunProc" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="getRunProcByMul"> - <soap:operation soapAction="http://tempuri.org/getRunProcByMul" style="document" /> + <wsdl:operation name="set_CheckPOInStockBill_CLD"> + <soap:operation soapAction="http://tempuri.org/set_CheckPOInStockBill_CLD" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -19500,8 +19753,8 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="GetICInventoryByBarCodeSP_View"> - <soap:operation soapAction="http://tempuri.org/GetICInventoryByBarCodeSP_View" style="document" /> + <wsdl:operation name="set_SaveOtherOutBill_CLD"> + <soap:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_CLD" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -19509,8 +19762,8 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="GetMaterByBarCodeSP_View"> - <soap:operation soapAction="http://tempuri.org/GetMaterByBarCodeSP_View" style="document" /> + <wsdl:operation name="set_SaveOtherOutBill_BillCheck"> + <soap:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_BillCheck" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -19518,35 +19771,8 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="SetFIFOPonderationBillMain_Temp"> - <soap:operation soapAction="http://tempuri.org/SetFIFOPonderationBillMain_Temp" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Fast"> - <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Fast" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="get_CheckTypeByBarCode"> - <soap:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_OutFast"> - <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_OutFast" style="document" /> + <wsdl:operation name="set_SavePOStockInBackBill"> + <soap:operation soapAction="http://tempuri.org/set_SavePOStockInBackBill" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -19977,42 +20203,6 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock"> - <soap:operation soapAction="http://tempuri.org/set_SaveProcReportMoveBill_MoveStock" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock_CLD_New"> - <soap:operation soapAction="http://tempuri.org/set_SaveProcReportMoveBill_MoveStock_CLD_New" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="set_CheckPOInStockBill_New"> - <soap:operation soapAction="http://tempuri.org/set_CheckPOInStockBill_New" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="set_CheckPOInStockBill_CLD"> - <soap:operation soapAction="http://tempuri.org/set_CheckPOInStockBill_CLD" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> <wsdl:operation name="set_SaveSellOutBackBill_CLD_New"> <soap:operation soapAction="http://tempuri.org/set_SaveSellOutBackBill_CLD_New" style="document" /> <wsdl:input> @@ -20274,6 +20464,24 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> + <wsdl:operation name="set_SaveMateReplenishOutBill_BillCheck"> + <soap:operation soapAction="http://tempuri.org/set_SaveMateReplenishOutBill_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_SaveEntrustReplenishOutBill_BillCheck"> + <soap:operation soapAction="http://tempuri.org/set_SaveEntrustReplenishOutBill_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_SaveEntrustInBackBill_CLD"> <soap:operation soapAction="http://tempuri.org/set_SaveEntrustInBackBill_CLD" style="document" /> <wsdl:input> @@ -20391,6 +20599,15 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> + <wsdl:operation name="set_SaveEntrustOutBill_BillCheck"> + <soap:operation soapAction="http://tempuri.org/set_SaveEntrustOutBill_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_SaveOtherOutBackBill"> <soap:operation soapAction="http://tempuri.org/set_SaveOtherOutBackBill" style="document" /> <wsdl:input> @@ -20474,33 +20691,6 @@ </wsdl:operation> <wsdl:operation name="set_SaveOtherOutBill_CLD_New"> <soap:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_CLD_New" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="set_SaveOtherOutBill_CLD"> - <soap:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_CLD" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="set_SaveOtherOutBill_BillCheck"> - <soap:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_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_SavePOStockInBackBill"> - <soap:operation soapAction="http://tempuri.org/set_SavePOStockInBackBill" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -22653,6 +22843,69 @@ </wsdl:binding> <wsdl:binding name="WebService1Soap12" type="tns:WebService1Soap"> <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" /> + <wsdl:operation name="getCheckOpen"> + <soap12:operation soapAction="http://tempuri.org/getCheckOpen" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="getGetDataBase"> + <soap12:operation soapAction="http://tempuri.org/getGetDataBase" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="getCheckCzymc"> + <soap12:operation soapAction="http://tempuri.org/getCheckCzymc" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="getSub_GetCurPeriod"> + <soap12:operation soapAction="http://tempuri.org/getSub_GetCurPeriod" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="getDataSetBySQL"> + <soap12:operation soapAction="http://tempuri.org/getDataSetBySQL" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="getRunProc"> + <soap12:operation soapAction="http://tempuri.org/getRunProc" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="getRunProcByMul"> + <soap12:operation soapAction="http://tempuri.org/getRunProcByMul" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> <wsdl:operation name="getSecurity_Log"> <soap12:operation soapAction="http://tempuri.org/getSecurity_Log" style="document" /> <wsdl:input> @@ -22709,6 +22962,60 @@ </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="GetICInventoryByBarCodeSP_View"> + <soap12:operation soapAction="http://tempuri.org/GetICInventoryByBarCodeSP_View" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="GetMaterByBarCodeSP_View"> + <soap12:operation soapAction="http://tempuri.org/GetMaterByBarCodeSP_View" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="SetFIFOPonderationBillMain_Temp"> + <soap12:operation soapAction="http://tempuri.org/SetFIFOPonderationBillMain_Temp" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Fast"> + <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Fast" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="get_CheckTypeByBarCode"> + <soap12:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_OutFast"> + <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_OutFast" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -23015,6 +23322,15 @@ </wsdl:operation> <wsdl:operation name="get_SourceBarCode_EntrustOut"> <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_EntrustOut" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="get_SourceBarCode_OtherOut"> + <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_OtherOut" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -23418,8 +23734,8 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="getCheckOpen"> - <soap12:operation soapAction="http://tempuri.org/getCheckOpen" style="document" /> + <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock"> + <soap12:operation soapAction="http://tempuri.org/set_SaveProcReportMoveBill_MoveStock" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -23427,8 +23743,8 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="getGetDataBase"> - <soap12:operation soapAction="http://tempuri.org/getGetDataBase" style="document" /> + <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock_CLD_New"> + <soap12:operation soapAction="http://tempuri.org/set_SaveProcReportMoveBill_MoveStock_CLD_New" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -23436,8 +23752,8 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="getCheckCzymc"> - <soap12:operation soapAction="http://tempuri.org/getCheckCzymc" style="document" /> + <wsdl:operation name="set_CheckPOInStockBill_New"> + <soap12:operation soapAction="http://tempuri.org/set_CheckPOInStockBill_New" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -23445,35 +23761,8 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="getSub_GetCurPeriod"> - <soap12:operation soapAction="http://tempuri.org/getSub_GetCurPeriod" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="getDataSetBySQL"> - <soap12:operation soapAction="http://tempuri.org/getDataSetBySQL" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="getRunProc"> - <soap12:operation soapAction="http://tempuri.org/getRunProc" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="getRunProcByMul"> - <soap12:operation soapAction="http://tempuri.org/getRunProcByMul" style="document" /> + <wsdl:operation name="set_CheckPOInStockBill_CLD"> + <soap12:operation soapAction="http://tempuri.org/set_CheckPOInStockBill_CLD" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -24165,8 +24454,8 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="GetICInventoryByBarCodeSP_View"> - <soap12:operation soapAction="http://tempuri.org/GetICInventoryByBarCodeSP_View" style="document" /> + <wsdl:operation name="set_SaveOtherOutBill_CLD"> + <soap12:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_CLD" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -24174,8 +24463,8 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="GetMaterByBarCodeSP_View"> - <soap12:operation soapAction="http://tempuri.org/GetMaterByBarCodeSP_View" style="document" /> + <wsdl:operation name="set_SaveOtherOutBill_BillCheck"> + <soap12:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_BillCheck" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -24183,35 +24472,8 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="SetFIFOPonderationBillMain_Temp"> - <soap12:operation soapAction="http://tempuri.org/SetFIFOPonderationBillMain_Temp" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Fast"> - <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Fast" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="get_CheckTypeByBarCode"> - <soap12:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_OutFast"> - <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_OutFast" style="document" /> + <wsdl:operation name="set_SavePOStockInBackBill"> + <soap12:operation soapAction="http://tempuri.org/set_SavePOStockInBackBill" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -24642,42 +24904,6 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock"> - <soap12:operation soapAction="http://tempuri.org/set_SaveProcReportMoveBill_MoveStock" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock_CLD_New"> - <soap12:operation soapAction="http://tempuri.org/set_SaveProcReportMoveBill_MoveStock_CLD_New" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="set_CheckPOInStockBill_New"> - <soap12:operation soapAction="http://tempuri.org/set_CheckPOInStockBill_New" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="set_CheckPOInStockBill_CLD"> - <soap12:operation soapAction="http://tempuri.org/set_CheckPOInStockBill_CLD" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> <wsdl:operation name="set_SaveSellOutBackBill_CLD_New"> <soap12:operation soapAction="http://tempuri.org/set_SaveSellOutBackBill_CLD_New" style="document" /> <wsdl:input> @@ -24939,6 +25165,24 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> + <wsdl:operation name="set_SaveMateReplenishOutBill_BillCheck"> + <soap12:operation soapAction="http://tempuri.org/set_SaveMateReplenishOutBill_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_SaveEntrustReplenishOutBill_BillCheck"> + <soap12:operation soapAction="http://tempuri.org/set_SaveEntrustReplenishOutBill_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_SaveEntrustInBackBill_CLD"> <soap12:operation soapAction="http://tempuri.org/set_SaveEntrustInBackBill_CLD" style="document" /> <wsdl:input> @@ -25056,6 +25300,15 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> + <wsdl:operation name="set_SaveEntrustOutBill_BillCheck"> + <soap12:operation soapAction="http://tempuri.org/set_SaveEntrustOutBill_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_SaveOtherOutBackBill"> <soap12:operation soapAction="http://tempuri.org/set_SaveOtherOutBackBill" style="document" /> <wsdl:input> @@ -25139,33 +25392,6 @@ </wsdl:operation> <wsdl:operation name="set_SaveOtherOutBill_CLD_New"> <soap12:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_CLD_New" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="set_SaveOtherOutBill_CLD"> - <soap12:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_CLD" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="set_SaveOtherOutBill_BillCheck"> - <soap12:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_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_SavePOStockInBackBill"> - <soap12:operation soapAction="http://tempuri.org/set_SavePOStockInBackBill" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -27318,10 +27544,10 @@ </wsdl:binding> <wsdl:service name="WebService1"> <wsdl:port name="WebService1Soap" binding="tns:WebService1Soap"> - <soap:address location="http://192.168.63.195/WEBS-WMS/WebService1.asmx" /> + <soap:address location="http://192.168.63.7/WEBS-WMS/WebService1.asmx" /> </wsdl:port> <wsdl:port name="WebService1Soap12" binding="tns:WebService1Soap12"> - <soap12:address location="http://192.168.63.195/WEBS-WMS/WebService1.asmx" /> + <soap12:address location="http://192.168.63.7/WEBS-WMS/WebService1.asmx" /> </wsdl:port> </wsdl:service> </wsdl:definitions> \ No newline at end of file -- Gitblit v1.9.1