//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace WCS.ServiceReference1 { [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(Namespace="http://xmlns.oracle.com/apps/cux/soaprovider/plsql/cux_ws_common_pkg/", ConfigurationName="ServiceReference1.CUX_WS_COMMON_PKG_PortType")] public interface CUX_WS_COMMON_PKG_PortType { // CODEGEN: 操作 COMMON_IMPORT 以后生成的消息协定不是 RPC,也不是换行文档。 [System.ServiceModel.OperationContractAttribute(Action="http://kwdev.kinwong.com:8000/webservices/SOAProvider/plsql/cux_ws_common_pkg/", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] WCS.ServiceReference1.COMMON_IMPORTResponse COMMON_IMPORT(WCS.ServiceReference1.COMMON_IMPORTRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://kwdev.kinwong.com:8000/webservices/SOAProvider/plsql/cux_ws_common_pkg/", ReplyAction="*")] System.Threading.Tasks.Task COMMON_IMPORTAsync(WCS.ServiceReference1.COMMON_IMPORTRequest request); } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9037.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://xmlns.oracle.com/apps/cux/soaprovider/plsql/cux_ws_common_pkg/")] public partial class SOAHeader : object, System.ComponentModel.INotifyPropertyChanged { private string responsibilityField; private string respApplicationField; private string securityGroupField; private string nLSLanguageField; private string org_IdField; /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] public string Responsibility { get { return this.responsibilityField; } set { this.responsibilityField = value; this.RaisePropertyChanged("Responsibility"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=1)] public string RespApplication { get { return this.respApplicationField; } set { this.respApplicationField = value; this.RaisePropertyChanged("RespApplication"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=2)] public string SecurityGroup { get { return this.securityGroupField; } set { this.securityGroupField = value; this.RaisePropertyChanged("SecurityGroup"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=3)] public string NLSLanguage { get { return this.nLSLanguageField; } set { this.nLSLanguageField = value; this.RaisePropertyChanged("NLSLanguage"); } } /// [System.Xml.Serialization.XmlElementAttribute(Order=4)] public string Org_Id { get { return this.org_IdField; } set { this.org_IdField = value; this.RaisePropertyChanged("Org_Id"); } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9037.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://xmlns.oracle.com/apps/cux/soaprovider/plsql/cux_ws_common_pkg/common_impor" + "t/")] public partial class InputParameters : object, System.ComponentModel.INotifyPropertyChanged { private string p_SOURCE_SYSTEMField; private string p_IFACE_CODEField; private string p_INPUT_DATAField; /// [System.Xml.Serialization.XmlElementAttribute(IsNullable=true, Order=0)] public string P_SOURCE_SYSTEM { get { return this.p_SOURCE_SYSTEMField; } set { this.p_SOURCE_SYSTEMField = value; this.RaisePropertyChanged("P_SOURCE_SYSTEM"); } } /// [System.Xml.Serialization.XmlElementAttribute(IsNullable=true, Order=1)] public string P_IFACE_CODE { get { return this.p_IFACE_CODEField; } set { this.p_IFACE_CODEField = value; this.RaisePropertyChanged("P_IFACE_CODE"); } } /// [System.Xml.Serialization.XmlElementAttribute(IsNullable=true, Order=2)] public string P_INPUT_DATA { get { return this.p_INPUT_DATAField; } set { this.p_INPUT_DATAField = value; this.RaisePropertyChanged("P_INPUT_DATA"); } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9037.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://xmlns.oracle.com/apps/cux/soaprovider/plsql/cux_ws_common_pkg/common_impor" + "t/")] public partial class OutputParameters : object, System.ComponentModel.INotifyPropertyChanged { private string x_OUTPUT_DATAField; private string x_RETURN_STATUSField; private string x_MSG_DATAField; /// [System.Xml.Serialization.XmlElementAttribute(IsNullable=true, Order=0)] public string X_OUTPUT_DATA { get { return this.x_OUTPUT_DATAField; } set { this.x_OUTPUT_DATAField = value; this.RaisePropertyChanged("X_OUTPUT_DATA"); } } /// [System.Xml.Serialization.XmlElementAttribute(IsNullable=true, Order=1)] public string X_RETURN_STATUS { get { return this.x_RETURN_STATUSField; } set { this.x_RETURN_STATUSField = value; this.RaisePropertyChanged("X_RETURN_STATUS"); } } /// [System.Xml.Serialization.XmlElementAttribute(IsNullable=true, Order=2)] public string X_MSG_DATA { get { return this.x_MSG_DATAField; } set { this.x_MSG_DATAField = value; this.RaisePropertyChanged("X_MSG_DATA"); } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class COMMON_IMPORTRequest { [System.ServiceModel.MessageHeaderAttribute(Namespace="http://xmlns.oracle.com/apps/cux/soaprovider/plsql/cux_ws_common_pkg/")] public WCS.ServiceReference1.SOAHeader SOAHeader; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://xmlns.oracle.com/apps/cux/soaprovider/plsql/cux_ws_common_pkg/common_impor" + "t/", Order=0)] public WCS.ServiceReference1.InputParameters InputParameters; public COMMON_IMPORTRequest() { } public COMMON_IMPORTRequest(WCS.ServiceReference1.SOAHeader SOAHeader, WCS.ServiceReference1.InputParameters InputParameters) { this.SOAHeader = SOAHeader; this.InputParameters = InputParameters; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class COMMON_IMPORTResponse { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://xmlns.oracle.com/apps/cux/soaprovider/plsql/cux_ws_common_pkg/common_impor" + "t/", Order=0)] public WCS.ServiceReference1.OutputParameters OutputParameters; public COMMON_IMPORTResponse() { } public COMMON_IMPORTResponse(WCS.ServiceReference1.OutputParameters OutputParameters) { this.OutputParameters = OutputParameters; } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface CUX_WS_COMMON_PKG_PortTypeChannel : WCS.ServiceReference1.CUX_WS_COMMON_PKG_PortType, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class CUX_WS_COMMON_PKG_PortTypeClient : System.ServiceModel.ClientBase, WCS.ServiceReference1.CUX_WS_COMMON_PKG_PortType { public CUX_WS_COMMON_PKG_PortTypeClient() { } public CUX_WS_COMMON_PKG_PortTypeClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public CUX_WS_COMMON_PKG_PortTypeClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public CUX_WS_COMMON_PKG_PortTypeClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public CUX_WS_COMMON_PKG_PortTypeClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] WCS.ServiceReference1.COMMON_IMPORTResponse WCS.ServiceReference1.CUX_WS_COMMON_PKG_PortType.COMMON_IMPORT(WCS.ServiceReference1.COMMON_IMPORTRequest request) { return base.Channel.COMMON_IMPORT(request); } public WCS.ServiceReference1.OutputParameters COMMON_IMPORT(WCS.ServiceReference1.SOAHeader SOAHeader, WCS.ServiceReference1.InputParameters InputParameters) { WCS.ServiceReference1.COMMON_IMPORTRequest inValue = new WCS.ServiceReference1.COMMON_IMPORTRequest(); inValue.SOAHeader = SOAHeader; inValue.InputParameters = InputParameters; WCS.ServiceReference1.COMMON_IMPORTResponse retVal = ((WCS.ServiceReference1.CUX_WS_COMMON_PKG_PortType)(this)).COMMON_IMPORT(inValue); return retVal.OutputParameters; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] System.Threading.Tasks.Task WCS.ServiceReference1.CUX_WS_COMMON_PKG_PortType.COMMON_IMPORTAsync(WCS.ServiceReference1.COMMON_IMPORTRequest request) { return base.Channel.COMMON_IMPORTAsync(request); } public System.Threading.Tasks.Task COMMON_IMPORTAsync(WCS.ServiceReference1.SOAHeader SOAHeader, WCS.ServiceReference1.InputParameters InputParameters) { WCS.ServiceReference1.COMMON_IMPORTRequest inValue = new WCS.ServiceReference1.COMMON_IMPORTRequest(); inValue.SOAHeader = SOAHeader; inValue.InputParameters = InputParameters; return ((WCS.ServiceReference1.CUX_WS_COMMON_PKG_PortType)(this)).COMMON_IMPORTAsync(inValue); } } }