//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace webapi.Camstar { [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(ConfigurationName="Camstar.CamstarSoap")] public interface CamstarSoap { [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getOutBoxInf", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] string getOutBoxInf(string pSN); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getOutBoxInf", ReplyAction="*")] System.Threading.Tasks.Task getOutBoxInfAsync(string pSN); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/PackStockIn", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] string PackStockIn(string pkwPackLot, string pCustPackId, string pSubInventory, string pLocation); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/PackStockIn", ReplyAction="*")] System.Threading.Tasks.Task PackStockInAsync(string pkwPackLot, string pCustPackId, string pSubInventory, string pLocation); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getSpecName", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] string[] getSpecName(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getSpecName", ReplyAction="*")] System.Threading.Tasks.Task getSpecNameAsync(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getResourceForPP", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] string[] getResourceForPP(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getResourceForPP", ReplyAction="*")] System.Threading.Tasks.Task getResourceForPPAsync(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SaveResourceMaterailForPP", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] bool SaveResourceMaterailForPP(string container, string mat, string resouce); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SaveResourceMaterailForPP", ReplyAction="*")] System.Threading.Tasks.Task SaveResourceMaterailForPPAsync(string container, string mat, string resouce); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getSpecNameSample", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] string[] getSpecNameSample(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getSpecNameSample", ReplyAction="*")] System.Threading.Tasks.Task getSpecNameSampleAsync(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getProductName", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] string[] getProductName(string matchStr); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getProductName", ReplyAction="*")] System.Threading.Tasks.Task getProductNameAsync(string matchStr); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getLotName", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] string[] getLotName(string productNameMatchStr, string specNameMatchStr); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getLotName", ReplyAction="*")] System.Threading.Tasks.Task getLotNameAsync(string productNameMatchStr, string specNameMatchStr); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getProductNameByLastSpec", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] string[] getProductNameByLastSpec(string specNameMatchStr); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getProductNameByLastSpec", ReplyAction="*")] System.Threading.Tasks.Task getProductNameByLastSpecAsync(string specNameMatchStr); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getLotNameByLastSpec", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] string[] getLotNameByLastSpec(string specNameMatchStr); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getLotNameByLastSpec", ReplyAction="*")] System.Threading.Tasks.Task getLotNameByLastSpecAsync(string specNameMatchStr); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getSpecByLot", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] string[] getSpecByLot(string lotName); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getSpecByLot", ReplyAction="*")] System.Threading.Tasks.Task getSpecByLotAsync(string lotName); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getLocationByLot", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] string[] getLocationByLot(string lotName); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getLocationByLot", ReplyAction="*")] System.Threading.Tasks.Task getLocationByLotAsync(string lotName); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getLocationBySpec", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] string[] getLocationBySpec(string specName); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getLocationBySpec", ReplyAction="*")] System.Threading.Tasks.Task getLocationBySpecAsync(string specName); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getlotbynextspec", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] string[] getlotbynextspec(string productstr, string sepcstr); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getlotbynextspec", ReplyAction="*")] System.Threading.Tasks.Task getlotbynextspecAsync(string productstr, string sepcstr); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/HelloWorld", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] string HelloWorld(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/HelloWorld", ReplyAction="*")] System.Threading.Tasks.Task HelloWorldAsync(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/add", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] int add(int a, int b); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/add", ReplyAction="*")] System.Threading.Tasks.Task addAsync(int a, int b); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/PackStockInValidate", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] string PackStockInValidate(string pkwPackLot, string pCustPackId, string pSubInventory, string pLocation); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/PackStockInValidate", ReplyAction="*")] System.Threading.Tasks.Task PackStockInValidateAsync(string pkwPackLot, string pCustPackId, string pSubInventory, string pLocation); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/processParaModify", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] string processParaModify(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/processParaModify", ReplyAction="*")] System.Threading.Tasks.Task processParaModifyAsync(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/QueryParamForPP", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] string[] QueryParamForPP(string lotName); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/QueryParamForPP", ReplyAction="*")] System.Threading.Tasks.Task QueryParamForPPAsync(string lotName); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/QueryEapInfoForSl", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] string[] QueryEapInfoForSl(string containername); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/QueryEapInfoForSl", ReplyAction="*")] System.Threading.Tasks.Task QueryEapInfoForSlAsync(string containername); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface CamstarSoapChannel : webapi.Camstar.CamstarSoap, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class CamstarSoapClient : System.ServiceModel.ClientBase, webapi.Camstar.CamstarSoap { public CamstarSoapClient() { } public CamstarSoapClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public CamstarSoapClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public CamstarSoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public CamstarSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } public string getOutBoxInf(string pSN) { return base.Channel.getOutBoxInf(pSN); } public System.Threading.Tasks.Task getOutBoxInfAsync(string pSN) { return base.Channel.getOutBoxInfAsync(pSN); } public string PackStockIn(string pkwPackLot, string pCustPackId, string pSubInventory, string pLocation) { return base.Channel.PackStockIn(pkwPackLot, pCustPackId, pSubInventory, pLocation); } public System.Threading.Tasks.Task PackStockInAsync(string pkwPackLot, string pCustPackId, string pSubInventory, string pLocation) { return base.Channel.PackStockInAsync(pkwPackLot, pCustPackId, pSubInventory, pLocation); } public string[] getSpecName() { return base.Channel.getSpecName(); } public System.Threading.Tasks.Task getSpecNameAsync() { return base.Channel.getSpecNameAsync(); } public string[] getResourceForPP() { return base.Channel.getResourceForPP(); } public System.Threading.Tasks.Task getResourceForPPAsync() { return base.Channel.getResourceForPPAsync(); } public bool SaveResourceMaterailForPP(string container, string mat, string resouce) { return base.Channel.SaveResourceMaterailForPP(container, mat, resouce); } public System.Threading.Tasks.Task SaveResourceMaterailForPPAsync(string container, string mat, string resouce) { return base.Channel.SaveResourceMaterailForPPAsync(container, mat, resouce); } public string[] getSpecNameSample() { return base.Channel.getSpecNameSample(); } public System.Threading.Tasks.Task getSpecNameSampleAsync() { return base.Channel.getSpecNameSampleAsync(); } public string[] getProductName(string matchStr) { return base.Channel.getProductName(matchStr); } public System.Threading.Tasks.Task getProductNameAsync(string matchStr) { return base.Channel.getProductNameAsync(matchStr); } public string[] getLotName(string productNameMatchStr, string specNameMatchStr) { return base.Channel.getLotName(productNameMatchStr, specNameMatchStr); } public System.Threading.Tasks.Task getLotNameAsync(string productNameMatchStr, string specNameMatchStr) { return base.Channel.getLotNameAsync(productNameMatchStr, specNameMatchStr); } public string[] getProductNameByLastSpec(string specNameMatchStr) { return base.Channel.getProductNameByLastSpec(specNameMatchStr); } public System.Threading.Tasks.Task getProductNameByLastSpecAsync(string specNameMatchStr) { return base.Channel.getProductNameByLastSpecAsync(specNameMatchStr); } public string[] getLotNameByLastSpec(string specNameMatchStr) { return base.Channel.getLotNameByLastSpec(specNameMatchStr); } public System.Threading.Tasks.Task getLotNameByLastSpecAsync(string specNameMatchStr) { return base.Channel.getLotNameByLastSpecAsync(specNameMatchStr); } public string[] getSpecByLot(string lotName) { return base.Channel.getSpecByLot(lotName); } public System.Threading.Tasks.Task getSpecByLotAsync(string lotName) { return base.Channel.getSpecByLotAsync(lotName); } public string[] getLocationByLot(string lotName) { return base.Channel.getLocationByLot(lotName); } public System.Threading.Tasks.Task getLocationByLotAsync(string lotName) { return base.Channel.getLocationByLotAsync(lotName); } public string[] getLocationBySpec(string specName) { return base.Channel.getLocationBySpec(specName); } public System.Threading.Tasks.Task getLocationBySpecAsync(string specName) { return base.Channel.getLocationBySpecAsync(specName); } public string[] getlotbynextspec(string productstr, string sepcstr) { return base.Channel.getlotbynextspec(productstr, sepcstr); } public System.Threading.Tasks.Task getlotbynextspecAsync(string productstr, string sepcstr) { return base.Channel.getlotbynextspecAsync(productstr, sepcstr); } public string HelloWorld() { return base.Channel.HelloWorld(); } public System.Threading.Tasks.Task HelloWorldAsync() { return base.Channel.HelloWorldAsync(); } public int add(int a, int b) { return base.Channel.add(a, b); } public System.Threading.Tasks.Task addAsync(int a, int b) { return base.Channel.addAsync(a, b); } public string PackStockInValidate(string pkwPackLot, string pCustPackId, string pSubInventory, string pLocation) { return base.Channel.PackStockInValidate(pkwPackLot, pCustPackId, pSubInventory, pLocation); } public System.Threading.Tasks.Task PackStockInValidateAsync(string pkwPackLot, string pCustPackId, string pSubInventory, string pLocation) { return base.Channel.PackStockInValidateAsync(pkwPackLot, pCustPackId, pSubInventory, pLocation); } public string processParaModify() { return base.Channel.processParaModify(); } public System.Threading.Tasks.Task processParaModifyAsync() { return base.Channel.processParaModifyAsync(); } public string[] QueryParamForPP(string lotName) { return base.Channel.QueryParamForPP(lotName); } public System.Threading.Tasks.Task QueryParamForPPAsync(string lotName) { return base.Channel.QueryParamForPPAsync(lotName); } public string[] QueryEapInfoForSl(string containername) { return base.Channel.QueryEapInfoForSl(containername); } public System.Threading.Tasks.Task QueryEapInfoForSlAsync(string containername) { return base.Channel.QueryEapInfoForSlAsync(containername); } } }