//------------------------------------------------------------------------------
//
// 此代码由工具生成。
//
// 对此文件的更改可能导致不正确的行为,并在以下条件下丢失:
// 代码重新生成。
//
//------------------------------------------------------------------------------
namespace LikuServiceReference
{
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ServiceModel.ServiceContractAttribute(Namespace="http://service.ws.webservice.wms.byd.com/", ConfigurationName="LikuServiceReference.WmsStereoWhService")]
public interface WmsStereoWhService
{
// CODEGEN: 正在生成消息协定,因为命名空间 的元素名称 params 未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
LikuServiceReference.callMaterialsResponse callMaterials(LikuServiceReference.callMaterials request);
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
System.Threading.Tasks.Task callMaterialsAsync(LikuServiceReference.callMaterials request);
// CODEGEN: 正在生成消息协定,因为命名空间 的元素名称 params 未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
LikuServiceReference.exitStoreMsgResponse exitStoreMsg(LikuServiceReference.exitStoreMsg request);
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
System.Threading.Tasks.Task exitStoreMsgAsync(LikuServiceReference.exitStoreMsg request);
// CODEGEN: 正在生成消息协定,因为命名空间 的元素名称 params 未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
LikuServiceReference.pickAndPostResponse pickAndPost(LikuServiceReference.pickAndPost request);
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
System.Threading.Tasks.Task pickAndPostAsync(LikuServiceReference.pickAndPost request);
// CODEGEN: 正在生成消息协定,因为命名空间 的元素名称 params 未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
LikuServiceReference.selectOutStoreOrderResponse selectOutStoreOrder(LikuServiceReference.selectOutStoreOrder request);
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
System.Threading.Tasks.Task selectOutStoreOrderAsync(LikuServiceReference.selectOutStoreOrder request);
// CODEGEN: 正在生成消息协定,因为命名空间 的元素名称 params 未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
LikuServiceReference.outStoreMsgNoLabelResponse outStoreMsgNoLabel(LikuServiceReference.outStoreMsgNoLabel request);
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
System.Threading.Tasks.Task outStoreMsgNoLabelAsync(LikuServiceReference.outStoreMsgNoLabel request);
// CODEGEN: 正在生成消息协定,因为命名空间 的元素名称 params 未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
LikuServiceReference.putAwayReturnResponse putAwayReturn(LikuServiceReference.putAwayReturn request);
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
System.Threading.Tasks.Task putAwayReturnAsync(LikuServiceReference.putAwayReturn request);
// CODEGEN: 正在生成消息协定,因为命名空间 的元素名称 params 未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
LikuServiceReference.callMaterials2Response callMaterials2(LikuServiceReference.callMaterials2 request);
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
System.Threading.Tasks.Task callMaterials2Async(LikuServiceReference.callMaterials2 request);
// CODEGEN: 正在生成消息协定,因为命名空间 的元素名称 params 未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
LikuServiceReference.putawayResponse putaway(LikuServiceReference.putaway request);
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
System.Threading.Tasks.Task putawayAsync(LikuServiceReference.putaway request);
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class callMaterials
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="callMaterials", Namespace="http://service.ws.webservice.wms.byd.com/", Order=0)]
public LikuServiceReference.callMaterialsBody Body;
public callMaterials()
{
}
public callMaterials(LikuServiceReference.callMaterialsBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class callMaterialsBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @params;
public callMaterialsBody()
{
}
public callMaterialsBody(string @params)
{
this.@params = @params;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class callMaterialsResponse
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="callMaterialsResponse", Namespace="http://service.ws.webservice.wms.byd.com/", Order=0)]
public LikuServiceReference.callMaterialsResponseBody Body;
public callMaterialsResponse()
{
}
public callMaterialsResponse(LikuServiceReference.callMaterialsResponseBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class callMaterialsResponseBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @return;
public callMaterialsResponseBody()
{
}
public callMaterialsResponseBody(string @return)
{
this.@return = @return;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class exitStoreMsg
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="exitStoreMsg", Namespace="http://service.ws.webservice.wms.byd.com/", Order=0)]
public LikuServiceReference.exitStoreMsgBody Body;
public exitStoreMsg()
{
}
public exitStoreMsg(LikuServiceReference.exitStoreMsgBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class exitStoreMsgBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @params;
public exitStoreMsgBody()
{
}
public exitStoreMsgBody(string @params)
{
this.@params = @params;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class exitStoreMsgResponse
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="exitStoreMsgResponse", Namespace="http://service.ws.webservice.wms.byd.com/", Order=0)]
public LikuServiceReference.exitStoreMsgResponseBody Body;
public exitStoreMsgResponse()
{
}
public exitStoreMsgResponse(LikuServiceReference.exitStoreMsgResponseBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class exitStoreMsgResponseBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @return;
public exitStoreMsgResponseBody()
{
}
public exitStoreMsgResponseBody(string @return)
{
this.@return = @return;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class pickAndPost
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="pickAndPost", Namespace="http://service.ws.webservice.wms.byd.com/", Order=0)]
public LikuServiceReference.pickAndPostBody Body;
public pickAndPost()
{
}
public pickAndPost(LikuServiceReference.pickAndPostBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class pickAndPostBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @params;
public pickAndPostBody()
{
}
public pickAndPostBody(string @params)
{
this.@params = @params;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class pickAndPostResponse
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="pickAndPostResponse", Namespace="http://service.ws.webservice.wms.byd.com/", Order=0)]
public LikuServiceReference.pickAndPostResponseBody Body;
public pickAndPostResponse()
{
}
public pickAndPostResponse(LikuServiceReference.pickAndPostResponseBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class pickAndPostResponseBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @return;
public pickAndPostResponseBody()
{
}
public pickAndPostResponseBody(string @return)
{
this.@return = @return;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class selectOutStoreOrder
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="selectOutStoreOrder", Namespace="http://service.ws.webservice.wms.byd.com/", Order=0)]
public LikuServiceReference.selectOutStoreOrderBody Body;
public selectOutStoreOrder()
{
}
public selectOutStoreOrder(LikuServiceReference.selectOutStoreOrderBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class selectOutStoreOrderBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @params;
public selectOutStoreOrderBody()
{
}
public selectOutStoreOrderBody(string @params)
{
this.@params = @params;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class selectOutStoreOrderResponse
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="selectOutStoreOrderResponse", Namespace="http://service.ws.webservice.wms.byd.com/", Order=0)]
public LikuServiceReference.selectOutStoreOrderResponseBody Body;
public selectOutStoreOrderResponse()
{
}
public selectOutStoreOrderResponse(LikuServiceReference.selectOutStoreOrderResponseBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class selectOutStoreOrderResponseBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @return;
public selectOutStoreOrderResponseBody()
{
}
public selectOutStoreOrderResponseBody(string @return)
{
this.@return = @return;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class outStoreMsgNoLabel
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="outStoreMsgNoLabel", Namespace="http://service.ws.webservice.wms.byd.com/", Order=0)]
public LikuServiceReference.outStoreMsgNoLabelBody Body;
public outStoreMsgNoLabel()
{
}
public outStoreMsgNoLabel(LikuServiceReference.outStoreMsgNoLabelBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class outStoreMsgNoLabelBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @params;
public outStoreMsgNoLabelBody()
{
}
public outStoreMsgNoLabelBody(string @params)
{
this.@params = @params;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class outStoreMsgNoLabelResponse
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="outStoreMsgNoLabelResponse", Namespace="http://service.ws.webservice.wms.byd.com/", Order=0)]
public LikuServiceReference.outStoreMsgNoLabelResponseBody Body;
public outStoreMsgNoLabelResponse()
{
}
public outStoreMsgNoLabelResponse(LikuServiceReference.outStoreMsgNoLabelResponseBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class outStoreMsgNoLabelResponseBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @return;
public outStoreMsgNoLabelResponseBody()
{
}
public outStoreMsgNoLabelResponseBody(string @return)
{
this.@return = @return;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class putAwayReturn
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="putAwayReturn", Namespace="http://service.ws.webservice.wms.byd.com/", Order=0)]
public LikuServiceReference.putAwayReturnBody Body;
public putAwayReturn()
{
}
public putAwayReturn(LikuServiceReference.putAwayReturnBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class putAwayReturnBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @params;
public putAwayReturnBody()
{
}
public putAwayReturnBody(string @params)
{
this.@params = @params;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class putAwayReturnResponse
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="putAwayReturnResponse", Namespace="http://service.ws.webservice.wms.byd.com/", Order=0)]
public LikuServiceReference.putAwayReturnResponseBody Body;
public putAwayReturnResponse()
{
}
public putAwayReturnResponse(LikuServiceReference.putAwayReturnResponseBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class putAwayReturnResponseBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @return;
public putAwayReturnResponseBody()
{
}
public putAwayReturnResponseBody(string @return)
{
this.@return = @return;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class callMaterials2
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="callMaterials2", Namespace="http://service.ws.webservice.wms.byd.com/", Order=0)]
public LikuServiceReference.callMaterials2Body Body;
public callMaterials2()
{
}
public callMaterials2(LikuServiceReference.callMaterials2Body Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class callMaterials2Body
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @params;
public callMaterials2Body()
{
}
public callMaterials2Body(string @params)
{
this.@params = @params;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class callMaterials2Response
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="callMaterials2Response", Namespace="http://service.ws.webservice.wms.byd.com/", Order=0)]
public LikuServiceReference.callMaterials2ResponseBody Body;
public callMaterials2Response()
{
}
public callMaterials2Response(LikuServiceReference.callMaterials2ResponseBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class callMaterials2ResponseBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @return;
public callMaterials2ResponseBody()
{
}
public callMaterials2ResponseBody(string @return)
{
this.@return = @return;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class putaway
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="putaway", Namespace="http://service.ws.webservice.wms.byd.com/", Order=0)]
public LikuServiceReference.putawayBody Body;
public putaway()
{
}
public putaway(LikuServiceReference.putawayBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class putawayBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @params;
public putawayBody()
{
}
public putawayBody(string @params)
{
this.@params = @params;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class putawayResponse
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="putawayResponse", Namespace="http://service.ws.webservice.wms.byd.com/", Order=0)]
public LikuServiceReference.putawayResponseBody Body;
public putawayResponse()
{
}
public putawayResponse(LikuServiceReference.putawayResponseBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class putawayResponseBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @return;
public putawayResponseBody()
{
}
public putawayResponseBody(string @return)
{
this.@return = @return;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
public interface WmsStereoWhServiceChannel : LikuServiceReference.WmsStereoWhService, System.ServiceModel.IClientChannel
{
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")]
public partial class WmsStereoWhServiceClient : System.ServiceModel.ClientBase, LikuServiceReference.WmsStereoWhService
{
///
/// 实现此分部方法,配置服务终结点。
///
/// 要配置的终结点
/// 客户端凭据
static partial void ConfigureEndpoint(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Description.ClientCredentials clientCredentials);
public WmsStereoWhServiceClient() :
base(WmsStereoWhServiceClient.GetDefaultBinding(), WmsStereoWhServiceClient.GetDefaultEndpointAddress())
{
this.Endpoint.Name = EndpointConfiguration.WmsStereoWhServiceImplPort.ToString();
ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
}
public WmsStereoWhServiceClient(EndpointConfiguration endpointConfiguration) :
base(WmsStereoWhServiceClient.GetBindingForEndpoint(endpointConfiguration), WmsStereoWhServiceClient.GetEndpointAddress(endpointConfiguration))
{
this.Endpoint.Name = endpointConfiguration.ToString();
ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
}
public WmsStereoWhServiceClient(EndpointConfiguration endpointConfiguration, string remoteAddress) :
base(WmsStereoWhServiceClient.GetBindingForEndpoint(endpointConfiguration), new System.ServiceModel.EndpointAddress(remoteAddress))
{
this.Endpoint.Name = endpointConfiguration.ToString();
ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
}
public WmsStereoWhServiceClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) :
base(WmsStereoWhServiceClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress)
{
this.Endpoint.Name = endpointConfiguration.ToString();
ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
}
public WmsStereoWhServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress)
{
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
LikuServiceReference.callMaterialsResponse LikuServiceReference.WmsStereoWhService.callMaterials(LikuServiceReference.callMaterials request)
{
return base.Channel.callMaterials(request);
}
public string callMaterials(string @params)
{
LikuServiceReference.callMaterials inValue = new LikuServiceReference.callMaterials();
inValue.Body = new LikuServiceReference.callMaterialsBody();
inValue.Body.@params = @params;
LikuServiceReference.callMaterialsResponse retVal = ((LikuServiceReference.WmsStereoWhService)(this)).callMaterials(inValue);
return retVal.Body.@return;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task LikuServiceReference.WmsStereoWhService.callMaterialsAsync(LikuServiceReference.callMaterials request)
{
return base.Channel.callMaterialsAsync(request);
}
public System.Threading.Tasks.Task callMaterialsAsync(string @params)
{
LikuServiceReference.callMaterials inValue = new LikuServiceReference.callMaterials();
inValue.Body = new LikuServiceReference.callMaterialsBody();
inValue.Body.@params = @params;
return ((LikuServiceReference.WmsStereoWhService)(this)).callMaterialsAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
LikuServiceReference.exitStoreMsgResponse LikuServiceReference.WmsStereoWhService.exitStoreMsg(LikuServiceReference.exitStoreMsg request)
{
return base.Channel.exitStoreMsg(request);
}
public string exitStoreMsg(string @params)
{
LikuServiceReference.exitStoreMsg inValue = new LikuServiceReference.exitStoreMsg();
inValue.Body = new LikuServiceReference.exitStoreMsgBody();
inValue.Body.@params = @params;
LikuServiceReference.exitStoreMsgResponse retVal = ((LikuServiceReference.WmsStereoWhService)(this)).exitStoreMsg(inValue);
return retVal.Body.@return;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task LikuServiceReference.WmsStereoWhService.exitStoreMsgAsync(LikuServiceReference.exitStoreMsg request)
{
return base.Channel.exitStoreMsgAsync(request);
}
public System.Threading.Tasks.Task exitStoreMsgAsync(string @params)
{
LikuServiceReference.exitStoreMsg inValue = new LikuServiceReference.exitStoreMsg();
inValue.Body = new LikuServiceReference.exitStoreMsgBody();
inValue.Body.@params = @params;
return ((LikuServiceReference.WmsStereoWhService)(this)).exitStoreMsgAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
LikuServiceReference.pickAndPostResponse LikuServiceReference.WmsStereoWhService.pickAndPost(LikuServiceReference.pickAndPost request)
{
return base.Channel.pickAndPost(request);
}
public string pickAndPost(string @params)
{
LikuServiceReference.pickAndPost inValue = new LikuServiceReference.pickAndPost();
inValue.Body = new LikuServiceReference.pickAndPostBody();
inValue.Body.@params = @params;
LikuServiceReference.pickAndPostResponse retVal = ((LikuServiceReference.WmsStereoWhService)(this)).pickAndPost(inValue);
return retVal.Body.@return;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task LikuServiceReference.WmsStereoWhService.pickAndPostAsync(LikuServiceReference.pickAndPost request)
{
return base.Channel.pickAndPostAsync(request);
}
public System.Threading.Tasks.Task pickAndPostAsync(string @params)
{
LikuServiceReference.pickAndPost inValue = new LikuServiceReference.pickAndPost();
inValue.Body = new LikuServiceReference.pickAndPostBody();
inValue.Body.@params = @params;
return ((LikuServiceReference.WmsStereoWhService)(this)).pickAndPostAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
LikuServiceReference.selectOutStoreOrderResponse LikuServiceReference.WmsStereoWhService.selectOutStoreOrder(LikuServiceReference.selectOutStoreOrder request)
{
return base.Channel.selectOutStoreOrder(request);
}
public string selectOutStoreOrder(string @params)
{
LikuServiceReference.selectOutStoreOrder inValue = new LikuServiceReference.selectOutStoreOrder();
inValue.Body = new LikuServiceReference.selectOutStoreOrderBody();
inValue.Body.@params = @params;
LikuServiceReference.selectOutStoreOrderResponse retVal = ((LikuServiceReference.WmsStereoWhService)(this)).selectOutStoreOrder(inValue);
return retVal.Body.@return;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task LikuServiceReference.WmsStereoWhService.selectOutStoreOrderAsync(LikuServiceReference.selectOutStoreOrder request)
{
return base.Channel.selectOutStoreOrderAsync(request);
}
public System.Threading.Tasks.Task selectOutStoreOrderAsync(string @params)
{
LikuServiceReference.selectOutStoreOrder inValue = new LikuServiceReference.selectOutStoreOrder();
inValue.Body = new LikuServiceReference.selectOutStoreOrderBody();
inValue.Body.@params = @params;
return ((LikuServiceReference.WmsStereoWhService)(this)).selectOutStoreOrderAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
LikuServiceReference.outStoreMsgNoLabelResponse LikuServiceReference.WmsStereoWhService.outStoreMsgNoLabel(LikuServiceReference.outStoreMsgNoLabel request)
{
return base.Channel.outStoreMsgNoLabel(request);
}
public string outStoreMsgNoLabel(string @params)
{
LikuServiceReference.outStoreMsgNoLabel inValue = new LikuServiceReference.outStoreMsgNoLabel();
inValue.Body = new LikuServiceReference.outStoreMsgNoLabelBody();
inValue.Body.@params = @params;
LikuServiceReference.outStoreMsgNoLabelResponse retVal = ((LikuServiceReference.WmsStereoWhService)(this)).outStoreMsgNoLabel(inValue);
return retVal.Body.@return;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task LikuServiceReference.WmsStereoWhService.outStoreMsgNoLabelAsync(LikuServiceReference.outStoreMsgNoLabel request)
{
return base.Channel.outStoreMsgNoLabelAsync(request);
}
public System.Threading.Tasks.Task outStoreMsgNoLabelAsync(string @params)
{
LikuServiceReference.outStoreMsgNoLabel inValue = new LikuServiceReference.outStoreMsgNoLabel();
inValue.Body = new LikuServiceReference.outStoreMsgNoLabelBody();
inValue.Body.@params = @params;
return ((LikuServiceReference.WmsStereoWhService)(this)).outStoreMsgNoLabelAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
LikuServiceReference.putAwayReturnResponse LikuServiceReference.WmsStereoWhService.putAwayReturn(LikuServiceReference.putAwayReturn request)
{
return base.Channel.putAwayReturn(request);
}
public string putAwayReturn(string @params)
{
LikuServiceReference.putAwayReturn inValue = new LikuServiceReference.putAwayReturn();
inValue.Body = new LikuServiceReference.putAwayReturnBody();
inValue.Body.@params = @params;
LikuServiceReference.putAwayReturnResponse retVal = ((LikuServiceReference.WmsStereoWhService)(this)).putAwayReturn(inValue);
return retVal.Body.@return;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task LikuServiceReference.WmsStereoWhService.putAwayReturnAsync(LikuServiceReference.putAwayReturn request)
{
return base.Channel.putAwayReturnAsync(request);
}
public System.Threading.Tasks.Task putAwayReturnAsync(string @params)
{
LikuServiceReference.putAwayReturn inValue = new LikuServiceReference.putAwayReturn();
inValue.Body = new LikuServiceReference.putAwayReturnBody();
inValue.Body.@params = @params;
return ((LikuServiceReference.WmsStereoWhService)(this)).putAwayReturnAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
LikuServiceReference.callMaterials2Response LikuServiceReference.WmsStereoWhService.callMaterials2(LikuServiceReference.callMaterials2 request)
{
return base.Channel.callMaterials2(request);
}
public string callMaterials2(string @params)
{
LikuServiceReference.callMaterials2 inValue = new LikuServiceReference.callMaterials2();
inValue.Body = new LikuServiceReference.callMaterials2Body();
inValue.Body.@params = @params;
LikuServiceReference.callMaterials2Response retVal = ((LikuServiceReference.WmsStereoWhService)(this)).callMaterials2(inValue);
return retVal.Body.@return;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task LikuServiceReference.WmsStereoWhService.callMaterials2Async(LikuServiceReference.callMaterials2 request)
{
return base.Channel.callMaterials2Async(request);
}
public System.Threading.Tasks.Task callMaterials2Async(string @params)
{
LikuServiceReference.callMaterials2 inValue = new LikuServiceReference.callMaterials2();
inValue.Body = new LikuServiceReference.callMaterials2Body();
inValue.Body.@params = @params;
return ((LikuServiceReference.WmsStereoWhService)(this)).callMaterials2Async(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
LikuServiceReference.putawayResponse LikuServiceReference.WmsStereoWhService.putaway(LikuServiceReference.putaway request)
{
return base.Channel.putaway(request);
}
public string putaway(string @params)
{
LikuServiceReference.putaway inValue = new LikuServiceReference.putaway();
inValue.Body = new LikuServiceReference.putawayBody();
inValue.Body.@params = @params;
LikuServiceReference.putawayResponse retVal = ((LikuServiceReference.WmsStereoWhService)(this)).putaway(inValue);
return retVal.Body.@return;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task LikuServiceReference.WmsStereoWhService.putawayAsync(LikuServiceReference.putaway request)
{
return base.Channel.putawayAsync(request);
}
public System.Threading.Tasks.Task putawayAsync(string @params)
{
LikuServiceReference.putaway inValue = new LikuServiceReference.putaway();
inValue.Body = new LikuServiceReference.putawayBody();
inValue.Body.@params = @params;
return ((LikuServiceReference.WmsStereoWhService)(this)).putawayAsync(inValue);
}
public virtual System.Threading.Tasks.Task OpenAsync()
{
return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginOpen(null, null), new System.Action(((System.ServiceModel.ICommunicationObject)(this)).EndOpen));
}
private static System.ServiceModel.Channels.Binding GetBindingForEndpoint(EndpointConfiguration endpointConfiguration)
{
if ((endpointConfiguration == EndpointConfiguration.WmsStereoWhServiceImplPort))
{
System.ServiceModel.BasicHttpBinding result = new System.ServiceModel.BasicHttpBinding();
result.MaxBufferSize = int.MaxValue;
result.ReaderQuotas = System.Xml.XmlDictionaryReaderQuotas.Max;
result.MaxReceivedMessageSize = int.MaxValue;
result.AllowCookies = true;
return result;
}
throw new System.InvalidOperationException(string.Format("找不到名称为“{0}”的终结点。", endpointConfiguration));
}
private static System.ServiceModel.EndpointAddress GetEndpointAddress(EndpointConfiguration endpointConfiguration)
{
if ((endpointConfiguration == EndpointConfiguration.WmsStereoWhServiceImplPort))
{
return new System.ServiceModel.EndpointAddress("http://10.8.3.60:9091/wms-webservice/ws/service/liku");
}
throw new System.InvalidOperationException(string.Format("找不到名称为“{0}”的终结点。", endpointConfiguration));
}
private static System.ServiceModel.Channels.Binding GetDefaultBinding()
{
return WmsStereoWhServiceClient.GetBindingForEndpoint(EndpointConfiguration.WmsStereoWhServiceImplPort);
}
private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress()
{
return WmsStereoWhServiceClient.GetEndpointAddress(EndpointConfiguration.WmsStereoWhServiceImplPort);
}
public enum EndpointConfiguration
{
WmsStereoWhServiceImplPort,
}
}
}