From 1ce0de5fe9438f3f237bdce8e261be94eee64a2b Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期三, 21 二月 2024 17:32:42 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- WebAPI/Web References/WebS/WebService1.wsdl | 2148 ++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 1,246 insertions(+), 902 deletions(-) diff --git a/WebAPI/Web References/WebS/WebService1.wsdl b/WebAPI/Web References/WebS/WebService1.wsdl index 1b192ba..aae9795 100644 --- a/WebAPI/Web References/WebS/WebService1.wsdl +++ b/WebAPI/Web References/WebS/WebService1.wsdl @@ -2,6 +2,221 @@ <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="set_SaveMouldStockBill_New"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsSc_MouldStockBillMain" /> + <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:complexType name="ClsSc_MouldStockBillMain"> + <s:complexContent mixed="false"> + <s:extension base="tns:ClsXt_BaseBillMain"> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HSupID" 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="HWHID" 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="HRepairType" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HCorrespondentTypeID" type="s:long" /> + </s:sequence> + </s:extension> + </s:complexContent> + </s:complexType> + <s:complexType name="ClsXt_BaseBillMain"> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="HYear" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HPeriod" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HBillSubType" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HDate" type="s:dateTime" /> + <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HBillStatus" type="s:int" /> + <s:element minOccurs="1" maxOccurs="1" name="HCheckItemNowID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HCheckItemNextID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HCheckFlowID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HRemark" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HEmpCode" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HMakeDate" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HUpDater" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HUpDateDate" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HChecker" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HCheckDate" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HBacker" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HBackDate" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HBackRemark" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HCloseMan" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HCloseDate" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HCloseType" type="s:boolean" /> + <s:element minOccurs="0" maxOccurs="1" name="HDeleteMan" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HDeleteDate" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HBillerID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HMainSourceBillNo" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HMainSourceBillType" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HMainSourceInterID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HMainSourceEntryID" type="s:long" /> + </s:sequence> + </s:complexType> + <s:element name="set_SaveMouldStockBill_NewResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="set_SaveMouldStockBill_NewResult" type="s:boolean" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="MouldTempList_Modify"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="sHInterID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="sHBillNo" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sHBillType" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="MouldTempList_ModifyResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="MouldTempList_ModifyResult" type="s:boolean" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="GetMouldSource"> + <s:complexType> + <s:sequence> + <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="HSourceType" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="GetMouldSourceResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="GetMouldSourceResult"> + <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="GetSc_MouldStockBillMain_TempList"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="sHBillType" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sHMaker" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="sHOWNERID" type="s:long" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="GetSc_MouldStockBillMain_TempListResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="GetSc_MouldStockBillMain_TempListResult"> + <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="DeleteMouldBillList"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="DeleteMouldBillListResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="DeleteMouldBillListResult" type="s:boolean" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="GetBillEntry_TmpList"> + <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="sMouldManagerCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sFIFOCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="GetBillEntry_TmpListResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="GetBillEntry_TmpListResult"> + <s:complexType> + <s:sequence> + <s:element ref="s:schema" /> + <s:any /> + </s:sequence> + </s:complexType> + </s:element> + <s:element minOccurs="0" maxOccurs="1" name="sMouldManagerCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sFIFOCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="GetBillEntryTmpList"> + <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="1" maxOccurs="1" name="HStockOrgID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="sMouldManagerCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sFIFOCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="GetBillEntryTmpListResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="GetBillEntryTmpListResult"> + <s:complexType> + <s:sequence> + <s:element ref="s:schema" /> + <s:any /> + </s:sequence> + </s:complexType> + </s:element> + <s:element minOccurs="0" maxOccurs="1" name="sMouldManagerCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sFIFOCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> <s:element name="get_CheckTypeByPackBarCode_Pack"> <s:complexType> <s:sequence> @@ -325,6 +540,53 @@ </s:sequence> </s:complexType> </s:element> + <s:element name="get_PackBarCode_DeletePackUnionBill"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="HBarCode_Pack" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HHMaker" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HStockOrgID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="get_PackBarCode_DeletePackUnionBillResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="get_PackBarCode_DeletePackUnionBillResult"> + <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="set_DeletePackUnionBill"> + <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="HBarCode_Pack" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HComputerName" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HIPAddress" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HModCaption" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="set_DeletePackUnionBillResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="set_DeletePackUnionBillResult" type="s:boolean" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> <s:element name="get_BarCodePack_In_MoveStockBill_HuanTuo"> <s:complexType> <s:sequence> @@ -537,6 +799,24 @@ <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_DelPackUnionBill_TempResult" type="s:boolean" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="TempList_Modify_Pack"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="sHInterID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="sHBillNo" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sHBillType" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="TempList_Modify_PackResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="TempList_Modify_PackResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -1615,6 +1895,88 @@ <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_InfoByBarCodeForReport"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="get_InfoByBarCodeForReportResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="get_InfoByBarCodeForReportResult" type="tns:ClsGy_BarCodeBill_WMS_Model_View" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="get_InfoByStationInBill"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="lngBillKey" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sReturn" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="get_InfoByStationInBillResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="get_InfoByStationInBillResult"> + <s:complexType> + <s:sequence> + <s:element ref="s:schema" /> + <s:any /> + </s:sequence> + </s:complexType> + </s:element> + <s:element minOccurs="0" maxOccurs="1" name="sReturn" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="get_InfoByStationOutBill"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="lngBillKey" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sReturn" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="get_InfoByStationOutBillResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="get_InfoByStationOutBillResult"> + <s:complexType> + <s:sequence> + <s:element ref="s:schema" /> + <s:any /> + </s:sequence> + </s:complexType> + </s:element> + <s:element minOccurs="0" maxOccurs="1" name="sReturn" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="get_MaxBillNoAndID"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="HTranType" type="s:string" /> + <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="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="get_MaxBillNoAndIDResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="get_MaxBillNoAndIDResult" type="s:boolean" /> + <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="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -2971,6 +3333,28 @@ </s:sequence> </s:complexType> </s:element> + <s:element name="get_SourceBarCode_ICMOReport"> + <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="HStockOrgID" 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_ICMOReportResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_ICMOReportResult" 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_ProductIn"> <s:complexType> <s:sequence> @@ -3011,6 +3395,28 @@ <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_POStockInResult" 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_EntrustIn"> + <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="HStockOrgID" 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_EntrustInResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_EntrustInResult" type="tns:ClsKf_ICStockBill_WMS" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -3641,136 +4047,76 @@ </s:sequence> </s:complexType> </s:element> - <s:element name="set_SaveMouldStockBill_New"> + <s:element name="set_CheckOtherInBill"> <s:complexType> <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsSc_MouldStockBillMain" /> - <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherInBillMain_K3" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> - <s:complexType name="ClsSc_MouldStockBillMain"> - <s:complexContent mixed="false"> - <s:extension base="tns:ClsXt_BaseBillMain"> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HSupID" 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="HWHID" 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="HRepairType" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HCorrespondentTypeID" type="s:long" /> - </s:sequence> - </s:extension> - </s:complexContent> - </s:complexType> - <s:complexType name="ClsXt_BaseBillMain"> + <s:complexType name="ClsKf_OtherInBillMain_K3"> <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="1" maxOccurs="1" name="HDate" type="s:dateTime" /> <s:element minOccurs="1" maxOccurs="1" name="HYear" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HPeriod" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HSManagerID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HFManagerID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HManagerID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HSupplyID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HBillSubType" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HDate" type="s:dateTime" /> - <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HBillStatus" type="s:int" /> - <s:element minOccurs="1" maxOccurs="1" name="HCheckItemNowID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HCheckItemNextID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HCheckFlowID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HRemark" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HEmpCode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HBillerID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HMakeDate" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HUpDater" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HUpDateDate" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HChecker" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HCheckDate" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HBacker" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HBackDate" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HBackRemark" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HCloseMan" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HCloseDate" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HCloseType" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="HDeleteMan" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HDeleteDate" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HBillerID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HMainSourceBillNo" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HMainSourceBillType" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HMainSourceInterID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HMainSourceEntryID" type="s:long" /> </s:sequence> </s:complexType> - <s:element name="set_SaveMouldStockBill_NewResponse"> + <s:element name="set_CheckOtherInBillResponse"> <s:complexType> <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="set_SaveMouldStockBill_NewResult" type="s:boolean" /> + <s:element minOccurs="1" maxOccurs="1" name="set_CheckOtherInBillResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> - <s:element name="MouldTempList_Modify"> + <s:element name="set_AuditOtherInBill"> <s:complexType> <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="sHInterID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="sHBillNo" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sHBillType" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherInBillMain_K3" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> - <s:element name="MouldTempList_ModifyResponse"> + <s:element name="set_AuditOtherInBillResponse"> <s:complexType> <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="MouldTempList_ModifyResult" type="s:boolean" /> + <s:element minOccurs="1" maxOccurs="1" name="set_AuditOtherInBillResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> - <s:element name="GetMouldSource"> - <s:complexType> - <s:sequence> - <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="HSourceType" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> + <s:element name="get_StockInStyle"> + <s:complexType /> </s:element> - <s:element name="GetMouldSourceResponse"> + <s:element name="get_StockInStyleResponse"> <s:complexType> <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="GetMouldSourceResult"> - <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="GetSc_MouldStockBillMain_TempList"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="sHBillType" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sHMaker" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="sHOWNERID" type="s:long" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="GetSc_MouldStockBillMain_TempListResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="GetSc_MouldStockBillMain_TempListResult"> + <s:element minOccurs="0" maxOccurs="1" name="get_StockInStyleResult"> <s:complexType> <s:sequence> <s:element ref="s:schema" /> @@ -3781,87 +4127,11 @@ </s:sequence> </s:complexType> </s:element> - <s:element name="DeleteMouldBillList"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="DeleteMouldBillListResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="DeleteMouldBillListResult" type="s:boolean" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="GetBillEntry_TmpList"> - <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="sMouldManagerCtl" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sFIFOCtl" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="GetBillEntry_TmpListResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="GetBillEntry_TmpListResult"> - <s:complexType> - <s:sequence> - <s:element ref="s:schema" /> - <s:any /> - </s:sequence> - </s:complexType> - </s:element> - <s:element minOccurs="0" maxOccurs="1" name="sMouldManagerCtl" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sFIFOCtl" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="GetBillEntryTmpList"> - <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="1" maxOccurs="1" name="HStockOrgID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="sMouldManagerCtl" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sFIFOCtl" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="GetBillEntryTmpListResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="GetBillEntryTmpListResult"> - <s:complexType> - <s:sequence> - <s:element ref="s:schema" /> - <s:any /> - </s:sequence> - </s:complexType> - </s:element> - <s:element minOccurs="0" maxOccurs="1" name="sMouldManagerCtl" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sFIFOCtl" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_SaveOtherInBill_CLD_New"> + <s:element name="set_SaveOtherInBill_New"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherInBillMain" /> <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> @@ -3888,6 +4158,24 @@ </s:extension> </s:complexContent> </s:complexType> + <s:element name="set_SaveOtherInBill_NewResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherInBill_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_SaveOtherInBill_CLD_New"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherInBillMain" /> + <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_SaveOtherInBill_CLD_NewResponse"> <s:complexType> <s:sequence> @@ -5337,84 +5625,122 @@ </s:sequence> </s:complexType> </s:element> - <s:element name="get_InfoByBarCodeForReport"> + <s:element name="set_SaveEntrustOutBill_BillCheck"> <s:complexType> <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> + <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="get_InfoByBarCodeForReportResponse"> + <s:complexType name="ClsKf_EntrustOutBillMain"> + <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="HEmpID" 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="HMangerID" 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_SaveEntrustOutBill_BillCheckResponse"> <s:complexType> <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="get_InfoByBarCodeForReportResult" type="tns:ClsGy_BarCodeBill_WMS_Model_View" /> + <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="get_InfoByStationInBill"> + <s:element name="set_SaveOtherOutBackBill"> <s:complexType> <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="lngBillKey" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sReturn" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="get_InfoByStationInBillResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="get_InfoByStationInBillResult"> - <s:complexType> - <s:sequence> - <s:element ref="s:schema" /> - <s:any /> - </s:sequence> - </s:complexType> - </s:element> - <s:element minOccurs="0" maxOccurs="1" name="sReturn" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="get_InfoByStationOutBill"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="lngBillKey" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sReturn" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="get_InfoByStationOutBillResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="get_InfoByStationOutBillResult"> - <s:complexType> - <s:sequence> - <s:element ref="s:schema" /> - <s:any /> - </s:sequence> - </s:complexType> - </s:element> - <s:element minOccurs="0" maxOccurs="1" name="sReturn" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="get_MaxBillNoAndID"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="HTranType" type="s:string" /> - <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="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="get_MaxBillNoAndIDResponse"> + <s:complexType name="ClsKf_ICStockBillMain"> + <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="1" maxOccurs="1" name="HCurID" 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="HSellSID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HConveyCompID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HConveyTypeID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HCarriage" type="s:float" /> + <s:element minOccurs="0" maxOccurs="1" name="HSeOrderBillNo_M" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HSeOrderBillNo" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HConveyMoney" type="s:double" /> + <s:element minOccurs="1" maxOccurs="1" name="HCheckMoney" type="s:double" /> + <s:element minOccurs="1" maxOccurs="1" name="HCheckMoneyFor" type="s:double" /> + <s:element minOccurs="1" maxOccurs="1" name="HRemainMoney" type="s:double" /> + <s:element minOccurs="1" maxOccurs="1" name="HCheckStatus" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HHookType" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HHookQty" type="s:double" /> + <s:element minOccurs="0" maxOccurs="1" name="HCarNo" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HLinkMan" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HLinkPhone" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HAddress" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HProcID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HSALEORGID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HPRDORGID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HSTOCKORGID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HSETTLEORGID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HOWNERSUPPLIERID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HDEMANDORGID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HPURCHASEORGID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HPAYORGID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HOWNERTYPEID" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HStockStyle" type="s:string" /> + </s:sequence> + </s:extension> + </s:complexContent> + </s:complexType> + <s:element name="set_SaveOtherOutBackBillResponse"> <s:complexType> <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="get_MaxBillNoAndIDResult" type="s:boolean" /> - <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="set_SaveOtherOutBackBillResult" 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_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_SaveOtherOutBackBill_NewResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherOutBackBill_NewResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -5667,55 +5993,6 @@ </s:sequence> </s:complexType> </s:element> - <s:complexType name="ClsKf_ICStockBillMain"> - <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="1" maxOccurs="1" name="HCurID" 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="HSellSID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HConveyCompID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HConveyTypeID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HCarriage" type="s:float" /> - <s:element minOccurs="0" maxOccurs="1" name="HSeOrderBillNo_M" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HSeOrderBillNo" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HConveyMoney" type="s:double" /> - <s:element minOccurs="1" maxOccurs="1" name="HCheckMoney" type="s:double" /> - <s:element minOccurs="1" maxOccurs="1" name="HCheckMoneyFor" type="s:double" /> - <s:element minOccurs="1" maxOccurs="1" name="HRemainMoney" type="s:double" /> - <s:element minOccurs="1" maxOccurs="1" name="HCheckStatus" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HHookType" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HHookQty" type="s:double" /> - <s:element minOccurs="0" maxOccurs="1" name="HCarNo" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HLinkMan" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HLinkPhone" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HAddress" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HProcID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HSALEORGID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HPRDORGID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HSTOCKORGID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HSETTLEORGID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HOWNERSUPPLIERID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HDEMANDORGID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HPURCHASEORGID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HPAYORGID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HOWNERTYPEID" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HStockStyle" type="s:string" /> - </s:sequence> - </s:extension> - </s:complexContent> - </s:complexType> <s:element name="set_SavePOStockInBackBillResponse"> <s:complexType> <s:sequence> @@ -6507,107 +6784,10 @@ </s:sequence> </s:complexType> </s:element> - <s:complexType name="ClsKf_OtherInBillMain_K3"> - <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="1" maxOccurs="1" name="HDate" type="s:dateTime" /> - <s:element minOccurs="1" maxOccurs="1" name="HYear" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HPeriod" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HSManagerID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HFManagerID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HManagerID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HSupplyID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> - <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HRemark" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HBillerID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HMakeDate" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HUpDater" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HUpDateDate" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HChecker" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HCheckDate" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HCloseMan" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HCloseDate" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HDeleteMan" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HDeleteDate" type="s:string" /> - </s:sequence> - </s:complexType> <s:element name="set_CheckAddOtherInBillResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_CheckAddOtherInBillResult" type="s:boolean" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_CheckOtherInBill"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherInBillMain_K3" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_CheckOtherInBillResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="set_CheckOtherInBillResult" type="s:boolean" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_AuditOtherInBill"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherInBillMain_K3" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_AuditOtherInBillResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="set_AuditOtherInBillResult" type="s:boolean" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="get_StockInStyle"> - <s:complexType /> - </s:element> - <s:element name="get_StockInStyleResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="get_StockInStyleResult"> - <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="set_SaveOtherInBill_New"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherInBillMain" /> - <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_SaveOtherInBill_NewResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherInBill_NewResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -6963,6 +7143,24 @@ <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SaveSellOutBill_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_SaveSellOutBill_MES"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_SellOutBillMain" /> + <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_SaveSellOutBill_MESResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="set_SaveSellOutBill_MESResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -7730,27 +7928,6 @@ </s:sequence> </s:complexType> </s:element> - <s:complexType name="ClsKf_EntrustOutBillMain"> - <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="HEmpID" 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="HMangerID" 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_SaveEntrustOutBillResponse"> <s:complexType> <s:sequence> @@ -7940,52 +8117,31 @@ </s:sequence> </s:complexType> </s:element> - <s:element name="set_SaveEntrustOutBill_BillCheck"> + <s:element name="set_ClearPonderationBillMain_Temp_ChangGui"> <s:complexType> <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustOutBillMain" /> + <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HMaterID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HAuxPropID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HMTONo" 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="HSCWhID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HSCSPID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HBatchNo" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HSourceInterID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HSourceEntryID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sBillType" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="sQty" type="s:double" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> - <s:element name="set_SaveEntrustOutBill_BillCheckResponse"> + <s:element name="set_ClearPonderationBillMain_Temp_ChangGuiResponse"> <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> - <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_SaveOtherOutBackBillResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherOutBackBillResult" 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_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_SaveOtherOutBackBill_NewResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherOutBackBill_NewResult" type="s:boolean" /> + <s:element minOccurs="1" maxOccurs="1" name="set_ClearPonderationBillMain_Temp_ChangGuiResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -9580,6 +9736,27 @@ <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SaveMoveStockStepOutBill_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="GetSc_ICMOBillList"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="sWhere" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="GetSc_ICMOBillListResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="GetSc_ICMOBillListResult"> + <s:complexType> + <s:sequence> + <s:element ref="s:schema" /> + <s:any /> + </s:sequence> + </s:complexType> + </s:element> </s:sequence> </s:complexType> </s:element> @@ -11473,35 +11650,6 @@ <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SavePonderationBillMain_Temp_CheckResult" type="s:boolean" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_ClearPonderationBillMain_Temp_ChangGui"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HMaterID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HAuxPropID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HMTONo" 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="HSCWhID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HSCSPID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HBatchNo" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HSourceInterID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HSourceEntryID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sBillType" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="sQty" type="s:double" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_ClearPonderationBillMain_Temp_ChangGuiResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="set_ClearPonderationBillMain_Temp_ChangGuiResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -13529,6 +13677,27 @@ </s:sequence> </s:complexType> </s:element> + <s:element name="GetSc_PrepareMTRLBillList"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="sWhere" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="GetSc_PrepareMTRLBillListResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="GetSc_PrepareMTRLBillListResult"> + <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="GetCg_POStockInBackBillList_CLD"> <s:complexType> <s:sequence> @@ -13655,29 +13824,50 @@ </s:sequence> </s:complexType> </s:element> - <s:element name="GetSc_ICMOBillList"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="sWhere" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="GetSc_ICMOBillListResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="GetSc_ICMOBillListResult"> - <s:complexType> - <s:sequence> - <s:element ref="s:schema" /> - <s:any /> - </s:sequence> - </s:complexType> - </s:element> - </s:sequence> - </s:complexType> - </s:element> </s:schema> </wsdl:types> + <wsdl:message name="set_SaveMouldStockBill_NewSoapIn"> + <wsdl:part name="parameters" element="tns:set_SaveMouldStockBill_New" /> + </wsdl:message> + <wsdl:message name="set_SaveMouldStockBill_NewSoapOut"> + <wsdl:part name="parameters" element="tns:set_SaveMouldStockBill_NewResponse" /> + </wsdl:message> + <wsdl:message name="MouldTempList_ModifySoapIn"> + <wsdl:part name="parameters" element="tns:MouldTempList_Modify" /> + </wsdl:message> + <wsdl:message name="MouldTempList_ModifySoapOut"> + <wsdl:part name="parameters" element="tns:MouldTempList_ModifyResponse" /> + </wsdl:message> + <wsdl:message name="GetMouldSourceSoapIn"> + <wsdl:part name="parameters" element="tns:GetMouldSource" /> + </wsdl:message> + <wsdl:message name="GetMouldSourceSoapOut"> + <wsdl:part name="parameters" element="tns:GetMouldSourceResponse" /> + </wsdl:message> + <wsdl:message name="GetSc_MouldStockBillMain_TempListSoapIn"> + <wsdl:part name="parameters" element="tns:GetSc_MouldStockBillMain_TempList" /> + </wsdl:message> + <wsdl:message name="GetSc_MouldStockBillMain_TempListSoapOut"> + <wsdl:part name="parameters" element="tns:GetSc_MouldStockBillMain_TempListResponse" /> + </wsdl:message> + <wsdl:message name="DeleteMouldBillListSoapIn"> + <wsdl:part name="parameters" element="tns:DeleteMouldBillList" /> + </wsdl:message> + <wsdl:message name="DeleteMouldBillListSoapOut"> + <wsdl:part name="parameters" element="tns:DeleteMouldBillListResponse" /> + </wsdl:message> + <wsdl:message name="GetBillEntry_TmpListSoapIn"> + <wsdl:part name="parameters" element="tns:GetBillEntry_TmpList" /> + </wsdl:message> + <wsdl:message name="GetBillEntry_TmpListSoapOut"> + <wsdl:part name="parameters" element="tns:GetBillEntry_TmpListResponse" /> + </wsdl:message> + <wsdl:message name="GetBillEntryTmpListSoapIn"> + <wsdl:part name="parameters" element="tns:GetBillEntryTmpList" /> + </wsdl:message> + <wsdl:message name="GetBillEntryTmpListSoapOut"> + <wsdl:part name="parameters" element="tns:GetBillEntryTmpListResponse" /> + </wsdl:message> <wsdl:message name="get_CheckTypeByPackBarCode_PackSoapIn"> <wsdl:part name="parameters" element="tns:get_CheckTypeByPackBarCode_Pack" /> </wsdl:message> @@ -13750,6 +13940,18 @@ <wsdl:message name="set_SavePackUnionBill_AddSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePackUnionBill_AddResponse" /> </wsdl:message> + <wsdl:message name="get_PackBarCode_DeletePackUnionBillSoapIn"> + <wsdl:part name="parameters" element="tns:get_PackBarCode_DeletePackUnionBill" /> + </wsdl:message> + <wsdl:message name="get_PackBarCode_DeletePackUnionBillSoapOut"> + <wsdl:part name="parameters" element="tns:get_PackBarCode_DeletePackUnionBillResponse" /> + </wsdl:message> + <wsdl:message name="set_DeletePackUnionBillSoapIn"> + <wsdl:part name="parameters" element="tns:set_DeletePackUnionBill" /> + </wsdl:message> + <wsdl:message name="set_DeletePackUnionBillSoapOut"> + <wsdl:part name="parameters" element="tns:set_DeletePackUnionBillResponse" /> + </wsdl:message> <wsdl:message name="get_BarCodePack_In_MoveStockBill_HuanTuoSoapIn"> <wsdl:part name="parameters" element="tns:get_BarCodePack_In_MoveStockBill_HuanTuo" /> </wsdl:message> @@ -13809,6 +14011,12 @@ </wsdl:message> <wsdl:message name="set_DelPackUnionBill_TempSoapOut"> <wsdl:part name="parameters" element="tns:set_DelPackUnionBill_TempResponse" /> + </wsdl:message> + <wsdl:message name="TempList_Modify_PackSoapIn"> + <wsdl:part name="parameters" element="tns:TempList_Modify_Pack" /> + </wsdl:message> + <wsdl:message name="TempList_Modify_PackSoapOut"> + <wsdl:part name="parameters" element="tns:TempList_Modify_PackResponse" /> </wsdl:message> <wsdl:message name="GetSc_PackUnionBill_TempListSoapIn"> <wsdl:part name="parameters" element="tns:GetSc_PackUnionBill_TempList" /> @@ -13995,6 +14203,30 @@ </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_InfoByBarCodeForReportSoapIn"> + <wsdl:part name="parameters" element="tns:get_InfoByBarCodeForReport" /> + </wsdl:message> + <wsdl:message name="get_InfoByBarCodeForReportSoapOut"> + <wsdl:part name="parameters" element="tns:get_InfoByBarCodeForReportResponse" /> + </wsdl:message> + <wsdl:message name="get_InfoByStationInBillSoapIn"> + <wsdl:part name="parameters" element="tns:get_InfoByStationInBill" /> + </wsdl:message> + <wsdl:message name="get_InfoByStationInBillSoapOut"> + <wsdl:part name="parameters" element="tns:get_InfoByStationInBillResponse" /> + </wsdl:message> + <wsdl:message name="get_InfoByStationOutBillSoapIn"> + <wsdl:part name="parameters" element="tns:get_InfoByStationOutBill" /> + </wsdl:message> + <wsdl:message name="get_InfoByStationOutBillSoapOut"> + <wsdl:part name="parameters" element="tns:get_InfoByStationOutBillResponse" /> + </wsdl:message> + <wsdl:message name="get_MaxBillNoAndIDSoapIn"> + <wsdl:part name="parameters" element="tns:get_MaxBillNoAndID" /> + </wsdl:message> + <wsdl:message name="get_MaxBillNoAndIDSoapOut"> + <wsdl:part name="parameters" element="tns:get_MaxBillNoAndIDResponse" /> </wsdl:message> <wsdl:message name="get_MaxBillNoAndID_K3SoapIn"> <wsdl:part name="parameters" element="tns:get_MaxBillNoAndID_K3" /> @@ -14308,6 +14540,12 @@ <wsdl:message name="GetSourceBillListSoapOut"> <wsdl:part name="parameters" element="tns:GetSourceBillListResponse" /> </wsdl:message> + <wsdl:message name="get_SourceBarCode_ICMOReportSoapIn"> + <wsdl:part name="parameters" element="tns:get_SourceBarCode_ICMOReport" /> + </wsdl:message> + <wsdl:message name="get_SourceBarCode_ICMOReportSoapOut"> + <wsdl:part name="parameters" element="tns:get_SourceBarCode_ICMOReportResponse" /> + </wsdl:message> <wsdl:message name="get_SourceBarCode_ProductInSoapIn"> <wsdl:part name="parameters" element="tns:get_SourceBarCode_ProductIn" /> </wsdl:message> @@ -14319,6 +14557,12 @@ </wsdl:message> <wsdl:message name="get_SourceBarCode_POStockInSoapOut"> <wsdl:part name="parameters" element="tns:get_SourceBarCode_POStockInResponse" /> + </wsdl:message> + <wsdl:message name="get_SourceBarCode_EntrustInSoapIn"> + <wsdl:part name="parameters" element="tns:get_SourceBarCode_EntrustIn" /> + </wsdl:message> + <wsdl:message name="get_SourceBarCode_EntrustInSoapOut"> + <wsdl:part name="parameters" element="tns:get_SourceBarCode_EntrustInResponse" /> </wsdl:message> <wsdl:message name="get_SourceBarCode_OtherInSoapIn"> <wsdl:part name="parameters" element="tns:get_SourceBarCode_OtherIn" /> @@ -14464,47 +14708,29 @@ <wsdl:message name="set_DelSc_MouldStockBillMain_TempSoapOut"> <wsdl:part name="parameters" element="tns:set_DelSc_MouldStockBillMain_TempResponse" /> </wsdl:message> - <wsdl:message name="set_SaveMouldStockBill_NewSoapIn"> - <wsdl:part name="parameters" element="tns:set_SaveMouldStockBill_New" /> + <wsdl:message name="set_CheckOtherInBillSoapIn"> + <wsdl:part name="parameters" element="tns:set_CheckOtherInBill" /> </wsdl:message> - <wsdl:message name="set_SaveMouldStockBill_NewSoapOut"> - <wsdl:part name="parameters" element="tns:set_SaveMouldStockBill_NewResponse" /> + <wsdl:message name="set_CheckOtherInBillSoapOut"> + <wsdl:part name="parameters" element="tns:set_CheckOtherInBillResponse" /> </wsdl:message> - <wsdl:message name="MouldTempList_ModifySoapIn"> - <wsdl:part name="parameters" element="tns:MouldTempList_Modify" /> + <wsdl:message name="set_AuditOtherInBillSoapIn"> + <wsdl:part name="parameters" element="tns:set_AuditOtherInBill" /> </wsdl:message> - <wsdl:message name="MouldTempList_ModifySoapOut"> - <wsdl:part name="parameters" element="tns:MouldTempList_ModifyResponse" /> + <wsdl:message name="set_AuditOtherInBillSoapOut"> + <wsdl:part name="parameters" element="tns:set_AuditOtherInBillResponse" /> </wsdl:message> - <wsdl:message name="GetMouldSourceSoapIn"> - <wsdl:part name="parameters" element="tns:GetMouldSource" /> + <wsdl:message name="get_StockInStyleSoapIn"> + <wsdl:part name="parameters" element="tns:get_StockInStyle" /> </wsdl:message> - <wsdl:message name="GetMouldSourceSoapOut"> - <wsdl:part name="parameters" element="tns:GetMouldSourceResponse" /> + <wsdl:message name="get_StockInStyleSoapOut"> + <wsdl:part name="parameters" element="tns:get_StockInStyleResponse" /> </wsdl:message> - <wsdl:message name="GetSc_MouldStockBillMain_TempListSoapIn"> - <wsdl:part name="parameters" element="tns:GetSc_MouldStockBillMain_TempList" /> + <wsdl:message name="set_SaveOtherInBill_NewSoapIn"> + <wsdl:part name="parameters" element="tns:set_SaveOtherInBill_New" /> </wsdl:message> - <wsdl:message name="GetSc_MouldStockBillMain_TempListSoapOut"> - <wsdl:part name="parameters" element="tns:GetSc_MouldStockBillMain_TempListResponse" /> - </wsdl:message> - <wsdl:message name="DeleteMouldBillListSoapIn"> - <wsdl:part name="parameters" element="tns:DeleteMouldBillList" /> - </wsdl:message> - <wsdl:message name="DeleteMouldBillListSoapOut"> - <wsdl:part name="parameters" element="tns:DeleteMouldBillListResponse" /> - </wsdl:message> - <wsdl:message name="GetBillEntry_TmpListSoapIn"> - <wsdl:part name="parameters" element="tns:GetBillEntry_TmpList" /> - </wsdl:message> - <wsdl:message name="GetBillEntry_TmpListSoapOut"> - <wsdl:part name="parameters" element="tns:GetBillEntry_TmpListResponse" /> - </wsdl:message> - <wsdl:message name="GetBillEntryTmpListSoapIn"> - <wsdl:part name="parameters" element="tns:GetBillEntryTmpList" /> - </wsdl:message> - <wsdl:message name="GetBillEntryTmpListSoapOut"> - <wsdl:part name="parameters" element="tns:GetBillEntryTmpListResponse" /> + <wsdl:message name="set_SaveOtherInBill_NewSoapOut"> + <wsdl:part name="parameters" element="tns:set_SaveOtherInBill_NewResponse" /> </wsdl:message> <wsdl:message name="set_SaveOtherInBill_CLD_NewSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveOtherInBill_CLD_New" /> @@ -14914,29 +15140,23 @@ <wsdl:message name="get_InfoByBarCode_SourceSoapOut"> <wsdl:part name="parameters" element="tns:get_InfoByBarCode_SourceResponse" /> </wsdl:message> - <wsdl:message name="get_InfoByBarCodeForReportSoapIn"> - <wsdl:part name="parameters" element="tns:get_InfoByBarCodeForReport" /> + <wsdl:message name="set_SaveEntrustOutBill_BillCheckSoapIn"> + <wsdl:part name="parameters" element="tns:set_SaveEntrustOutBill_BillCheck" /> </wsdl:message> - <wsdl:message name="get_InfoByBarCodeForReportSoapOut"> - <wsdl:part name="parameters" element="tns:get_InfoByBarCodeForReportResponse" /> + <wsdl:message name="set_SaveEntrustOutBill_BillCheckSoapOut"> + <wsdl:part name="parameters" element="tns:set_SaveEntrustOutBill_BillCheckResponse" /> </wsdl:message> - <wsdl:message name="get_InfoByStationInBillSoapIn"> - <wsdl:part name="parameters" element="tns:get_InfoByStationInBill" /> + <wsdl:message name="set_SaveOtherOutBackBillSoapIn"> + <wsdl:part name="parameters" element="tns:set_SaveOtherOutBackBill" /> </wsdl:message> - <wsdl:message name="get_InfoByStationInBillSoapOut"> - <wsdl:part name="parameters" element="tns:get_InfoByStationInBillResponse" /> + <wsdl:message name="set_SaveOtherOutBackBillSoapOut"> + <wsdl:part name="parameters" element="tns:set_SaveOtherOutBackBillResponse" /> </wsdl:message> - <wsdl:message name="get_InfoByStationOutBillSoapIn"> - <wsdl:part name="parameters" element="tns:get_InfoByStationOutBill" /> + <wsdl:message name="set_SaveOtherOutBackBill_NewSoapIn"> + <wsdl:part name="parameters" element="tns:set_SaveOtherOutBackBill_New" /> </wsdl:message> - <wsdl:message name="get_InfoByStationOutBillSoapOut"> - <wsdl:part name="parameters" element="tns:get_InfoByStationOutBillResponse" /> - </wsdl:message> - <wsdl:message name="get_MaxBillNoAndIDSoapIn"> - <wsdl:part name="parameters" element="tns:get_MaxBillNoAndID" /> - </wsdl:message> - <wsdl:message name="get_MaxBillNoAndIDSoapOut"> - <wsdl:part name="parameters" element="tns:get_MaxBillNoAndIDResponse" /> + <wsdl:message name="set_SaveOtherOutBackBill_NewSoapOut"> + <wsdl:part name="parameters" element="tns:set_SaveOtherOutBackBill_NewResponse" /> </wsdl:message> <wsdl:message name="set_SaveOtherOutBillSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill" /> @@ -15232,30 +15452,6 @@ <wsdl:message name="set_CheckAddOtherInBillSoapOut"> <wsdl:part name="parameters" element="tns:set_CheckAddOtherInBillResponse" /> </wsdl:message> - <wsdl:message name="set_CheckOtherInBillSoapIn"> - <wsdl:part name="parameters" element="tns:set_CheckOtherInBill" /> - </wsdl:message> - <wsdl:message name="set_CheckOtherInBillSoapOut"> - <wsdl:part name="parameters" element="tns:set_CheckOtherInBillResponse" /> - </wsdl:message> - <wsdl:message name="set_AuditOtherInBillSoapIn"> - <wsdl:part name="parameters" element="tns:set_AuditOtherInBill" /> - </wsdl:message> - <wsdl:message name="set_AuditOtherInBillSoapOut"> - <wsdl:part name="parameters" element="tns:set_AuditOtherInBillResponse" /> - </wsdl:message> - <wsdl:message name="get_StockInStyleSoapIn"> - <wsdl:part name="parameters" element="tns:get_StockInStyle" /> - </wsdl:message> - <wsdl:message name="get_StockInStyleSoapOut"> - <wsdl:part name="parameters" element="tns:get_StockInStyleResponse" /> - </wsdl:message> - <wsdl:message name="set_SaveOtherInBill_NewSoapIn"> - <wsdl:part name="parameters" element="tns:set_SaveOtherInBill_New" /> - </wsdl:message> - <wsdl:message name="set_SaveOtherInBill_NewSoapOut"> - <wsdl:part name="parameters" element="tns:set_SaveOtherInBill_NewResponse" /> - </wsdl:message> <wsdl:message name="set_SaveMoveStockStepInBill_NewSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveMoveStockStepInBill_New" /> </wsdl:message> @@ -15333,6 +15529,12 @@ </wsdl:message> <wsdl:message name="set_SaveSellOutBill_CLD_NewSoapOut"> <wsdl:part name="parameters" element="tns:set_SaveSellOutBill_CLD_NewResponse" /> + </wsdl:message> + <wsdl:message name="set_SaveSellOutBill_MESSoapIn"> + <wsdl:part name="parameters" element="tns:set_SaveSellOutBill_MES" /> + </wsdl:message> + <wsdl:message name="set_SaveSellOutBill_MESSoapOut"> + <wsdl:part name="parameters" element="tns:set_SaveSellOutBill_MESResponse" /> </wsdl:message> <wsdl:message name="set_SaveSellOutBill_CLDSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveSellOutBill_CLD" /> @@ -15562,23 +15764,11 @@ <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 name="set_ClearPonderationBillMain_Temp_ChangGuiSoapIn"> + <wsdl:part name="parameters" element="tns:set_ClearPonderationBillMain_Temp_ChangGui" /> </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> - <wsdl:message name="set_SaveOtherOutBackBillSoapOut"> - <wsdl:part name="parameters" element="tns:set_SaveOtherOutBackBillResponse" /> - </wsdl:message> - <wsdl:message name="set_SaveOtherOutBackBill_NewSoapIn"> - <wsdl:part name="parameters" element="tns:set_SaveOtherOutBackBill_New" /> - </wsdl:message> - <wsdl:message name="set_SaveOtherOutBackBill_NewSoapOut"> - <wsdl:part name="parameters" element="tns:set_SaveOtherOutBackBill_NewResponse" /> + <wsdl:message name="set_ClearPonderationBillMain_Temp_ChangGuiSoapOut"> + <wsdl:part name="parameters" element="tns:set_ClearPonderationBillMain_Temp_ChangGuiResponse" /> </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_ChangGuiSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_ChangGui" /> @@ -15981,6 +16171,12 @@ </wsdl:message> <wsdl:message name="set_SaveMoveStockStepOutBill_CLD_NewSoapOut"> <wsdl:part name="parameters" element="tns:set_SaveMoveStockStepOutBill_CLD_NewResponse" /> + </wsdl:message> + <wsdl:message name="GetSc_ICMOBillListSoapIn"> + <wsdl:part name="parameters" element="tns:GetSc_ICMOBillList" /> + </wsdl:message> + <wsdl:message name="GetSc_ICMOBillListSoapOut"> + <wsdl:part name="parameters" element="tns:GetSc_ICMOBillListResponse" /> </wsdl:message> <wsdl:message name="GetSc_ICMOReportBillListSoapIn"> <wsdl:part name="parameters" element="tns:GetSc_ICMOReportBillList" /> @@ -16486,12 +16682,6 @@ <wsdl:message name="set_SavePonderationBillMain_Temp_CheckSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_CheckResponse" /> </wsdl:message> - <wsdl:message name="set_ClearPonderationBillMain_Temp_ChangGuiSoapIn"> - <wsdl:part name="parameters" element="tns:set_ClearPonderationBillMain_Temp_ChangGui" /> - </wsdl:message> - <wsdl:message name="set_ClearPonderationBillMain_Temp_ChangGuiSoapOut"> - <wsdl:part name="parameters" element="tns:set_ClearPonderationBillMain_Temp_ChangGuiResponse" /> - </wsdl:message> <wsdl:message name="HelloWorldSoapIn"> <wsdl:part name="parameters" element="tns:HelloWorld" /> </wsdl:message> @@ -16960,6 +17150,12 @@ <wsdl:message name="GetKf_STJGOutBillListSoapOut"> <wsdl:part name="parameters" element="tns:GetKf_STJGOutBillListResponse" /> </wsdl:message> + <wsdl:message name="GetSc_PrepareMTRLBillListSoapIn"> + <wsdl:part name="parameters" element="tns:GetSc_PrepareMTRLBillList" /> + </wsdl:message> + <wsdl:message name="GetSc_PrepareMTRLBillListSoapOut"> + <wsdl:part name="parameters" element="tns:GetSc_PrepareMTRLBillListResponse" /> + </wsdl:message> <wsdl:message name="GetCg_POStockInBackBillList_CLDSoapIn"> <wsdl:part name="parameters" element="tns:GetCg_POStockInBackBillList_CLD" /> </wsdl:message> @@ -16996,13 +17192,35 @@ <wsdl:message name="GetSc_ICMOBackBillListSoapOut"> <wsdl:part name="parameters" element="tns:GetSc_ICMOBackBillListResponse" /> </wsdl:message> - <wsdl:message name="GetSc_ICMOBillListSoapIn"> - <wsdl:part name="parameters" element="tns:GetSc_ICMOBillList" /> - </wsdl:message> - <wsdl:message name="GetSc_ICMOBillListSoapOut"> - <wsdl:part name="parameters" element="tns:GetSc_ICMOBillListResponse" /> - </wsdl:message> <wsdl:portType name="WebService1Soap"> + <wsdl:operation name="set_SaveMouldStockBill_New"> + <wsdl:input message="tns:set_SaveMouldStockBill_NewSoapIn" /> + <wsdl:output message="tns:set_SaveMouldStockBill_NewSoapOut" /> + </wsdl:operation> + <wsdl:operation name="MouldTempList_Modify"> + <wsdl:input message="tns:MouldTempList_ModifySoapIn" /> + <wsdl:output message="tns:MouldTempList_ModifySoapOut" /> + </wsdl:operation> + <wsdl:operation name="GetMouldSource"> + <wsdl:input message="tns:GetMouldSourceSoapIn" /> + <wsdl:output message="tns:GetMouldSourceSoapOut" /> + </wsdl:operation> + <wsdl:operation name="GetSc_MouldStockBillMain_TempList"> + <wsdl:input message="tns:GetSc_MouldStockBillMain_TempListSoapIn" /> + <wsdl:output message="tns:GetSc_MouldStockBillMain_TempListSoapOut" /> + </wsdl:operation> + <wsdl:operation name="DeleteMouldBillList"> + <wsdl:input message="tns:DeleteMouldBillListSoapIn" /> + <wsdl:output message="tns:DeleteMouldBillListSoapOut" /> + </wsdl:operation> + <wsdl:operation name="GetBillEntry_TmpList"> + <wsdl:input message="tns:GetBillEntry_TmpListSoapIn" /> + <wsdl:output message="tns:GetBillEntry_TmpListSoapOut" /> + </wsdl:operation> + <wsdl:operation name="GetBillEntryTmpList"> + <wsdl:input message="tns:GetBillEntryTmpListSoapIn" /> + <wsdl:output message="tns:GetBillEntryTmpListSoapOut" /> + </wsdl:operation> <wsdl:operation name="get_CheckTypeByPackBarCode_Pack"> <wsdl:input message="tns:get_CheckTypeByPackBarCode_PackSoapIn" /> <wsdl:output message="tns:get_CheckTypeByPackBarCode_PackSoapOut" /> @@ -17051,6 +17269,14 @@ <wsdl:input message="tns:set_SavePackUnionBill_AddSoapIn" /> <wsdl:output message="tns:set_SavePackUnionBill_AddSoapOut" /> </wsdl:operation> + <wsdl:operation name="get_PackBarCode_DeletePackUnionBill"> + <wsdl:input message="tns:get_PackBarCode_DeletePackUnionBillSoapIn" /> + <wsdl:output message="tns:get_PackBarCode_DeletePackUnionBillSoapOut" /> + </wsdl:operation> + <wsdl:operation name="set_DeletePackUnionBill"> + <wsdl:input message="tns:set_DeletePackUnionBillSoapIn" /> + <wsdl:output message="tns:set_DeletePackUnionBillSoapOut" /> + </wsdl:operation> <wsdl:operation name="get_BarCodePack_In_MoveStockBill_HuanTuo"> <wsdl:input message="tns:get_BarCodePack_In_MoveStockBill_HuanTuoSoapIn" /> <wsdl:output message="tns:get_BarCodePack_In_MoveStockBill_HuanTuoSoapOut" /> @@ -17090,6 +17316,10 @@ <wsdl:operation name="set_DelPackUnionBill_Temp"> <wsdl:input message="tns:set_DelPackUnionBill_TempSoapIn" /> <wsdl:output message="tns:set_DelPackUnionBill_TempSoapOut" /> + </wsdl:operation> + <wsdl:operation name="TempList_Modify_Pack"> + <wsdl:input message="tns:TempList_Modify_PackSoapIn" /> + <wsdl:output message="tns:TempList_Modify_PackSoapOut" /> </wsdl:operation> <wsdl:operation name="GetSc_PackUnionBill_TempList"> <wsdl:input message="tns:GetSc_PackUnionBill_TempListSoapIn" /> @@ -17214,6 +17444,22 @@ <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_InfoByBarCodeForReport"> + <wsdl:input message="tns:get_InfoByBarCodeForReportSoapIn" /> + <wsdl:output message="tns:get_InfoByBarCodeForReportSoapOut" /> + </wsdl:operation> + <wsdl:operation name="get_InfoByStationInBill"> + <wsdl:input message="tns:get_InfoByStationInBillSoapIn" /> + <wsdl:output message="tns:get_InfoByStationInBillSoapOut" /> + </wsdl:operation> + <wsdl:operation name="get_InfoByStationOutBill"> + <wsdl:input message="tns:get_InfoByStationOutBillSoapIn" /> + <wsdl:output message="tns:get_InfoByStationOutBillSoapOut" /> + </wsdl:operation> + <wsdl:operation name="get_MaxBillNoAndID"> + <wsdl:input message="tns:get_MaxBillNoAndIDSoapIn" /> + <wsdl:output message="tns:get_MaxBillNoAndIDSoapOut" /> </wsdl:operation> <wsdl:operation name="get_MaxBillNoAndID_K3"> <wsdl:input message="tns:get_MaxBillNoAndID_K3SoapIn" /> @@ -17423,6 +17669,10 @@ <wsdl:input message="tns:GetSourceBillListSoapIn" /> <wsdl:output message="tns:GetSourceBillListSoapOut" /> </wsdl:operation> + <wsdl:operation name="get_SourceBarCode_ICMOReport"> + <wsdl:input message="tns:get_SourceBarCode_ICMOReportSoapIn" /> + <wsdl:output message="tns:get_SourceBarCode_ICMOReportSoapOut" /> + </wsdl:operation> <wsdl:operation name="get_SourceBarCode_ProductIn"> <wsdl:input message="tns:get_SourceBarCode_ProductInSoapIn" /> <wsdl:output message="tns:get_SourceBarCode_ProductInSoapOut" /> @@ -17430,6 +17680,10 @@ <wsdl:operation name="get_SourceBarCode_POStockIn"> <wsdl:input message="tns:get_SourceBarCode_POStockInSoapIn" /> <wsdl:output message="tns:get_SourceBarCode_POStockInSoapOut" /> + </wsdl:operation> + <wsdl:operation name="get_SourceBarCode_EntrustIn"> + <wsdl:input message="tns:get_SourceBarCode_EntrustInSoapIn" /> + <wsdl:output message="tns:get_SourceBarCode_EntrustInSoapOut" /> </wsdl:operation> <wsdl:operation name="get_SourceBarCode_OtherIn"> <wsdl:input message="tns:get_SourceBarCode_OtherInSoapIn" /> @@ -17527,33 +17781,21 @@ <wsdl:input message="tns:set_DelSc_MouldStockBillMain_TempSoapIn" /> <wsdl:output message="tns:set_DelSc_MouldStockBillMain_TempSoapOut" /> </wsdl:operation> - <wsdl:operation name="set_SaveMouldStockBill_New"> - <wsdl:input message="tns:set_SaveMouldStockBill_NewSoapIn" /> - <wsdl:output message="tns:set_SaveMouldStockBill_NewSoapOut" /> + <wsdl:operation name="set_CheckOtherInBill"> + <wsdl:input message="tns:set_CheckOtherInBillSoapIn" /> + <wsdl:output message="tns:set_CheckOtherInBillSoapOut" /> </wsdl:operation> - <wsdl:operation name="MouldTempList_Modify"> - <wsdl:input message="tns:MouldTempList_ModifySoapIn" /> - <wsdl:output message="tns:MouldTempList_ModifySoapOut" /> + <wsdl:operation name="set_AuditOtherInBill"> + <wsdl:input message="tns:set_AuditOtherInBillSoapIn" /> + <wsdl:output message="tns:set_AuditOtherInBillSoapOut" /> </wsdl:operation> - <wsdl:operation name="GetMouldSource"> - <wsdl:input message="tns:GetMouldSourceSoapIn" /> - <wsdl:output message="tns:GetMouldSourceSoapOut" /> + <wsdl:operation name="get_StockInStyle"> + <wsdl:input message="tns:get_StockInStyleSoapIn" /> + <wsdl:output message="tns:get_StockInStyleSoapOut" /> </wsdl:operation> - <wsdl:operation name="GetSc_MouldStockBillMain_TempList"> - <wsdl:input message="tns:GetSc_MouldStockBillMain_TempListSoapIn" /> - <wsdl:output message="tns:GetSc_MouldStockBillMain_TempListSoapOut" /> - </wsdl:operation> - <wsdl:operation name="DeleteMouldBillList"> - <wsdl:input message="tns:DeleteMouldBillListSoapIn" /> - <wsdl:output message="tns:DeleteMouldBillListSoapOut" /> - </wsdl:operation> - <wsdl:operation name="GetBillEntry_TmpList"> - <wsdl:input message="tns:GetBillEntry_TmpListSoapIn" /> - <wsdl:output message="tns:GetBillEntry_TmpListSoapOut" /> - </wsdl:operation> - <wsdl:operation name="GetBillEntryTmpList"> - <wsdl:input message="tns:GetBillEntryTmpListSoapIn" /> - <wsdl:output message="tns:GetBillEntryTmpListSoapOut" /> + <wsdl:operation name="set_SaveOtherInBill_New"> + <wsdl:input message="tns:set_SaveOtherInBill_NewSoapIn" /> + <wsdl:output message="tns:set_SaveOtherInBill_NewSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SaveOtherInBill_CLD_New"> <wsdl:input message="tns:set_SaveOtherInBill_CLD_NewSoapIn" /> @@ -17827,21 +18069,17 @@ <wsdl:input message="tns:get_InfoByBarCode_SourceSoapIn" /> <wsdl:output message="tns:get_InfoByBarCode_SourceSoapOut" /> </wsdl:operation> - <wsdl:operation name="get_InfoByBarCodeForReport"> - <wsdl:input message="tns:get_InfoByBarCodeForReportSoapIn" /> - <wsdl:output message="tns:get_InfoByBarCodeForReportSoapOut" /> + <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="get_InfoByStationInBill"> - <wsdl:input message="tns:get_InfoByStationInBillSoapIn" /> - <wsdl:output message="tns:get_InfoByStationInBillSoapOut" /> + <wsdl:operation name="set_SaveOtherOutBackBill"> + <wsdl:input message="tns:set_SaveOtherOutBackBillSoapIn" /> + <wsdl:output message="tns:set_SaveOtherOutBackBillSoapOut" /> </wsdl:operation> - <wsdl:operation name="get_InfoByStationOutBill"> - <wsdl:input message="tns:get_InfoByStationOutBillSoapIn" /> - <wsdl:output message="tns:get_InfoByStationOutBillSoapOut" /> - </wsdl:operation> - <wsdl:operation name="get_MaxBillNoAndID"> - <wsdl:input message="tns:get_MaxBillNoAndIDSoapIn" /> - <wsdl:output message="tns:get_MaxBillNoAndIDSoapOut" /> + <wsdl:operation name="set_SaveOtherOutBackBill_New"> + <wsdl:input message="tns:set_SaveOtherOutBackBill_NewSoapIn" /> + <wsdl:output message="tns:set_SaveOtherOutBackBill_NewSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SaveOtherOutBill"> <wsdl:input message="tns:set_SaveOtherOutBillSoapIn" /> @@ -18039,22 +18277,6 @@ <wsdl:input message="tns:set_CheckAddOtherInBillSoapIn" /> <wsdl:output message="tns:set_CheckAddOtherInBillSoapOut" /> </wsdl:operation> - <wsdl:operation name="set_CheckOtherInBill"> - <wsdl:input message="tns:set_CheckOtherInBillSoapIn" /> - <wsdl:output message="tns:set_CheckOtherInBillSoapOut" /> - </wsdl:operation> - <wsdl:operation name="set_AuditOtherInBill"> - <wsdl:input message="tns:set_AuditOtherInBillSoapIn" /> - <wsdl:output message="tns:set_AuditOtherInBillSoapOut" /> - </wsdl:operation> - <wsdl:operation name="get_StockInStyle"> - <wsdl:input message="tns:get_StockInStyleSoapIn" /> - <wsdl:output message="tns:get_StockInStyleSoapOut" /> - </wsdl:operation> - <wsdl:operation name="set_SaveOtherInBill_New"> - <wsdl:input message="tns:set_SaveOtherInBill_NewSoapIn" /> - <wsdl:output message="tns:set_SaveOtherInBill_NewSoapOut" /> - </wsdl:operation> <wsdl:operation name="set_SaveMoveStockStepInBill_New"> <wsdl:input message="tns:set_SaveMoveStockStepInBill_NewSoapIn" /> <wsdl:output message="tns:set_SaveMoveStockStepInBill_NewSoapOut" /> @@ -18106,6 +18328,10 @@ <wsdl:operation name="set_SaveSellOutBill_CLD_New"> <wsdl:input message="tns:set_SaveSellOutBill_CLD_NewSoapIn" /> <wsdl:output message="tns:set_SaveSellOutBill_CLD_NewSoapOut" /> + </wsdl:operation> + <wsdl:operation name="set_SaveSellOutBill_MES"> + <wsdl:input message="tns:set_SaveSellOutBill_MESSoapIn" /> + <wsdl:output message="tns:set_SaveSellOutBill_MESSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SaveSellOutBill_CLD"> <wsdl:input message="tns:set_SaveSellOutBill_CLDSoapIn" /> @@ -18259,17 +18485,9 @@ <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" /> - </wsdl:operation> - <wsdl:operation name="set_SaveOtherOutBackBill_New"> - <wsdl:input message="tns:set_SaveOtherOutBackBill_NewSoapIn" /> - <wsdl:output message="tns:set_SaveOtherOutBackBill_NewSoapOut" /> + <wsdl:operation name="set_ClearPonderationBillMain_Temp_ChangGui"> + <wsdl:input message="tns:set_ClearPonderationBillMain_Temp_ChangGuiSoapIn" /> + <wsdl:output message="tns:set_ClearPonderationBillMain_Temp_ChangGuiSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_ChangGui"> <wsdl:input message="tns:set_SavePonderationBillMain_Temp_ChangGuiSoapIn" /> @@ -18538,6 +18756,10 @@ <wsdl:operation name="set_SaveMoveStockStepOutBill_CLD_New"> <wsdl:input message="tns:set_SaveMoveStockStepOutBill_CLD_NewSoapIn" /> <wsdl:output message="tns:set_SaveMoveStockStepOutBill_CLD_NewSoapOut" /> + </wsdl:operation> + <wsdl:operation name="GetSc_ICMOBillList"> + <wsdl:input message="tns:GetSc_ICMOBillListSoapIn" /> + <wsdl:output message="tns:GetSc_ICMOBillListSoapOut" /> </wsdl:operation> <wsdl:operation name="GetSc_ICMOReportBillList"> <wsdl:input message="tns:GetSc_ICMOReportBillListSoapIn" /> @@ -18875,10 +19097,6 @@ <wsdl:input message="tns:set_SavePonderationBillMain_Temp_CheckSoapIn" /> <wsdl:output message="tns:set_SavePonderationBillMain_Temp_CheckSoapOut" /> </wsdl:operation> - <wsdl:operation name="set_ClearPonderationBillMain_Temp_ChangGui"> - <wsdl:input message="tns:set_ClearPonderationBillMain_Temp_ChangGuiSoapIn" /> - <wsdl:output message="tns:set_ClearPonderationBillMain_Temp_ChangGuiSoapOut" /> - </wsdl:operation> <wsdl:operation name="HelloWorld"> <wsdl:input message="tns:HelloWorldSoapIn" /> <wsdl:output message="tns:HelloWorldSoapOut" /> @@ -19191,6 +19409,10 @@ <wsdl:input message="tns:GetKf_STJGOutBillListSoapIn" /> <wsdl:output message="tns:GetKf_STJGOutBillListSoapOut" /> </wsdl:operation> + <wsdl:operation name="GetSc_PrepareMTRLBillList"> + <wsdl:input message="tns:GetSc_PrepareMTRLBillListSoapIn" /> + <wsdl:output message="tns:GetSc_PrepareMTRLBillListSoapOut" /> + </wsdl:operation> <wsdl:operation name="GetCg_POStockInBackBillList_CLD"> <wsdl:input message="tns:GetCg_POStockInBackBillList_CLDSoapIn" /> <wsdl:output message="tns:GetCg_POStockInBackBillList_CLDSoapOut" /> @@ -19215,13 +19437,72 @@ <wsdl:input message="tns:GetSc_ICMOBackBillListSoapIn" /> <wsdl:output message="tns:GetSc_ICMOBackBillListSoapOut" /> </wsdl:operation> - <wsdl:operation name="GetSc_ICMOBillList"> - <wsdl:input message="tns:GetSc_ICMOBillListSoapIn" /> - <wsdl:output message="tns:GetSc_ICMOBillListSoapOut" /> - </wsdl:operation> </wsdl:portType> <wsdl:binding name="WebService1Soap" type="tns:WebService1Soap"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> + <wsdl:operation name="set_SaveMouldStockBill_New"> + <soap:operation soapAction="http://tempuri.org/set_SaveMouldStockBill_New" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="MouldTempList_Modify"> + <soap:operation soapAction="http://tempuri.org/MouldTempList_Modify" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="GetMouldSource"> + <soap:operation soapAction="http://tempuri.org/GetMouldSource" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="GetSc_MouldStockBillMain_TempList"> + <soap:operation soapAction="http://tempuri.org/GetSc_MouldStockBillMain_TempList" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="DeleteMouldBillList"> + <soap:operation soapAction="http://tempuri.org/DeleteMouldBillList" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="GetBillEntry_TmpList"> + <soap:operation soapAction="http://tempuri.org/GetBillEntry_TmpList" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="GetBillEntryTmpList"> + <soap:operation soapAction="http://tempuri.org/GetBillEntryTmpList" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> <wsdl:operation name="get_CheckTypeByPackBarCode_Pack"> <soap:operation soapAction="http://tempuri.org/get_CheckTypeByPackBarCode_Pack" style="document" /> <wsdl:input> @@ -19330,6 +19611,24 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> + <wsdl:operation name="get_PackBarCode_DeletePackUnionBill"> + <soap:operation soapAction="http://tempuri.org/get_PackBarCode_DeletePackUnionBill" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="set_DeletePackUnionBill"> + <soap:operation soapAction="http://tempuri.org/set_DeletePackUnionBill" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> <wsdl:operation name="get_BarCodePack_In_MoveStockBill_HuanTuo"> <soap:operation soapAction="http://tempuri.org/get_BarCodePack_In_MoveStockBill_HuanTuo" style="document" /> <wsdl:input> @@ -19413,6 +19712,15 @@ </wsdl:operation> <wsdl:operation name="set_DelPackUnionBill_Temp"> <soap:operation soapAction="http://tempuri.org/set_DelPackUnionBill_Temp" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="TempList_Modify_Pack"> + <soap:operation soapAction="http://tempuri.org/TempList_Modify_Pack" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -19692,6 +20000,42 @@ </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_InfoByBarCodeForReport"> + <soap:operation soapAction="http://tempuri.org/get_InfoByBarCodeForReport" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="get_InfoByStationInBill"> + <soap:operation soapAction="http://tempuri.org/get_InfoByStationInBill" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="get_InfoByStationOutBill"> + <soap:operation soapAction="http://tempuri.org/get_InfoByStationOutBill" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="get_MaxBillNoAndID"> + <soap:operation soapAction="http://tempuri.org/get_MaxBillNoAndID" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -20167,6 +20511,15 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> + <wsdl:operation name="get_SourceBarCode_ICMOReport"> + <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_ICMOReport" 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_ProductIn"> <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_ProductIn" style="document" /> <wsdl:input> @@ -20178,6 +20531,15 @@ </wsdl:operation> <wsdl:operation name="get_SourceBarCode_POStockIn"> <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_POStockIn" 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_EntrustIn"> + <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_EntrustIn" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -20401,8 +20763,8 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="set_SaveMouldStockBill_New"> - <soap:operation soapAction="http://tempuri.org/set_SaveMouldStockBill_New" style="document" /> + <wsdl:operation name="set_CheckOtherInBill"> + <soap:operation soapAction="http://tempuri.org/set_CheckOtherInBill" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -20410,8 +20772,8 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="MouldTempList_Modify"> - <soap:operation soapAction="http://tempuri.org/MouldTempList_Modify" style="document" /> + <wsdl:operation name="set_AuditOtherInBill"> + <soap:operation soapAction="http://tempuri.org/set_AuditOtherInBill" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -20419,8 +20781,8 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="GetMouldSource"> - <soap:operation soapAction="http://tempuri.org/GetMouldSource" style="document" /> + <wsdl:operation name="get_StockInStyle"> + <soap:operation soapAction="http://tempuri.org/get_StockInStyle" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -20428,35 +20790,8 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="GetSc_MouldStockBillMain_TempList"> - <soap:operation soapAction="http://tempuri.org/GetSc_MouldStockBillMain_TempList" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="DeleteMouldBillList"> - <soap:operation soapAction="http://tempuri.org/DeleteMouldBillList" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="GetBillEntry_TmpList"> - <soap:operation soapAction="http://tempuri.org/GetBillEntry_TmpList" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="GetBillEntryTmpList"> - <soap:operation soapAction="http://tempuri.org/GetBillEntryTmpList" style="document" /> + <wsdl:operation name="set_SaveOtherInBill_New"> + <soap:operation soapAction="http://tempuri.org/set_SaveOtherInBill_New" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -21076,8 +21411,8 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="get_InfoByBarCodeForReport"> - <soap:operation soapAction="http://tempuri.org/get_InfoByBarCodeForReport" style="document" /> + <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> @@ -21085,8 +21420,8 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="get_InfoByStationInBill"> - <soap:operation soapAction="http://tempuri.org/get_InfoByStationInBill" style="document" /> + <wsdl:operation name="set_SaveOtherOutBackBill"> + <soap:operation soapAction="http://tempuri.org/set_SaveOtherOutBackBill" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -21094,17 +21429,8 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="get_InfoByStationOutBill"> - <soap:operation soapAction="http://tempuri.org/get_InfoByStationOutBill" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="get_MaxBillNoAndID"> - <soap:operation soapAction="http://tempuri.org/get_MaxBillNoAndID" style="document" /> + <wsdl:operation name="set_SaveOtherOutBackBill_New"> + <soap:operation soapAction="http://tempuri.org/set_SaveOtherOutBackBill_New" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -21553,42 +21879,6 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="set_CheckOtherInBill"> - <soap:operation soapAction="http://tempuri.org/set_CheckOtherInBill" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="set_AuditOtherInBill"> - <soap:operation soapAction="http://tempuri.org/set_AuditOtherInBill" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="get_StockInStyle"> - <soap:operation soapAction="http://tempuri.org/get_StockInStyle" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="set_SaveOtherInBill_New"> - <soap:operation soapAction="http://tempuri.org/set_SaveOtherInBill_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_SaveMoveStockStepInBill_New"> <soap:operation soapAction="http://tempuri.org/set_SaveMoveStockStepInBill_New" style="document" /> <wsdl:input> @@ -21699,6 +21989,15 @@ </wsdl:operation> <wsdl:operation name="set_SaveSellOutBill_CLD_New"> <soap:operation soapAction="http://tempuri.org/set_SaveSellOutBill_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_SaveSellOutBill_MES"> + <soap:operation soapAction="http://tempuri.org/set_SaveSellOutBill_MES" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -22048,26 +22347,8 @@ <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> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="set_SaveOtherOutBackBill_New"> - <soap:operation soapAction="http://tempuri.org/set_SaveOtherOutBackBill_New" style="document" /> + <wsdl:operation name="set_ClearPonderationBillMain_Temp_ChangGui"> + <soap:operation soapAction="http://tempuri.org/set_ClearPonderationBillMain_Temp_ChangGui" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -22671,6 +22952,15 @@ </wsdl:operation> <wsdl:operation name="set_SaveMoveStockStepOutBill_CLD_New"> <soap:operation soapAction="http://tempuri.org/set_SaveMoveStockStepOutBill_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="GetSc_ICMOBillList"> + <soap:operation soapAction="http://tempuri.org/GetSc_ICMOBillList" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -23434,15 +23724,6 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="set_ClearPonderationBillMain_Temp_ChangGui"> - <soap:operation soapAction="http://tempuri.org/set_ClearPonderationBillMain_Temp_ChangGui" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> <wsdl:operation name="HelloWorld"> <soap:operation soapAction="http://tempuri.org/HelloWorld" style="document" /> <wsdl:input> @@ -24145,6 +24426,15 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> + <wsdl:operation name="GetSc_PrepareMTRLBillList"> + <soap:operation soapAction="http://tempuri.org/GetSc_PrepareMTRLBillList" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> <wsdl:operation name="GetCg_POStockInBackBillList_CLD"> <soap:operation soapAction="http://tempuri.org/GetCg_POStockInBackBillList_CLD" style="document" /> <wsdl:input> @@ -24199,18 +24489,72 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="GetSc_ICMOBillList"> - <soap:operation soapAction="http://tempuri.org/GetSc_ICMOBillList" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> </wsdl:binding> <wsdl:binding name="WebService1Soap12" type="tns:WebService1Soap"> <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" /> + <wsdl:operation name="set_SaveMouldStockBill_New"> + <soap12:operation soapAction="http://tempuri.org/set_SaveMouldStockBill_New" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="MouldTempList_Modify"> + <soap12:operation soapAction="http://tempuri.org/MouldTempList_Modify" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="GetMouldSource"> + <soap12:operation soapAction="http://tempuri.org/GetMouldSource" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="GetSc_MouldStockBillMain_TempList"> + <soap12:operation soapAction="http://tempuri.org/GetSc_MouldStockBillMain_TempList" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="DeleteMouldBillList"> + <soap12:operation soapAction="http://tempuri.org/DeleteMouldBillList" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="GetBillEntry_TmpList"> + <soap12:operation soapAction="http://tempuri.org/GetBillEntry_TmpList" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="GetBillEntryTmpList"> + <soap12:operation soapAction="http://tempuri.org/GetBillEntryTmpList" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> <wsdl:operation name="get_CheckTypeByPackBarCode_Pack"> <soap12:operation soapAction="http://tempuri.org/get_CheckTypeByPackBarCode_Pack" style="document" /> <wsdl:input> @@ -24319,6 +24663,24 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> + <wsdl:operation name="get_PackBarCode_DeletePackUnionBill"> + <soap12:operation soapAction="http://tempuri.org/get_PackBarCode_DeletePackUnionBill" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="set_DeletePackUnionBill"> + <soap12:operation soapAction="http://tempuri.org/set_DeletePackUnionBill" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> <wsdl:operation name="get_BarCodePack_In_MoveStockBill_HuanTuo"> <soap12:operation soapAction="http://tempuri.org/get_BarCodePack_In_MoveStockBill_HuanTuo" style="document" /> <wsdl:input> @@ -24402,6 +24764,15 @@ </wsdl:operation> <wsdl:operation name="set_DelPackUnionBill_Temp"> <soap12:operation soapAction="http://tempuri.org/set_DelPackUnionBill_Temp" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="TempList_Modify_Pack"> + <soap12:operation soapAction="http://tempuri.org/TempList_Modify_Pack" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -24681,6 +25052,42 @@ </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_InfoByBarCodeForReport"> + <soap12:operation soapAction="http://tempuri.org/get_InfoByBarCodeForReport" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="get_InfoByStationInBill"> + <soap12:operation soapAction="http://tempuri.org/get_InfoByStationInBill" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="get_InfoByStationOutBill"> + <soap12:operation soapAction="http://tempuri.org/get_InfoByStationOutBill" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="get_MaxBillNoAndID"> + <soap12:operation soapAction="http://tempuri.org/get_MaxBillNoAndID" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -25156,6 +25563,15 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> + <wsdl:operation name="get_SourceBarCode_ICMOReport"> + <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_ICMOReport" 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_ProductIn"> <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_ProductIn" style="document" /> <wsdl:input> @@ -25167,6 +25583,15 @@ </wsdl:operation> <wsdl:operation name="get_SourceBarCode_POStockIn"> <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_POStockIn" 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_EntrustIn"> + <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_EntrustIn" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -25390,8 +25815,8 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="set_SaveMouldStockBill_New"> - <soap12:operation soapAction="http://tempuri.org/set_SaveMouldStockBill_New" style="document" /> + <wsdl:operation name="set_CheckOtherInBill"> + <soap12:operation soapAction="http://tempuri.org/set_CheckOtherInBill" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -25399,8 +25824,8 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="MouldTempList_Modify"> - <soap12:operation soapAction="http://tempuri.org/MouldTempList_Modify" style="document" /> + <wsdl:operation name="set_AuditOtherInBill"> + <soap12:operation soapAction="http://tempuri.org/set_AuditOtherInBill" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -25408,8 +25833,8 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="GetMouldSource"> - <soap12:operation soapAction="http://tempuri.org/GetMouldSource" style="document" /> + <wsdl:operation name="get_StockInStyle"> + <soap12:operation soapAction="http://tempuri.org/get_StockInStyle" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -25417,35 +25842,8 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="GetSc_MouldStockBillMain_TempList"> - <soap12:operation soapAction="http://tempuri.org/GetSc_MouldStockBillMain_TempList" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="DeleteMouldBillList"> - <soap12:operation soapAction="http://tempuri.org/DeleteMouldBillList" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="GetBillEntry_TmpList"> - <soap12:operation soapAction="http://tempuri.org/GetBillEntry_TmpList" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="GetBillEntryTmpList"> - <soap12:operation soapAction="http://tempuri.org/GetBillEntryTmpList" style="document" /> + <wsdl:operation name="set_SaveOtherInBill_New"> + <soap12:operation soapAction="http://tempuri.org/set_SaveOtherInBill_New" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -26065,8 +26463,8 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="get_InfoByBarCodeForReport"> - <soap12:operation soapAction="http://tempuri.org/get_InfoByBarCodeForReport" style="document" /> + <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> @@ -26074,8 +26472,8 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="get_InfoByStationInBill"> - <soap12:operation soapAction="http://tempuri.org/get_InfoByStationInBill" style="document" /> + <wsdl:operation name="set_SaveOtherOutBackBill"> + <soap12:operation soapAction="http://tempuri.org/set_SaveOtherOutBackBill" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -26083,17 +26481,8 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="get_InfoByStationOutBill"> - <soap12:operation soapAction="http://tempuri.org/get_InfoByStationOutBill" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="get_MaxBillNoAndID"> - <soap12:operation soapAction="http://tempuri.org/get_MaxBillNoAndID" style="document" /> + <wsdl:operation name="set_SaveOtherOutBackBill_New"> + <soap12:operation soapAction="http://tempuri.org/set_SaveOtherOutBackBill_New" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -26542,42 +26931,6 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="set_CheckOtherInBill"> - <soap12:operation soapAction="http://tempuri.org/set_CheckOtherInBill" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="set_AuditOtherInBill"> - <soap12:operation soapAction="http://tempuri.org/set_AuditOtherInBill" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="get_StockInStyle"> - <soap12:operation soapAction="http://tempuri.org/get_StockInStyle" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="set_SaveOtherInBill_New"> - <soap12:operation soapAction="http://tempuri.org/set_SaveOtherInBill_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_SaveMoveStockStepInBill_New"> <soap12:operation soapAction="http://tempuri.org/set_SaveMoveStockStepInBill_New" style="document" /> <wsdl:input> @@ -26688,6 +27041,15 @@ </wsdl:operation> <wsdl:operation name="set_SaveSellOutBill_CLD_New"> <soap12:operation soapAction="http://tempuri.org/set_SaveSellOutBill_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_SaveSellOutBill_MES"> + <soap12:operation soapAction="http://tempuri.org/set_SaveSellOutBill_MES" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -27037,26 +27399,8 @@ <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> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="set_SaveOtherOutBackBill_New"> - <soap12:operation soapAction="http://tempuri.org/set_SaveOtherOutBackBill_New" style="document" /> + <wsdl:operation name="set_ClearPonderationBillMain_Temp_ChangGui"> + <soap12:operation soapAction="http://tempuri.org/set_ClearPonderationBillMain_Temp_ChangGui" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -27660,6 +28004,15 @@ </wsdl:operation> <wsdl:operation name="set_SaveMoveStockStepOutBill_CLD_New"> <soap12:operation soapAction="http://tempuri.org/set_SaveMoveStockStepOutBill_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="GetSc_ICMOBillList"> + <soap12:operation soapAction="http://tempuri.org/GetSc_ICMOBillList" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -28423,15 +28776,6 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="set_ClearPonderationBillMain_Temp_ChangGui"> - <soap12:operation soapAction="http://tempuri.org/set_ClearPonderationBillMain_Temp_ChangGui" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> <wsdl:operation name="HelloWorld"> <soap12:operation soapAction="http://tempuri.org/HelloWorld" style="document" /> <wsdl:input> @@ -29134,6 +29478,15 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> + <wsdl:operation name="GetSc_PrepareMTRLBillList"> + <soap12:operation soapAction="http://tempuri.org/GetSc_PrepareMTRLBillList" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> <wsdl:operation name="GetCg_POStockInBackBillList_CLD"> <soap12:operation soapAction="http://tempuri.org/GetCg_POStockInBackBillList_CLD" style="document" /> <wsdl:input> @@ -29188,22 +29541,13 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="GetSc_ICMOBillList"> - <soap12:operation soapAction="http://tempuri.org/GetSc_ICMOBillList" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> </wsdl:binding> <wsdl:service name="WebService1"> <wsdl:port name="WebService1Soap" binding="tns:WebService1Soap"> - <soap:address location="http://192.168.63.3/WEBS-WMS/WebService1.asmx" /> + <soap:address location="http://192.168.63.53/WEBS-WMS/WebService1.asmx" /> </wsdl:port> <wsdl:port name="WebService1Soap12" binding="tns:WebService1Soap12"> - <soap12:address location="http://192.168.63.3/WEBS-WMS/WebService1.asmx" /> + <soap12:address location="http://192.168.63.53/WEBS-WMS/WebService1.asmx" /> </wsdl:port> </wsdl:service> </wsdl:definitions> \ No newline at end of file -- Gitblit v1.9.1