From 8db52b8517da26b8fc79f66241727b9076aa9677 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期三, 07 十二月 2022 11:08:23 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API
---
WebAPI/Web References/WebS/WebService1.wsdl | 797 ++++++++++++++++++++++++++++++++------------------------
1 files changed, 449 insertions(+), 348 deletions(-)
diff --git a/WebAPI/Web References/WebS/WebService1.wsdl b/WebAPI/Web References/WebS/WebService1.wsdl
index 836a8b3..8d6f402 100644
--- a/WebAPI/Web References/WebS/WebService1.wsdl
+++ b/WebAPI/Web References/WebS/WebService1.wsdl
@@ -2,6 +2,65 @@
<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="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 +246,7 @@
</s:sequence>
</s:complexType>
</s:element>
- <s:element name="get_CheckTypeByBarCode_Out">
+ <s:element name="get_CheckTypeByBarCode">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" />
@@ -207,10 +266,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 +313,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 +585,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" />
@@ -1068,6 +1185,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 +1642,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 +1909,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">
@@ -2745,61 +2889,52 @@
</s:sequence>
</s:complexType>
</s:element>
- <s:element name="getDataSetBySQL">
+ <s:element name="set_CheckPOInStockBill_New">
<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:ClsCg_POInStockBillMain" />
<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="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="getRunProcByMulResponse">
+ <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>
@@ -4460,63 +4595,7 @@
</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" />
- <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_CheckTypeByBarCodeResponse">
- <s:complexType>
- <s:sequence>
- <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>
- </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 +4653,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>
@@ -5663,56 +5759,6 @@
</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 +6538,22 @@
</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_SaveEntrustInBackBill_CLD">
<s:complexType>
<s:sequence>
@@ -7056,23 +7118,6 @@
<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 +12849,24 @@
</s:element>
</s:schema>
</wsdl:types>
+ <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 +12908,18 @@
</wsdl:message>
<wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_MouldSoapOut">
<wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_MouldResponse" />
+ </wsdl:message>
+ <wsdl:message name="get_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 +13124,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" />
@@ -13338,23 +13419,17 @@
<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 name="set_CheckPOInStockBill_NewSoapIn">
+ <wsdl:part name="parameters" element="tns:set_CheckPOInStockBill_New" />
</wsdl:message>
- <wsdl:message name="getDataSetBySQLSoapOut">
- <wsdl:part name="parameters" element="tns:getDataSetBySQLResponse" />
+ <wsdl:message name="set_CheckPOInStockBill_NewSoapOut">
+ <wsdl:part name="parameters" element="tns:set_CheckPOInStockBill_NewResponse" />
</wsdl:message>
- <wsdl:message name="getRunProcSoapIn">
- <wsdl:part name="parameters" element="tns:getRunProc" />
+ <wsdl:message name="set_CheckPOInStockBill_CLDSoapIn">
+ <wsdl:part name="parameters" element="tns:set_CheckPOInStockBill_CLD" />
</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" />
@@ -13836,17 +13911,11 @@
<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 name="set_SavePOStockInBackBillSoapIn">
+ <wsdl:part name="parameters" element="tns:set_SavePOStockInBackBill" />
</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" />
@@ -14142,18 +14211,6 @@
<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 +14385,12 @@
<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_SaveEntrustInBackBill_CLDSoapIn">
<wsdl:part name="parameters" element="tns:set_SaveEntrustInBackBill_CLD" />
</wsdl:message>
@@ -14477,12 +14540,6 @@
</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 +15970,18 @@
<wsdl:part name="parameters" element="tns:GetSc_ICMOBillListResponse" />
</wsdl:message>
<wsdl:portType name="WebService1Soap">
+ <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 +16009,14 @@
<wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Mould">
<wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_MouldSoapIn" />
<wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_MouldSoapOut" />
+ </wsdl:operation>
+ <wsdl:operation name="get_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 +16153,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" />
@@ -16269,17 +16350,13 @@
<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 name="set_CheckPOInStockBill_New">
+ <wsdl:input message="tns:set_CheckPOInStockBill_NewSoapIn" />
+ <wsdl:output message="tns:set_CheckPOInStockBill_NewSoapOut" />
</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" />
@@ -16601,13 +16678,9 @@
<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" />
@@ -16805,14 +16878,6 @@
<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 +16994,10 @@
<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_SaveEntrustInBackBill_CLD">
<wsdl:input message="tns:set_SaveEntrustInBackBill_CLDSoapIn" />
<wsdl:output message="tns:set_SaveEntrustInBackBill_CLDSoapOut" />
@@ -17028,10 +17097,6 @@
<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 +18053,33 @@
</wsdl:portType>
<wsdl:binding name="WebService1Soap" type="tns:WebService1Soap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
+ <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 +18136,24 @@
</wsdl:operation>
<wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Mould">
<soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Mould" style="document" />
+ <wsdl:input>
+ <soap:body use="literal" />
+ </wsdl:input>
+ <wsdl:output>
+ <soap:body use="literal" />
+ </wsdl:output>
+ </wsdl:operation>
+ <wsdl:operation name="get_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 +18460,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>
@@ -18789,8 +18908,8 @@
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
- <wsdl:operation name="getDataSetBySQL">
- <soap:operation soapAction="http://tempuri.org/getDataSetBySQL" 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>
@@ -18798,17 +18917,8 @@
<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>
@@ -19536,17 +19646,8 @@
<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>
@@ -19995,24 +20096,6 @@
<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 +20357,15 @@
<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_SaveEntrustInBackBill_CLD">
<soap:operation soapAction="http://tempuri.org/set_SaveEntrustInBackBill_CLD" style="document" />
<wsdl:input>
@@ -20492,15 +20584,6 @@
</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 +22736,33 @@
</wsdl:binding>
<wsdl:binding name="WebService1Soap12" type="tns:WebService1Soap">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
+ <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 +22819,24 @@
</wsdl:operation>
<wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Mould">
<soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Mould" style="document" />
+ <wsdl:input>
+ <soap12:body use="literal" />
+ </wsdl:input>
+ <wsdl:output>
+ <soap12:body use="literal" />
+ </wsdl:output>
+ </wsdl:operation>
+ <wsdl:operation name="get_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 +23143,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>
@@ -23454,8 +23591,8 @@
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
- <wsdl:operation name="getDataSetBySQL">
- <soap12:operation soapAction="http://tempuri.org/getDataSetBySQL" 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>
@@ -23463,17 +23600,8 @@
<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>
@@ -24201,17 +24329,8 @@
<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>
@@ -24660,24 +24779,6 @@
<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 +25040,15 @@
<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_SaveEntrustInBackBill_CLD">
<soap12:operation soapAction="http://tempuri.org/set_SaveEntrustInBackBill_CLD" style="document" />
<wsdl:input>
@@ -25157,15 +25267,6 @@
</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 +27419,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://localhost/WEBS/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://localhost/WEBS/WebService1.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
\ No newline at end of file
--
Gitblit v1.9.1