Torna al Thread

//------------------------------------------------------------------------------ // <auto-generated> // Il codice è stato generato da uno strumento. // Versione runtime:4.0.30319.296 // // Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se // il codice viene rigenerato. // </auto-generated> //------------------------------------------------------------------------------ namespace Easy.WebServiceSJC { using System.Runtime.Serialization; using System; [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.CollectionDataContractAttribute(Name="ArrayOfString", Namespace="www.---.it", ItemName="string")] [System.SerializableAttribute()] public class ArrayOfString : System.Collections.Generic.List<string> { } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(Namespace="www.---.it", ConfigurationName="WebServiceSJC.WebServiceSoap")] public interface WebServiceSoap { // CODEGEN: Generazione di un contratto di messaggio perché il nome di elemento DownloadResult dallo spazio dei nomi www.---.it non è contrassegnato come nillable [System.ServiceModel.OperationContractAttribute(Action="www.---.it/Download", ReplyAction="*")] Easy.WebServiceSJC.DownloadResponse Download(Easy.WebServiceSJC.DownloadRequest request); [System.ServiceModel.OperationContractAttribute(Action="www.---.it/Update", ReplyAction="*")] void Update(int CodIsc); } [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 DownloadRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="Download", Namespace="www.---.it", Order=0)] public Easy.WebServiceSJC.DownloadRequestBody Body; public DownloadRequest() { } public DownloadRequest(Easy.WebServiceSJC.DownloadRequestBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute()] public partial class DownloadRequestBody { public DownloadRequestBody() { } } [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 DownloadResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="DownloadResponse", Namespace="www.---.it", Order=0)] public Easy.WebServiceSJC.DownloadResponseBody Body; public DownloadResponse() { } public DownloadResponse(Easy.WebServiceSJC.DownloadResponseBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="www.---.it")] public partial class DownloadResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public Easy.WebServiceSJC.ArrayOfString[] DownloadResult; public DownloadResponseBody() { } public DownloadResponseBody(Easy.WebServiceSJC.ArrayOfString[] DownloadResult) { this.DownloadResult = DownloadResult; } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface WebServiceSoapChannel : Easy.WebServiceSJC.WebServiceSoap, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class WebServiceSoapClient : System.ServiceModel.ClientBase<Easy.WebServiceSJC.WebServiceSoap>, Easy.WebServiceSJC.WebServiceSoap { public WebServiceSoapClient() { } public WebServiceSoapClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public WebServiceSoapClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public WebServiceSoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public WebServiceSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] Easy.WebServiceSJC.DownloadResponse Easy.WebServiceSJC.WebServiceSoap.Download(Easy.WebServiceSJC.DownloadRequest request) { return base.Channel.Download(request); } public Easy.WebServiceSJC.ArrayOfString[] Download() { Easy.WebServiceSJC.DownloadRequest inValue = new Easy.WebServiceSJC.DownloadRequest(); inValue.Body = new Easy.WebServiceSJC.DownloadRequestBody(); Easy.WebServiceSJC.DownloadResponse retVal = ((Easy.WebServiceSJC.WebServiceSoap)(this)).Download(inValue); return retVal.Body.DownloadResult; } public void Update(int CodIsc) { base.Channel.Update(CodIsc); } } }
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5