//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ // // 此源代码是由 Microsoft.VSDesigner 4.0.30319.42000 版自动生成。 // #pragma warning disable 1591 namespace DSWeb.ServiceReference1 { 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.7.3062.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="WebInterFaceSoap", Namespace="http://tempuri.org/")] public partial class WebInterFace : System.Web.Services.Protocols.SoapHttpClientProtocol { private System.Threading.SendOrPostCallback V1_OP_NewOrderOperationCompleted; private System.Threading.SendOrPostCallback V1_OP_UpdateOrderOperationCompleted; private System.Threading.SendOrPostCallback V1_OP_DeleteOrderOperationCompleted; private System.Threading.SendOrPostCallback V1_OP_DeleteOrderExpenseOperationCompleted; private System.Threading.SendOrPostCallback V1_OP_DrawInvoiceOperationCompleted; private System.Threading.SendOrPostCallback V1_OP_DrawPunchRedInvoiceOperationCompleted; private System.Threading.SendOrPostCallback V1_QU_QueryOrderOperationCompleted; private System.Threading.SendOrPostCallback V1_QU_QueryInvoiceOperationCompleted; private System.Threading.SendOrPostCallback V1_QU_QueryPayMentOperationCompleted; private System.Threading.SendOrPostCallback V1_QU_QueryRedInvoiceOperationCompleted; private System.Threading.SendOrPostCallback V1_OP_NewCustomerOperationCompleted; private System.Threading.SendOrPostCallback V1_OP_UpdateCustomerOperationCompleted; private System.Threading.SendOrPostCallback V1_OP_DeleteCustomerOperationCompleted; private bool useDefaultCredentialsSetExplicitly; /// public WebInterFace() { this.Url = global::DSWeb.Properties.Settings.Default.DSWeb_ServiceReference1_WebInterFace; 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 V1_OP_NewOrderCompletedEventHandler V1_OP_NewOrderCompleted; /// public event V1_OP_UpdateOrderCompletedEventHandler V1_OP_UpdateOrderCompleted; /// public event V1_OP_DeleteOrderCompletedEventHandler V1_OP_DeleteOrderCompleted; /// public event V1_OP_DeleteOrderExpenseCompletedEventHandler V1_OP_DeleteOrderExpenseCompleted; /// public event V1_OP_DrawInvoiceCompletedEventHandler V1_OP_DrawInvoiceCompleted; /// public event V1_OP_DrawPunchRedInvoiceCompletedEventHandler V1_OP_DrawPunchRedInvoiceCompleted; /// public event V1_QU_QueryOrderCompletedEventHandler V1_QU_QueryOrderCompleted; /// public event V1_QU_QueryInvoiceCompletedEventHandler V1_QU_QueryInvoiceCompleted; /// public event V1_QU_QueryPayMentCompletedEventHandler V1_QU_QueryPayMentCompleted; /// public event V1_QU_QueryRedInvoiceCompletedEventHandler V1_QU_QueryRedInvoiceCompleted; /// public event V1_OP_NewCustomerCompletedEventHandler V1_OP_NewCustomerCompleted; /// public event V1_OP_UpdateCustomerCompletedEventHandler V1_OP_UpdateCustomerCompleted; /// public event V1_OP_DeleteCustomerCompletedEventHandler V1_OP_DeleteCustomerCompleted; /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/V1_OP_NewOrder", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public string V1_OP_NewOrder(string str) { object[] results = this.Invoke("V1_OP_NewOrder", new object[] { str}); return ((string)(results[0])); } /// public void V1_OP_NewOrderAsync(string str) { this.V1_OP_NewOrderAsync(str, null); } /// public void V1_OP_NewOrderAsync(string str, object userState) { if ((this.V1_OP_NewOrderOperationCompleted == null)) { this.V1_OP_NewOrderOperationCompleted = new System.Threading.SendOrPostCallback(this.OnV1_OP_NewOrderOperationCompleted); } this.InvokeAsync("V1_OP_NewOrder", new object[] { str}, this.V1_OP_NewOrderOperationCompleted, userState); } private void OnV1_OP_NewOrderOperationCompleted(object arg) { if ((this.V1_OP_NewOrderCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.V1_OP_NewOrderCompleted(this, new V1_OP_NewOrderCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/V1_OP_UpdateOrder", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public string V1_OP_UpdateOrder(string str) { object[] results = this.Invoke("V1_OP_UpdateOrder", new object[] { str}); return ((string)(results[0])); } /// public void V1_OP_UpdateOrderAsync(string str) { this.V1_OP_UpdateOrderAsync(str, null); } /// public void V1_OP_UpdateOrderAsync(string str, object userState) { if ((this.V1_OP_UpdateOrderOperationCompleted == null)) { this.V1_OP_UpdateOrderOperationCompleted = new System.Threading.SendOrPostCallback(this.OnV1_OP_UpdateOrderOperationCompleted); } this.InvokeAsync("V1_OP_UpdateOrder", new object[] { str}, this.V1_OP_UpdateOrderOperationCompleted, userState); } private void OnV1_OP_UpdateOrderOperationCompleted(object arg) { if ((this.V1_OP_UpdateOrderCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.V1_OP_UpdateOrderCompleted(this, new V1_OP_UpdateOrderCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/V1_OP_DeleteOrder", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public string V1_OP_DeleteOrder(string str) { object[] results = this.Invoke("V1_OP_DeleteOrder", new object[] { str}); return ((string)(results[0])); } /// public void V1_OP_DeleteOrderAsync(string str) { this.V1_OP_DeleteOrderAsync(str, null); } /// public void V1_OP_DeleteOrderAsync(string str, object userState) { if ((this.V1_OP_DeleteOrderOperationCompleted == null)) { this.V1_OP_DeleteOrderOperationCompleted = new System.Threading.SendOrPostCallback(this.OnV1_OP_DeleteOrderOperationCompleted); } this.InvokeAsync("V1_OP_DeleteOrder", new object[] { str}, this.V1_OP_DeleteOrderOperationCompleted, userState); } private void OnV1_OP_DeleteOrderOperationCompleted(object arg) { if ((this.V1_OP_DeleteOrderCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.V1_OP_DeleteOrderCompleted(this, new V1_OP_DeleteOrderCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/V1_OP_DeleteOrderExpense", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public string V1_OP_DeleteOrderExpense(string str) { object[] results = this.Invoke("V1_OP_DeleteOrderExpense", new object[] { str}); return ((string)(results[0])); } /// public void V1_OP_DeleteOrderExpenseAsync(string str) { this.V1_OP_DeleteOrderExpenseAsync(str, null); } /// public void V1_OP_DeleteOrderExpenseAsync(string str, object userState) { if ((this.V1_OP_DeleteOrderExpenseOperationCompleted == null)) { this.V1_OP_DeleteOrderExpenseOperationCompleted = new System.Threading.SendOrPostCallback(this.OnV1_OP_DeleteOrderExpenseOperationCompleted); } this.InvokeAsync("V1_OP_DeleteOrderExpense", new object[] { str}, this.V1_OP_DeleteOrderExpenseOperationCompleted, userState); } private void OnV1_OP_DeleteOrderExpenseOperationCompleted(object arg) { if ((this.V1_OP_DeleteOrderExpenseCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.V1_OP_DeleteOrderExpenseCompleted(this, new V1_OP_DeleteOrderExpenseCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/V1_OP_DrawInvoice", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public string V1_OP_DrawInvoice(string str) { object[] results = this.Invoke("V1_OP_DrawInvoice", new object[] { str}); return ((string)(results[0])); } /// public void V1_OP_DrawInvoiceAsync(string str) { this.V1_OP_DrawInvoiceAsync(str, null); } /// public void V1_OP_DrawInvoiceAsync(string str, object userState) { if ((this.V1_OP_DrawInvoiceOperationCompleted == null)) { this.V1_OP_DrawInvoiceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnV1_OP_DrawInvoiceOperationCompleted); } this.InvokeAsync("V1_OP_DrawInvoice", new object[] { str}, this.V1_OP_DrawInvoiceOperationCompleted, userState); } private void OnV1_OP_DrawInvoiceOperationCompleted(object arg) { if ((this.V1_OP_DrawInvoiceCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.V1_OP_DrawInvoiceCompleted(this, new V1_OP_DrawInvoiceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/V1_OP_DrawPunchRedInvoice", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public string V1_OP_DrawPunchRedInvoice(string str) { object[] results = this.Invoke("V1_OP_DrawPunchRedInvoice", new object[] { str}); return ((string)(results[0])); } /// public void V1_OP_DrawPunchRedInvoiceAsync(string str) { this.V1_OP_DrawPunchRedInvoiceAsync(str, null); } /// public void V1_OP_DrawPunchRedInvoiceAsync(string str, object userState) { if ((this.V1_OP_DrawPunchRedInvoiceOperationCompleted == null)) { this.V1_OP_DrawPunchRedInvoiceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnV1_OP_DrawPunchRedInvoiceOperationCompleted); } this.InvokeAsync("V1_OP_DrawPunchRedInvoice", new object[] { str}, this.V1_OP_DrawPunchRedInvoiceOperationCompleted, userState); } private void OnV1_OP_DrawPunchRedInvoiceOperationCompleted(object arg) { if ((this.V1_OP_DrawPunchRedInvoiceCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.V1_OP_DrawPunchRedInvoiceCompleted(this, new V1_OP_DrawPunchRedInvoiceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/V1_QU_QueryOrder", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public string V1_QU_QueryOrder(string str) { object[] results = this.Invoke("V1_QU_QueryOrder", new object[] { str}); return ((string)(results[0])); } /// public void V1_QU_QueryOrderAsync(string str) { this.V1_QU_QueryOrderAsync(str, null); } /// public void V1_QU_QueryOrderAsync(string str, object userState) { if ((this.V1_QU_QueryOrderOperationCompleted == null)) { this.V1_QU_QueryOrderOperationCompleted = new System.Threading.SendOrPostCallback(this.OnV1_QU_QueryOrderOperationCompleted); } this.InvokeAsync("V1_QU_QueryOrder", new object[] { str}, this.V1_QU_QueryOrderOperationCompleted, userState); } private void OnV1_QU_QueryOrderOperationCompleted(object arg) { if ((this.V1_QU_QueryOrderCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.V1_QU_QueryOrderCompleted(this, new V1_QU_QueryOrderCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/V1_QU_QueryInvoice", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public string V1_QU_QueryInvoice(string str) { object[] results = this.Invoke("V1_QU_QueryInvoice", new object[] { str}); return ((string)(results[0])); } /// public void V1_QU_QueryInvoiceAsync(string str) { this.V1_QU_QueryInvoiceAsync(str, null); } /// public void V1_QU_QueryInvoiceAsync(string str, object userState) { if ((this.V1_QU_QueryInvoiceOperationCompleted == null)) { this.V1_QU_QueryInvoiceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnV1_QU_QueryInvoiceOperationCompleted); } this.InvokeAsync("V1_QU_QueryInvoice", new object[] { str}, this.V1_QU_QueryInvoiceOperationCompleted, userState); } private void OnV1_QU_QueryInvoiceOperationCompleted(object arg) { if ((this.V1_QU_QueryInvoiceCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.V1_QU_QueryInvoiceCompleted(this, new V1_QU_QueryInvoiceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/V1_QU_QueryPayMent", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public string V1_QU_QueryPayMent(string str) { object[] results = this.Invoke("V1_QU_QueryPayMent", new object[] { str}); return ((string)(results[0])); } /// public void V1_QU_QueryPayMentAsync(string str) { this.V1_QU_QueryPayMentAsync(str, null); } /// public void V1_QU_QueryPayMentAsync(string str, object userState) { if ((this.V1_QU_QueryPayMentOperationCompleted == null)) { this.V1_QU_QueryPayMentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnV1_QU_QueryPayMentOperationCompleted); } this.InvokeAsync("V1_QU_QueryPayMent", new object[] { str}, this.V1_QU_QueryPayMentOperationCompleted, userState); } private void OnV1_QU_QueryPayMentOperationCompleted(object arg) { if ((this.V1_QU_QueryPayMentCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.V1_QU_QueryPayMentCompleted(this, new V1_QU_QueryPayMentCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/V1_QU_QueryRedInvoice", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public string V1_QU_QueryRedInvoice(string str) { object[] results = this.Invoke("V1_QU_QueryRedInvoice", new object[] { str}); return ((string)(results[0])); } /// public void V1_QU_QueryRedInvoiceAsync(string str) { this.V1_QU_QueryRedInvoiceAsync(str, null); } /// public void V1_QU_QueryRedInvoiceAsync(string str, object userState) { if ((this.V1_QU_QueryRedInvoiceOperationCompleted == null)) { this.V1_QU_QueryRedInvoiceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnV1_QU_QueryRedInvoiceOperationCompleted); } this.InvokeAsync("V1_QU_QueryRedInvoice", new object[] { str}, this.V1_QU_QueryRedInvoiceOperationCompleted, userState); } private void OnV1_QU_QueryRedInvoiceOperationCompleted(object arg) { if ((this.V1_QU_QueryRedInvoiceCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.V1_QU_QueryRedInvoiceCompleted(this, new V1_QU_QueryRedInvoiceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/V1_OP_NewCustomer", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public string V1_OP_NewCustomer(string str) { object[] results = this.Invoke("V1_OP_NewCustomer", new object[] { str}); return ((string)(results[0])); } /// public void V1_OP_NewCustomerAsync(string str) { this.V1_OP_NewCustomerAsync(str, null); } /// public void V1_OP_NewCustomerAsync(string str, object userState) { if ((this.V1_OP_NewCustomerOperationCompleted == null)) { this.V1_OP_NewCustomerOperationCompleted = new System.Threading.SendOrPostCallback(this.OnV1_OP_NewCustomerOperationCompleted); } this.InvokeAsync("V1_OP_NewCustomer", new object[] { str}, this.V1_OP_NewCustomerOperationCompleted, userState); } private void OnV1_OP_NewCustomerOperationCompleted(object arg) { if ((this.V1_OP_NewCustomerCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.V1_OP_NewCustomerCompleted(this, new V1_OP_NewCustomerCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/V1_OP_UpdateCustomer", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public string V1_OP_UpdateCustomer(string str) { object[] results = this.Invoke("V1_OP_UpdateCustomer", new object[] { str}); return ((string)(results[0])); } /// public void V1_OP_UpdateCustomerAsync(string str) { this.V1_OP_UpdateCustomerAsync(str, null); } /// public void V1_OP_UpdateCustomerAsync(string str, object userState) { if ((this.V1_OP_UpdateCustomerOperationCompleted == null)) { this.V1_OP_UpdateCustomerOperationCompleted = new System.Threading.SendOrPostCallback(this.OnV1_OP_UpdateCustomerOperationCompleted); } this.InvokeAsync("V1_OP_UpdateCustomer", new object[] { str}, this.V1_OP_UpdateCustomerOperationCompleted, userState); } private void OnV1_OP_UpdateCustomerOperationCompleted(object arg) { if ((this.V1_OP_UpdateCustomerCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.V1_OP_UpdateCustomerCompleted(this, new V1_OP_UpdateCustomerCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/V1_OP_DeleteCustomer", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public string V1_OP_DeleteCustomer(string str) { object[] results = this.Invoke("V1_OP_DeleteCustomer", new object[] { str}); return ((string)(results[0])); } /// public void V1_OP_DeleteCustomerAsync(string str) { this.V1_OP_DeleteCustomerAsync(str, null); } /// public void V1_OP_DeleteCustomerAsync(string str, object userState) { if ((this.V1_OP_DeleteCustomerOperationCompleted == null)) { this.V1_OP_DeleteCustomerOperationCompleted = new System.Threading.SendOrPostCallback(this.OnV1_OP_DeleteCustomerOperationCompleted); } this.InvokeAsync("V1_OP_DeleteCustomer", new object[] { str}, this.V1_OP_DeleteCustomerOperationCompleted, userState); } private void OnV1_OP_DeleteCustomerOperationCompleted(object arg) { if ((this.V1_OP_DeleteCustomerCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.V1_OP_DeleteCustomerCompleted(this, new V1_OP_DeleteCustomerCompletedEventArgs(invokeArgs.Results, 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.7.3062.0")] public delegate void V1_OP_NewOrderCompletedEventHandler(object sender, V1_OP_NewOrderCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3062.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class V1_OP_NewOrderCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal V1_OP_NewOrderCompletedEventArgs(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.7.3062.0")] public delegate void V1_OP_UpdateOrderCompletedEventHandler(object sender, V1_OP_UpdateOrderCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3062.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class V1_OP_UpdateOrderCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal V1_OP_UpdateOrderCompletedEventArgs(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.7.3062.0")] public delegate void V1_OP_DeleteOrderCompletedEventHandler(object sender, V1_OP_DeleteOrderCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3062.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class V1_OP_DeleteOrderCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal V1_OP_DeleteOrderCompletedEventArgs(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.7.3062.0")] public delegate void V1_OP_DeleteOrderExpenseCompletedEventHandler(object sender, V1_OP_DeleteOrderExpenseCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3062.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class V1_OP_DeleteOrderExpenseCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal V1_OP_DeleteOrderExpenseCompletedEventArgs(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.7.3062.0")] public delegate void V1_OP_DrawInvoiceCompletedEventHandler(object sender, V1_OP_DrawInvoiceCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3062.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class V1_OP_DrawInvoiceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal V1_OP_DrawInvoiceCompletedEventArgs(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.7.3062.0")] public delegate void V1_OP_DrawPunchRedInvoiceCompletedEventHandler(object sender, V1_OP_DrawPunchRedInvoiceCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3062.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class V1_OP_DrawPunchRedInvoiceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal V1_OP_DrawPunchRedInvoiceCompletedEventArgs(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.7.3062.0")] public delegate void V1_QU_QueryOrderCompletedEventHandler(object sender, V1_QU_QueryOrderCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3062.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class V1_QU_QueryOrderCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal V1_QU_QueryOrderCompletedEventArgs(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.7.3062.0")] public delegate void V1_QU_QueryInvoiceCompletedEventHandler(object sender, V1_QU_QueryInvoiceCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3062.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class V1_QU_QueryInvoiceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal V1_QU_QueryInvoiceCompletedEventArgs(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.7.3062.0")] public delegate void V1_QU_QueryPayMentCompletedEventHandler(object sender, V1_QU_QueryPayMentCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3062.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class V1_QU_QueryPayMentCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal V1_QU_QueryPayMentCompletedEventArgs(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.7.3062.0")] public delegate void V1_QU_QueryRedInvoiceCompletedEventHandler(object sender, V1_QU_QueryRedInvoiceCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3062.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class V1_QU_QueryRedInvoiceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal V1_QU_QueryRedInvoiceCompletedEventArgs(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.7.3062.0")] public delegate void V1_OP_NewCustomerCompletedEventHandler(object sender, V1_OP_NewCustomerCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3062.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class V1_OP_NewCustomerCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal V1_OP_NewCustomerCompletedEventArgs(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.7.3062.0")] public delegate void V1_OP_UpdateCustomerCompletedEventHandler(object sender, V1_OP_UpdateCustomerCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3062.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class V1_OP_UpdateCustomerCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal V1_OP_UpdateCustomerCompletedEventArgs(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.7.3062.0")] public delegate void V1_OP_DeleteCustomerCompletedEventHandler(object sender, V1_OP_DeleteCustomerCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3062.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class V1_OP_DeleteCustomerCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal V1_OP_DeleteCustomerCompletedEventArgs(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])); } } } } #pragma warning restore 1591