//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
//
//------------------------------------------------------------------------------
namespace XiGang_iWareTestForm.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="*")]
XiGang_iWareTestForm.MesWebService.SendOutStoreBatchMatsResponse SendOutStoreBatchMats(XiGang_iWareTestForm.MesWebService.SendOutStoreBatchMatsRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SendOutStoreBatchMats", ReplyAction="*")]
System.Threading.Tasks.Task SendOutStoreBatchMatsAsync(XiGang_iWareTestForm.MesWebService.SendOutStoreBatchMatsRequest request);
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 data 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SendInStoreBatchMats", ReplyAction="*")]
XiGang_iWareTestForm.MesWebService.SendInStoreBatchMatsResponse SendInStoreBatchMats(XiGang_iWareTestForm.MesWebService.SendInStoreBatchMatsRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SendInStoreBatchMats", ReplyAction="*")]
System.Threading.Tasks.Task SendInStoreBatchMatsAsync(XiGang_iWareTestForm.MesWebService.SendInStoreBatchMatsRequest request);
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 data 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SendBatchUPIs", ReplyAction="*")]
XiGang_iWareTestForm.MesWebService.SendBatchUPIsResponse SendBatchUPIs(XiGang_iWareTestForm.MesWebService.SendBatchUPIsRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SendBatchUPIs", ReplyAction="*")]
System.Threading.Tasks.Task SendBatchUPIsAsync(XiGang_iWareTestForm.MesWebService.SendBatchUPIsRequest request);
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 data 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SawingConfirm", ReplyAction="*")]
XiGang_iWareTestForm.MesWebService.SawingConfirmResponse SawingConfirm(XiGang_iWareTestForm.MesWebService.SawingConfirmRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SawingConfirm", ReplyAction="*")]
System.Threading.Tasks.Task SawingConfirmAsync(XiGang_iWareTestForm.MesWebService.SawingConfirmRequest request);
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 data 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SendSynchroMatPlaceToMes", ReplyAction="*")]
XiGang_iWareTestForm.MesWebService.SendSynchroMatPlaceToMesResponse SendSynchroMatPlaceToMes(XiGang_iWareTestForm.MesWebService.SendSynchroMatPlaceToMesRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SendSynchroMatPlaceToMes", ReplyAction="*")]
System.Threading.Tasks.Task SendSynchroMatPlaceToMesAsync(XiGang_iWareTestForm.MesWebService.SendSynchroMatPlaceToMesRequest request);
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 data 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetMesMatInfo", ReplyAction="*")]
XiGang_iWareTestForm.MesWebService.GetMesMatInfoResponse GetMesMatInfo(XiGang_iWareTestForm.MesWebService.GetMesMatInfoRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetMesMatInfo", ReplyAction="*")]
System.Threading.Tasks.Task GetMesMatInfoAsync(XiGang_iWareTestForm.MesWebService.GetMesMatInfoRequest request);
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 data 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetPlaceInfo", ReplyAction="*")]
XiGang_iWareTestForm.MesWebService.GetPlaceInfoResponse GetPlaceInfo(XiGang_iWareTestForm.MesWebService.GetPlaceInfoRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetPlaceInfo", ReplyAction="*")]
System.Threading.Tasks.Task GetPlaceInfoAsync(XiGang_iWareTestForm.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 XiGang_iWareTestForm.MesWebService.SendOutStoreBatchMatsRequestBody Body;
public SendOutStoreBatchMatsRequest() {
}
public SendOutStoreBatchMatsRequest(XiGang_iWareTestForm.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 XiGang_iWareTestForm.MesWebService.SendOutStoreBatchMatsResponseBody Body;
public SendOutStoreBatchMatsResponse() {
}
public SendOutStoreBatchMatsResponse(XiGang_iWareTestForm.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 XiGang_iWareTestForm.MesWebService.SendInStoreBatchMatsRequestBody Body;
public SendInStoreBatchMatsRequest() {
}
public SendInStoreBatchMatsRequest(XiGang_iWareTestForm.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 XiGang_iWareTestForm.MesWebService.SendInStoreBatchMatsResponseBody Body;
public SendInStoreBatchMatsResponse() {
}
public SendInStoreBatchMatsResponse(XiGang_iWareTestForm.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 XiGang_iWareTestForm.MesWebService.SendBatchUPIsRequestBody Body;
public SendBatchUPIsRequest() {
}
public SendBatchUPIsRequest(XiGang_iWareTestForm.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 XiGang_iWareTestForm.MesWebService.SendBatchUPIsResponseBody Body;
public SendBatchUPIsResponse() {
}
public SendBatchUPIsResponse(XiGang_iWareTestForm.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 XiGang_iWareTestForm.MesWebService.SawingConfirmRequestBody Body;
public SawingConfirmRequest() {
}
public SawingConfirmRequest(XiGang_iWareTestForm.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 XiGang_iWareTestForm.MesWebService.SawingConfirmResponseBody Body;
public SawingConfirmResponse() {
}
public SawingConfirmResponse(XiGang_iWareTestForm.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 XiGang_iWareTestForm.MesWebService.SendSynchroMatPlaceToMesRequestBody Body;
public SendSynchroMatPlaceToMesRequest() {
}
public SendSynchroMatPlaceToMesRequest(XiGang_iWareTestForm.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 XiGang_iWareTestForm.MesWebService.SendSynchroMatPlaceToMesResponseBody Body;
public SendSynchroMatPlaceToMesResponse() {
}
public SendSynchroMatPlaceToMesResponse(XiGang_iWareTestForm.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 XiGang_iWareTestForm.MesWebService.GetMesMatInfoRequestBody Body;
public GetMesMatInfoRequest() {
}
public GetMesMatInfoRequest(XiGang_iWareTestForm.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 XiGang_iWareTestForm.MesWebService.GetMesMatInfoResponseBody Body;
public GetMesMatInfoResponse() {
}
public GetMesMatInfoResponse(XiGang_iWareTestForm.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 XiGang_iWareTestForm.MesWebService.GetPlaceInfoRequestBody Body;
public GetPlaceInfoRequest() {
}
public GetPlaceInfoRequest(XiGang_iWareTestForm.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 XiGang_iWareTestForm.MesWebService.GetPlaceInfoResponseBody Body;
public GetPlaceInfoResponse() {
}
public GetPlaceInfoResponse(XiGang_iWareTestForm.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 : XiGang_iWareTestForm.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, XiGang_iWareTestForm.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)]
XiGang_iWareTestForm.MesWebService.SendOutStoreBatchMatsResponse XiGang_iWareTestForm.MesWebService.MesWebServiceSoap.SendOutStoreBatchMats(XiGang_iWareTestForm.MesWebService.SendOutStoreBatchMatsRequest request) {
return base.Channel.SendOutStoreBatchMats(request);
}
public string SendOutStoreBatchMats(string data) {
XiGang_iWareTestForm.MesWebService.SendOutStoreBatchMatsRequest inValue = new XiGang_iWareTestForm.MesWebService.SendOutStoreBatchMatsRequest();
inValue.Body = new XiGang_iWareTestForm.MesWebService.SendOutStoreBatchMatsRequestBody();
inValue.Body.data = data;
XiGang_iWareTestForm.MesWebService.SendOutStoreBatchMatsResponse retVal = ((XiGang_iWareTestForm.MesWebService.MesWebServiceSoap)(this)).SendOutStoreBatchMats(inValue);
return retVal.Body.SendOutStoreBatchMatsResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task XiGang_iWareTestForm.MesWebService.MesWebServiceSoap.SendOutStoreBatchMatsAsync(XiGang_iWareTestForm.MesWebService.SendOutStoreBatchMatsRequest request) {
return base.Channel.SendOutStoreBatchMatsAsync(request);
}
public System.Threading.Tasks.Task SendOutStoreBatchMatsAsync(string data) {
XiGang_iWareTestForm.MesWebService.SendOutStoreBatchMatsRequest inValue = new XiGang_iWareTestForm.MesWebService.SendOutStoreBatchMatsRequest();
inValue.Body = new XiGang_iWareTestForm.MesWebService.SendOutStoreBatchMatsRequestBody();
inValue.Body.data = data;
return ((XiGang_iWareTestForm.MesWebService.MesWebServiceSoap)(this)).SendOutStoreBatchMatsAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
XiGang_iWareTestForm.MesWebService.SendInStoreBatchMatsResponse XiGang_iWareTestForm.MesWebService.MesWebServiceSoap.SendInStoreBatchMats(XiGang_iWareTestForm.MesWebService.SendInStoreBatchMatsRequest request) {
return base.Channel.SendInStoreBatchMats(request);
}
public string SendInStoreBatchMats(string data) {
XiGang_iWareTestForm.MesWebService.SendInStoreBatchMatsRequest inValue = new XiGang_iWareTestForm.MesWebService.SendInStoreBatchMatsRequest();
inValue.Body = new XiGang_iWareTestForm.MesWebService.SendInStoreBatchMatsRequestBody();
inValue.Body.data = data;
XiGang_iWareTestForm.MesWebService.SendInStoreBatchMatsResponse retVal = ((XiGang_iWareTestForm.MesWebService.MesWebServiceSoap)(this)).SendInStoreBatchMats(inValue);
return retVal.Body.SendInStoreBatchMatsResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task XiGang_iWareTestForm.MesWebService.MesWebServiceSoap.SendInStoreBatchMatsAsync(XiGang_iWareTestForm.MesWebService.SendInStoreBatchMatsRequest request) {
return base.Channel.SendInStoreBatchMatsAsync(request);
}
public System.Threading.Tasks.Task SendInStoreBatchMatsAsync(string data) {
XiGang_iWareTestForm.MesWebService.SendInStoreBatchMatsRequest inValue = new XiGang_iWareTestForm.MesWebService.SendInStoreBatchMatsRequest();
inValue.Body = new XiGang_iWareTestForm.MesWebService.SendInStoreBatchMatsRequestBody();
inValue.Body.data = data;
return ((XiGang_iWareTestForm.MesWebService.MesWebServiceSoap)(this)).SendInStoreBatchMatsAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
XiGang_iWareTestForm.MesWebService.SendBatchUPIsResponse XiGang_iWareTestForm.MesWebService.MesWebServiceSoap.SendBatchUPIs(XiGang_iWareTestForm.MesWebService.SendBatchUPIsRequest request) {
return base.Channel.SendBatchUPIs(request);
}
public string SendBatchUPIs(string data) {
XiGang_iWareTestForm.MesWebService.SendBatchUPIsRequest inValue = new XiGang_iWareTestForm.MesWebService.SendBatchUPIsRequest();
inValue.Body = new XiGang_iWareTestForm.MesWebService.SendBatchUPIsRequestBody();
inValue.Body.data = data;
XiGang_iWareTestForm.MesWebService.SendBatchUPIsResponse retVal = ((XiGang_iWareTestForm.MesWebService.MesWebServiceSoap)(this)).SendBatchUPIs(inValue);
return retVal.Body.SendBatchUPIsResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task XiGang_iWareTestForm.MesWebService.MesWebServiceSoap.SendBatchUPIsAsync(XiGang_iWareTestForm.MesWebService.SendBatchUPIsRequest request) {
return base.Channel.SendBatchUPIsAsync(request);
}
public System.Threading.Tasks.Task SendBatchUPIsAsync(string data) {
XiGang_iWareTestForm.MesWebService.SendBatchUPIsRequest inValue = new XiGang_iWareTestForm.MesWebService.SendBatchUPIsRequest();
inValue.Body = new XiGang_iWareTestForm.MesWebService.SendBatchUPIsRequestBody();
inValue.Body.data = data;
return ((XiGang_iWareTestForm.MesWebService.MesWebServiceSoap)(this)).SendBatchUPIsAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
XiGang_iWareTestForm.MesWebService.SawingConfirmResponse XiGang_iWareTestForm.MesWebService.MesWebServiceSoap.SawingConfirm(XiGang_iWareTestForm.MesWebService.SawingConfirmRequest request) {
return base.Channel.SawingConfirm(request);
}
public string SawingConfirm(string data) {
XiGang_iWareTestForm.MesWebService.SawingConfirmRequest inValue = new XiGang_iWareTestForm.MesWebService.SawingConfirmRequest();
inValue.Body = new XiGang_iWareTestForm.MesWebService.SawingConfirmRequestBody();
inValue.Body.data = data;
XiGang_iWareTestForm.MesWebService.SawingConfirmResponse retVal = ((XiGang_iWareTestForm.MesWebService.MesWebServiceSoap)(this)).SawingConfirm(inValue);
return retVal.Body.SawingConfirmResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task XiGang_iWareTestForm.MesWebService.MesWebServiceSoap.SawingConfirmAsync(XiGang_iWareTestForm.MesWebService.SawingConfirmRequest request) {
return base.Channel.SawingConfirmAsync(request);
}
public System.Threading.Tasks.Task SawingConfirmAsync(string data) {
XiGang_iWareTestForm.MesWebService.SawingConfirmRequest inValue = new XiGang_iWareTestForm.MesWebService.SawingConfirmRequest();
inValue.Body = new XiGang_iWareTestForm.MesWebService.SawingConfirmRequestBody();
inValue.Body.data = data;
return ((XiGang_iWareTestForm.MesWebService.MesWebServiceSoap)(this)).SawingConfirmAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
XiGang_iWareTestForm.MesWebService.SendSynchroMatPlaceToMesResponse XiGang_iWareTestForm.MesWebService.MesWebServiceSoap.SendSynchroMatPlaceToMes(XiGang_iWareTestForm.MesWebService.SendSynchroMatPlaceToMesRequest request) {
return base.Channel.SendSynchroMatPlaceToMes(request);
}
public string SendSynchroMatPlaceToMes(string data) {
XiGang_iWareTestForm.MesWebService.SendSynchroMatPlaceToMesRequest inValue = new XiGang_iWareTestForm.MesWebService.SendSynchroMatPlaceToMesRequest();
inValue.Body = new XiGang_iWareTestForm.MesWebService.SendSynchroMatPlaceToMesRequestBody();
inValue.Body.data = data;
XiGang_iWareTestForm.MesWebService.SendSynchroMatPlaceToMesResponse retVal = ((XiGang_iWareTestForm.MesWebService.MesWebServiceSoap)(this)).SendSynchroMatPlaceToMes(inValue);
return retVal.Body.SendSynchroMatPlaceToMesResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task XiGang_iWareTestForm.MesWebService.MesWebServiceSoap.SendSynchroMatPlaceToMesAsync(XiGang_iWareTestForm.MesWebService.SendSynchroMatPlaceToMesRequest request) {
return base.Channel.SendSynchroMatPlaceToMesAsync(request);
}
public System.Threading.Tasks.Task SendSynchroMatPlaceToMesAsync(string data) {
XiGang_iWareTestForm.MesWebService.SendSynchroMatPlaceToMesRequest inValue = new XiGang_iWareTestForm.MesWebService.SendSynchroMatPlaceToMesRequest();
inValue.Body = new XiGang_iWareTestForm.MesWebService.SendSynchroMatPlaceToMesRequestBody();
inValue.Body.data = data;
return ((XiGang_iWareTestForm.MesWebService.MesWebServiceSoap)(this)).SendSynchroMatPlaceToMesAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
XiGang_iWareTestForm.MesWebService.GetMesMatInfoResponse XiGang_iWareTestForm.MesWebService.MesWebServiceSoap.GetMesMatInfo(XiGang_iWareTestForm.MesWebService.GetMesMatInfoRequest request) {
return base.Channel.GetMesMatInfo(request);
}
public string GetMesMatInfo(string data) {
XiGang_iWareTestForm.MesWebService.GetMesMatInfoRequest inValue = new XiGang_iWareTestForm.MesWebService.GetMesMatInfoRequest();
inValue.Body = new XiGang_iWareTestForm.MesWebService.GetMesMatInfoRequestBody();
inValue.Body.data = data;
XiGang_iWareTestForm.MesWebService.GetMesMatInfoResponse retVal = ((XiGang_iWareTestForm.MesWebService.MesWebServiceSoap)(this)).GetMesMatInfo(inValue);
return retVal.Body.GetMesMatInfoResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task XiGang_iWareTestForm.MesWebService.MesWebServiceSoap.GetMesMatInfoAsync(XiGang_iWareTestForm.MesWebService.GetMesMatInfoRequest request) {
return base.Channel.GetMesMatInfoAsync(request);
}
public System.Threading.Tasks.Task GetMesMatInfoAsync(string data) {
XiGang_iWareTestForm.MesWebService.GetMesMatInfoRequest inValue = new XiGang_iWareTestForm.MesWebService.GetMesMatInfoRequest();
inValue.Body = new XiGang_iWareTestForm.MesWebService.GetMesMatInfoRequestBody();
inValue.Body.data = data;
return ((XiGang_iWareTestForm.MesWebService.MesWebServiceSoap)(this)).GetMesMatInfoAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
XiGang_iWareTestForm.MesWebService.GetPlaceInfoResponse XiGang_iWareTestForm.MesWebService.MesWebServiceSoap.GetPlaceInfo(XiGang_iWareTestForm.MesWebService.GetPlaceInfoRequest request) {
return base.Channel.GetPlaceInfo(request);
}
public string GetPlaceInfo(string data) {
XiGang_iWareTestForm.MesWebService.GetPlaceInfoRequest inValue = new XiGang_iWareTestForm.MesWebService.GetPlaceInfoRequest();
inValue.Body = new XiGang_iWareTestForm.MesWebService.GetPlaceInfoRequestBody();
inValue.Body.data = data;
XiGang_iWareTestForm.MesWebService.GetPlaceInfoResponse retVal = ((XiGang_iWareTestForm.MesWebService.MesWebServiceSoap)(this)).GetPlaceInfo(inValue);
return retVal.Body.GetPlaceInfoResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task XiGang_iWareTestForm.MesWebService.MesWebServiceSoap.GetPlaceInfoAsync(XiGang_iWareTestForm.MesWebService.GetPlaceInfoRequest request) {
return base.Channel.GetPlaceInfoAsync(request);
}
public System.Threading.Tasks.Task GetPlaceInfoAsync(string data) {
XiGang_iWareTestForm.MesWebService.GetPlaceInfoRequest inValue = new XiGang_iWareTestForm.MesWebService.GetPlaceInfoRequest();
inValue.Body = new XiGang_iWareTestForm.MesWebService.GetPlaceInfoRequestBody();
inValue.Body.data = data;
return ((XiGang_iWareTestForm.MesWebService.MesWebServiceSoap)(this)).GetPlaceInfoAsync(inValue);
}
}
}