//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace iWareUnitTest.MesWebService { [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(ConfigurationName="MesWebService.MesWebServiceSoap")] public interface MesWebServiceSoap { // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 data 以后生成的消息协定未标记为 nillable [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SendOutStoreBatchMats", ReplyAction="*")] iWareUnitTest.MesWebService.SendOutStoreBatchMatsResponse SendOutStoreBatchMats(iWareUnitTest.MesWebService.SendOutStoreBatchMatsRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SendOutStoreBatchMats", ReplyAction="*")] System.Threading.Tasks.Task SendOutStoreBatchMatsAsync(iWareUnitTest.MesWebService.SendOutStoreBatchMatsRequest request); // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 data 以后生成的消息协定未标记为 nillable [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SendInStoreBatchMats", ReplyAction="*")] iWareUnitTest.MesWebService.SendInStoreBatchMatsResponse SendInStoreBatchMats(iWareUnitTest.MesWebService.SendInStoreBatchMatsRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SendInStoreBatchMats", ReplyAction="*")] System.Threading.Tasks.Task SendInStoreBatchMatsAsync(iWareUnitTest.MesWebService.SendInStoreBatchMatsRequest request); // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 data 以后生成的消息协定未标记为 nillable [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SendBatchUPIs", ReplyAction="*")] iWareUnitTest.MesWebService.SendBatchUPIsResponse SendBatchUPIs(iWareUnitTest.MesWebService.SendBatchUPIsRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SendBatchUPIs", ReplyAction="*")] System.Threading.Tasks.Task SendBatchUPIsAsync(iWareUnitTest.MesWebService.SendBatchUPIsRequest request); // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 data 以后生成的消息协定未标记为 nillable [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SawingConfirm", ReplyAction="*")] iWareUnitTest.MesWebService.SawingConfirmResponse SawingConfirm(iWareUnitTest.MesWebService.SawingConfirmRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SawingConfirm", ReplyAction="*")] System.Threading.Tasks.Task SawingConfirmAsync(iWareUnitTest.MesWebService.SawingConfirmRequest request); // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 data 以后生成的消息协定未标记为 nillable [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SendSynchroMatPlaceToMes", ReplyAction="*")] iWareUnitTest.MesWebService.SendSynchroMatPlaceToMesResponse SendSynchroMatPlaceToMes(iWareUnitTest.MesWebService.SendSynchroMatPlaceToMesRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SendSynchroMatPlaceToMes", ReplyAction="*")] System.Threading.Tasks.Task SendSynchroMatPlaceToMesAsync(iWareUnitTest.MesWebService.SendSynchroMatPlaceToMesRequest request); // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 data 以后生成的消息协定未标记为 nillable [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetMesMatInfo", ReplyAction="*")] iWareUnitTest.MesWebService.GetMesMatInfoResponse GetMesMatInfo(iWareUnitTest.MesWebService.GetMesMatInfoRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetMesMatInfo", ReplyAction="*")] System.Threading.Tasks.Task GetMesMatInfoAsync(iWareUnitTest.MesWebService.GetMesMatInfoRequest request); // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 data 以后生成的消息协定未标记为 nillable [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetPlaceInfo", ReplyAction="*")] iWareUnitTest.MesWebService.GetPlaceInfoResponse GetPlaceInfo(iWareUnitTest.MesWebService.GetPlaceInfoRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetPlaceInfo", ReplyAction="*")] System.Threading.Tasks.Task GetPlaceInfoAsync(iWareUnitTest.MesWebService.GetPlaceInfoRequest request); } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class SendOutStoreBatchMatsRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="SendOutStoreBatchMats", Namespace="http://tempuri.org/", Order=0)] public iWareUnitTest.MesWebService.SendOutStoreBatchMatsRequestBody Body; public SendOutStoreBatchMatsRequest() { } public SendOutStoreBatchMatsRequest(iWareUnitTest.MesWebService.SendOutStoreBatchMatsRequestBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")] public partial class SendOutStoreBatchMatsRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string data; public SendOutStoreBatchMatsRequestBody() { } public SendOutStoreBatchMatsRequestBody(string data) { this.data = data; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class SendOutStoreBatchMatsResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="SendOutStoreBatchMatsResponse", Namespace="http://tempuri.org/", Order=0)] public iWareUnitTest.MesWebService.SendOutStoreBatchMatsResponseBody Body; public SendOutStoreBatchMatsResponse() { } public SendOutStoreBatchMatsResponse(iWareUnitTest.MesWebService.SendOutStoreBatchMatsResponseBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")] public partial class SendOutStoreBatchMatsResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string SendOutStoreBatchMatsResult; public SendOutStoreBatchMatsResponseBody() { } public SendOutStoreBatchMatsResponseBody(string SendOutStoreBatchMatsResult) { this.SendOutStoreBatchMatsResult = SendOutStoreBatchMatsResult; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class SendInStoreBatchMatsRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="SendInStoreBatchMats", Namespace="http://tempuri.org/", Order=0)] public iWareUnitTest.MesWebService.SendInStoreBatchMatsRequestBody Body; public SendInStoreBatchMatsRequest() { } public SendInStoreBatchMatsRequest(iWareUnitTest.MesWebService.SendInStoreBatchMatsRequestBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")] public partial class SendInStoreBatchMatsRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string data; public SendInStoreBatchMatsRequestBody() { } public SendInStoreBatchMatsRequestBody(string data) { this.data = data; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class SendInStoreBatchMatsResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="SendInStoreBatchMatsResponse", Namespace="http://tempuri.org/", Order=0)] public iWareUnitTest.MesWebService.SendInStoreBatchMatsResponseBody Body; public SendInStoreBatchMatsResponse() { } public SendInStoreBatchMatsResponse(iWareUnitTest.MesWebService.SendInStoreBatchMatsResponseBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")] public partial class SendInStoreBatchMatsResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string SendInStoreBatchMatsResult; public SendInStoreBatchMatsResponseBody() { } public SendInStoreBatchMatsResponseBody(string SendInStoreBatchMatsResult) { this.SendInStoreBatchMatsResult = SendInStoreBatchMatsResult; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class SendBatchUPIsRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="SendBatchUPIs", Namespace="http://tempuri.org/", Order=0)] public iWareUnitTest.MesWebService.SendBatchUPIsRequestBody Body; public SendBatchUPIsRequest() { } public SendBatchUPIsRequest(iWareUnitTest.MesWebService.SendBatchUPIsRequestBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")] public partial class SendBatchUPIsRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string data; public SendBatchUPIsRequestBody() { } public SendBatchUPIsRequestBody(string data) { this.data = data; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class SendBatchUPIsResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="SendBatchUPIsResponse", Namespace="http://tempuri.org/", Order=0)] public iWareUnitTest.MesWebService.SendBatchUPIsResponseBody Body; public SendBatchUPIsResponse() { } public SendBatchUPIsResponse(iWareUnitTest.MesWebService.SendBatchUPIsResponseBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")] public partial class SendBatchUPIsResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string SendBatchUPIsResult; public SendBatchUPIsResponseBody() { } public SendBatchUPIsResponseBody(string SendBatchUPIsResult) { this.SendBatchUPIsResult = SendBatchUPIsResult; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class SawingConfirmRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="SawingConfirm", Namespace="http://tempuri.org/", Order=0)] public iWareUnitTest.MesWebService.SawingConfirmRequestBody Body; public SawingConfirmRequest() { } public SawingConfirmRequest(iWareUnitTest.MesWebService.SawingConfirmRequestBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")] public partial class SawingConfirmRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string data; public SawingConfirmRequestBody() { } public SawingConfirmRequestBody(string data) { this.data = data; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class SawingConfirmResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="SawingConfirmResponse", Namespace="http://tempuri.org/", Order=0)] public iWareUnitTest.MesWebService.SawingConfirmResponseBody Body; public SawingConfirmResponse() { } public SawingConfirmResponse(iWareUnitTest.MesWebService.SawingConfirmResponseBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")] public partial class SawingConfirmResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string SawingConfirmResult; public SawingConfirmResponseBody() { } public SawingConfirmResponseBody(string SawingConfirmResult) { this.SawingConfirmResult = SawingConfirmResult; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class SendSynchroMatPlaceToMesRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="SendSynchroMatPlaceToMes", Namespace="http://tempuri.org/", Order=0)] public iWareUnitTest.MesWebService.SendSynchroMatPlaceToMesRequestBody Body; public SendSynchroMatPlaceToMesRequest() { } public SendSynchroMatPlaceToMesRequest(iWareUnitTest.MesWebService.SendSynchroMatPlaceToMesRequestBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")] public partial class SendSynchroMatPlaceToMesRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string data; public SendSynchroMatPlaceToMesRequestBody() { } public SendSynchroMatPlaceToMesRequestBody(string data) { this.data = data; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class SendSynchroMatPlaceToMesResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="SendSynchroMatPlaceToMesResponse", Namespace="http://tempuri.org/", Order=0)] public iWareUnitTest.MesWebService.SendSynchroMatPlaceToMesResponseBody Body; public SendSynchroMatPlaceToMesResponse() { } public SendSynchroMatPlaceToMesResponse(iWareUnitTest.MesWebService.SendSynchroMatPlaceToMesResponseBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")] public partial class SendSynchroMatPlaceToMesResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string SendSynchroMatPlaceToMesResult; public SendSynchroMatPlaceToMesResponseBody() { } public SendSynchroMatPlaceToMesResponseBody(string SendSynchroMatPlaceToMesResult) { this.SendSynchroMatPlaceToMesResult = SendSynchroMatPlaceToMesResult; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class GetMesMatInfoRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetMesMatInfo", Namespace="http://tempuri.org/", Order=0)] public iWareUnitTest.MesWebService.GetMesMatInfoRequestBody Body; public GetMesMatInfoRequest() { } public GetMesMatInfoRequest(iWareUnitTest.MesWebService.GetMesMatInfoRequestBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")] public partial class GetMesMatInfoRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string data; public GetMesMatInfoRequestBody() { } public GetMesMatInfoRequestBody(string data) { this.data = data; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class GetMesMatInfoResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetMesMatInfoResponse", Namespace="http://tempuri.org/", Order=0)] public iWareUnitTest.MesWebService.GetMesMatInfoResponseBody Body; public GetMesMatInfoResponse() { } public GetMesMatInfoResponse(iWareUnitTest.MesWebService.GetMesMatInfoResponseBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")] public partial class GetMesMatInfoResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string GetMesMatInfoResult; public GetMesMatInfoResponseBody() { } public GetMesMatInfoResponseBody(string GetMesMatInfoResult) { this.GetMesMatInfoResult = GetMesMatInfoResult; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class GetPlaceInfoRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetPlaceInfo", Namespace="http://tempuri.org/", Order=0)] public iWareUnitTest.MesWebService.GetPlaceInfoRequestBody Body; public GetPlaceInfoRequest() { } public GetPlaceInfoRequest(iWareUnitTest.MesWebService.GetPlaceInfoRequestBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")] public partial class GetPlaceInfoRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string data; public GetPlaceInfoRequestBody() { } public GetPlaceInfoRequestBody(string data) { this.data = data; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class GetPlaceInfoResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetPlaceInfoResponse", Namespace="http://tempuri.org/", Order=0)] public iWareUnitTest.MesWebService.GetPlaceInfoResponseBody Body; public GetPlaceInfoResponse() { } public GetPlaceInfoResponse(iWareUnitTest.MesWebService.GetPlaceInfoResponseBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")] public partial class GetPlaceInfoResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string GetPlaceInfoResult; public GetPlaceInfoResponseBody() { } public GetPlaceInfoResponseBody(string GetPlaceInfoResult) { this.GetPlaceInfoResult = GetPlaceInfoResult; } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface MesWebServiceSoapChannel : iWareUnitTest.MesWebService.MesWebServiceSoap, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class MesWebServiceSoapClient : System.ServiceModel.ClientBase, iWareUnitTest.MesWebService.MesWebServiceSoap { public MesWebServiceSoapClient() { } public MesWebServiceSoapClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public MesWebServiceSoapClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public MesWebServiceSoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public MesWebServiceSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] iWareUnitTest.MesWebService.SendOutStoreBatchMatsResponse iWareUnitTest.MesWebService.MesWebServiceSoap.SendOutStoreBatchMats(iWareUnitTest.MesWebService.SendOutStoreBatchMatsRequest request) { return base.Channel.SendOutStoreBatchMats(request); } public string SendOutStoreBatchMats(string data) { iWareUnitTest.MesWebService.SendOutStoreBatchMatsRequest inValue = new iWareUnitTest.MesWebService.SendOutStoreBatchMatsRequest(); inValue.Body = new iWareUnitTest.MesWebService.SendOutStoreBatchMatsRequestBody(); inValue.Body.data = data; iWareUnitTest.MesWebService.SendOutStoreBatchMatsResponse retVal = ((iWareUnitTest.MesWebService.MesWebServiceSoap)(this)).SendOutStoreBatchMats(inValue); return retVal.Body.SendOutStoreBatchMatsResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] System.Threading.Tasks.Task iWareUnitTest.MesWebService.MesWebServiceSoap.SendOutStoreBatchMatsAsync(iWareUnitTest.MesWebService.SendOutStoreBatchMatsRequest request) { return base.Channel.SendOutStoreBatchMatsAsync(request); } public System.Threading.Tasks.Task SendOutStoreBatchMatsAsync(string data) { iWareUnitTest.MesWebService.SendOutStoreBatchMatsRequest inValue = new iWareUnitTest.MesWebService.SendOutStoreBatchMatsRequest(); inValue.Body = new iWareUnitTest.MesWebService.SendOutStoreBatchMatsRequestBody(); inValue.Body.data = data; return ((iWareUnitTest.MesWebService.MesWebServiceSoap)(this)).SendOutStoreBatchMatsAsync(inValue); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] iWareUnitTest.MesWebService.SendInStoreBatchMatsResponse iWareUnitTest.MesWebService.MesWebServiceSoap.SendInStoreBatchMats(iWareUnitTest.MesWebService.SendInStoreBatchMatsRequest request) { return base.Channel.SendInStoreBatchMats(request); } public string SendInStoreBatchMats(string data) { iWareUnitTest.MesWebService.SendInStoreBatchMatsRequest inValue = new iWareUnitTest.MesWebService.SendInStoreBatchMatsRequest(); inValue.Body = new iWareUnitTest.MesWebService.SendInStoreBatchMatsRequestBody(); inValue.Body.data = data; iWareUnitTest.MesWebService.SendInStoreBatchMatsResponse retVal = ((iWareUnitTest.MesWebService.MesWebServiceSoap)(this)).SendInStoreBatchMats(inValue); return retVal.Body.SendInStoreBatchMatsResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] System.Threading.Tasks.Task iWareUnitTest.MesWebService.MesWebServiceSoap.SendInStoreBatchMatsAsync(iWareUnitTest.MesWebService.SendInStoreBatchMatsRequest request) { return base.Channel.SendInStoreBatchMatsAsync(request); } public System.Threading.Tasks.Task SendInStoreBatchMatsAsync(string data) { iWareUnitTest.MesWebService.SendInStoreBatchMatsRequest inValue = new iWareUnitTest.MesWebService.SendInStoreBatchMatsRequest(); inValue.Body = new iWareUnitTest.MesWebService.SendInStoreBatchMatsRequestBody(); inValue.Body.data = data; return ((iWareUnitTest.MesWebService.MesWebServiceSoap)(this)).SendInStoreBatchMatsAsync(inValue); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] iWareUnitTest.MesWebService.SendBatchUPIsResponse iWareUnitTest.MesWebService.MesWebServiceSoap.SendBatchUPIs(iWareUnitTest.MesWebService.SendBatchUPIsRequest request) { return base.Channel.SendBatchUPIs(request); } public string SendBatchUPIs(string data) { iWareUnitTest.MesWebService.SendBatchUPIsRequest inValue = new iWareUnitTest.MesWebService.SendBatchUPIsRequest(); inValue.Body = new iWareUnitTest.MesWebService.SendBatchUPIsRequestBody(); inValue.Body.data = data; iWareUnitTest.MesWebService.SendBatchUPIsResponse retVal = ((iWareUnitTest.MesWebService.MesWebServiceSoap)(this)).SendBatchUPIs(inValue); return retVal.Body.SendBatchUPIsResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] System.Threading.Tasks.Task iWareUnitTest.MesWebService.MesWebServiceSoap.SendBatchUPIsAsync(iWareUnitTest.MesWebService.SendBatchUPIsRequest request) { return base.Channel.SendBatchUPIsAsync(request); } public System.Threading.Tasks.Task SendBatchUPIsAsync(string data) { iWareUnitTest.MesWebService.SendBatchUPIsRequest inValue = new iWareUnitTest.MesWebService.SendBatchUPIsRequest(); inValue.Body = new iWareUnitTest.MesWebService.SendBatchUPIsRequestBody(); inValue.Body.data = data; return ((iWareUnitTest.MesWebService.MesWebServiceSoap)(this)).SendBatchUPIsAsync(inValue); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] iWareUnitTest.MesWebService.SawingConfirmResponse iWareUnitTest.MesWebService.MesWebServiceSoap.SawingConfirm(iWareUnitTest.MesWebService.SawingConfirmRequest request) { return base.Channel.SawingConfirm(request); } public string SawingConfirm(string data) { iWareUnitTest.MesWebService.SawingConfirmRequest inValue = new iWareUnitTest.MesWebService.SawingConfirmRequest(); inValue.Body = new iWareUnitTest.MesWebService.SawingConfirmRequestBody(); inValue.Body.data = data; iWareUnitTest.MesWebService.SawingConfirmResponse retVal = ((iWareUnitTest.MesWebService.MesWebServiceSoap)(this)).SawingConfirm(inValue); return retVal.Body.SawingConfirmResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] System.Threading.Tasks.Task iWareUnitTest.MesWebService.MesWebServiceSoap.SawingConfirmAsync(iWareUnitTest.MesWebService.SawingConfirmRequest request) { return base.Channel.SawingConfirmAsync(request); } public System.Threading.Tasks.Task SawingConfirmAsync(string data) { iWareUnitTest.MesWebService.SawingConfirmRequest inValue = new iWareUnitTest.MesWebService.SawingConfirmRequest(); inValue.Body = new iWareUnitTest.MesWebService.SawingConfirmRequestBody(); inValue.Body.data = data; return ((iWareUnitTest.MesWebService.MesWebServiceSoap)(this)).SawingConfirmAsync(inValue); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] iWareUnitTest.MesWebService.SendSynchroMatPlaceToMesResponse iWareUnitTest.MesWebService.MesWebServiceSoap.SendSynchroMatPlaceToMes(iWareUnitTest.MesWebService.SendSynchroMatPlaceToMesRequest request) { return base.Channel.SendSynchroMatPlaceToMes(request); } public string SendSynchroMatPlaceToMes(string data) { iWareUnitTest.MesWebService.SendSynchroMatPlaceToMesRequest inValue = new iWareUnitTest.MesWebService.SendSynchroMatPlaceToMesRequest(); inValue.Body = new iWareUnitTest.MesWebService.SendSynchroMatPlaceToMesRequestBody(); inValue.Body.data = data; iWareUnitTest.MesWebService.SendSynchroMatPlaceToMesResponse retVal = ((iWareUnitTest.MesWebService.MesWebServiceSoap)(this)).SendSynchroMatPlaceToMes(inValue); return retVal.Body.SendSynchroMatPlaceToMesResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] System.Threading.Tasks.Task iWareUnitTest.MesWebService.MesWebServiceSoap.SendSynchroMatPlaceToMesAsync(iWareUnitTest.MesWebService.SendSynchroMatPlaceToMesRequest request) { return base.Channel.SendSynchroMatPlaceToMesAsync(request); } public System.Threading.Tasks.Task SendSynchroMatPlaceToMesAsync(string data) { iWareUnitTest.MesWebService.SendSynchroMatPlaceToMesRequest inValue = new iWareUnitTest.MesWebService.SendSynchroMatPlaceToMesRequest(); inValue.Body = new iWareUnitTest.MesWebService.SendSynchroMatPlaceToMesRequestBody(); inValue.Body.data = data; return ((iWareUnitTest.MesWebService.MesWebServiceSoap)(this)).SendSynchroMatPlaceToMesAsync(inValue); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] iWareUnitTest.MesWebService.GetMesMatInfoResponse iWareUnitTest.MesWebService.MesWebServiceSoap.GetMesMatInfo(iWareUnitTest.MesWebService.GetMesMatInfoRequest request) { return base.Channel.GetMesMatInfo(request); } public string GetMesMatInfo(string data) { iWareUnitTest.MesWebService.GetMesMatInfoRequest inValue = new iWareUnitTest.MesWebService.GetMesMatInfoRequest(); inValue.Body = new iWareUnitTest.MesWebService.GetMesMatInfoRequestBody(); inValue.Body.data = data; iWareUnitTest.MesWebService.GetMesMatInfoResponse retVal = ((iWareUnitTest.MesWebService.MesWebServiceSoap)(this)).GetMesMatInfo(inValue); return retVal.Body.GetMesMatInfoResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] System.Threading.Tasks.Task iWareUnitTest.MesWebService.MesWebServiceSoap.GetMesMatInfoAsync(iWareUnitTest.MesWebService.GetMesMatInfoRequest request) { return base.Channel.GetMesMatInfoAsync(request); } public System.Threading.Tasks.Task GetMesMatInfoAsync(string data) { iWareUnitTest.MesWebService.GetMesMatInfoRequest inValue = new iWareUnitTest.MesWebService.GetMesMatInfoRequest(); inValue.Body = new iWareUnitTest.MesWebService.GetMesMatInfoRequestBody(); inValue.Body.data = data; return ((iWareUnitTest.MesWebService.MesWebServiceSoap)(this)).GetMesMatInfoAsync(inValue); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] iWareUnitTest.MesWebService.GetPlaceInfoResponse iWareUnitTest.MesWebService.MesWebServiceSoap.GetPlaceInfo(iWareUnitTest.MesWebService.GetPlaceInfoRequest request) { return base.Channel.GetPlaceInfo(request); } public string GetPlaceInfo(string data) { iWareUnitTest.MesWebService.GetPlaceInfoRequest inValue = new iWareUnitTest.MesWebService.GetPlaceInfoRequest(); inValue.Body = new iWareUnitTest.MesWebService.GetPlaceInfoRequestBody(); inValue.Body.data = data; iWareUnitTest.MesWebService.GetPlaceInfoResponse retVal = ((iWareUnitTest.MesWebService.MesWebServiceSoap)(this)).GetPlaceInfo(inValue); return retVal.Body.GetPlaceInfoResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] System.Threading.Tasks.Task iWareUnitTest.MesWebService.MesWebServiceSoap.GetPlaceInfoAsync(iWareUnitTest.MesWebService.GetPlaceInfoRequest request) { return base.Channel.GetPlaceInfoAsync(request); } public System.Threading.Tasks.Task GetPlaceInfoAsync(string data) { iWareUnitTest.MesWebService.GetPlaceInfoRequest inValue = new iWareUnitTest.MesWebService.GetPlaceInfoRequest(); inValue.Body = new iWareUnitTest.MesWebService.GetPlaceInfoRequestBody(); inValue.Body.data = data; return ((iWareUnitTest.MesWebService.MesWebServiceSoap)(this)).GetPlaceInfoAsync(inValue); } } }