//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ // // 此源代码是由 Microsoft.VSDesigner 4.0.30319.42000 版自动生成。 // #pragma warning disable 1591 namespace MaterialTraceability.WebService.ShopOrderServiceWSService { 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.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="ShopOrderServiceWSBinding", Namespace="mepapi:com:sap:me:demand")] [System.Xml.Serialization.XmlIncludeAttribute(typeof(AbstractShopOrderPlan))] public partial class ShopOrderServiceWSService : System.Web.Services.Protocols.SoapHttpClientProtocol { private System.Threading.SendOrPostCallback readShopOrderOperationCompleted; private System.Threading.SendOrPostCallback isPeggedOperationCompleted; private System.Threading.SendOrPostCallback findShopOrderByKeyFieldsOperationCompleted; private System.Threading.SendOrPostCallback findShopOrdersByNameMaskOperationCompleted; private System.Threading.SendOrPostCallback resolveShopOrderOperationCompleted; private System.Threading.SendOrPostCallback findShopOrderInspectionLotOperationCompleted; private System.Threading.SendOrPostCallback closeShopOrderOperationCompleted; private System.Threading.SendOrPostCallback deleteShopOrderOperationCompleted; private System.Threading.SendOrPostCallback findSfcSerialNumberByShopOrderOperationCompleted; private System.Threading.SendOrPostCallback findActiveShopOrderScheduleByRouterStepReferenceOperationCompleted; private System.Threading.SendOrPostCallback findShopOrderScheduleByRouterStepReferenceOperationCompleted; private System.Threading.SendOrPostCallback updateShopOrderSchedulesCompletedQuantityOperationCompleted; private System.Threading.SendOrPostCallback updateShopOrderSchedulesConfirmedQuantityByResourceOperationCompleted; private System.Threading.SendOrPostCallback findShopOrderScheduleToUpdateConfirmedQuantityByResourceOperationCompleted; private System.Threading.SendOrPostCallback validatePeggingOperationCompleted; private System.Threading.SendOrPostCallback createShopOrderOperationCompleted; private System.Threading.SendOrPostCallback findShopOrderKeyDataByRefOperationCompleted; private System.Threading.SendOrPostCallback readShopOrderErpDetailsOperationCompleted; private System.Threading.SendOrPostCallback updateShopOrderBasicConfigurationOperationCompleted; private System.Threading.SendOrPostCallback updateShopOrderOperationCompleted; private System.Threading.SendOrPostCallback releaseShopOrderOperationCompleted; private System.Threading.SendOrPostCallback updateShopOrderStatusOperationCompleted; private System.Threading.SendOrPostCallback findShopOrderOperationCompleted; private System.Threading.SendOrPostCallback findShopOrderConfigurationOperationCompleted; private System.Threading.SendOrPostCallback findShopOrderByItemOperationCompleted; private System.Threading.SendOrPostCallback findShopOrderByWorkCenterOperationCompleted; private System.Threading.SendOrPostCallback findShopOrderByRouterOperationCompleted; private System.Threading.SendOrPostCallback findShopOrderConfigurationByHoldIdOperationCompleted; private System.Threading.SendOrPostCallback updateShopOrderSchedulesScrappedQuantityOperationCompleted; private System.Threading.SendOrPostCallback updateShopOrderSchedulesUnScrappedQuantityOperationCompleted; private System.Threading.SendOrPostCallback isShopOrderScheduledAtRouterStepOperationCompleted; private System.Threading.SendOrPostCallback updateShopOrderSchedulesOperationCompleted; private System.Threading.SendOrPostCallback findShopOrderSfcPlanInformationOperationCompleted; private System.Threading.SendOrPostCallback findReworkShopOrderSfcPlanInformationOperationCompleted; private System.Threading.SendOrPostCallback deleteShopOrderSfcPlanInformationOperationCompleted; private System.Threading.SendOrPostCallback insertShopOrderSfcPlanInformationOperationCompleted; private System.Threading.SendOrPostCallback findShopOrderByExampleOperationCompleted; private System.Threading.SendOrPostCallback findShopOrderCharacteristicsOperationCompleted; private System.Threading.SendOrPostCallback findShopOrderSelectionRulesOperationCompleted; private System.Threading.SendOrPostCallback findIsSfcFirstStartedOnCurrentOperationOperationCompleted; private System.Threading.SendOrPostCallback findIsSfcLastCompletedOnCurrentOperationOperationCompleted; private System.Threading.SendOrPostCallback shopOrderSfcDoneOperationCompleted; private bool useDefaultCredentialsSetExplicitly; /// public ShopOrderServiceWSService() { this.Url = global::MaterialTraceability.WebService.Properties.Settings.Default.MaterialTraceability_WebService_ShopOrderServiceWSService_ShopOrderServiceWSService; 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 readShopOrderCompletedEventHandler readShopOrderCompleted; /// public event isPeggedCompletedEventHandler isPeggedCompleted; /// public event findShopOrderByKeyFieldsCompletedEventHandler findShopOrderByKeyFieldsCompleted; /// public event findShopOrdersByNameMaskCompletedEventHandler findShopOrdersByNameMaskCompleted; /// public event resolveShopOrderCompletedEventHandler resolveShopOrderCompleted; /// public event findShopOrderInspectionLotCompletedEventHandler findShopOrderInspectionLotCompleted; /// public event closeShopOrderCompletedEventHandler closeShopOrderCompleted; /// public event deleteShopOrderCompletedEventHandler deleteShopOrderCompleted; /// public event findSfcSerialNumberByShopOrderCompletedEventHandler findSfcSerialNumberByShopOrderCompleted; /// public event findActiveShopOrderScheduleByRouterStepReferenceCompletedEventHandler findActiveShopOrderScheduleByRouterStepReferenceCompleted; /// public event findShopOrderScheduleByRouterStepReferenceCompletedEventHandler findShopOrderScheduleByRouterStepReferenceCompleted; /// public event updateShopOrderSchedulesCompletedQuantityCompletedEventHandler updateShopOrderSchedulesCompletedQuantityCompleted; /// public event updateShopOrderSchedulesConfirmedQuantityByResourceCompletedEventHandler updateShopOrderSchedulesConfirmedQuantityByResourceCompleted; /// public event findShopOrderScheduleToUpdateConfirmedQuantityByResourceCompletedEventHandler findShopOrderScheduleToUpdateConfirmedQuantityByResourceCompleted; /// public event validatePeggingCompletedEventHandler validatePeggingCompleted; /// public event createShopOrderCompletedEventHandler createShopOrderCompleted; /// public event findShopOrderKeyDataByRefCompletedEventHandler findShopOrderKeyDataByRefCompleted; /// public event readShopOrderErpDetailsCompletedEventHandler readShopOrderErpDetailsCompleted; /// public event updateShopOrderBasicConfigurationCompletedEventHandler updateShopOrderBasicConfigurationCompleted; /// public event updateShopOrderCompletedEventHandler updateShopOrderCompleted; /// public event releaseShopOrderCompletedEventHandler releaseShopOrderCompleted; /// public event updateShopOrderStatusCompletedEventHandler updateShopOrderStatusCompleted; /// public event findShopOrderCompletedEventHandler findShopOrderCompleted; /// public event findShopOrderConfigurationCompletedEventHandler findShopOrderConfigurationCompleted; /// public event findShopOrderByItemCompletedEventHandler findShopOrderByItemCompleted; /// public event findShopOrderByWorkCenterCompletedEventHandler findShopOrderByWorkCenterCompleted; /// public event findShopOrderByRouterCompletedEventHandler findShopOrderByRouterCompleted; /// public event findShopOrderConfigurationByHoldIdCompletedEventHandler findShopOrderConfigurationByHoldIdCompleted; /// public event updateShopOrderSchedulesScrappedQuantityCompletedEventHandler updateShopOrderSchedulesScrappedQuantityCompleted; /// public event updateShopOrderSchedulesUnScrappedQuantityCompletedEventHandler updateShopOrderSchedulesUnScrappedQuantityCompleted; /// public event isShopOrderScheduledAtRouterStepCompletedEventHandler isShopOrderScheduledAtRouterStepCompleted; /// public event updateShopOrderSchedulesCompletedEventHandler updateShopOrderSchedulesCompleted; /// public event findShopOrderSfcPlanInformationCompletedEventHandler findShopOrderSfcPlanInformationCompleted; /// public event findReworkShopOrderSfcPlanInformationCompletedEventHandler findReworkShopOrderSfcPlanInformationCompleted; /// public event deleteShopOrderSfcPlanInformationCompletedEventHandler deleteShopOrderSfcPlanInformationCompleted; /// public event insertShopOrderSfcPlanInformationCompletedEventHandler insertShopOrderSfcPlanInformationCompleted; /// public event findShopOrderByExampleCompletedEventHandler findShopOrderByExampleCompleted; /// public event findShopOrderCharacteristicsCompletedEventHandler findShopOrderCharacteristicsCompleted; /// public event findShopOrderSelectionRulesCompletedEventHandler findShopOrderSelectionRulesCompleted; /// public event findIsSfcFirstStartedOnCurrentOperationCompletedEventHandler findIsSfcFirstStartedOnCurrentOperationCompleted; /// public event findIsSfcLastCompletedOnCurrentOperationCompletedEventHandler findIsSfcLastCompletedOnCurrentOperationCompleted; /// public event shopOrderSfcDoneCompletedEventHandler shopOrderSfcDoneCompleted; /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("readShopOrderResponse", Namespace="mepapi:com:sap:me:demand")] public readShopOrderResponse readShopOrder([System.Xml.Serialization.XmlElementAttribute("readShopOrder", Namespace="mepapi:com:sap:me:demand")] readShopOrder readShopOrder1) { object[] results = this.Invoke("readShopOrder", new object[] { readShopOrder1}); return ((readShopOrderResponse)(results[0])); } /// public void readShopOrderAsync(readShopOrder readShopOrder1) { this.readShopOrderAsync(readShopOrder1, null); } /// public void readShopOrderAsync(readShopOrder readShopOrder1, object userState) { if ((this.readShopOrderOperationCompleted == null)) { this.readShopOrderOperationCompleted = new System.Threading.SendOrPostCallback(this.OnreadShopOrderOperationCompleted); } this.InvokeAsync("readShopOrder", new object[] { readShopOrder1}, this.readShopOrderOperationCompleted, userState); } private void OnreadShopOrderOperationCompleted(object arg) { if ((this.readShopOrderCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.readShopOrderCompleted(this, new readShopOrderCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("isPeggedResponse", Namespace="mepapi:com:sap:me:demand")] public isPeggedResponse isPegged([System.Xml.Serialization.XmlElementAttribute("isPegged", Namespace="mepapi:com:sap:me:demand")] isPegged isPegged1) { object[] results = this.Invoke("isPegged", new object[] { isPegged1}); return ((isPeggedResponse)(results[0])); } /// public void isPeggedAsync(isPegged isPegged1) { this.isPeggedAsync(isPegged1, null); } /// public void isPeggedAsync(isPegged isPegged1, object userState) { if ((this.isPeggedOperationCompleted == null)) { this.isPeggedOperationCompleted = new System.Threading.SendOrPostCallback(this.OnisPeggedOperationCompleted); } this.InvokeAsync("isPegged", new object[] { isPegged1}, this.isPeggedOperationCompleted, userState); } private void OnisPeggedOperationCompleted(object arg) { if ((this.isPeggedCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.isPeggedCompleted(this, new isPeggedCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("findShopOrderByKeyFieldsResponse", Namespace="mepapi:com:sap:me:demand")] public findShopOrderByKeyFieldsResponse findShopOrderByKeyFields([System.Xml.Serialization.XmlElementAttribute("findShopOrderByKeyFields", Namespace="mepapi:com:sap:me:demand")] findShopOrderByKeyFields findShopOrderByKeyFields1) { object[] results = this.Invoke("findShopOrderByKeyFields", new object[] { findShopOrderByKeyFields1}); return ((findShopOrderByKeyFieldsResponse)(results[0])); } /// public void findShopOrderByKeyFieldsAsync(findShopOrderByKeyFields findShopOrderByKeyFields1) { this.findShopOrderByKeyFieldsAsync(findShopOrderByKeyFields1, null); } /// public void findShopOrderByKeyFieldsAsync(findShopOrderByKeyFields findShopOrderByKeyFields1, object userState) { if ((this.findShopOrderByKeyFieldsOperationCompleted == null)) { this.findShopOrderByKeyFieldsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindShopOrderByKeyFieldsOperationCompleted); } this.InvokeAsync("findShopOrderByKeyFields", new object[] { findShopOrderByKeyFields1}, this.findShopOrderByKeyFieldsOperationCompleted, userState); } private void OnfindShopOrderByKeyFieldsOperationCompleted(object arg) { if ((this.findShopOrderByKeyFieldsCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.findShopOrderByKeyFieldsCompleted(this, new findShopOrderByKeyFieldsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlArrayAttribute("findShopOrdersByNameMaskResponse", Namespace="mepapi:com:sap:me:demand")] [return: System.Xml.Serialization.XmlArrayItemAttribute("Response", IsNullable=false)] public ShopOrderBasicConfiguration[] findShopOrdersByNameMask([System.Xml.Serialization.XmlElementAttribute("findShopOrdersByNameMask", Namespace="mepapi:com:sap:me:demand")] findShopOrdersByNameMask findShopOrdersByNameMask1) { object[] results = this.Invoke("findShopOrdersByNameMask", new object[] { findShopOrdersByNameMask1}); return ((ShopOrderBasicConfiguration[])(results[0])); } /// public void findShopOrdersByNameMaskAsync(findShopOrdersByNameMask findShopOrdersByNameMask1) { this.findShopOrdersByNameMaskAsync(findShopOrdersByNameMask1, null); } /// public void findShopOrdersByNameMaskAsync(findShopOrdersByNameMask findShopOrdersByNameMask1, object userState) { if ((this.findShopOrdersByNameMaskOperationCompleted == null)) { this.findShopOrdersByNameMaskOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindShopOrdersByNameMaskOperationCompleted); } this.InvokeAsync("findShopOrdersByNameMask", new object[] { findShopOrdersByNameMask1}, this.findShopOrdersByNameMaskOperationCompleted, userState); } private void OnfindShopOrdersByNameMaskOperationCompleted(object arg) { if ((this.findShopOrdersByNameMaskCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.findShopOrdersByNameMaskCompleted(this, new findShopOrdersByNameMaskCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("resolveShopOrderResponse", Namespace="mepapi:com:sap:me:demand")] public resolveShopOrderResponse resolveShopOrder([System.Xml.Serialization.XmlElementAttribute("resolveShopOrder", Namespace="mepapi:com:sap:me:demand")] resolveShopOrder resolveShopOrder1) { object[] results = this.Invoke("resolveShopOrder", new object[] { resolveShopOrder1}); return ((resolveShopOrderResponse)(results[0])); } /// public void resolveShopOrderAsync(resolveShopOrder resolveShopOrder1) { this.resolveShopOrderAsync(resolveShopOrder1, null); } /// public void resolveShopOrderAsync(resolveShopOrder resolveShopOrder1, object userState) { if ((this.resolveShopOrderOperationCompleted == null)) { this.resolveShopOrderOperationCompleted = new System.Threading.SendOrPostCallback(this.OnresolveShopOrderOperationCompleted); } this.InvokeAsync("resolveShopOrder", new object[] { resolveShopOrder1}, this.resolveShopOrderOperationCompleted, userState); } private void OnresolveShopOrderOperationCompleted(object arg) { if ((this.resolveShopOrderCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.resolveShopOrderCompleted(this, new resolveShopOrderCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlArrayAttribute("findShopOrderInspectionLotResponse", Namespace="mepapi:com:sap:me:demand")] [return: System.Xml.Serialization.XmlArrayItemAttribute("Response", IsNullable=false)] public ShopOrderInspectionLot[] findShopOrderInspectionLot([System.Xml.Serialization.XmlElementAttribute("findShopOrderInspectionLot", Namespace="mepapi:com:sap:me:demand")] findShopOrderInspectionLot findShopOrderInspectionLot1) { object[] results = this.Invoke("findShopOrderInspectionLot", new object[] { findShopOrderInspectionLot1}); return ((ShopOrderInspectionLot[])(results[0])); } /// public void findShopOrderInspectionLotAsync(findShopOrderInspectionLot findShopOrderInspectionLot1) { this.findShopOrderInspectionLotAsync(findShopOrderInspectionLot1, null); } /// public void findShopOrderInspectionLotAsync(findShopOrderInspectionLot findShopOrderInspectionLot1, object userState) { if ((this.findShopOrderInspectionLotOperationCompleted == null)) { this.findShopOrderInspectionLotOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindShopOrderInspectionLotOperationCompleted); } this.InvokeAsync("findShopOrderInspectionLot", new object[] { findShopOrderInspectionLot1}, this.findShopOrderInspectionLotOperationCompleted, userState); } private void OnfindShopOrderInspectionLotOperationCompleted(object arg) { if ((this.findShopOrderInspectionLotCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.findShopOrderInspectionLotCompleted(this, new findShopOrderInspectionLotCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("closeShopOrderResponse", Namespace="mepapi:com:sap:me:demand")] public closeShopOrderResponse closeShopOrder([System.Xml.Serialization.XmlElementAttribute("closeShopOrder", Namespace="mepapi:com:sap:me:demand")] closeShopOrder closeShopOrder1) { object[] results = this.Invoke("closeShopOrder", new object[] { closeShopOrder1}); return ((closeShopOrderResponse)(results[0])); } /// public void closeShopOrderAsync(closeShopOrder closeShopOrder1) { this.closeShopOrderAsync(closeShopOrder1, null); } /// public void closeShopOrderAsync(closeShopOrder closeShopOrder1, object userState) { if ((this.closeShopOrderOperationCompleted == null)) { this.closeShopOrderOperationCompleted = new System.Threading.SendOrPostCallback(this.OncloseShopOrderOperationCompleted); } this.InvokeAsync("closeShopOrder", new object[] { closeShopOrder1}, this.closeShopOrderOperationCompleted, userState); } private void OncloseShopOrderOperationCompleted(object arg) { if ((this.closeShopOrderCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.closeShopOrderCompleted(this, new closeShopOrderCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("deleteShopOrderResponse", Namespace="mepapi:com:sap:me:demand")] public deleteShopOrderResponse deleteShopOrder([System.Xml.Serialization.XmlElementAttribute("deleteShopOrder", Namespace="mepapi:com:sap:me:demand")] deleteShopOrder deleteShopOrder1) { object[] results = this.Invoke("deleteShopOrder", new object[] { deleteShopOrder1}); return ((deleteShopOrderResponse)(results[0])); } /// public void deleteShopOrderAsync(deleteShopOrder deleteShopOrder1) { this.deleteShopOrderAsync(deleteShopOrder1, null); } /// public void deleteShopOrderAsync(deleteShopOrder deleteShopOrder1, object userState) { if ((this.deleteShopOrderOperationCompleted == null)) { this.deleteShopOrderOperationCompleted = new System.Threading.SendOrPostCallback(this.OndeleteShopOrderOperationCompleted); } this.InvokeAsync("deleteShopOrder", new object[] { deleteShopOrder1}, this.deleteShopOrderOperationCompleted, userState); } private void OndeleteShopOrderOperationCompleted(object arg) { if ((this.deleteShopOrderCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.deleteShopOrderCompleted(this, new deleteShopOrderCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlArrayAttribute("findSfcSerialNumberByShopOrderResponse", Namespace="mepapi:com:sap:me:demand")] [return: System.Xml.Serialization.XmlArrayItemAttribute("Response", IsNullable=false)] public ShopOrderPlan[] findSfcSerialNumberByShopOrder([System.Xml.Serialization.XmlElementAttribute("findSfcSerialNumberByShopOrder", Namespace="mepapi:com:sap:me:demand")] findSfcSerialNumberByShopOrder findSfcSerialNumberByShopOrder1) { object[] results = this.Invoke("findSfcSerialNumberByShopOrder", new object[] { findSfcSerialNumberByShopOrder1}); return ((ShopOrderPlan[])(results[0])); } /// public void findSfcSerialNumberByShopOrderAsync(findSfcSerialNumberByShopOrder findSfcSerialNumberByShopOrder1) { this.findSfcSerialNumberByShopOrderAsync(findSfcSerialNumberByShopOrder1, null); } /// public void findSfcSerialNumberByShopOrderAsync(findSfcSerialNumberByShopOrder findSfcSerialNumberByShopOrder1, object userState) { if ((this.findSfcSerialNumberByShopOrderOperationCompleted == null)) { this.findSfcSerialNumberByShopOrderOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindSfcSerialNumberByShopOrderOperationCompleted); } this.InvokeAsync("findSfcSerialNumberByShopOrder", new object[] { findSfcSerialNumberByShopOrder1}, this.findSfcSerialNumberByShopOrderOperationCompleted, userState); } private void OnfindSfcSerialNumberByShopOrderOperationCompleted(object arg) { if ((this.findSfcSerialNumberByShopOrderCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.findSfcSerialNumberByShopOrderCompleted(this, new findSfcSerialNumberByShopOrderCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlArrayAttribute("findActiveShopOrderScheduleByRouterStepReferenceResponse", Namespace="mepapi:com:sap:me:demand")] [return: System.Xml.Serialization.XmlArrayItemAttribute("Response", IsNullable=false)] public ActiveShopOrderScheduleDetails[] findActiveShopOrderScheduleByRouterStepReference([System.Xml.Serialization.XmlElementAttribute("findActiveShopOrderScheduleByRouterStepReference", Namespace="mepapi:com:sap:me:demand")] findActiveShopOrderScheduleByRouterStepReference findActiveShopOrderScheduleByRouterStepReference1) { object[] results = this.Invoke("findActiveShopOrderScheduleByRouterStepReference", new object[] { findActiveShopOrderScheduleByRouterStepReference1}); return ((ActiveShopOrderScheduleDetails[])(results[0])); } /// public void findActiveShopOrderScheduleByRouterStepReferenceAsync(findActiveShopOrderScheduleByRouterStepReference findActiveShopOrderScheduleByRouterStepReference1) { this.findActiveShopOrderScheduleByRouterStepReferenceAsync(findActiveShopOrderScheduleByRouterStepReference1, null); } /// public void findActiveShopOrderScheduleByRouterStepReferenceAsync(findActiveShopOrderScheduleByRouterStepReference findActiveShopOrderScheduleByRouterStepReference1, object userState) { if ((this.findActiveShopOrderScheduleByRouterStepReferenceOperationCompleted == null)) { this.findActiveShopOrderScheduleByRouterStepReferenceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindActiveShopOrderScheduleByRouterStepReferenceOperationCompleted); } this.InvokeAsync("findActiveShopOrderScheduleByRouterStepReference", new object[] { findActiveShopOrderScheduleByRouterStepReference1}, this.findActiveShopOrderScheduleByRouterStepReferenceOperationCompleted, userState); } private void OnfindActiveShopOrderScheduleByRouterStepReferenceOperationCompleted(object arg) { if ((this.findActiveShopOrderScheduleByRouterStepReferenceCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.findActiveShopOrderScheduleByRouterStepReferenceCompleted(this, new findActiveShopOrderScheduleByRouterStepReferenceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlArrayAttribute("findShopOrderScheduleByRouterStepReferenceResponse", Namespace="mepapi:com:sap:me:demand")] [return: System.Xml.Serialization.XmlArrayItemAttribute("Response", IsNullable=false)] public ShopOrderScheduleDetails[] findShopOrderScheduleByRouterStepReference([System.Xml.Serialization.XmlElementAttribute("findShopOrderScheduleByRouterStepReference", Namespace="mepapi:com:sap:me:demand")] findShopOrderScheduleByRouterStepReference findShopOrderScheduleByRouterStepReference1) { object[] results = this.Invoke("findShopOrderScheduleByRouterStepReference", new object[] { findShopOrderScheduleByRouterStepReference1}); return ((ShopOrderScheduleDetails[])(results[0])); } /// public void findShopOrderScheduleByRouterStepReferenceAsync(findShopOrderScheduleByRouterStepReference findShopOrderScheduleByRouterStepReference1) { this.findShopOrderScheduleByRouterStepReferenceAsync(findShopOrderScheduleByRouterStepReference1, null); } /// public void findShopOrderScheduleByRouterStepReferenceAsync(findShopOrderScheduleByRouterStepReference findShopOrderScheduleByRouterStepReference1, object userState) { if ((this.findShopOrderScheduleByRouterStepReferenceOperationCompleted == null)) { this.findShopOrderScheduleByRouterStepReferenceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindShopOrderScheduleByRouterStepReferenceOperationCompleted); } this.InvokeAsync("findShopOrderScheduleByRouterStepReference", new object[] { findShopOrderScheduleByRouterStepReference1}, this.findShopOrderScheduleByRouterStepReferenceOperationCompleted, userState); } private void OnfindShopOrderScheduleByRouterStepReferenceOperationCompleted(object arg) { if ((this.findShopOrderScheduleByRouterStepReferenceCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.findShopOrderScheduleByRouterStepReferenceCompleted(this, new findShopOrderScheduleByRouterStepReferenceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("updateShopOrderSchedulesCompletedQuantityResponse", Namespace="mepapi:com:sap:me:demand")] public updateShopOrderSchedulesCompletedQuantityResponse updateShopOrderSchedulesCompletedQuantity([System.Xml.Serialization.XmlElementAttribute("updateShopOrderSchedulesCompletedQuantity", Namespace="mepapi:com:sap:me:demand")] updateShopOrderSchedulesCompletedQuantity updateShopOrderSchedulesCompletedQuantity1) { object[] results = this.Invoke("updateShopOrderSchedulesCompletedQuantity", new object[] { updateShopOrderSchedulesCompletedQuantity1}); return ((updateShopOrderSchedulesCompletedQuantityResponse)(results[0])); } /// public void updateShopOrderSchedulesCompletedQuantityAsync(updateShopOrderSchedulesCompletedQuantity updateShopOrderSchedulesCompletedQuantity1) { this.updateShopOrderSchedulesCompletedQuantityAsync(updateShopOrderSchedulesCompletedQuantity1, null); } /// public void updateShopOrderSchedulesCompletedQuantityAsync(updateShopOrderSchedulesCompletedQuantity updateShopOrderSchedulesCompletedQuantity1, object userState) { if ((this.updateShopOrderSchedulesCompletedQuantityOperationCompleted == null)) { this.updateShopOrderSchedulesCompletedQuantityOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateShopOrderSchedulesCompletedQuantityOperationCompleted); } this.InvokeAsync("updateShopOrderSchedulesCompletedQuantity", new object[] { updateShopOrderSchedulesCompletedQuantity1}, this.updateShopOrderSchedulesCompletedQuantityOperationCompleted, userState); } private void OnupdateShopOrderSchedulesCompletedQuantityOperationCompleted(object arg) { if ((this.updateShopOrderSchedulesCompletedQuantityCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.updateShopOrderSchedulesCompletedQuantityCompleted(this, new updateShopOrderSchedulesCompletedQuantityCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("updateShopOrderSchedulesConfirmedQuantityByResourceResponse", Namespace="mepapi:com:sap:me:demand")] public updateShopOrderSchedulesConfirmedQuantityByResourceResponse updateShopOrderSchedulesConfirmedQuantityByResource([System.Xml.Serialization.XmlElementAttribute("updateShopOrderSchedulesConfirmedQuantityByResource", Namespace="mepapi:com:sap:me:demand")] updateShopOrderSchedulesConfirmedQuantityByResource updateShopOrderSchedulesConfirmedQuantityByResource1) { object[] results = this.Invoke("updateShopOrderSchedulesConfirmedQuantityByResource", new object[] { updateShopOrderSchedulesConfirmedQuantityByResource1}); return ((updateShopOrderSchedulesConfirmedQuantityByResourceResponse)(results[0])); } /// public void updateShopOrderSchedulesConfirmedQuantityByResourceAsync(updateShopOrderSchedulesConfirmedQuantityByResource updateShopOrderSchedulesConfirmedQuantityByResource1) { this.updateShopOrderSchedulesConfirmedQuantityByResourceAsync(updateShopOrderSchedulesConfirmedQuantityByResource1, null); } /// public void updateShopOrderSchedulesConfirmedQuantityByResourceAsync(updateShopOrderSchedulesConfirmedQuantityByResource updateShopOrderSchedulesConfirmedQuantityByResource1, object userState) { if ((this.updateShopOrderSchedulesConfirmedQuantityByResourceOperationCompleted == null)) { this.updateShopOrderSchedulesConfirmedQuantityByResourceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateShopOrderSchedulesConfirmedQuantityByResourceOperationCompleted); } this.InvokeAsync("updateShopOrderSchedulesConfirmedQuantityByResource", new object[] { updateShopOrderSchedulesConfirmedQuantityByResource1}, this.updateShopOrderSchedulesConfirmedQuantityByResourceOperationCompleted, userState); } private void OnupdateShopOrderSchedulesConfirmedQuantityByResourceOperationCompleted(object arg) { if ((this.updateShopOrderSchedulesConfirmedQuantityByResourceCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.updateShopOrderSchedulesConfirmedQuantityByResourceCompleted(this, new updateShopOrderSchedulesConfirmedQuantityByResourceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("findShopOrderScheduleToUpdateConfirmedQuantityByResourceResponse", Namespace="mepapi:com:sap:me:demand")] public findShopOrderScheduleToUpdateConfirmedQuantityByResourceResponse findShopOrderScheduleToUpdateConfirmedQuantityByResource([System.Xml.Serialization.XmlElementAttribute("findShopOrderScheduleToUpdateConfirmedQuantityByResource", Namespace="mepapi:com:sap:me:demand")] findShopOrderScheduleToUpdateConfirmedQuantityByResource findShopOrderScheduleToUpdateConfirmedQuantityByResource1) { object[] results = this.Invoke("findShopOrderScheduleToUpdateConfirmedQuantityByResource", new object[] { findShopOrderScheduleToUpdateConfirmedQuantityByResource1}); return ((findShopOrderScheduleToUpdateConfirmedQuantityByResourceResponse)(results[0])); } /// public void findShopOrderScheduleToUpdateConfirmedQuantityByResourceAsync(findShopOrderScheduleToUpdateConfirmedQuantityByResource findShopOrderScheduleToUpdateConfirmedQuantityByResource1) { this.findShopOrderScheduleToUpdateConfirmedQuantityByResourceAsync(findShopOrderScheduleToUpdateConfirmedQuantityByResource1, null); } /// public void findShopOrderScheduleToUpdateConfirmedQuantityByResourceAsync(findShopOrderScheduleToUpdateConfirmedQuantityByResource findShopOrderScheduleToUpdateConfirmedQuantityByResource1, object userState) { if ((this.findShopOrderScheduleToUpdateConfirmedQuantityByResourceOperationCompleted == null)) { this.findShopOrderScheduleToUpdateConfirmedQuantityByResourceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindShopOrderScheduleToUpdateConfirmedQuantityByResourceOperationCompleted); } this.InvokeAsync("findShopOrderScheduleToUpdateConfirmedQuantityByResource", new object[] { findShopOrderScheduleToUpdateConfirmedQuantityByResource1}, this.findShopOrderScheduleToUpdateConfirmedQuantityByResourceOperationCompleted, userState); } private void OnfindShopOrderScheduleToUpdateConfirmedQuantityByResourceOperationCompleted(object arg) { if ((this.findShopOrderScheduleToUpdateConfirmedQuantityByResourceCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.findShopOrderScheduleToUpdateConfirmedQuantityByResourceCompleted(this, new findShopOrderScheduleToUpdateConfirmedQuantityByResourceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("validatePeggingResponse", Namespace="mepapi:com:sap:me:demand")] public validatePeggingResponse validatePegging([System.Xml.Serialization.XmlElementAttribute("validatePegging", Namespace="mepapi:com:sap:me:demand")] validatePegging validatePegging1) { object[] results = this.Invoke("validatePegging", new object[] { validatePegging1}); return ((validatePeggingResponse)(results[0])); } /// public void validatePeggingAsync(validatePegging validatePegging1) { this.validatePeggingAsync(validatePegging1, null); } /// public void validatePeggingAsync(validatePegging validatePegging1, object userState) { if ((this.validatePeggingOperationCompleted == null)) { this.validatePeggingOperationCompleted = new System.Threading.SendOrPostCallback(this.OnvalidatePeggingOperationCompleted); } this.InvokeAsync("validatePegging", new object[] { validatePegging1}, this.validatePeggingOperationCompleted, userState); } private void OnvalidatePeggingOperationCompleted(object arg) { if ((this.validatePeggingCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.validatePeggingCompleted(this, new validatePeggingCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("createShopOrderResponse", Namespace="mepapi:com:sap:me:demand")] public createShopOrderResponse createShopOrder([System.Xml.Serialization.XmlElementAttribute("createShopOrder", Namespace="mepapi:com:sap:me:demand")] createShopOrder createShopOrder1) { object[] results = this.Invoke("createShopOrder", new object[] { createShopOrder1}); return ((createShopOrderResponse)(results[0])); } /// public void createShopOrderAsync(createShopOrder createShopOrder1) { this.createShopOrderAsync(createShopOrder1, null); } /// public void createShopOrderAsync(createShopOrder createShopOrder1, object userState) { if ((this.createShopOrderOperationCompleted == null)) { this.createShopOrderOperationCompleted = new System.Threading.SendOrPostCallback(this.OncreateShopOrderOperationCompleted); } this.InvokeAsync("createShopOrder", new object[] { createShopOrder1}, this.createShopOrderOperationCompleted, userState); } private void OncreateShopOrderOperationCompleted(object arg) { if ((this.createShopOrderCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.createShopOrderCompleted(this, new createShopOrderCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("findShopOrderKeyDataByRefResponse", Namespace="mepapi:com:sap:me:demand")] public findShopOrderKeyDataByRefResponse findShopOrderKeyDataByRef([System.Xml.Serialization.XmlElementAttribute("findShopOrderKeyDataByRef", Namespace="mepapi:com:sap:me:demand")] findShopOrderKeyDataByRef findShopOrderKeyDataByRef1) { object[] results = this.Invoke("findShopOrderKeyDataByRef", new object[] { findShopOrderKeyDataByRef1}); return ((findShopOrderKeyDataByRefResponse)(results[0])); } /// public void findShopOrderKeyDataByRefAsync(findShopOrderKeyDataByRef findShopOrderKeyDataByRef1) { this.findShopOrderKeyDataByRefAsync(findShopOrderKeyDataByRef1, null); } /// public void findShopOrderKeyDataByRefAsync(findShopOrderKeyDataByRef findShopOrderKeyDataByRef1, object userState) { if ((this.findShopOrderKeyDataByRefOperationCompleted == null)) { this.findShopOrderKeyDataByRefOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindShopOrderKeyDataByRefOperationCompleted); } this.InvokeAsync("findShopOrderKeyDataByRef", new object[] { findShopOrderKeyDataByRef1}, this.findShopOrderKeyDataByRefOperationCompleted, userState); } private void OnfindShopOrderKeyDataByRefOperationCompleted(object arg) { if ((this.findShopOrderKeyDataByRefCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.findShopOrderKeyDataByRefCompleted(this, new findShopOrderKeyDataByRefCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("readShopOrderErpDetailsResponse", Namespace="mepapi:com:sap:me:demand")] public readShopOrderErpDetailsResponse readShopOrderErpDetails([System.Xml.Serialization.XmlElementAttribute("readShopOrderErpDetails", Namespace="mepapi:com:sap:me:demand")] readShopOrderErpDetails readShopOrderErpDetails1) { object[] results = this.Invoke("readShopOrderErpDetails", new object[] { readShopOrderErpDetails1}); return ((readShopOrderErpDetailsResponse)(results[0])); } /// public void readShopOrderErpDetailsAsync(readShopOrderErpDetails readShopOrderErpDetails1) { this.readShopOrderErpDetailsAsync(readShopOrderErpDetails1, null); } /// public void readShopOrderErpDetailsAsync(readShopOrderErpDetails readShopOrderErpDetails1, object userState) { if ((this.readShopOrderErpDetailsOperationCompleted == null)) { this.readShopOrderErpDetailsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnreadShopOrderErpDetailsOperationCompleted); } this.InvokeAsync("readShopOrderErpDetails", new object[] { readShopOrderErpDetails1}, this.readShopOrderErpDetailsOperationCompleted, userState); } private void OnreadShopOrderErpDetailsOperationCompleted(object arg) { if ((this.readShopOrderErpDetailsCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.readShopOrderErpDetailsCompleted(this, new readShopOrderErpDetailsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("updateShopOrderBasicConfigurationResponse", Namespace="mepapi:com:sap:me:demand")] public updateShopOrderBasicConfigurationResponse updateShopOrderBasicConfiguration([System.Xml.Serialization.XmlElementAttribute("updateShopOrderBasicConfiguration", Namespace="mepapi:com:sap:me:demand")] updateShopOrderBasicConfiguration updateShopOrderBasicConfiguration1) { object[] results = this.Invoke("updateShopOrderBasicConfiguration", new object[] { updateShopOrderBasicConfiguration1}); return ((updateShopOrderBasicConfigurationResponse)(results[0])); } /// public void updateShopOrderBasicConfigurationAsync(updateShopOrderBasicConfiguration updateShopOrderBasicConfiguration1) { this.updateShopOrderBasicConfigurationAsync(updateShopOrderBasicConfiguration1, null); } /// public void updateShopOrderBasicConfigurationAsync(updateShopOrderBasicConfiguration updateShopOrderBasicConfiguration1, object userState) { if ((this.updateShopOrderBasicConfigurationOperationCompleted == null)) { this.updateShopOrderBasicConfigurationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateShopOrderBasicConfigurationOperationCompleted); } this.InvokeAsync("updateShopOrderBasicConfiguration", new object[] { updateShopOrderBasicConfiguration1}, this.updateShopOrderBasicConfigurationOperationCompleted, userState); } private void OnupdateShopOrderBasicConfigurationOperationCompleted(object arg) { if ((this.updateShopOrderBasicConfigurationCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.updateShopOrderBasicConfigurationCompleted(this, new updateShopOrderBasicConfigurationCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("updateShopOrderResponse", Namespace="mepapi:com:sap:me:demand")] public updateShopOrderResponse updateShopOrder([System.Xml.Serialization.XmlElementAttribute("updateShopOrder", Namespace="mepapi:com:sap:me:demand")] updateShopOrder updateShopOrder1) { object[] results = this.Invoke("updateShopOrder", new object[] { updateShopOrder1}); return ((updateShopOrderResponse)(results[0])); } /// public void updateShopOrderAsync(updateShopOrder updateShopOrder1) { this.updateShopOrderAsync(updateShopOrder1, null); } /// public void updateShopOrderAsync(updateShopOrder updateShopOrder1, object userState) { if ((this.updateShopOrderOperationCompleted == null)) { this.updateShopOrderOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateShopOrderOperationCompleted); } this.InvokeAsync("updateShopOrder", new object[] { updateShopOrder1}, this.updateShopOrderOperationCompleted, userState); } private void OnupdateShopOrderOperationCompleted(object arg) { if ((this.updateShopOrderCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.updateShopOrderCompleted(this, new updateShopOrderCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("releaseShopOrderResponse", Namespace="mepapi:com:sap:me:demand")] public releaseShopOrderResponse releaseShopOrder([System.Xml.Serialization.XmlElementAttribute("releaseShopOrder", Namespace="mepapi:com:sap:me:demand")] releaseShopOrder releaseShopOrder1) { object[] results = this.Invoke("releaseShopOrder", new object[] { releaseShopOrder1}); return ((releaseShopOrderResponse)(results[0])); } /// public void releaseShopOrderAsync(releaseShopOrder releaseShopOrder1) { this.releaseShopOrderAsync(releaseShopOrder1, null); } /// public void releaseShopOrderAsync(releaseShopOrder releaseShopOrder1, object userState) { if ((this.releaseShopOrderOperationCompleted == null)) { this.releaseShopOrderOperationCompleted = new System.Threading.SendOrPostCallback(this.OnreleaseShopOrderOperationCompleted); } this.InvokeAsync("releaseShopOrder", new object[] { releaseShopOrder1}, this.releaseShopOrderOperationCompleted, userState); } private void OnreleaseShopOrderOperationCompleted(object arg) { if ((this.releaseShopOrderCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.releaseShopOrderCompleted(this, new releaseShopOrderCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("updateShopOrderStatusResponse", Namespace="mepapi:com:sap:me:demand")] public updateShopOrderStatusResponse updateShopOrderStatus([System.Xml.Serialization.XmlElementAttribute("updateShopOrderStatus", Namespace="mepapi:com:sap:me:demand")] updateShopOrderStatus updateShopOrderStatus1) { object[] results = this.Invoke("updateShopOrderStatus", new object[] { updateShopOrderStatus1}); return ((updateShopOrderStatusResponse)(results[0])); } /// public void updateShopOrderStatusAsync(updateShopOrderStatus updateShopOrderStatus1) { this.updateShopOrderStatusAsync(updateShopOrderStatus1, null); } /// public void updateShopOrderStatusAsync(updateShopOrderStatus updateShopOrderStatus1, object userState) { if ((this.updateShopOrderStatusOperationCompleted == null)) { this.updateShopOrderStatusOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateShopOrderStatusOperationCompleted); } this.InvokeAsync("updateShopOrderStatus", new object[] { updateShopOrderStatus1}, this.updateShopOrderStatusOperationCompleted, userState); } private void OnupdateShopOrderStatusOperationCompleted(object arg) { if ((this.updateShopOrderStatusCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.updateShopOrderStatusCompleted(this, new updateShopOrderStatusCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("findShopOrderResponse", Namespace="mepapi:com:sap:me:demand")] public findShopOrderResponse findShopOrder([System.Xml.Serialization.XmlElementAttribute("findShopOrder", Namespace="mepapi:com:sap:me:demand")] findShopOrder findShopOrder1) { object[] results = this.Invoke("findShopOrder", new object[] { findShopOrder1}); return ((findShopOrderResponse)(results[0])); } /// public void findShopOrderAsync(findShopOrder findShopOrder1) { this.findShopOrderAsync(findShopOrder1, null); } /// public void findShopOrderAsync(findShopOrder findShopOrder1, object userState) { if ((this.findShopOrderOperationCompleted == null)) { this.findShopOrderOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindShopOrderOperationCompleted); } this.InvokeAsync("findShopOrder", new object[] { findShopOrder1}, this.findShopOrderOperationCompleted, userState); } private void OnfindShopOrderOperationCompleted(object arg) { if ((this.findShopOrderCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.findShopOrderCompleted(this, new findShopOrderCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("findShopOrderConfigurationResponse", Namespace="mepapi:com:sap:me:demand")] public findShopOrderConfigurationResponse findShopOrderConfiguration([System.Xml.Serialization.XmlElementAttribute("findShopOrderConfiguration", Namespace="mepapi:com:sap:me:demand")] findShopOrderConfiguration findShopOrderConfiguration1) { object[] results = this.Invoke("findShopOrderConfiguration", new object[] { findShopOrderConfiguration1}); return ((findShopOrderConfigurationResponse)(results[0])); } /// public void findShopOrderConfigurationAsync(findShopOrderConfiguration findShopOrderConfiguration1) { this.findShopOrderConfigurationAsync(findShopOrderConfiguration1, null); } /// public void findShopOrderConfigurationAsync(findShopOrderConfiguration findShopOrderConfiguration1, object userState) { if ((this.findShopOrderConfigurationOperationCompleted == null)) { this.findShopOrderConfigurationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindShopOrderConfigurationOperationCompleted); } this.InvokeAsync("findShopOrderConfiguration", new object[] { findShopOrderConfiguration1}, this.findShopOrderConfigurationOperationCompleted, userState); } private void OnfindShopOrderConfigurationOperationCompleted(object arg) { if ((this.findShopOrderConfigurationCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.findShopOrderConfigurationCompleted(this, new findShopOrderConfigurationCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("findShopOrderByItemResponse", Namespace="mepapi:com:sap:me:demand")] public findShopOrderByItemResponse findShopOrderByItem([System.Xml.Serialization.XmlElementAttribute("findShopOrderByItem", Namespace="mepapi:com:sap:me:demand")] findShopOrderByItem findShopOrderByItem1) { object[] results = this.Invoke("findShopOrderByItem", new object[] { findShopOrderByItem1}); return ((findShopOrderByItemResponse)(results[0])); } /// public void findShopOrderByItemAsync(findShopOrderByItem findShopOrderByItem1) { this.findShopOrderByItemAsync(findShopOrderByItem1, null); } /// public void findShopOrderByItemAsync(findShopOrderByItem findShopOrderByItem1, object userState) { if ((this.findShopOrderByItemOperationCompleted == null)) { this.findShopOrderByItemOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindShopOrderByItemOperationCompleted); } this.InvokeAsync("findShopOrderByItem", new object[] { findShopOrderByItem1}, this.findShopOrderByItemOperationCompleted, userState); } private void OnfindShopOrderByItemOperationCompleted(object arg) { if ((this.findShopOrderByItemCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.findShopOrderByItemCompleted(this, new findShopOrderByItemCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("findShopOrderByWorkCenterResponse", Namespace="mepapi:com:sap:me:demand")] public findShopOrderByWorkCenterResponse findShopOrderByWorkCenter([System.Xml.Serialization.XmlElementAttribute("findShopOrderByWorkCenter", Namespace="mepapi:com:sap:me:demand")] findShopOrderByWorkCenter findShopOrderByWorkCenter1) { object[] results = this.Invoke("findShopOrderByWorkCenter", new object[] { findShopOrderByWorkCenter1}); return ((findShopOrderByWorkCenterResponse)(results[0])); } /// public void findShopOrderByWorkCenterAsync(findShopOrderByWorkCenter findShopOrderByWorkCenter1) { this.findShopOrderByWorkCenterAsync(findShopOrderByWorkCenter1, null); } /// public void findShopOrderByWorkCenterAsync(findShopOrderByWorkCenter findShopOrderByWorkCenter1, object userState) { if ((this.findShopOrderByWorkCenterOperationCompleted == null)) { this.findShopOrderByWorkCenterOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindShopOrderByWorkCenterOperationCompleted); } this.InvokeAsync("findShopOrderByWorkCenter", new object[] { findShopOrderByWorkCenter1}, this.findShopOrderByWorkCenterOperationCompleted, userState); } private void OnfindShopOrderByWorkCenterOperationCompleted(object arg) { if ((this.findShopOrderByWorkCenterCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.findShopOrderByWorkCenterCompleted(this, new findShopOrderByWorkCenterCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("findShopOrderByRouterResponse", Namespace="mepapi:com:sap:me:demand")] public findShopOrderByRouterResponse findShopOrderByRouter([System.Xml.Serialization.XmlElementAttribute("findShopOrderByRouter", Namespace="mepapi:com:sap:me:demand")] findShopOrderByRouter findShopOrderByRouter1) { object[] results = this.Invoke("findShopOrderByRouter", new object[] { findShopOrderByRouter1}); return ((findShopOrderByRouterResponse)(results[0])); } /// public void findShopOrderByRouterAsync(findShopOrderByRouter findShopOrderByRouter1) { this.findShopOrderByRouterAsync(findShopOrderByRouter1, null); } /// public void findShopOrderByRouterAsync(findShopOrderByRouter findShopOrderByRouter1, object userState) { if ((this.findShopOrderByRouterOperationCompleted == null)) { this.findShopOrderByRouterOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindShopOrderByRouterOperationCompleted); } this.InvokeAsync("findShopOrderByRouter", new object[] { findShopOrderByRouter1}, this.findShopOrderByRouterOperationCompleted, userState); } private void OnfindShopOrderByRouterOperationCompleted(object arg) { if ((this.findShopOrderByRouterCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.findShopOrderByRouterCompleted(this, new findShopOrderByRouterCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlArrayAttribute("findShopOrderConfigurationByHoldIdResponse", Namespace="mepapi:com:sap:me:demand")] [return: System.Xml.Serialization.XmlArrayItemAttribute("Response", IsNullable=false)] public ShopOrderBasicConfiguration[] findShopOrderConfigurationByHoldId([System.Xml.Serialization.XmlElementAttribute("findShopOrderConfigurationByHoldId", Namespace="mepapi:com:sap:me:demand")] findShopOrderConfigurationByHoldId findShopOrderConfigurationByHoldId1) { object[] results = this.Invoke("findShopOrderConfigurationByHoldId", new object[] { findShopOrderConfigurationByHoldId1}); return ((ShopOrderBasicConfiguration[])(results[0])); } /// public void findShopOrderConfigurationByHoldIdAsync(findShopOrderConfigurationByHoldId findShopOrderConfigurationByHoldId1) { this.findShopOrderConfigurationByHoldIdAsync(findShopOrderConfigurationByHoldId1, null); } /// public void findShopOrderConfigurationByHoldIdAsync(findShopOrderConfigurationByHoldId findShopOrderConfigurationByHoldId1, object userState) { if ((this.findShopOrderConfigurationByHoldIdOperationCompleted == null)) { this.findShopOrderConfigurationByHoldIdOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindShopOrderConfigurationByHoldIdOperationCompleted); } this.InvokeAsync("findShopOrderConfigurationByHoldId", new object[] { findShopOrderConfigurationByHoldId1}, this.findShopOrderConfigurationByHoldIdOperationCompleted, userState); } private void OnfindShopOrderConfigurationByHoldIdOperationCompleted(object arg) { if ((this.findShopOrderConfigurationByHoldIdCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.findShopOrderConfigurationByHoldIdCompleted(this, new findShopOrderConfigurationByHoldIdCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("updateShopOrderSchedulesScrappedQuantityResponse", Namespace="mepapi:com:sap:me:demand")] public updateShopOrderSchedulesScrappedQuantityResponse updateShopOrderSchedulesScrappedQuantity([System.Xml.Serialization.XmlElementAttribute("updateShopOrderSchedulesScrappedQuantity", Namespace="mepapi:com:sap:me:demand")] updateShopOrderSchedulesScrappedQuantity updateShopOrderSchedulesScrappedQuantity1) { object[] results = this.Invoke("updateShopOrderSchedulesScrappedQuantity", new object[] { updateShopOrderSchedulesScrappedQuantity1}); return ((updateShopOrderSchedulesScrappedQuantityResponse)(results[0])); } /// public void updateShopOrderSchedulesScrappedQuantityAsync(updateShopOrderSchedulesScrappedQuantity updateShopOrderSchedulesScrappedQuantity1) { this.updateShopOrderSchedulesScrappedQuantityAsync(updateShopOrderSchedulesScrappedQuantity1, null); } /// public void updateShopOrderSchedulesScrappedQuantityAsync(updateShopOrderSchedulesScrappedQuantity updateShopOrderSchedulesScrappedQuantity1, object userState) { if ((this.updateShopOrderSchedulesScrappedQuantityOperationCompleted == null)) { this.updateShopOrderSchedulesScrappedQuantityOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateShopOrderSchedulesScrappedQuantityOperationCompleted); } this.InvokeAsync("updateShopOrderSchedulesScrappedQuantity", new object[] { updateShopOrderSchedulesScrappedQuantity1}, this.updateShopOrderSchedulesScrappedQuantityOperationCompleted, userState); } private void OnupdateShopOrderSchedulesScrappedQuantityOperationCompleted(object arg) { if ((this.updateShopOrderSchedulesScrappedQuantityCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.updateShopOrderSchedulesScrappedQuantityCompleted(this, new updateShopOrderSchedulesScrappedQuantityCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("updateShopOrderSchedulesUnScrappedQuantityResponse", Namespace="mepapi:com:sap:me:demand")] public updateShopOrderSchedulesUnScrappedQuantityResponse updateShopOrderSchedulesUnScrappedQuantity([System.Xml.Serialization.XmlElementAttribute("updateShopOrderSchedulesUnScrappedQuantity", Namespace="mepapi:com:sap:me:demand")] updateShopOrderSchedulesUnScrappedQuantity updateShopOrderSchedulesUnScrappedQuantity1) { object[] results = this.Invoke("updateShopOrderSchedulesUnScrappedQuantity", new object[] { updateShopOrderSchedulesUnScrappedQuantity1}); return ((updateShopOrderSchedulesUnScrappedQuantityResponse)(results[0])); } /// public void updateShopOrderSchedulesUnScrappedQuantityAsync(updateShopOrderSchedulesUnScrappedQuantity updateShopOrderSchedulesUnScrappedQuantity1) { this.updateShopOrderSchedulesUnScrappedQuantityAsync(updateShopOrderSchedulesUnScrappedQuantity1, null); } /// public void updateShopOrderSchedulesUnScrappedQuantityAsync(updateShopOrderSchedulesUnScrappedQuantity updateShopOrderSchedulesUnScrappedQuantity1, object userState) { if ((this.updateShopOrderSchedulesUnScrappedQuantityOperationCompleted == null)) { this.updateShopOrderSchedulesUnScrappedQuantityOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateShopOrderSchedulesUnScrappedQuantityOperationCompleted); } this.InvokeAsync("updateShopOrderSchedulesUnScrappedQuantity", new object[] { updateShopOrderSchedulesUnScrappedQuantity1}, this.updateShopOrderSchedulesUnScrappedQuantityOperationCompleted, userState); } private void OnupdateShopOrderSchedulesUnScrappedQuantityOperationCompleted(object arg) { if ((this.updateShopOrderSchedulesUnScrappedQuantityCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.updateShopOrderSchedulesUnScrappedQuantityCompleted(this, new updateShopOrderSchedulesUnScrappedQuantityCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("isShopOrderScheduledAtRouterStepResponse", Namespace="mepapi:com:sap:me:demand")] public isShopOrderScheduledAtRouterStepResponse isShopOrderScheduledAtRouterStep([System.Xml.Serialization.XmlElementAttribute("isShopOrderScheduledAtRouterStep", Namespace="mepapi:com:sap:me:demand")] isShopOrderScheduledAtRouterStep isShopOrderScheduledAtRouterStep1) { object[] results = this.Invoke("isShopOrderScheduledAtRouterStep", new object[] { isShopOrderScheduledAtRouterStep1}); return ((isShopOrderScheduledAtRouterStepResponse)(results[0])); } /// public void isShopOrderScheduledAtRouterStepAsync(isShopOrderScheduledAtRouterStep isShopOrderScheduledAtRouterStep1) { this.isShopOrderScheduledAtRouterStepAsync(isShopOrderScheduledAtRouterStep1, null); } /// public void isShopOrderScheduledAtRouterStepAsync(isShopOrderScheduledAtRouterStep isShopOrderScheduledAtRouterStep1, object userState) { if ((this.isShopOrderScheduledAtRouterStepOperationCompleted == null)) { this.isShopOrderScheduledAtRouterStepOperationCompleted = new System.Threading.SendOrPostCallback(this.OnisShopOrderScheduledAtRouterStepOperationCompleted); } this.InvokeAsync("isShopOrderScheduledAtRouterStep", new object[] { isShopOrderScheduledAtRouterStep1}, this.isShopOrderScheduledAtRouterStepOperationCompleted, userState); } private void OnisShopOrderScheduledAtRouterStepOperationCompleted(object arg) { if ((this.isShopOrderScheduledAtRouterStepCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.isShopOrderScheduledAtRouterStepCompleted(this, new isShopOrderScheduledAtRouterStepCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("updateShopOrderSchedulesResponse", Namespace="mepapi:com:sap:me:demand")] public updateShopOrderSchedulesResponse updateShopOrderSchedules([System.Xml.Serialization.XmlElementAttribute("updateShopOrderSchedules", Namespace="mepapi:com:sap:me:demand")] updateShopOrderSchedules updateShopOrderSchedules1) { object[] results = this.Invoke("updateShopOrderSchedules", new object[] { updateShopOrderSchedules1}); return ((updateShopOrderSchedulesResponse)(results[0])); } /// public void updateShopOrderSchedulesAsync(updateShopOrderSchedules updateShopOrderSchedules1) { this.updateShopOrderSchedulesAsync(updateShopOrderSchedules1, null); } /// public void updateShopOrderSchedulesAsync(updateShopOrderSchedules updateShopOrderSchedules1, object userState) { if ((this.updateShopOrderSchedulesOperationCompleted == null)) { this.updateShopOrderSchedulesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateShopOrderSchedulesOperationCompleted); } this.InvokeAsync("updateShopOrderSchedules", new object[] { updateShopOrderSchedules1}, this.updateShopOrderSchedulesOperationCompleted, userState); } private void OnupdateShopOrderSchedulesOperationCompleted(object arg) { if ((this.updateShopOrderSchedulesCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.updateShopOrderSchedulesCompleted(this, new updateShopOrderSchedulesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlArrayAttribute("findShopOrderSfcPlanInformationResponse", Namespace="mepapi:com:sap:me:demand")] [return: System.Xml.Serialization.XmlArrayItemAttribute("Response", IsNullable=false)] public ShopOrderPlan[] findShopOrderSfcPlanInformation([System.Xml.Serialization.XmlElementAttribute("findShopOrderSfcPlanInformation", Namespace="mepapi:com:sap:me:demand")] findShopOrderSfcPlanInformation findShopOrderSfcPlanInformation1) { object[] results = this.Invoke("findShopOrderSfcPlanInformation", new object[] { findShopOrderSfcPlanInformation1}); return ((ShopOrderPlan[])(results[0])); } /// public void findShopOrderSfcPlanInformationAsync(findShopOrderSfcPlanInformation findShopOrderSfcPlanInformation1) { this.findShopOrderSfcPlanInformationAsync(findShopOrderSfcPlanInformation1, null); } /// public void findShopOrderSfcPlanInformationAsync(findShopOrderSfcPlanInformation findShopOrderSfcPlanInformation1, object userState) { if ((this.findShopOrderSfcPlanInformationOperationCompleted == null)) { this.findShopOrderSfcPlanInformationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindShopOrderSfcPlanInformationOperationCompleted); } this.InvokeAsync("findShopOrderSfcPlanInformation", new object[] { findShopOrderSfcPlanInformation1}, this.findShopOrderSfcPlanInformationOperationCompleted, userState); } private void OnfindShopOrderSfcPlanInformationOperationCompleted(object arg) { if ((this.findShopOrderSfcPlanInformationCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.findShopOrderSfcPlanInformationCompleted(this, new findShopOrderSfcPlanInformationCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlArrayAttribute("findReworkShopOrderSfcPlanInformationResponse", Namespace="mepapi:com:sap:me:demand")] [return: System.Xml.Serialization.XmlArrayItemAttribute("Response", IsNullable=false)] public ShopOrderPlan[] findReworkShopOrderSfcPlanInformation([System.Xml.Serialization.XmlElementAttribute("findReworkShopOrderSfcPlanInformation", Namespace="mepapi:com:sap:me:demand")] findReworkShopOrderSfcPlanInformation findReworkShopOrderSfcPlanInformation1) { object[] results = this.Invoke("findReworkShopOrderSfcPlanInformation", new object[] { findReworkShopOrderSfcPlanInformation1}); return ((ShopOrderPlan[])(results[0])); } /// public void findReworkShopOrderSfcPlanInformationAsync(findReworkShopOrderSfcPlanInformation findReworkShopOrderSfcPlanInformation1) { this.findReworkShopOrderSfcPlanInformationAsync(findReworkShopOrderSfcPlanInformation1, null); } /// public void findReworkShopOrderSfcPlanInformationAsync(findReworkShopOrderSfcPlanInformation findReworkShopOrderSfcPlanInformation1, object userState) { if ((this.findReworkShopOrderSfcPlanInformationOperationCompleted == null)) { this.findReworkShopOrderSfcPlanInformationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindReworkShopOrderSfcPlanInformationOperationCompleted); } this.InvokeAsync("findReworkShopOrderSfcPlanInformation", new object[] { findReworkShopOrderSfcPlanInformation1}, this.findReworkShopOrderSfcPlanInformationOperationCompleted, userState); } private void OnfindReworkShopOrderSfcPlanInformationOperationCompleted(object arg) { if ((this.findReworkShopOrderSfcPlanInformationCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.findReworkShopOrderSfcPlanInformationCompleted(this, new findReworkShopOrderSfcPlanInformationCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("deleteShopOrderSfcPlanInformationResponse", Namespace="mepapi:com:sap:me:demand")] public deleteShopOrderSfcPlanInformationResponse deleteShopOrderSfcPlanInformation([System.Xml.Serialization.XmlElementAttribute("deleteShopOrderSfcPlanInformation", Namespace="mepapi:com:sap:me:demand")] deleteShopOrderSfcPlanInformation deleteShopOrderSfcPlanInformation1) { object[] results = this.Invoke("deleteShopOrderSfcPlanInformation", new object[] { deleteShopOrderSfcPlanInformation1}); return ((deleteShopOrderSfcPlanInformationResponse)(results[0])); } /// public void deleteShopOrderSfcPlanInformationAsync(deleteShopOrderSfcPlanInformation deleteShopOrderSfcPlanInformation1) { this.deleteShopOrderSfcPlanInformationAsync(deleteShopOrderSfcPlanInformation1, null); } /// public void deleteShopOrderSfcPlanInformationAsync(deleteShopOrderSfcPlanInformation deleteShopOrderSfcPlanInformation1, object userState) { if ((this.deleteShopOrderSfcPlanInformationOperationCompleted == null)) { this.deleteShopOrderSfcPlanInformationOperationCompleted = new System.Threading.SendOrPostCallback(this.OndeleteShopOrderSfcPlanInformationOperationCompleted); } this.InvokeAsync("deleteShopOrderSfcPlanInformation", new object[] { deleteShopOrderSfcPlanInformation1}, this.deleteShopOrderSfcPlanInformationOperationCompleted, userState); } private void OndeleteShopOrderSfcPlanInformationOperationCompleted(object arg) { if ((this.deleteShopOrderSfcPlanInformationCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.deleteShopOrderSfcPlanInformationCompleted(this, new deleteShopOrderSfcPlanInformationCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("insertShopOrderSfcPlanInformationResponse", Namespace="mepapi:com:sap:me:demand")] public insertShopOrderSfcPlanInformationResponse insertShopOrderSfcPlanInformation([System.Xml.Serialization.XmlElementAttribute("insertShopOrderSfcPlanInformation", Namespace="mepapi:com:sap:me:demand")] insertShopOrderSfcPlanInformation insertShopOrderSfcPlanInformation1) { object[] results = this.Invoke("insertShopOrderSfcPlanInformation", new object[] { insertShopOrderSfcPlanInformation1}); return ((insertShopOrderSfcPlanInformationResponse)(results[0])); } /// public void insertShopOrderSfcPlanInformationAsync(insertShopOrderSfcPlanInformation insertShopOrderSfcPlanInformation1) { this.insertShopOrderSfcPlanInformationAsync(insertShopOrderSfcPlanInformation1, null); } /// public void insertShopOrderSfcPlanInformationAsync(insertShopOrderSfcPlanInformation insertShopOrderSfcPlanInformation1, object userState) { if ((this.insertShopOrderSfcPlanInformationOperationCompleted == null)) { this.insertShopOrderSfcPlanInformationOperationCompleted = new System.Threading.SendOrPostCallback(this.OninsertShopOrderSfcPlanInformationOperationCompleted); } this.InvokeAsync("insertShopOrderSfcPlanInformation", new object[] { insertShopOrderSfcPlanInformation1}, this.insertShopOrderSfcPlanInformationOperationCompleted, userState); } private void OninsertShopOrderSfcPlanInformationOperationCompleted(object arg) { if ((this.insertShopOrderSfcPlanInformationCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.insertShopOrderSfcPlanInformationCompleted(this, new insertShopOrderSfcPlanInformationCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlArrayAttribute("findShopOrderByExampleResponse", Namespace="mepapi:com:sap:me:demand")] [return: System.Xml.Serialization.XmlArrayItemAttribute("Response", IsNullable=false)] public ShopOrderBasicConfiguration[] findShopOrderByExample([System.Xml.Serialization.XmlElementAttribute("findShopOrderByExample", Namespace="mepapi:com:sap:me:demand")] findShopOrderByExample findShopOrderByExample1) { object[] results = this.Invoke("findShopOrderByExample", new object[] { findShopOrderByExample1}); return ((ShopOrderBasicConfiguration[])(results[0])); } /// public void findShopOrderByExampleAsync(findShopOrderByExample findShopOrderByExample1) { this.findShopOrderByExampleAsync(findShopOrderByExample1, null); } /// public void findShopOrderByExampleAsync(findShopOrderByExample findShopOrderByExample1, object userState) { if ((this.findShopOrderByExampleOperationCompleted == null)) { this.findShopOrderByExampleOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindShopOrderByExampleOperationCompleted); } this.InvokeAsync("findShopOrderByExample", new object[] { findShopOrderByExample1}, this.findShopOrderByExampleOperationCompleted, userState); } private void OnfindShopOrderByExampleOperationCompleted(object arg) { if ((this.findShopOrderByExampleCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.findShopOrderByExampleCompleted(this, new findShopOrderByExampleCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlArrayAttribute("findShopOrderCharacteristicsResponse", Namespace="mepapi:com:sap:me:demand")] [return: System.Xml.Serialization.XmlArrayItemAttribute("Response", IsNullable=false)] public ShopOrderCharacteristics[] findShopOrderCharacteristics([System.Xml.Serialization.XmlElementAttribute("findShopOrderCharacteristics", Namespace="mepapi:com:sap:me:demand")] findShopOrderCharacteristics findShopOrderCharacteristics1) { object[] results = this.Invoke("findShopOrderCharacteristics", new object[] { findShopOrderCharacteristics1}); return ((ShopOrderCharacteristics[])(results[0])); } /// public void findShopOrderCharacteristicsAsync(findShopOrderCharacteristics findShopOrderCharacteristics1) { this.findShopOrderCharacteristicsAsync(findShopOrderCharacteristics1, null); } /// public void findShopOrderCharacteristicsAsync(findShopOrderCharacteristics findShopOrderCharacteristics1, object userState) { if ((this.findShopOrderCharacteristicsOperationCompleted == null)) { this.findShopOrderCharacteristicsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindShopOrderCharacteristicsOperationCompleted); } this.InvokeAsync("findShopOrderCharacteristics", new object[] { findShopOrderCharacteristics1}, this.findShopOrderCharacteristicsOperationCompleted, userState); } private void OnfindShopOrderCharacteristicsOperationCompleted(object arg) { if ((this.findShopOrderCharacteristicsCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.findShopOrderCharacteristicsCompleted(this, new findShopOrderCharacteristicsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlArrayAttribute("findShopOrderSelectionRulesResponse", Namespace="mepapi:com:sap:me:demand")] [return: System.Xml.Serialization.XmlArrayItemAttribute("Response", IsNullable=false)] public ShopOrderSelectionRule[] findShopOrderSelectionRules([System.Xml.Serialization.XmlElementAttribute("findShopOrderSelectionRules", Namespace="mepapi:com:sap:me:demand")] findShopOrderSelectionRules findShopOrderSelectionRules1) { object[] results = this.Invoke("findShopOrderSelectionRules", new object[] { findShopOrderSelectionRules1}); return ((ShopOrderSelectionRule[])(results[0])); } /// public void findShopOrderSelectionRulesAsync(findShopOrderSelectionRules findShopOrderSelectionRules1) { this.findShopOrderSelectionRulesAsync(findShopOrderSelectionRules1, null); } /// public void findShopOrderSelectionRulesAsync(findShopOrderSelectionRules findShopOrderSelectionRules1, object userState) { if ((this.findShopOrderSelectionRulesOperationCompleted == null)) { this.findShopOrderSelectionRulesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindShopOrderSelectionRulesOperationCompleted); } this.InvokeAsync("findShopOrderSelectionRules", new object[] { findShopOrderSelectionRules1}, this.findShopOrderSelectionRulesOperationCompleted, userState); } private void OnfindShopOrderSelectionRulesOperationCompleted(object arg) { if ((this.findShopOrderSelectionRulesCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.findShopOrderSelectionRulesCompleted(this, new findShopOrderSelectionRulesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("findIsSfcFirstStartedOnCurrentOperationResponse", Namespace="mepapi:com:sap:me:demand")] public findIsSfcFirstStartedOnCurrentOperationResponse findIsSfcFirstStartedOnCurrentOperation([System.Xml.Serialization.XmlElementAttribute("findIsSfcFirstStartedOnCurrentOperation", Namespace="mepapi:com:sap:me:demand")] findIsSfcFirstStartedOnCurrentOperation findIsSfcFirstStartedOnCurrentOperation1) { object[] results = this.Invoke("findIsSfcFirstStartedOnCurrentOperation", new object[] { findIsSfcFirstStartedOnCurrentOperation1}); return ((findIsSfcFirstStartedOnCurrentOperationResponse)(results[0])); } /// public void findIsSfcFirstStartedOnCurrentOperationAsync(findIsSfcFirstStartedOnCurrentOperation findIsSfcFirstStartedOnCurrentOperation1) { this.findIsSfcFirstStartedOnCurrentOperationAsync(findIsSfcFirstStartedOnCurrentOperation1, null); } /// public void findIsSfcFirstStartedOnCurrentOperationAsync(findIsSfcFirstStartedOnCurrentOperation findIsSfcFirstStartedOnCurrentOperation1, object userState) { if ((this.findIsSfcFirstStartedOnCurrentOperationOperationCompleted == null)) { this.findIsSfcFirstStartedOnCurrentOperationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindIsSfcFirstStartedOnCurrentOperationOperationCompleted); } this.InvokeAsync("findIsSfcFirstStartedOnCurrentOperation", new object[] { findIsSfcFirstStartedOnCurrentOperation1}, this.findIsSfcFirstStartedOnCurrentOperationOperationCompleted, userState); } private void OnfindIsSfcFirstStartedOnCurrentOperationOperationCompleted(object arg) { if ((this.findIsSfcFirstStartedOnCurrentOperationCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.findIsSfcFirstStartedOnCurrentOperationCompleted(this, new findIsSfcFirstStartedOnCurrentOperationCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("findIsSfcLastCompletedOnCurrentOperationResponse", Namespace="mepapi:com:sap:me:demand")] public findIsSfcLastCompletedOnCurrentOperationResponse findIsSfcLastCompletedOnCurrentOperation([System.Xml.Serialization.XmlElementAttribute("findIsSfcLastCompletedOnCurrentOperation", Namespace="mepapi:com:sap:me:demand")] findIsSfcLastCompletedOnCurrentOperation findIsSfcLastCompletedOnCurrentOperation1) { object[] results = this.Invoke("findIsSfcLastCompletedOnCurrentOperation", new object[] { findIsSfcLastCompletedOnCurrentOperation1}); return ((findIsSfcLastCompletedOnCurrentOperationResponse)(results[0])); } /// public void findIsSfcLastCompletedOnCurrentOperationAsync(findIsSfcLastCompletedOnCurrentOperation findIsSfcLastCompletedOnCurrentOperation1) { this.findIsSfcLastCompletedOnCurrentOperationAsync(findIsSfcLastCompletedOnCurrentOperation1, null); } /// public void findIsSfcLastCompletedOnCurrentOperationAsync(findIsSfcLastCompletedOnCurrentOperation findIsSfcLastCompletedOnCurrentOperation1, object userState) { if ((this.findIsSfcLastCompletedOnCurrentOperationOperationCompleted == null)) { this.findIsSfcLastCompletedOnCurrentOperationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindIsSfcLastCompletedOnCurrentOperationOperationCompleted); } this.InvokeAsync("findIsSfcLastCompletedOnCurrentOperation", new object[] { findIsSfcLastCompletedOnCurrentOperation1}, this.findIsSfcLastCompletedOnCurrentOperationOperationCompleted, userState); } private void OnfindIsSfcLastCompletedOnCurrentOperationOperationCompleted(object arg) { if ((this.findIsSfcLastCompletedOnCurrentOperationCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.findIsSfcLastCompletedOnCurrentOperationCompleted(this, new findIsSfcLastCompletedOnCurrentOperationCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [return: System.Xml.Serialization.XmlElementAttribute("shopOrderSfcDoneResponse", Namespace="mepapi:com:sap:me:demand")] public shopOrderSfcDoneResponse shopOrderSfcDone([System.Xml.Serialization.XmlElementAttribute("shopOrderSfcDone", Namespace="mepapi:com:sap:me:demand")] shopOrderSfcDone shopOrderSfcDone1) { object[] results = this.Invoke("shopOrderSfcDone", new object[] { shopOrderSfcDone1}); return ((shopOrderSfcDoneResponse)(results[0])); } /// public void shopOrderSfcDoneAsync(shopOrderSfcDone shopOrderSfcDone1) { this.shopOrderSfcDoneAsync(shopOrderSfcDone1, null); } /// public void shopOrderSfcDoneAsync(shopOrderSfcDone shopOrderSfcDone1, object userState) { if ((this.shopOrderSfcDoneOperationCompleted == null)) { this.shopOrderSfcDoneOperationCompleted = new System.Threading.SendOrPostCallback(this.OnshopOrderSfcDoneOperationCompleted); } this.InvokeAsync("shopOrderSfcDone", new object[] { shopOrderSfcDone1}, this.shopOrderSfcDoneOperationCompleted, userState); } private void OnshopOrderSfcDoneOperationCompleted(object arg) { if ((this.shopOrderSfcDoneCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.shopOrderSfcDoneCompleted(this, new shopOrderSfcDoneCompletedEventArgs(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.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class readShopOrder { private string siteField; private string requestContextField; private ObjectReference requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public ObjectReference Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/common")] public partial class ObjectReference { private string refField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string @ref { get { return this.refField; } set { this.refField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class shopOrderSfcDoneResponse { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class ShopOrderSfcDoneRequest { private string sfcRefField; private decimal sfcQuantityDoneField; private string userRefField; /// public string sfcRef { get { return this.sfcRefField; } set { this.sfcRefField = value; } } /// public decimal sfcQuantityDone { get { return this.sfcQuantityDoneField; } set { this.sfcQuantityDoneField = value; } } /// public string userRef { get { return this.userRefField; } set { this.userRefField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class shopOrderSfcDone { private string siteField; private string requestContextField; private ShopOrderSfcDoneRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public ShopOrderSfcDoneRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class LastCompletedSfcOnCurrentOperationResponse { private bool lastCompletedSfcOnCurrentOperationField; private bool lastCompletedSfcOnCurrentOperationFieldSpecified; /// public bool LastCompletedSfcOnCurrentOperation { get { return this.lastCompletedSfcOnCurrentOperationField; } set { this.lastCompletedSfcOnCurrentOperationField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool LastCompletedSfcOnCurrentOperationSpecified { get { return this.lastCompletedSfcOnCurrentOperationFieldSpecified; } set { this.lastCompletedSfcOnCurrentOperationFieldSpecified = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findIsSfcLastCompletedOnCurrentOperationResponse { private LastCompletedSfcOnCurrentOperationResponse responseField; /// public LastCompletedSfcOnCurrentOperationResponse Response { get { return this.responseField; } set { this.responseField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class LastCompletedSfcOnCurrentOperationRequest { private string sfcRefField; private string shopOrderRefField; private string routerStepRefField; private string completedDateField; private string stepIdField; private ReportOperationTimeType reportOperationTimeRuleField; /// public string sfcRef { get { return this.sfcRefField; } set { this.sfcRefField = value; } } /// public string shopOrderRef { get { return this.shopOrderRefField; } set { this.shopOrderRefField = value; } } /// public string routerStepRef { get { return this.routerStepRefField; } set { this.routerStepRefField = value; } } /// public string CompletedDate { get { return this.completedDateField; } set { this.completedDateField = value; } } /// public string StepId { get { return this.stepIdField; } set { this.stepIdField = value; } } /// public ReportOperationTimeType reportOperationTimeRule { get { return this.reportOperationTimeRuleField; } set { this.reportOperationTimeRuleField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public enum ReportOperationTimeType { /// sendNoTime, /// onlyFirstTime, /// sendEachTime, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findIsSfcLastCompletedOnCurrentOperation { private string siteField; private string requestContextField; private LastCompletedSfcOnCurrentOperationRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public LastCompletedSfcOnCurrentOperationRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class FirstStartedSfcOnCurrentOperationResponse { private bool firstStartedOnCurrentOperationField; private bool firstStartedOnCurrentOperationFieldSpecified; /// public bool FirstStartedOnCurrentOperation { get { return this.firstStartedOnCurrentOperationField; } set { this.firstStartedOnCurrentOperationField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool FirstStartedOnCurrentOperationSpecified { get { return this.firstStartedOnCurrentOperationFieldSpecified; } set { this.firstStartedOnCurrentOperationFieldSpecified = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findIsSfcFirstStartedOnCurrentOperationResponse { private FirstStartedSfcOnCurrentOperationResponse responseField; /// public FirstStartedSfcOnCurrentOperationResponse Response { get { return this.responseField; } set { this.responseField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class FirstStartedSfcOnCurrentOperationRequest { private string sfcRefField; private string shopOrderRefField; private string routerStepRefField; private string startedDateField; private ReportOperationTimeType reportOperationTimeRuleField; /// public string sfcRef { get { return this.sfcRefField; } set { this.sfcRefField = value; } } /// public string shopOrderRef { get { return this.shopOrderRefField; } set { this.shopOrderRefField = value; } } /// public string routerStepRef { get { return this.routerStepRefField; } set { this.routerStepRefField = value; } } /// public string startedDate { get { return this.startedDateField; } set { this.startedDateField = value; } } /// public ReportOperationTimeType reportOperationTimeRule { get { return this.reportOperationTimeRuleField; } set { this.reportOperationTimeRuleField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findIsSfcFirstStartedOnCurrentOperation { private string siteField; private string requestContextField; private FirstStartedSfcOnCurrentOperationRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public FirstStartedSfcOnCurrentOperationRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findShopOrderSelectionRules { private string siteField; private string requestContextField; private ObjectReference requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public ObjectReference Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findShopOrderCharacteristics { private string siteField; private string requestContextField; private ObjectReference requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public ObjectReference Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findShopOrderByExample { private string siteField; private string requestContextField; private ShopOrderBasicConfiguration requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public ShopOrderBasicConfiguration Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(ShopOrderConfiguration))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(CreateShopOrderRequest))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ShopOrderFullConfiguration))] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class ShopOrderBasicConfiguration { private string shopOrderRefField; private string shopOrderField; private ShopOrderStatus statusField; private bool statusFieldSpecified; private ShopOrderType shopOrderTypeField; private bool shopOrderTypeFieldSpecified; private string plannedItemRefField; private string plannedBomRefField; private string plannedRouterRefField; private string laborChargeCodeRefField; private string plannedWorkCenterRefField; private decimal priorityField; private bool priorityFieldSpecified; private decimal quantityToBuildField; private bool quantityToBuildFieldSpecified; private decimal quantityOrderedField; private bool quantityOrderedFieldSpecified; private decimal quantityReleasedField; private bool quantityReleasedFieldSpecified; private decimal quantityScrappedField; private bool quantityScrappedFieldSpecified; private decimal quantityDoneField; private bool quantityDoneFieldSpecified; private string plannedStartDateField; private string plannedCompletionDateField; private string scheduledStartDateField; private string scheduledCompletionDateField; private string customerField; private string customerOrderField; private string inspectionLotField; private decimal inspectionGroupSizeField; private bool inspectionGroupSizeFieldSpecified; private string rmaNumberField; private bool erpOrderField; private bool erpOrderFieldSpecified; /// public string shopOrderRef { get { return this.shopOrderRefField; } set { this.shopOrderRefField = value; } } /// public string shopOrder { get { return this.shopOrderField; } set { this.shopOrderField = value; } } /// public ShopOrderStatus status { get { return this.statusField; } set { this.statusField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool statusSpecified { get { return this.statusFieldSpecified; } set { this.statusFieldSpecified = value; } } /// public ShopOrderType shopOrderType { get { return this.shopOrderTypeField; } set { this.shopOrderTypeField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool shopOrderTypeSpecified { get { return this.shopOrderTypeFieldSpecified; } set { this.shopOrderTypeFieldSpecified = value; } } /// public string plannedItemRef { get { return this.plannedItemRefField; } set { this.plannedItemRefField = value; } } /// public string plannedBomRef { get { return this.plannedBomRefField; } set { this.plannedBomRefField = value; } } /// public string plannedRouterRef { get { return this.plannedRouterRefField; } set { this.plannedRouterRefField = value; } } /// public string laborChargeCodeRef { get { return this.laborChargeCodeRefField; } set { this.laborChargeCodeRefField = value; } } /// public string plannedWorkCenterRef { get { return this.plannedWorkCenterRefField; } set { this.plannedWorkCenterRefField = value; } } /// public decimal priority { get { return this.priorityField; } set { this.priorityField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool prioritySpecified { get { return this.priorityFieldSpecified; } set { this.priorityFieldSpecified = value; } } /// public decimal quantityToBuild { get { return this.quantityToBuildField; } set { this.quantityToBuildField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool quantityToBuildSpecified { get { return this.quantityToBuildFieldSpecified; } set { this.quantityToBuildFieldSpecified = value; } } /// public decimal quantityOrdered { get { return this.quantityOrderedField; } set { this.quantityOrderedField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool quantityOrderedSpecified { get { return this.quantityOrderedFieldSpecified; } set { this.quantityOrderedFieldSpecified = value; } } /// public decimal quantityReleased { get { return this.quantityReleasedField; } set { this.quantityReleasedField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool quantityReleasedSpecified { get { return this.quantityReleasedFieldSpecified; } set { this.quantityReleasedFieldSpecified = value; } } /// public decimal quantityScrapped { get { return this.quantityScrappedField; } set { this.quantityScrappedField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool quantityScrappedSpecified { get { return this.quantityScrappedFieldSpecified; } set { this.quantityScrappedFieldSpecified = value; } } /// public decimal quantityDone { get { return this.quantityDoneField; } set { this.quantityDoneField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool quantityDoneSpecified { get { return this.quantityDoneFieldSpecified; } set { this.quantityDoneFieldSpecified = value; } } /// public string plannedStartDate { get { return this.plannedStartDateField; } set { this.plannedStartDateField = value; } } /// public string plannedCompletionDate { get { return this.plannedCompletionDateField; } set { this.plannedCompletionDateField = value; } } /// public string scheduledStartDate { get { return this.scheduledStartDateField; } set { this.scheduledStartDateField = value; } } /// public string scheduledCompletionDate { get { return this.scheduledCompletionDateField; } set { this.scheduledCompletionDateField = value; } } /// public string customer { get { return this.customerField; } set { this.customerField = value; } } /// public string customerOrder { get { return this.customerOrderField; } set { this.customerOrderField = value; } } /// public string inspectionLot { get { return this.inspectionLotField; } set { this.inspectionLotField = value; } } /// public decimal inspectionGroupSize { get { return this.inspectionGroupSizeField; } set { this.inspectionGroupSizeField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool inspectionGroupSizeSpecified { get { return this.inspectionGroupSizeFieldSpecified; } set { this.inspectionGroupSizeFieldSpecified = value; } } /// public string rmaNumber { get { return this.rmaNumberField; } set { this.rmaNumberField = value; } } /// public bool erpOrder { get { return this.erpOrderField; } set { this.erpOrderField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool erpOrderSpecified { get { return this.erpOrderFieldSpecified; } set { this.erpOrderFieldSpecified = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public enum ShopOrderStatus { /// Releasable, /// Hold, /// Done, /// Closed, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public enum ShopOrderType { /// ENGINEERING, /// INSPECTION, /// INSTALLATION, /// PRODUCTION, /// REPETITIVE, /// REWORK, /// RMA, /// SPARE, /// TOOLING, } /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(CreateShopOrderRequest))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ShopOrderFullConfiguration))] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class ShopOrderConfiguration : ShopOrderBasicConfiguration { private string itemRefField; private string bomRefField; private string routerRefField; private string releasedDateField; private string actualStartDateField; private string actualCompletionDateField; private string rmaSfcDataTypeRefField; private string rmaShopOrderDataTypeRefField; private ShopOrderStatus originalStatusField; private bool originalStatusFieldSpecified; private string transferSiteField; private TransferDataType transferTypeField; private bool transferTypeFieldSpecified; private string endUnitNumberField; private decimal holdIdField; private bool holdIdFieldSpecified; private string batchNumberField; private ShopOrderSfc[] shopOrderSfcListField; private ShopOrderInspectionLot[] shopOrderInspectionLotListField; private ShopOrderSfcPlan[] shopOrderSfcPlanListField; private ShopOrderSelectionRule[] shopOrderSelectionRulesListField; private ShopOrderPlan[] shopOrderPlanListField; private AttributeValue[] customDataField; private TransferData[] transferDataListField; private ShopOrderSchedule[] shopOrderScheduleListField; private string erpProductionVersionField; private string erpUnitOfMeasureField; private bool collectParentSerialField; private bool serialChangeRequiredField; private string erpPutawayStorageLocationField; private string warehouseNumberField; private ShopOrderCharacteristics[] shopOrderCharacteristicsListField; public ShopOrderConfiguration() { this.collectParentSerialField = false; this.serialChangeRequiredField = false; } /// public string itemRef { get { return this.itemRefField; } set { this.itemRefField = value; } } /// public string bomRef { get { return this.bomRefField; } set { this.bomRefField = value; } } /// public string routerRef { get { return this.routerRefField; } set { this.routerRefField = value; } } /// public string releasedDate { get { return this.releasedDateField; } set { this.releasedDateField = value; } } /// public string actualStartDate { get { return this.actualStartDateField; } set { this.actualStartDateField = value; } } /// public string actualCompletionDate { get { return this.actualCompletionDateField; } set { this.actualCompletionDateField = value; } } /// public string rmaSfcDataTypeRef { get { return this.rmaSfcDataTypeRefField; } set { this.rmaSfcDataTypeRefField = value; } } /// public string rmaShopOrderDataTypeRef { get { return this.rmaShopOrderDataTypeRefField; } set { this.rmaShopOrderDataTypeRefField = value; } } /// public ShopOrderStatus originalStatus { get { return this.originalStatusField; } set { this.originalStatusField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool originalStatusSpecified { get { return this.originalStatusFieldSpecified; } set { this.originalStatusFieldSpecified = value; } } /// public string transferSite { get { return this.transferSiteField; } set { this.transferSiteField = value; } } /// public TransferDataType transferType { get { return this.transferTypeField; } set { this.transferTypeField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool transferTypeSpecified { get { return this.transferTypeFieldSpecified; } set { this.transferTypeFieldSpecified = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.sap.com/me/common")] public string endUnitNumber { get { return this.endUnitNumberField; } set { this.endUnitNumberField = value; } } /// public decimal holdId { get { return this.holdIdField; } set { this.holdIdField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool holdIdSpecified { get { return this.holdIdFieldSpecified; } set { this.holdIdFieldSpecified = value; } } /// public string batchNumber { get { return this.batchNumberField; } set { this.batchNumberField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("shopOrderSfcList", IsNullable=true)] public ShopOrderSfc[] shopOrderSfcList { get { return this.shopOrderSfcListField; } set { this.shopOrderSfcListField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("shopOrderInspectionLotList", IsNullable=true)] public ShopOrderInspectionLot[] shopOrderInspectionLotList { get { return this.shopOrderInspectionLotListField; } set { this.shopOrderInspectionLotListField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("shopOrderSfcPlanList", IsNullable=true)] public ShopOrderSfcPlan[] shopOrderSfcPlanList { get { return this.shopOrderSfcPlanListField; } set { this.shopOrderSfcPlanListField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("shopOrderSelectionRulesList", IsNullable=true)] public ShopOrderSelectionRule[] shopOrderSelectionRulesList { get { return this.shopOrderSelectionRulesListField; } set { this.shopOrderSelectionRulesListField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("shopOrderPlanList", IsNullable=true)] public ShopOrderPlan[] shopOrderPlanList { get { return this.shopOrderPlanListField; } set { this.shopOrderPlanListField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("customData", IsNullable=true)] public AttributeValue[] customData { get { return this.customDataField; } set { this.customDataField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("transferDataList", IsNullable=true)] public TransferData[] transferDataList { get { return this.transferDataListField; } set { this.transferDataListField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("shopOrderScheduleList", IsNullable=true)] public ShopOrderSchedule[] shopOrderScheduleList { get { return this.shopOrderScheduleListField; } set { this.shopOrderScheduleListField = value; } } /// public string erpProductionVersion { get { return this.erpProductionVersionField; } set { this.erpProductionVersionField = value; } } /// public string erpUnitOfMeasure { get { return this.erpUnitOfMeasureField; } set { this.erpUnitOfMeasureField = value; } } /// [System.ComponentModel.DefaultValueAttribute(false)] public bool collectParentSerial { get { return this.collectParentSerialField; } set { this.collectParentSerialField = value; } } /// [System.ComponentModel.DefaultValueAttribute(false)] public bool serialChangeRequired { get { return this.serialChangeRequiredField; } set { this.serialChangeRequiredField = value; } } /// public string erpPutawayStorageLocation { get { return this.erpPutawayStorageLocationField; } set { this.erpPutawayStorageLocationField = value; } } /// public string warehouseNumber { get { return this.warehouseNumberField; } set { this.warehouseNumberField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("shopOrderCharacteristicsList", IsNullable=true)] public ShopOrderCharacteristics[] shopOrderCharacteristicsList { get { return this.shopOrderCharacteristicsListField; } set { this.shopOrderCharacteristicsListField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public enum TransferDataType { /// C, /// S, /// N, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class ShopOrderSfc { private string sfcRefField; /// public string sfcRef { get { return this.sfcRefField; } set { this.sfcRefField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class ShopOrderInspectionLot { private string routerStepRefField; private decimal inspectionSampleSizeField; private ShopOrderInspectionResult[] shopOrderInspectionResultListField; /// public string routerStepRef { get { return this.routerStepRefField; } set { this.routerStepRefField = value; } } /// public decimal inspectionSampleSize { get { return this.inspectionSampleSizeField; } set { this.inspectionSampleSizeField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("shopOrderInspectionResultList", IsNullable=true)] public ShopOrderInspectionResult[] shopOrderInspectionResultList { get { return this.shopOrderInspectionResultListField; } set { this.shopOrderInspectionResultListField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class ShopOrderInspectionResult { private string dcParameterRefField; private bool qmAcceptedField; private bool qmAcceptedFieldSpecified; /// public string dcParameterRef { get { return this.dcParameterRefField; } set { this.dcParameterRefField = value; } } /// public bool qmAccepted { get { return this.qmAcceptedField; } set { this.qmAcceptedField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool qmAcceptedSpecified { get { return this.qmAcceptedFieldSpecified; } set { this.qmAcceptedFieldSpecified = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class ShopOrderSfcPlan : AbstractShopOrderPlan { private string sfcField; /// public string sfc { get { return this.sfcField; } set { this.sfcField = value; } } } /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(ShopOrderPlan))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ShopOrderSfcPlan))] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class AbstractShopOrderPlan { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class ShopOrderPlan : AbstractShopOrderPlan { private string idField; private string sfcField; private string serialNumberField; private string originalSerialNumberField; private string originalItemField; private string originalSfcField; private bool isErpSfcNumberField; private bool isErpSfcNumberFieldSpecified; private bool isErpSerialNumberField; private bool isErpSerialNumberFieldSpecified; private bool isErpOriginalSerialNumberField; private bool isErpOriginalSerialNumberFieldSpecified; private bool isErpOriginalItemField; private bool isErpOriginalItemFieldSpecified; private ShopOrderSfcPlanStateEnum stateField; private bool stateFieldSpecified; private bool enabledField; private bool enabledFieldSpecified; /// public string id { get { return this.idField; } set { this.idField = value; } } /// public string sfc { get { return this.sfcField; } set { this.sfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.sap.com/me/common")] public string serialNumber { get { return this.serialNumberField; } set { this.serialNumberField = value; } } /// public string originalSerialNumber { get { return this.originalSerialNumberField; } set { this.originalSerialNumberField = value; } } /// public string originalItem { get { return this.originalItemField; } set { this.originalItemField = value; } } /// public string originalSfc { get { return this.originalSfcField; } set { this.originalSfcField = value; } } /// public bool isErpSfcNumber { get { return this.isErpSfcNumberField; } set { this.isErpSfcNumberField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool isErpSfcNumberSpecified { get { return this.isErpSfcNumberFieldSpecified; } set { this.isErpSfcNumberFieldSpecified = value; } } /// public bool isErpSerialNumber { get { return this.isErpSerialNumberField; } set { this.isErpSerialNumberField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool isErpSerialNumberSpecified { get { return this.isErpSerialNumberFieldSpecified; } set { this.isErpSerialNumberFieldSpecified = value; } } /// public bool isErpOriginalSerialNumber { get { return this.isErpOriginalSerialNumberField; } set { this.isErpOriginalSerialNumberField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool isErpOriginalSerialNumberSpecified { get { return this.isErpOriginalSerialNumberFieldSpecified; } set { this.isErpOriginalSerialNumberFieldSpecified = value; } } /// public bool isErpOriginalItem { get { return this.isErpOriginalItemField; } set { this.isErpOriginalItemField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool isErpOriginalItemSpecified { get { return this.isErpOriginalItemFieldSpecified; } set { this.isErpOriginalItemFieldSpecified = value; } } /// public ShopOrderSfcPlanStateEnum state { get { return this.stateField; } set { this.stateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool stateSpecified { get { return this.stateFieldSpecified; } set { this.stateFieldSpecified = value; } } /// public bool enabled { get { return this.enabledField; } set { this.enabledField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool enabledSpecified { get { return this.enabledFieldSpecified; } set { this.enabledFieldSpecified = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public enum ShopOrderSfcPlanStateEnum { /// NEW, /// RELEASED, /// OBSOLETE, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class ShopOrderSelectionRule { private string erpSelectionRuleField; private string erpSelectionValueField; /// public string erpSelectionRule { get { return this.erpSelectionRuleField; } set { this.erpSelectionRuleField = value; } } /// public string erpSelectionValue { get { return this.erpSelectionValueField; } set { this.erpSelectionValueField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/common")] public partial class AttributeValue { private string attributeField; private string valueField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string attribute { get { return this.attributeField; } set { this.attributeField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public string value { get { return this.valueField; } set { this.valueField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class TransferData { private string exportTemplateRefField; private bool receiveReqField; private string messageTypeRefField; private string transferSiteField; private TransferDataType transferTypeField; private bool defChoiceField; private bool defChoiceFieldSpecified; /// public string exportTemplateRef { get { return this.exportTemplateRefField; } set { this.exportTemplateRefField = value; } } /// public bool receiveReq { get { return this.receiveReqField; } set { this.receiveReqField = value; } } /// public string messageTypeRef { get { return this.messageTypeRefField; } set { this.messageTypeRefField = value; } } /// public string transferSite { get { return this.transferSiteField; } set { this.transferSiteField = value; } } /// public TransferDataType transferType { get { return this.transferTypeField; } set { this.transferTypeField = value; } } /// public bool defChoice { get { return this.defChoiceField; } set { this.defChoiceField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool defChoiceSpecified { get { return this.defChoiceFieldSpecified; } set { this.defChoiceFieldSpecified = value; } } } /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(ShopOrderScheduleDetails))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ActiveShopOrderScheduleDetails))] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class ShopOrderSchedule { private string routerStepRefField; private decimal sequenceField; private string resourceRefField; private string splitIdField; private decimal plannedQuantityField; private decimal confirmedQuantityField; private bool confirmedQuantityFieldSpecified; private string startDateField; private string endDateField; private decimal resourceErpInternalIdField; private bool resourceErpInternalIdFieldSpecified; /// public string routerStepRef { get { return this.routerStepRefField; } set { this.routerStepRefField = value; } } /// public decimal sequence { get { return this.sequenceField; } set { this.sequenceField = value; } } /// public string resourceRef { get { return this.resourceRefField; } set { this.resourceRefField = value; } } /// public string splitId { get { return this.splitIdField; } set { this.splitIdField = value; } } /// public decimal plannedQuantity { get { return this.plannedQuantityField; } set { this.plannedQuantityField = value; } } /// public decimal confirmedQuantity { get { return this.confirmedQuantityField; } set { this.confirmedQuantityField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool confirmedQuantitySpecified { get { return this.confirmedQuantityFieldSpecified; } set { this.confirmedQuantityFieldSpecified = value; } } /// public string startDate { get { return this.startDateField; } set { this.startDateField = value; } } /// public string endDate { get { return this.endDateField; } set { this.endDateField = value; } } /// public decimal resourceErpInternalId { get { return this.resourceErpInternalIdField; } set { this.resourceErpInternalIdField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool resourceErpInternalIdSpecified { get { return this.resourceErpInternalIdFieldSpecified; } set { this.resourceErpInternalIdFieldSpecified = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class ShopOrderScheduleDetails : ShopOrderSchedule { private string refField; /// public string @ref { get { return this.refField; } set { this.refField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class ActiveShopOrderScheduleDetails : ShopOrderSchedule { private string refField; /// public string @ref { get { return this.refField; } set { this.refField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class ShopOrderCharacteristics { private string characteristicNameField; private string characteristicValueField; private string characteristicDescriptionField; private string characteristicValueDescField; /// public string characteristicName { get { return this.characteristicNameField; } set { this.characteristicNameField = value; } } /// public string characteristicValue { get { return this.characteristicValueField; } set { this.characteristicValueField = value; } } /// public string characteristicDescription { get { return this.characteristicDescriptionField; } set { this.characteristicDescriptionField = value; } } /// public string characteristicValueDesc { get { return this.characteristicValueDescField; } set { this.characteristicValueDescField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class CreateShopOrderRequest : ShopOrderConfiguration { private bool isSubAssemblyField; private bool isSubAssemblyFieldSpecified; /// public bool isSubAssembly { get { return this.isSubAssemblyField; } set { this.isSubAssemblyField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool isSubAssemblySpecified { get { return this.isSubAssemblyFieldSpecified; } set { this.isSubAssemblyFieldSpecified = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class ShopOrderFullConfiguration : ShopOrderConfiguration { private System.DateTime modifiedDateTimeField; private string createdDateTimeField; /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] public System.DateTime modifiedDateTime { get { return this.modifiedDateTimeField; } set { this.modifiedDateTimeField = value; } } /// public string createdDateTime { get { return this.createdDateTimeField; } set { this.createdDateTimeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class insertShopOrderSfcPlanInformationResponse { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class insertShopOrderSfcPlanInformation { private string siteField; private string requestContextField; private ShopOrderSfcPlanConfiguration[] requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// [System.Xml.Serialization.XmlArrayItemAttribute("shopOrderSfcPlanConfigurationList", Namespace="http://www.sap.com/me/demand")] public ShopOrderSfcPlanConfiguration[] Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class ShopOrderSfcPlanConfiguration { private string idField; private string shopOrderRefField; private decimal sequenceField; private bool sequenceFieldSpecified; private string sfcField; private string serialNumberField; private string originalSerialNumberField; private string originalItemField; private string originalSfcField; private ShopOrderSfcPlanStateEnum stateField; private bool stateFieldSpecified; private bool enabledField; private bool enabledFieldSpecified; private bool isErpSfcNumberField; private bool isErpSfcNumberFieldSpecified; private bool isErpSerialNumberField; private bool isErpSerialNumberFieldSpecified; private bool isErpOriginalSerialNumberField; private bool isErpOriginalSerialNumberFieldSpecified; private bool isErpOriginalItemField; private bool isErpOriginalItemFieldSpecified; /// public string id { get { return this.idField; } set { this.idField = value; } } /// public string shopOrderRef { get { return this.shopOrderRefField; } set { this.shopOrderRefField = value; } } /// public decimal sequence { get { return this.sequenceField; } set { this.sequenceField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool sequenceSpecified { get { return this.sequenceFieldSpecified; } set { this.sequenceFieldSpecified = value; } } /// public string sfc { get { return this.sfcField; } set { this.sfcField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.sap.com/me/common")] public string serialNumber { get { return this.serialNumberField; } set { this.serialNumberField = value; } } /// public string originalSerialNumber { get { return this.originalSerialNumberField; } set { this.originalSerialNumberField = value; } } /// public string originalItem { get { return this.originalItemField; } set { this.originalItemField = value; } } /// public string originalSfc { get { return this.originalSfcField; } set { this.originalSfcField = value; } } /// public ShopOrderSfcPlanStateEnum state { get { return this.stateField; } set { this.stateField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool stateSpecified { get { return this.stateFieldSpecified; } set { this.stateFieldSpecified = value; } } /// public bool enabled { get { return this.enabledField; } set { this.enabledField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool enabledSpecified { get { return this.enabledFieldSpecified; } set { this.enabledFieldSpecified = value; } } /// public bool isErpSfcNumber { get { return this.isErpSfcNumberField; } set { this.isErpSfcNumberField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool isErpSfcNumberSpecified { get { return this.isErpSfcNumberFieldSpecified; } set { this.isErpSfcNumberFieldSpecified = value; } } /// public bool isErpSerialNumber { get { return this.isErpSerialNumberField; } set { this.isErpSerialNumberField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool isErpSerialNumberSpecified { get { return this.isErpSerialNumberFieldSpecified; } set { this.isErpSerialNumberFieldSpecified = value; } } /// public bool isErpOriginalSerialNumber { get { return this.isErpOriginalSerialNumberField; } set { this.isErpOriginalSerialNumberField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool isErpOriginalSerialNumberSpecified { get { return this.isErpOriginalSerialNumberFieldSpecified; } set { this.isErpOriginalSerialNumberFieldSpecified = value; } } /// public bool isErpOriginalItem { get { return this.isErpOriginalItemField; } set { this.isErpOriginalItemField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool isErpOriginalItemSpecified { get { return this.isErpOriginalItemFieldSpecified; } set { this.isErpOriginalItemFieldSpecified = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class deleteShopOrderSfcPlanInformationResponse { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class deleteShopOrderSfcPlanInformation { private string siteField; private string requestContextField; private ShopOrderSfcPlanConfiguration[] requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// [System.Xml.Serialization.XmlArrayItemAttribute("shopOrderSfcPlanConfigurationList", Namespace="http://www.sap.com/me/demand")] public ShopOrderSfcPlanConfiguration[] Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findReworkShopOrderSfcPlanInformation { private string siteField; private string requestContextField; private ShopOrderSfcPlanInformationRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public ShopOrderSfcPlanInformationRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class ShopOrderSfcPlanInformationRequest { private string shopOrderRefField; private string itemRefField; private bool strictCheckField; private bool strictCheckFieldSpecified; private decimal quantityPlannedToReleaseField; private bool quantityPlannedToReleaseFieldSpecified; /// public string shopOrderRef { get { return this.shopOrderRefField; } set { this.shopOrderRefField = value; } } /// public string itemRef { get { return this.itemRefField; } set { this.itemRefField = value; } } /// public bool strictCheck { get { return this.strictCheckField; } set { this.strictCheckField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool strictCheckSpecified { get { return this.strictCheckFieldSpecified; } set { this.strictCheckFieldSpecified = value; } } /// public decimal quantityPlannedToRelease { get { return this.quantityPlannedToReleaseField; } set { this.quantityPlannedToReleaseField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool quantityPlannedToReleaseSpecified { get { return this.quantityPlannedToReleaseFieldSpecified; } set { this.quantityPlannedToReleaseFieldSpecified = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findShopOrderSfcPlanInformation { private string siteField; private string requestContextField; private ShopOrderSfcPlanInformationRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public ShopOrderSfcPlanInformationRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class updateShopOrderSchedulesResponse { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class UpdateShopOrderSchedulesRequest { private ShopOrderSchedule[] shopOrderScheduleListField; private string shopOrderRefField; /// [System.Xml.Serialization.XmlElementAttribute("shopOrderScheduleList")] public ShopOrderSchedule[] shopOrderScheduleList { get { return this.shopOrderScheduleListField; } set { this.shopOrderScheduleListField = value; } } /// public string shopOrderRef { get { return this.shopOrderRefField; } set { this.shopOrderRefField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class updateShopOrderSchedules { private string siteField; private string requestContextField; private UpdateShopOrderSchedulesRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public UpdateShopOrderSchedulesRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class isShopOrderScheduledAtRouterStepResponse { private bool responseField; /// public bool Response { get { return this.responseField; } set { this.responseField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class isShopOrderScheduledAtRouterStepRequest { private string shopOrderRefField; private string routerStepRefField; /// public string shopOrderRef { get { return this.shopOrderRefField; } set { this.shopOrderRefField = value; } } /// public string routerStepRef { get { return this.routerStepRefField; } set { this.routerStepRefField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class isShopOrderScheduledAtRouterStep { private string siteField; private string requestContextField; private isShopOrderScheduledAtRouterStepRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public isShopOrderScheduledAtRouterStepRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class updateShopOrderSchedulesUnScrappedQuantityResponse { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class updateShopOrderSchedulesUnScrappedQuantity { private string siteField; private string requestContextField; private UpdateShopOrderSchedulesUnScrappedQuantityRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public UpdateShopOrderSchedulesUnScrappedQuantityRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class UpdateShopOrderSchedulesUnScrappedQuantityRequest : FindShopOrderScheduleByRouterStepReferenceRequest { private decimal unScrappedQuantityField; /// public decimal unScrappedQuantity { get { return this.unScrappedQuantityField; } set { this.unScrappedQuantityField = value; } } } /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(UpdateShopOrderSchedulesUnScrappedQuantityRequest))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(UpdateShopOrderSchedulesScrappedQuantityRequest))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(FindShopOrderScheduleToUpdateConfirmedQuantityByResourceRequest))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(UpdateShopOrderSchedulesConfirmedQuantityByResourceRequest))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(UpdateShopOrderSchedulesCompletedQuantityRequest))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(FindActiveShopOrderScheduleByRouterStepReferenceRequest))] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class FindShopOrderScheduleByRouterStepReferenceRequest { private string shopOrderRefField; private string routerStepRefField; /// public string shopOrderRef { get { return this.shopOrderRefField; } set { this.shopOrderRefField = value; } } /// public string routerStepRef { get { return this.routerStepRefField; } set { this.routerStepRefField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class UpdateShopOrderSchedulesScrappedQuantityRequest : FindShopOrderScheduleByRouterStepReferenceRequest { private decimal scrappedQuantityField; /// public decimal scrappedQuantity { get { return this.scrappedQuantityField; } set { this.scrappedQuantityField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class FindShopOrderScheduleToUpdateConfirmedQuantityByResourceRequest : FindShopOrderScheduleByRouterStepReferenceRequest { private string resourceRefField; /// public string resourceRef { get { return this.resourceRefField; } set { this.resourceRefField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class UpdateShopOrderSchedulesConfirmedQuantityByResourceRequest : FindShopOrderScheduleByRouterStepReferenceRequest { private decimal confirmedQuantityField; private string resourceRefField; /// public decimal confirmedQuantity { get { return this.confirmedQuantityField; } set { this.confirmedQuantityField = value; } } /// public string resourceRef { get { return this.resourceRefField; } set { this.resourceRefField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class UpdateShopOrderSchedulesCompletedQuantityRequest : FindShopOrderScheduleByRouterStepReferenceRequest { private decimal completedQuantityField; /// public decimal completedQuantity { get { return this.completedQuantityField; } set { this.completedQuantityField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class FindActiveShopOrderScheduleByRouterStepReferenceRequest : FindShopOrderScheduleByRouterStepReferenceRequest { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class updateShopOrderSchedulesScrappedQuantityResponse { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class updateShopOrderSchedulesScrappedQuantity { private string siteField; private string requestContextField; private UpdateShopOrderSchedulesScrappedQuantityRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public UpdateShopOrderSchedulesScrappedQuantityRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findShopOrderConfigurationByHoldId { private string siteField; private string requestContextField; private decimal requestField; private bool requestFieldSpecified; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public decimal Request { get { return this.requestField; } set { this.requestField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool RequestSpecified { get { return this.requestFieldSpecified; } set { this.requestFieldSpecified = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findShopOrderByRouterResponse { private ShopOrderBasicConfiguration[] responseField; /// [System.Xml.Serialization.XmlArrayItemAttribute("shopOrderList", Namespace="http://www.sap.com/me/demand")] public ShopOrderBasicConfiguration[] Response { get { return this.responseField; } set { this.responseField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class FindShopOrderByRouterRequest { private string routerMaskField; private string routerTypeMaskField; private string routerRevisionMaskField; /// public string routerMask { get { return this.routerMaskField; } set { this.routerMaskField = value; } } /// public string routerTypeMask { get { return this.routerTypeMaskField; } set { this.routerTypeMaskField = value; } } /// public string routerRevisionMask { get { return this.routerRevisionMaskField; } set { this.routerRevisionMaskField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findShopOrderByRouter { private string siteField; private string requestContextField; private FindShopOrderByRouterRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public FindShopOrderByRouterRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findShopOrderByWorkCenterResponse { private ShopOrderBasicConfiguration[] responseField; /// [System.Xml.Serialization.XmlArrayItemAttribute("shopOrderList", Namespace="http://www.sap.com/me/demand")] public ShopOrderBasicConfiguration[] Response { get { return this.responseField; } set { this.responseField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class FindShopOrderByWorkCenterRequest { private string workCenterMaskField; /// public string workCenterMask { get { return this.workCenterMaskField; } set { this.workCenterMaskField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findShopOrderByWorkCenter { private string siteField; private string requestContextField; private FindShopOrderByWorkCenterRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public FindShopOrderByWorkCenterRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findShopOrderByItemResponse { private ShopOrderBasicConfiguration[] responseField; /// [System.Xml.Serialization.XmlArrayItemAttribute("shopOrderList", Namespace="http://www.sap.com/me/demand")] public ShopOrderBasicConfiguration[] Response { get { return this.responseField; } set { this.responseField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class FindShopOrderByItemRequest { private string itemMaskField; private string itemRevisionMaskField; /// public string itemMask { get { return this.itemMaskField; } set { this.itemMaskField = value; } } /// public string itemRevisionMask { get { return this.itemRevisionMaskField; } set { this.itemRevisionMaskField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findShopOrderByItem { private string siteField; private string requestContextField; private FindShopOrderByItemRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public FindShopOrderByItemRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findShopOrderConfigurationResponse { private ShopOrderConfiguration responseField; /// public ShopOrderConfiguration Response { get { return this.responseField; } set { this.responseField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findShopOrderConfiguration { private string siteField; private string requestContextField; private ObjectReference requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public ObjectReference Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findShopOrderResponse { private ShopOrderBasicConfiguration responseField; /// public ShopOrderBasicConfiguration Response { get { return this.responseField; } set { this.responseField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findShopOrder { private string siteField; private string requestContextField; private ObjectReference requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public ObjectReference Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class updateShopOrderStatusResponse { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class UpdateShopOrderStatusRequest { private string shopOrderRefField; private ShopOrderStatus statusField; /// public string shopOrderRef { get { return this.shopOrderRefField; } set { this.shopOrderRefField = value; } } /// public ShopOrderStatus status { get { return this.statusField; } set { this.statusField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class updateShopOrderStatus { private string siteField; private string requestContextField; private UpdateShopOrderStatusRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public UpdateShopOrderStatusRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class ReleasedSfc { private string sfcRefField; private decimal quantityField; private string operationRefField; /// public string sfcRef { get { return this.sfcRefField; } set { this.sfcRefField = value; } } /// public decimal quantity { get { return this.quantityField; } set { this.quantityField = value; } } /// public string operationRef { get { return this.operationRefField; } set { this.operationRefField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class ReleaseShopOrderResponse { private string shopOrderRefField; private string endUnitNumberField; private string processLotRefField; private string itemRefField; private string routerRefField; private ReleasedSfc[] releasedSfcListField; private ReleaseShopOrderResponse[] subAssemblyShopOrderListField; /// public string shopOrderRef { get { return this.shopOrderRefField; } set { this.shopOrderRefField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.sap.com/me/common")] public string endUnitNumber { get { return this.endUnitNumberField; } set { this.endUnitNumberField = value; } } /// public string processLotRef { get { return this.processLotRefField; } set { this.processLotRefField = value; } } /// public string itemRef { get { return this.itemRefField; } set { this.itemRefField = value; } } /// public string routerRef { get { return this.routerRefField; } set { this.routerRefField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("releasedSfcList")] public ReleasedSfc[] releasedSfcList { get { return this.releasedSfcListField; } set { this.releasedSfcListField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("subAssemblyShopOrderList", IsNullable=true)] public ReleaseShopOrderResponse[] subAssemblyShopOrderList { get { return this.subAssemblyShopOrderListField; } set { this.subAssemblyShopOrderListField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class releaseShopOrderResponse { private ReleaseShopOrderResponse responseField; /// public ReleaseShopOrderResponse Response { get { return this.responseField; } set { this.responseField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class SfcIdentifier { private string idField; /// public string id { get { return this.idField; } set { this.idField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class ReleaseShopOrderRequest { private string shopOrderRefField; private decimal quantityToReleaseField; private string workCenterRefField; private bool addToNewLotField; private bool addToNewLotFieldSpecified; private bool allowRmaReleaseField; private bool allowRmaReleaseFieldSpecified; private string laborChargeCodeRefField; private SfcIdentifier[] newSfcListField; private bool skipEarnedStandardsInitializationField; public ReleaseShopOrderRequest() { this.skipEarnedStandardsInitializationField = false; } /// public string shopOrderRef { get { return this.shopOrderRefField; } set { this.shopOrderRefField = value; } } /// public decimal quantityToRelease { get { return this.quantityToReleaseField; } set { this.quantityToReleaseField = value; } } /// public string workCenterRef { get { return this.workCenterRefField; } set { this.workCenterRefField = value; } } /// public bool addToNewLot { get { return this.addToNewLotField; } set { this.addToNewLotField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool addToNewLotSpecified { get { return this.addToNewLotFieldSpecified; } set { this.addToNewLotFieldSpecified = value; } } /// public bool allowRmaRelease { get { return this.allowRmaReleaseField; } set { this.allowRmaReleaseField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool allowRmaReleaseSpecified { get { return this.allowRmaReleaseFieldSpecified; } set { this.allowRmaReleaseFieldSpecified = value; } } /// public string laborChargeCodeRef { get { return this.laborChargeCodeRefField; } set { this.laborChargeCodeRefField = value; } } /// [System.Xml.Serialization.XmlElementAttribute("newSfcList", IsNullable=true)] public SfcIdentifier[] newSfcList { get { return this.newSfcListField; } set { this.newSfcListField = value; } } /// [System.ComponentModel.DefaultValueAttribute(false)] public bool skipEarnedStandardsInitialization { get { return this.skipEarnedStandardsInitializationField; } set { this.skipEarnedStandardsInitializationField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class releaseShopOrder { private string siteField; private string requestContextField; private ReleaseShopOrderRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public ReleaseShopOrderRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class updateShopOrderResponse { private ShopOrderFullConfiguration responseField; /// public ShopOrderFullConfiguration Response { get { return this.responseField; } set { this.responseField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class updateShopOrder { private string siteField; private string requestContextField; private ShopOrderFullConfiguration requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public ShopOrderFullConfiguration Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class updateShopOrderBasicConfigurationResponse { private ShopOrderFullConfiguration responseField; /// public ShopOrderFullConfiguration Response { get { return this.responseField; } set { this.responseField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class updateShopOrderBasicConfiguration { private string siteField; private string requestContextField; private ShopOrderFullConfiguration requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public ShopOrderFullConfiguration Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class ReadShopOrderErpDetailsResponse { private string batchNumberField; private bool erpOrderField; private bool erpOrderFieldSpecified; private string erpProductionVersionField; private string erpUnitOfMeasureField; private string erpPutawayStorageLocationField; private string warehouseNumberField; /// public string batchNumber { get { return this.batchNumberField; } set { this.batchNumberField = value; } } /// public bool erpOrder { get { return this.erpOrderField; } set { this.erpOrderField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool erpOrderSpecified { get { return this.erpOrderFieldSpecified; } set { this.erpOrderFieldSpecified = value; } } /// public string erpProductionVersion { get { return this.erpProductionVersionField; } set { this.erpProductionVersionField = value; } } /// public string erpUnitOfMeasure { get { return this.erpUnitOfMeasureField; } set { this.erpUnitOfMeasureField = value; } } /// public string erpPutawayStorageLocation { get { return this.erpPutawayStorageLocationField; } set { this.erpPutawayStorageLocationField = value; } } /// public string warehouseNumber { get { return this.warehouseNumberField; } set { this.warehouseNumberField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class readShopOrderErpDetailsResponse { private ReadShopOrderErpDetailsResponse responseField; /// public ReadShopOrderErpDetailsResponse Response { get { return this.responseField; } set { this.responseField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class readShopOrderErpDetails { private string siteField; private string requestContextField; private ObjectReference requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public ObjectReference Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class ShopOrderKeyData { private string refField; private string siteField; private string shopOrderField; /// public string @ref { get { return this.refField; } set { this.refField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.sap.com/me/common")] public string site { get { return this.siteField; } set { this.siteField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.sap.com/me/common")] public string shopOrder { get { return this.shopOrderField; } set { this.shopOrderField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findShopOrderKeyDataByRefResponse { private ShopOrderKeyData responseField; /// public ShopOrderKeyData Response { get { return this.responseField; } set { this.responseField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findShopOrderKeyDataByRef { private string siteField; private string requestContextField; private ObjectReference requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public ObjectReference Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class createShopOrderResponse { private ShopOrderFullConfiguration responseField; /// public ShopOrderFullConfiguration Response { get { return this.responseField; } set { this.responseField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class createShopOrder { private string siteField; private string requestContextField; private CreateShopOrderRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public CreateShopOrderRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class validatePeggingResponse { private bool responseField; /// public bool Response { get { return this.responseField; } set { this.responseField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class ValidatePeggingRequest { private string peggedSfcRefField; private string componentRefField; private string assemblySfcRefField; /// public string peggedSfcRef { get { return this.peggedSfcRefField; } set { this.peggedSfcRefField = value; } } /// public string componentRef { get { return this.componentRefField; } set { this.componentRefField = value; } } /// public string assemblySfcRef { get { return this.assemblySfcRefField; } set { this.assemblySfcRefField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class validatePegging { private string siteField; private string requestContextField; private ValidatePeggingRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public ValidatePeggingRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findShopOrderScheduleToUpdateConfirmedQuantityByResourceResponse { private ShopOrderScheduleDetails responseField; /// public ShopOrderScheduleDetails Response { get { return this.responseField; } set { this.responseField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findShopOrderScheduleToUpdateConfirmedQuantityByResource { private string siteField; private string requestContextField; private FindShopOrderScheduleToUpdateConfirmedQuantityByResourceRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public FindShopOrderScheduleToUpdateConfirmedQuantityByResourceRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class updateShopOrderSchedulesConfirmedQuantityByResourceResponse { private ShopOrderSchedule responseField; /// public ShopOrderSchedule Response { get { return this.responseField; } set { this.responseField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class updateShopOrderSchedulesConfirmedQuantityByResource { private string siteField; private string requestContextField; private UpdateShopOrderSchedulesConfirmedQuantityByResourceRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public UpdateShopOrderSchedulesConfirmedQuantityByResourceRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class updateShopOrderSchedulesCompletedQuantityResponse { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class updateShopOrderSchedulesCompletedQuantity { private string siteField; private string requestContextField; private UpdateShopOrderSchedulesCompletedQuantityRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public UpdateShopOrderSchedulesCompletedQuantityRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findShopOrderScheduleByRouterStepReference { private string siteField; private string requestContextField; private FindShopOrderScheduleByRouterStepReferenceRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public FindShopOrderScheduleByRouterStepReferenceRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findActiveShopOrderScheduleByRouterStepReference { private string siteField; private string requestContextField; private FindActiveShopOrderScheduleByRouterStepReferenceRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public FindActiveShopOrderScheduleByRouterStepReferenceRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findSfcSerialNumberByShopOrder { private string siteField; private string requestContextField; private ObjectReference requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public ObjectReference Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class deleteShopOrderResponse { private int responseField; /// public int Response { get { return this.responseField; } set { this.responseField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class deleteShopOrder { private string siteField; private string requestContextField; private ObjectReference requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public ObjectReference Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class closeShopOrderResponse { } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class CloseShopOrderRequest { private string shopOrderRefField; private CloseShopOrderStatus statusField; private bool closeSubassemblyField; private bool closeSubassemblyFieldSpecified; /// public string shopOrderRef { get { return this.shopOrderRefField; } set { this.shopOrderRefField = value; } } /// public CloseShopOrderStatus status { get { return this.statusField; } set { this.statusField = value; } } /// public bool closeSubassembly { get { return this.closeSubassemblyField; } set { this.closeSubassemblyField = value; } } /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool closeSubassemblySpecified { get { return this.closeSubassemblyFieldSpecified; } set { this.closeSubassemblyFieldSpecified = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public enum CloseShopOrderStatus { /// Releasable, /// Done, /// Closed, } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class closeShopOrder { private string siteField; private string requestContextField; private CloseShopOrderRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public CloseShopOrderRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findShopOrderInspectionLot { private string siteField; private string requestContextField; private ObjectReference requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public ObjectReference Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class resolveShopOrderResponse { private ShopOrderBasicConfiguration responseField; /// public ShopOrderBasicConfiguration Response { get { return this.responseField; } set { this.responseField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class resolveShopOrder { private string siteField; private string requestContextField; private FindShopOrderByKeyFieldsRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public FindShopOrderByKeyFieldsRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/demand")] public partial class FindShopOrderByKeyFieldsRequest { private string shopOrderField; /// public string shopOrder { get { return this.shopOrderField; } set { this.shopOrderField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findShopOrdersByNameMask { private string siteField; private string requestContextField; private FindShopOrderByKeyFieldsRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public FindShopOrderByKeyFieldsRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findShopOrderByKeyFieldsResponse { private ShopOrderBasicConfiguration responseField; /// public ShopOrderBasicConfiguration Response { get { return this.responseField; } set { this.responseField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class findShopOrderByKeyFields { private string siteField; private string requestContextField; private FindShopOrderByKeyFieldsRequest requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public FindShopOrderByKeyFieldsRequest Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class isPeggedResponse { private bool responseField; /// public bool Response { get { return this.responseField; } set { this.responseField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class isPegged { private string siteField; private string requestContextField; private ObjectReference requestField; /// public string Site { get { return this.siteField; } set { this.siteField = value; } } /// public string RequestContext { get { return this.requestContextField; } set { this.requestContextField = value; } } /// public ObjectReference Request { get { return this.requestField; } set { this.requestField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:demand")] public partial class readShopOrderResponse { private ShopOrderFullConfiguration responseField; /// public ShopOrderFullConfiguration Response { get { return this.responseField; } set { this.responseField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void readShopOrderCompletedEventHandler(object sender, readShopOrderCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class readShopOrderCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal readShopOrderCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public readShopOrderResponse Result { get { this.RaiseExceptionIfNecessary(); return ((readShopOrderResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void isPeggedCompletedEventHandler(object sender, isPeggedCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class isPeggedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal isPeggedCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public isPeggedResponse Result { get { this.RaiseExceptionIfNecessary(); return ((isPeggedResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void findShopOrderByKeyFieldsCompletedEventHandler(object sender, findShopOrderByKeyFieldsCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class findShopOrderByKeyFieldsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal findShopOrderByKeyFieldsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public findShopOrderByKeyFieldsResponse Result { get { this.RaiseExceptionIfNecessary(); return ((findShopOrderByKeyFieldsResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void findShopOrdersByNameMaskCompletedEventHandler(object sender, findShopOrdersByNameMaskCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class findShopOrdersByNameMaskCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal findShopOrdersByNameMaskCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ShopOrderBasicConfiguration[] Result { get { this.RaiseExceptionIfNecessary(); return ((ShopOrderBasicConfiguration[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void resolveShopOrderCompletedEventHandler(object sender, resolveShopOrderCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class resolveShopOrderCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal resolveShopOrderCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public resolveShopOrderResponse Result { get { this.RaiseExceptionIfNecessary(); return ((resolveShopOrderResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void findShopOrderInspectionLotCompletedEventHandler(object sender, findShopOrderInspectionLotCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class findShopOrderInspectionLotCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal findShopOrderInspectionLotCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ShopOrderInspectionLot[] Result { get { this.RaiseExceptionIfNecessary(); return ((ShopOrderInspectionLot[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void closeShopOrderCompletedEventHandler(object sender, closeShopOrderCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class closeShopOrderCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal closeShopOrderCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public closeShopOrderResponse Result { get { this.RaiseExceptionIfNecessary(); return ((closeShopOrderResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void deleteShopOrderCompletedEventHandler(object sender, deleteShopOrderCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class deleteShopOrderCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal deleteShopOrderCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public deleteShopOrderResponse Result { get { this.RaiseExceptionIfNecessary(); return ((deleteShopOrderResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void findSfcSerialNumberByShopOrderCompletedEventHandler(object sender, findSfcSerialNumberByShopOrderCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class findSfcSerialNumberByShopOrderCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal findSfcSerialNumberByShopOrderCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ShopOrderPlan[] Result { get { this.RaiseExceptionIfNecessary(); return ((ShopOrderPlan[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void findActiveShopOrderScheduleByRouterStepReferenceCompletedEventHandler(object sender, findActiveShopOrderScheduleByRouterStepReferenceCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class findActiveShopOrderScheduleByRouterStepReferenceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal findActiveShopOrderScheduleByRouterStepReferenceCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ActiveShopOrderScheduleDetails[] Result { get { this.RaiseExceptionIfNecessary(); return ((ActiveShopOrderScheduleDetails[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void findShopOrderScheduleByRouterStepReferenceCompletedEventHandler(object sender, findShopOrderScheduleByRouterStepReferenceCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class findShopOrderScheduleByRouterStepReferenceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal findShopOrderScheduleByRouterStepReferenceCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ShopOrderScheduleDetails[] Result { get { this.RaiseExceptionIfNecessary(); return ((ShopOrderScheduleDetails[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void updateShopOrderSchedulesCompletedQuantityCompletedEventHandler(object sender, updateShopOrderSchedulesCompletedQuantityCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class updateShopOrderSchedulesCompletedQuantityCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal updateShopOrderSchedulesCompletedQuantityCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public updateShopOrderSchedulesCompletedQuantityResponse Result { get { this.RaiseExceptionIfNecessary(); return ((updateShopOrderSchedulesCompletedQuantityResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void updateShopOrderSchedulesConfirmedQuantityByResourceCompletedEventHandler(object sender, updateShopOrderSchedulesConfirmedQuantityByResourceCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class updateShopOrderSchedulesConfirmedQuantityByResourceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal updateShopOrderSchedulesConfirmedQuantityByResourceCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public updateShopOrderSchedulesConfirmedQuantityByResourceResponse Result { get { this.RaiseExceptionIfNecessary(); return ((updateShopOrderSchedulesConfirmedQuantityByResourceResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void findShopOrderScheduleToUpdateConfirmedQuantityByResourceCompletedEventHandler(object sender, findShopOrderScheduleToUpdateConfirmedQuantityByResourceCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class findShopOrderScheduleToUpdateConfirmedQuantityByResourceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal findShopOrderScheduleToUpdateConfirmedQuantityByResourceCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public findShopOrderScheduleToUpdateConfirmedQuantityByResourceResponse Result { get { this.RaiseExceptionIfNecessary(); return ((findShopOrderScheduleToUpdateConfirmedQuantityByResourceResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void validatePeggingCompletedEventHandler(object sender, validatePeggingCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class validatePeggingCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal validatePeggingCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public validatePeggingResponse Result { get { this.RaiseExceptionIfNecessary(); return ((validatePeggingResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void createShopOrderCompletedEventHandler(object sender, createShopOrderCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class createShopOrderCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal createShopOrderCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public createShopOrderResponse Result { get { this.RaiseExceptionIfNecessary(); return ((createShopOrderResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void findShopOrderKeyDataByRefCompletedEventHandler(object sender, findShopOrderKeyDataByRefCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class findShopOrderKeyDataByRefCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal findShopOrderKeyDataByRefCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public findShopOrderKeyDataByRefResponse Result { get { this.RaiseExceptionIfNecessary(); return ((findShopOrderKeyDataByRefResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void readShopOrderErpDetailsCompletedEventHandler(object sender, readShopOrderErpDetailsCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class readShopOrderErpDetailsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal readShopOrderErpDetailsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public readShopOrderErpDetailsResponse Result { get { this.RaiseExceptionIfNecessary(); return ((readShopOrderErpDetailsResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void updateShopOrderBasicConfigurationCompletedEventHandler(object sender, updateShopOrderBasicConfigurationCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class updateShopOrderBasicConfigurationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal updateShopOrderBasicConfigurationCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public updateShopOrderBasicConfigurationResponse Result { get { this.RaiseExceptionIfNecessary(); return ((updateShopOrderBasicConfigurationResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void updateShopOrderCompletedEventHandler(object sender, updateShopOrderCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class updateShopOrderCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal updateShopOrderCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public updateShopOrderResponse Result { get { this.RaiseExceptionIfNecessary(); return ((updateShopOrderResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void releaseShopOrderCompletedEventHandler(object sender, releaseShopOrderCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class releaseShopOrderCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal releaseShopOrderCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public releaseShopOrderResponse Result { get { this.RaiseExceptionIfNecessary(); return ((releaseShopOrderResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void updateShopOrderStatusCompletedEventHandler(object sender, updateShopOrderStatusCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class updateShopOrderStatusCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal updateShopOrderStatusCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public updateShopOrderStatusResponse Result { get { this.RaiseExceptionIfNecessary(); return ((updateShopOrderStatusResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void findShopOrderCompletedEventHandler(object sender, findShopOrderCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class findShopOrderCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal findShopOrderCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public findShopOrderResponse Result { get { this.RaiseExceptionIfNecessary(); return ((findShopOrderResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void findShopOrderConfigurationCompletedEventHandler(object sender, findShopOrderConfigurationCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class findShopOrderConfigurationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal findShopOrderConfigurationCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public findShopOrderConfigurationResponse Result { get { this.RaiseExceptionIfNecessary(); return ((findShopOrderConfigurationResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void findShopOrderByItemCompletedEventHandler(object sender, findShopOrderByItemCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class findShopOrderByItemCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal findShopOrderByItemCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public findShopOrderByItemResponse Result { get { this.RaiseExceptionIfNecessary(); return ((findShopOrderByItemResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void findShopOrderByWorkCenterCompletedEventHandler(object sender, findShopOrderByWorkCenterCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class findShopOrderByWorkCenterCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal findShopOrderByWorkCenterCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public findShopOrderByWorkCenterResponse Result { get { this.RaiseExceptionIfNecessary(); return ((findShopOrderByWorkCenterResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void findShopOrderByRouterCompletedEventHandler(object sender, findShopOrderByRouterCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class findShopOrderByRouterCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal findShopOrderByRouterCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public findShopOrderByRouterResponse Result { get { this.RaiseExceptionIfNecessary(); return ((findShopOrderByRouterResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void findShopOrderConfigurationByHoldIdCompletedEventHandler(object sender, findShopOrderConfigurationByHoldIdCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class findShopOrderConfigurationByHoldIdCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal findShopOrderConfigurationByHoldIdCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ShopOrderBasicConfiguration[] Result { get { this.RaiseExceptionIfNecessary(); return ((ShopOrderBasicConfiguration[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void updateShopOrderSchedulesScrappedQuantityCompletedEventHandler(object sender, updateShopOrderSchedulesScrappedQuantityCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class updateShopOrderSchedulesScrappedQuantityCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal updateShopOrderSchedulesScrappedQuantityCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public updateShopOrderSchedulesScrappedQuantityResponse Result { get { this.RaiseExceptionIfNecessary(); return ((updateShopOrderSchedulesScrappedQuantityResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void updateShopOrderSchedulesUnScrappedQuantityCompletedEventHandler(object sender, updateShopOrderSchedulesUnScrappedQuantityCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class updateShopOrderSchedulesUnScrappedQuantityCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal updateShopOrderSchedulesUnScrappedQuantityCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public updateShopOrderSchedulesUnScrappedQuantityResponse Result { get { this.RaiseExceptionIfNecessary(); return ((updateShopOrderSchedulesUnScrappedQuantityResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void isShopOrderScheduledAtRouterStepCompletedEventHandler(object sender, isShopOrderScheduledAtRouterStepCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class isShopOrderScheduledAtRouterStepCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal isShopOrderScheduledAtRouterStepCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public isShopOrderScheduledAtRouterStepResponse Result { get { this.RaiseExceptionIfNecessary(); return ((isShopOrderScheduledAtRouterStepResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void updateShopOrderSchedulesCompletedEventHandler(object sender, updateShopOrderSchedulesCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class updateShopOrderSchedulesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal updateShopOrderSchedulesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public updateShopOrderSchedulesResponse Result { get { this.RaiseExceptionIfNecessary(); return ((updateShopOrderSchedulesResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void findShopOrderSfcPlanInformationCompletedEventHandler(object sender, findShopOrderSfcPlanInformationCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class findShopOrderSfcPlanInformationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal findShopOrderSfcPlanInformationCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ShopOrderPlan[] Result { get { this.RaiseExceptionIfNecessary(); return ((ShopOrderPlan[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void findReworkShopOrderSfcPlanInformationCompletedEventHandler(object sender, findReworkShopOrderSfcPlanInformationCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class findReworkShopOrderSfcPlanInformationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal findReworkShopOrderSfcPlanInformationCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ShopOrderPlan[] Result { get { this.RaiseExceptionIfNecessary(); return ((ShopOrderPlan[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void deleteShopOrderSfcPlanInformationCompletedEventHandler(object sender, deleteShopOrderSfcPlanInformationCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class deleteShopOrderSfcPlanInformationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal deleteShopOrderSfcPlanInformationCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public deleteShopOrderSfcPlanInformationResponse Result { get { this.RaiseExceptionIfNecessary(); return ((deleteShopOrderSfcPlanInformationResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void insertShopOrderSfcPlanInformationCompletedEventHandler(object sender, insertShopOrderSfcPlanInformationCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class insertShopOrderSfcPlanInformationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal insertShopOrderSfcPlanInformationCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public insertShopOrderSfcPlanInformationResponse Result { get { this.RaiseExceptionIfNecessary(); return ((insertShopOrderSfcPlanInformationResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void findShopOrderByExampleCompletedEventHandler(object sender, findShopOrderByExampleCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class findShopOrderByExampleCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal findShopOrderByExampleCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ShopOrderBasicConfiguration[] Result { get { this.RaiseExceptionIfNecessary(); return ((ShopOrderBasicConfiguration[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void findShopOrderCharacteristicsCompletedEventHandler(object sender, findShopOrderCharacteristicsCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class findShopOrderCharacteristicsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal findShopOrderCharacteristicsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ShopOrderCharacteristics[] Result { get { this.RaiseExceptionIfNecessary(); return ((ShopOrderCharacteristics[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void findShopOrderSelectionRulesCompletedEventHandler(object sender, findShopOrderSelectionRulesCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class findShopOrderSelectionRulesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal findShopOrderSelectionRulesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ShopOrderSelectionRule[] Result { get { this.RaiseExceptionIfNecessary(); return ((ShopOrderSelectionRule[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void findIsSfcFirstStartedOnCurrentOperationCompletedEventHandler(object sender, findIsSfcFirstStartedOnCurrentOperationCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class findIsSfcFirstStartedOnCurrentOperationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal findIsSfcFirstStartedOnCurrentOperationCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public findIsSfcFirstStartedOnCurrentOperationResponse Result { get { this.RaiseExceptionIfNecessary(); return ((findIsSfcFirstStartedOnCurrentOperationResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void findIsSfcLastCompletedOnCurrentOperationCompletedEventHandler(object sender, findIsSfcLastCompletedOnCurrentOperationCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class findIsSfcLastCompletedOnCurrentOperationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal findIsSfcLastCompletedOnCurrentOperationCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public findIsSfcLastCompletedOnCurrentOperationResponse Result { get { this.RaiseExceptionIfNecessary(); return ((findIsSfcLastCompletedOnCurrentOperationResponse)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] public delegate void shopOrderSfcDoneCompletedEventHandler(object sender, shopOrderSfcDoneCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class shopOrderSfcDoneCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal shopOrderSfcDoneCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public shopOrderSfcDoneResponse Result { get { this.RaiseExceptionIfNecessary(); return ((shopOrderSfcDoneResponse)(this.results[0])); } } } } #pragma warning restore 1591