//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ // // 此源代码是由 Microsoft.VSDesigner 4.0.30319.42000 版自动生成。 // #pragma warning disable 1591 namespace PaintingPC.WebReference { using System; using System.Web.Services; using System.Diagnostics; using System.Web.Services.Protocols; using System.Xml.Serialization; using System.ComponentModel; /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9037.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="WMSWebServiceSoap", Namespace="http://tempuri.org/")] public partial class WMSWebService : System.Web.Services.Protocols.SoapHttpClientProtocol { private System.Threading.SendOrPostCallback ConnectTestOperationCompleted; private System.Threading.SendOrPostCallback WMSSprayingForAppOperationCompleted; private System.Threading.SendOrPostCallback WMSSprayingForCSOperationCompleted; private System.Threading.SendOrPostCallback WMSSprayingForDXBOperationCompleted; private System.Threading.SendOrPostCallback AddStockInBarcodeOperationCompleted; private System.Threading.SendOrPostCallback InsertInspectOperationCompleted; private System.Threading.SendOrPostCallback WMSInterfaceStockInOperationCompleted; private System.Threading.SendOrPostCallback WMSSprayingForAppReturnNoOperationCompleted; private bool useDefaultCredentialsSetExplicitly; /// public WMSWebService() { this.Url = global::PaintingPC.Properties.Settings.Default.PaintingPC_WebReference_WMSWebService; if ((this.IsLocalFileSystemWebService(this.Url) == true)) { this.UseDefaultCredentials = true; this.useDefaultCredentialsSetExplicitly = false; } else { this.useDefaultCredentialsSetExplicitly = true; } } public new string Url { get { return base.Url; } set { if ((((this.IsLocalFileSystemWebService(base.Url) == true) && (this.useDefaultCredentialsSetExplicitly == false)) && (this.IsLocalFileSystemWebService(value) == false))) { base.UseDefaultCredentials = false; } base.Url = value; } } public new bool UseDefaultCredentials { get { return base.UseDefaultCredentials; } set { base.UseDefaultCredentials = value; this.useDefaultCredentialsSetExplicitly = true; } } /// public event ConnectTestCompletedEventHandler ConnectTestCompleted; /// public event WMSSprayingForAppCompletedEventHandler WMSSprayingForAppCompleted; /// public event WMSSprayingForCSCompletedEventHandler WMSSprayingForCSCompleted; /// public event WMSSprayingForDXBCompletedEventHandler WMSSprayingForDXBCompleted; /// public event AddStockInBarcodeCompletedEventHandler AddStockInBarcodeCompleted; /// public event InsertInspectCompletedEventHandler InsertInspectCompleted; /// public event WMSInterfaceStockInCompletedEventHandler WMSInterfaceStockInCompleted; /// public event WMSSprayingForAppReturnNoCompletedEventHandler WMSSprayingForAppReturnNoCompleted; /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/ConnectTest", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public string ConnectTest() { object[] results = this.Invoke("ConnectTest", new object[0]); return ((string)(results[0])); } /// public void ConnectTestAsync() { this.ConnectTestAsync(null); } /// public void ConnectTestAsync(object userState) { if ((this.ConnectTestOperationCompleted == null)) { this.ConnectTestOperationCompleted = new System.Threading.SendOrPostCallback(this.OnConnectTestOperationCompleted); } this.InvokeAsync("ConnectTest", new object[0], this.ConnectTestOperationCompleted, userState); } private void OnConnectTestOperationCompleted(object arg) { if ((this.ConnectTestCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ConnectTestCompleted(this, new ConnectTestCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/WMSSprayingForApp", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void WMSSprayingForApp(string barcode) { this.Invoke("WMSSprayingForApp", new object[] { barcode}); } /// public void WMSSprayingForAppAsync(string barcode) { this.WMSSprayingForAppAsync(barcode, null); } /// public void WMSSprayingForAppAsync(string barcode, object userState) { if ((this.WMSSprayingForAppOperationCompleted == null)) { this.WMSSprayingForAppOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWMSSprayingForAppOperationCompleted); } this.InvokeAsync("WMSSprayingForApp", new object[] { barcode}, this.WMSSprayingForAppOperationCompleted, userState); } private void OnWMSSprayingForAppOperationCompleted(object arg) { if ((this.WMSSprayingForAppCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WMSSprayingForAppCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/WMSSprayingForCS", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public bool WMSSprayingForCS(string barcode, int isOK, out string errorReason) { object[] results = this.Invoke("WMSSprayingForCS", new object[] { barcode, isOK}); errorReason = ((string)(results[1])); return ((bool)(results[0])); } /// public void WMSSprayingForCSAsync(string barcode, int isOK) { this.WMSSprayingForCSAsync(barcode, isOK, null); } /// public void WMSSprayingForCSAsync(string barcode, int isOK, object userState) { if ((this.WMSSprayingForCSOperationCompleted == null)) { this.WMSSprayingForCSOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWMSSprayingForCSOperationCompleted); } this.InvokeAsync("WMSSprayingForCS", new object[] { barcode, isOK}, this.WMSSprayingForCSOperationCompleted, userState); } private void OnWMSSprayingForCSOperationCompleted(object arg) { if ((this.WMSSprayingForCSCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WMSSprayingForCSCompleted(this, new WMSSprayingForCSCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/WMSSprayingForDXB", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public bool WMSSprayingForDXB(string barcode, int isOK, out string errorReason) { object[] results = this.Invoke("WMSSprayingForDXB", new object[] { barcode, isOK}); errorReason = ((string)(results[1])); return ((bool)(results[0])); } /// public void WMSSprayingForDXBAsync(string barcode, int isOK) { this.WMSSprayingForDXBAsync(barcode, isOK, null); } /// public void WMSSprayingForDXBAsync(string barcode, int isOK, object userState) { if ((this.WMSSprayingForDXBOperationCompleted == null)) { this.WMSSprayingForDXBOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWMSSprayingForDXBOperationCompleted); } this.InvokeAsync("WMSSprayingForDXB", new object[] { barcode, isOK}, this.WMSSprayingForDXBOperationCompleted, userState); } private void OnWMSSprayingForDXBOperationCompleted(object arg) { if ((this.WMSSprayingForDXBCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WMSSprayingForDXBCompleted(this, new WMSSprayingForDXBCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/AddStockInBarcode", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void AddStockInBarcode(string barcode) { this.Invoke("AddStockInBarcode", new object[] { barcode}); } /// public void AddStockInBarcodeAsync(string barcode) { this.AddStockInBarcodeAsync(barcode, null); } /// public void AddStockInBarcodeAsync(string barcode, object userState) { if ((this.AddStockInBarcodeOperationCompleted == null)) { this.AddStockInBarcodeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddStockInBarcodeOperationCompleted); } this.InvokeAsync("AddStockInBarcode", new object[] { barcode}, this.AddStockInBarcodeOperationCompleted, userState); } private void OnAddStockInBarcodeOperationCompleted(object arg) { if ((this.AddStockInBarcodeCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.AddStockInBarcodeCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/InsertInspect", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void InsertInspect(string barcode, string InspectTimes) { this.Invoke("InsertInspect", new object[] { barcode, InspectTimes}); } /// public void InsertInspectAsync(string barcode, string InspectTimes) { this.InsertInspectAsync(barcode, InspectTimes, null); } /// public void InsertInspectAsync(string barcode, string InspectTimes, object userState) { if ((this.InsertInspectOperationCompleted == null)) { this.InsertInspectOperationCompleted = new System.Threading.SendOrPostCallback(this.OnInsertInspectOperationCompleted); } this.InvokeAsync("InsertInspect", new object[] { barcode, InspectTimes}, this.InsertInspectOperationCompleted, userState); } private void OnInsertInspectOperationCompleted(object arg) { if ((this.InsertInspectCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.InsertInspectCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/WMSInterfaceStockIn", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public bool WMSInterfaceStockIn(string barcode, string partNo, string batchNo, int isOK) { object[] results = this.Invoke("WMSInterfaceStockIn", new object[] { barcode, partNo, batchNo, isOK}); return ((bool)(results[0])); } /// public void WMSInterfaceStockInAsync(string barcode, string partNo, string batchNo, int isOK) { this.WMSInterfaceStockInAsync(barcode, partNo, batchNo, isOK, null); } /// public void WMSInterfaceStockInAsync(string barcode, string partNo, string batchNo, int isOK, object userState) { if ((this.WMSInterfaceStockInOperationCompleted == null)) { this.WMSInterfaceStockInOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWMSInterfaceStockInOperationCompleted); } this.InvokeAsync("WMSInterfaceStockIn", new object[] { barcode, partNo, batchNo, isOK}, this.WMSInterfaceStockInOperationCompleted, userState); } private void OnWMSInterfaceStockInOperationCompleted(object arg) { if ((this.WMSInterfaceStockInCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WMSInterfaceStockInCompleted(this, new WMSInterfaceStockInCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/WMSSprayingForAppReturnNo", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public void WMSSprayingForAppReturnNo(string barcode) { this.Invoke("WMSSprayingForAppReturnNo", new object[] { barcode}); } /// public void WMSSprayingForAppReturnNoAsync(string barcode) { this.WMSSprayingForAppReturnNoAsync(barcode, null); } /// public void WMSSprayingForAppReturnNoAsync(string barcode, object userState) { if ((this.WMSSprayingForAppReturnNoOperationCompleted == null)) { this.WMSSprayingForAppReturnNoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWMSSprayingForAppReturnNoOperationCompleted); } this.InvokeAsync("WMSSprayingForAppReturnNo", new object[] { barcode}, this.WMSSprayingForAppReturnNoOperationCompleted, userState); } private void OnWMSSprayingForAppReturnNoOperationCompleted(object arg) { if ((this.WMSSprayingForAppReturnNoCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.WMSSprayingForAppReturnNoCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// public new void CancelAsync(object userState) { base.CancelAsync(userState); } private bool IsLocalFileSystemWebService(string url) { if (((url == null) || (url == string.Empty))) { return false; } System.Uri wsUri = new System.Uri(url); if (((wsUri.Port >= 1024) && (string.Compare(wsUri.Host, "localHost", System.StringComparison.OrdinalIgnoreCase) == 0))) { return true; } return false; } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9037.0")] public delegate void ConnectTestCompletedEventHandler(object sender, ConnectTestCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9037.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ConnectTestCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ConnectTestCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public string Result { get { this.RaiseExceptionIfNecessary(); return ((string)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9037.0")] public delegate void WMSSprayingForAppCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9037.0")] public delegate void WMSSprayingForCSCompletedEventHandler(object sender, WMSSprayingForCSCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9037.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class WMSSprayingForCSCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal WMSSprayingForCSCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public bool Result { get { this.RaiseExceptionIfNecessary(); return ((bool)(this.results[0])); } } /// public string errorReason { get { this.RaiseExceptionIfNecessary(); return ((string)(this.results[1])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9037.0")] public delegate void WMSSprayingForDXBCompletedEventHandler(object sender, WMSSprayingForDXBCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9037.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class WMSSprayingForDXBCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal WMSSprayingForDXBCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public bool Result { get { this.RaiseExceptionIfNecessary(); return ((bool)(this.results[0])); } } /// public string errorReason { get { this.RaiseExceptionIfNecessary(); return ((string)(this.results[1])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9037.0")] public delegate void AddStockInBarcodeCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9037.0")] public delegate void InsertInspectCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9037.0")] public delegate void WMSInterfaceStockInCompletedEventHandler(object sender, WMSInterfaceStockInCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9037.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class WMSInterfaceStockInCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal WMSInterfaceStockInCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public bool Result { get { this.RaiseExceptionIfNecessary(); return ((bool)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9037.0")] public delegate void WMSSprayingForAppReturnNoCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e); } #pragma warning restore 1591