diff --git a/ELT.Client/Connected Services/ELTKasko/ConnectedService.json b/ELT.Client/Connected Services/ELTKasko/ConnectedService.json index ac34813..82b57d7 100644 --- a/ELT.Client/Connected Services/ELTKasko/ConnectedService.json +++ b/ELT.Client/Connected Services/ELTKasko/ConnectedService.json @@ -1,9 +1,4 @@ -{ - "ProviderId": "Microsoft.VisualStudio.ConnectedService.Wcf", - "Version": "15.0.40203.910", - "GettingStartedDocument": { - "Uri": "https://go.microsoft.com/fwlink/?linkid=858517" - }, +{ "ExtendedData": { "inputs": [ "http://evolucia.elt-poisk.com/soap.php?wsdl" @@ -15,14 +10,6 @@ "namespaceMappings": [ "*, ELTKasko" ], - "references": [ - "System.ServiceModel, {System.ServiceModel.Primitives, 4.4.4}", - "System.ServiceModel.Duplex, {System.ServiceModel.Duplex, 4.4.4}", - "System.ServiceModel.Http, {System.ServiceModel.Http, 4.4.4}", - "System.ServiceModel.NetTcp, {System.ServiceModel.NetTcp, 4.4.4}", - "System.ServiceModel.Primitives, {System.ServiceModel.Primitives, 4.4.4}", - "System.ServiceModel.Security, {System.ServiceModel.Security, 4.4.4}" - ], "sync": true, "targetFramework": "netcoreapp3.1", "typeReuseMode": "All" diff --git a/ELT.Client/Connected Services/ELTKasko/Reference.cs b/ELT.Client/Connected Services/ELTKasko/Reference.cs index f677318..ffd814c 100644 --- a/ELT.Client/Connected Services/ELTKasko/Reference.cs +++ b/ELT.Client/Connected Services/ELTKasko/Reference.cs @@ -11,7 +11,7 @@ namespace ELTKasko { - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.ServiceContractAttribute(Namespace="http://elt-poisk.com/", ConfigurationName="ELTKasko.EltSoap")] public interface EltSoap { @@ -83,6 +83,19 @@ namespace ELTKasko [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/LogAction", ReplyAction="*")] System.Threading.Tasks.Task LogActionAsync(ELTKasko.LogActionRequest request); + // CODEGEN: Parameter 'GetActiveInsuranceCompaniesResult' requires additional schema information that cannot be captured using the parameter mode. The specific attribute is 'Microsoft.Xml.Serialization.XmlArrayItemAttribute'. + [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetActiveInsuranceCompanies", ReplyAction="*")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PtsDocument))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Relation[]))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BSO[]))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Model[]))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LimitElement[]))] + ELTKasko.GetActiveInsuranceCompaniesResponse GetActiveInsuranceCompanies(ELTKasko.GetActiveInsuranceCompaniesRequest request); + + [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetActiveInsuranceCompanies", ReplyAction="*")] + System.Threading.Tasks.Task GetActiveInsuranceCompaniesAsync(ELTKasko.GetActiveInsuranceCompaniesRequest request); + [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetOptionsByProgramCode", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PtsDocument))] @@ -110,6 +123,45 @@ namespace ELTKasko [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetDBFlags", ReplyAction="*")] System.Threading.Tasks.Task GetDBFlagsAsync(ELTKasko.GetDBFlagsRequest request); + // CODEGEN: Parameter 'GetCountriesISOResult' requires additional schema information that cannot be captured using the parameter mode. The specific attribute is 'Microsoft.Xml.Serialization.XmlArrayItemAttribute'. + [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetCountriesISO", ReplyAction="*")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PtsDocument))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Relation[]))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BSO[]))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Model[]))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LimitElement[]))] + ELTKasko.GetCountriesISOResponse GetCountriesISO(ELTKasko.GetCountriesISORequest request); + + [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetCountriesISO", ReplyAction="*")] + System.Threading.Tasks.Task GetCountriesISOAsync(ELTKasko.GetCountriesISORequest request); + + [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetDurationKASKO", ReplyAction="*")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PtsDocument))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Relation[]))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BSO[]))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Model[]))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LimitElement[]))] + ELTKasko.DictionaryElement[] GetDurationKASKO(); + + [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetDurationKASKO", ReplyAction="*")] + System.Threading.Tasks.Task GetDurationKASKOAsync(); + + [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetInsuranceConfig", ReplyAction="*")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PtsDocument))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Relation[]))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BSO[]))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Model[]))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LimitElement[]))] + [return: System.ServiceModel.MessageParameterAttribute(Name="eBSO")] + int GetInsuranceConfig(ELTKasko.AuthInfo AuthInfo, string InsuranceCompany, string InsuranceProduct); + + [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetInsuranceConfig", ReplyAction="*")] + [return: System.ServiceModel.MessageParameterAttribute(Name="eBSO")] + System.Threading.Tasks.Task GetInsuranceConfigAsync(ELTKasko.AuthInfo AuthInfo, string InsuranceCompany, string InsuranceProduct); + // CODEGEN: Parameter 'GetPrevInsuranceCompaniesResult' requires additional schema information that cannot be captured using the parameter mode. The specific attribute is 'Microsoft.Xml.Serialization.XmlArrayItemAttribute'. [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetPrevInsuranceCompanies", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] @@ -868,10 +920,10 @@ namespace ELTKasko [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BSO[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Model[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LimitElement[]))] - ELTKasko.KASKOCalculationResult PreliminaryKASKOCalculation(ELTKasko.AuthInfo AuthInfo, string TrafficSource, string InsuranceCompany, string ProgramId, string ProductId, string OrderId, string ContractOptionId, ELTKasko.ProlongationInfo Prolongation, bool Analytics, string PartnerProjectNumber, string MultiCalcId, ELTKasko.PreliminaryKASKOCalculationParams Params); + ELTKasko.KASKOCalculationResult PreliminaryKASKOCalculation(ELTKasko.AuthInfo AuthInfo, string TrafficSource, string InsuranceCompany, int UW3, string ProgramId, string ProductId, string OrderId, string ContractOptionId, ELTKasko.ProlongationInfo Prolongation, bool Analytics, string PartnerProjectNumber, string MultiCalcId, ELTKasko.PreliminaryKASKOCalculationParams Params); [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/PreliminaryKASKOCalculation", ReplyAction="*")] - System.Threading.Tasks.Task PreliminaryKASKOCalculationAsync(ELTKasko.AuthInfo AuthInfo, string TrafficSource, string InsuranceCompany, string ProgramId, string ProductId, string OrderId, string ContractOptionId, ELTKasko.ProlongationInfo Prolongation, bool Analytics, string PartnerProjectNumber, string MultiCalcId, ELTKasko.PreliminaryKASKOCalculationParams Params); + System.Threading.Tasks.Task PreliminaryKASKOCalculationAsync(ELTKasko.AuthInfo AuthInfo, string TrafficSource, string InsuranceCompany, int UW3, string ProgramId, string ProductId, string OrderId, string ContractOptionId, ELTKasko.ProlongationInfo Prolongation, bool Analytics, string PartnerProjectNumber, string MultiCalcId, ELTKasko.PreliminaryKASKOCalculationParams Params); [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/FinalKASKOCalculation", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] @@ -880,10 +932,10 @@ namespace ELTKasko [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BSO[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Model[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LimitElement[]))] - ELTKasko.KASKOCalculationResult FinalKASKOCalculation(ELTKasko.AuthInfo AuthInfo, string TrafficSource, string InsuranceCompany, string ProgramId, string ProductId, string OrderId, string Login, ELTKasko.ProlongationInfo Prolongation, string PartnerProjectNumber, string MultiCalcId, ELTKasko.FinalKASKOCaclulationParams Params); + ELTKasko.KASKOCalculationResult FinalKASKOCalculation(ELTKasko.AuthInfo AuthInfo, string TrafficSource, string InsuranceCompany, int UW3, string ProgramId, string ProductId, string OrderId, string Login, ELTKasko.ProlongationInfo Prolongation, string PartnerProjectNumber, string MultiCalcId, ELTKasko.FinalKASKOCaclulationParams Params); [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/FinalKASKOCalculation", ReplyAction="*")] - System.Threading.Tasks.Task FinalKASKOCalculationAsync(ELTKasko.AuthInfo AuthInfo, string TrafficSource, string InsuranceCompany, string ProgramId, string ProductId, string OrderId, string Login, ELTKasko.ProlongationInfo Prolongation, string PartnerProjectNumber, string MultiCalcId, ELTKasko.FinalKASKOCaclulationParams Params); + System.Threading.Tasks.Task FinalKASKOCalculationAsync(ELTKasko.AuthInfo AuthInfo, string TrafficSource, string InsuranceCompany, int UW3, string ProgramId, string ProductId, string OrderId, string Login, ELTKasko.ProlongationInfo Prolongation, string PartnerProjectNumber, string MultiCalcId, ELTKasko.FinalKASKOCaclulationParams Params); [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/RegisterNewUser", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] @@ -1036,10 +1088,10 @@ namespace ELTKasko [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BSO[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Model[]))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LimitElement[]))] - ELTKasko.DictionaryElement[] GetTypeIdFileToInsurance(string InsuranceCompany); + ELTKasko.DictionaryElement[] GetTypeIdFileToInsurance(string OrderId, string InsuranceCompany); [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetTypeIdFileToInsurance", ReplyAction="*")] - System.Threading.Tasks.Task GetTypeIdFileToInsuranceAsync(string InsuranceCompany); + System.Threading.Tasks.Task GetTypeIdFileToInsuranceAsync(string OrderId, string InsuranceCompany); [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetCalculationList", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] @@ -1185,7 +1237,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class AuthInfo @@ -1241,7 +1293,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class UserDataType @@ -1490,7 +1542,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class UserDataTypeDepartment @@ -1578,7 +1630,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class UserDataTypePersonDocument @@ -1666,7 +1718,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class UserDataTypeRegistrationAddress @@ -1850,7 +1902,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class UserDataTypeFactAddress @@ -2034,7 +2086,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class UserDataTypeKBM @@ -2090,7 +2142,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class UserDataTypeKBMPrevoiusKBM @@ -2130,7 +2182,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class UserDataTypeVehicle @@ -2314,7 +2366,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class GetCarDataResult @@ -2530,7 +2582,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class CalculationResult @@ -2570,7 +2622,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class ClientData @@ -3106,7 +3158,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class PersonDocument : Document @@ -3164,7 +3216,7 @@ namespace ELTKasko /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(PersonDocument))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(DriverLicence))] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class Document @@ -3236,18 +3288,34 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class DriverLicence : Document { + private string countryField; + private bool isForeignField; private bool isForeignFieldSpecified; /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Country + { + get + { + return this.countryField; + } + set + { + this.countryField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] public bool IsForeign { get @@ -3276,7 +3344,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class ClientDataDriverLicence @@ -3348,7 +3416,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class ClientDataRegistrationDocument @@ -3404,7 +3472,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class Address @@ -3684,7 +3752,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class KASKOCalculationResult @@ -4141,7 +4209,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class PaymentPeriods : DictionaryElement @@ -4503,7 +4571,7 @@ namespace ELTKasko [System.Xml.Serialization.XmlIncludeAttribute(typeof(Modification))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(PUUModel))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(PUUMark))] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class DictionaryElement @@ -4543,7 +4611,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class InsuranceCompanyOption : DictionaryElement @@ -4583,7 +4651,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public enum OptionType { @@ -4605,7 +4673,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class OptionValue : DictionaryElement @@ -4613,7 +4681,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class InsuranceCompanyOptionModifications : DictionaryElement @@ -4653,7 +4721,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class InsuranceCompanyOptionModels : DictionaryElement @@ -4709,7 +4777,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class InsuranceCompanyOptionMarks : DictionaryElement @@ -4749,7 +4817,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class Contract : DictionaryElement @@ -5093,7 +5161,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class Condition @@ -5165,7 +5233,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class ConditionInfo @@ -5205,7 +5273,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class Calculation : DictionaryElement @@ -5406,7 +5474,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class Option : DictionaryElement @@ -5430,7 +5498,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class DOType : DictionaryElement @@ -5454,7 +5522,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class InsuranceCompany : DictionaryElement @@ -5526,7 +5594,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class InsuranceProductType : DictionaryElement @@ -5566,7 +5634,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class STOA : DictionaryElement @@ -5574,7 +5642,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class Region : DictionaryElement @@ -5582,7 +5650,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class Bank : DictionaryElement @@ -5590,7 +5658,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class Modification : DictionaryElement @@ -5790,7 +5858,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class PUUModel : DictionaryElement @@ -5815,7 +5883,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class PUUMark : DictionaryElement @@ -5823,7 +5891,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class GetKBMResult @@ -5911,7 +5979,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class KBM @@ -5951,7 +6019,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class PersonWithKBM @@ -6007,7 +6075,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class InsuranceCompanyFranchise @@ -6047,7 +6115,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class InsuranceCompanyGo @@ -6087,7 +6155,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class ProlongationInfo @@ -6159,7 +6227,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class PowerPrice @@ -6295,7 +6363,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class YearPrice @@ -6383,7 +6451,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class ModPrice @@ -6423,7 +6491,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class Model @@ -6480,7 +6548,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class LimitElement @@ -6536,7 +6604,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class JuridicalInfo @@ -6704,7 +6772,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class CarInfo @@ -6776,7 +6844,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class UploadDocumentResult @@ -6896,7 +6964,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class DocFileToCalc @@ -6984,7 +7052,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class DocFile @@ -7104,7 +7172,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class SubjectType @@ -7160,7 +7228,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class CityExtended @@ -7216,7 +7284,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class LocalityExtended @@ -7304,7 +7372,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class RegionExtended @@ -7360,7 +7428,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class SpecialMachineryMark @@ -7400,7 +7468,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class Mails @@ -7488,7 +7556,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class MinMaxPrice @@ -7528,7 +7596,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class UserType @@ -7585,7 +7653,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class ArrayOfOrder @@ -7625,7 +7693,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class BSOMovedType @@ -7745,7 +7813,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class KASKOProlongationPerson @@ -7929,7 +7997,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class KASKOProlongationPersonPersonDocument @@ -8017,7 +8085,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class KASKOProlongationPersonRegistrationAddress @@ -8045,6 +8113,14 @@ namespace ELTKasko private string flatField; + private string fiasIdField; + + private string regionFiasIdField; + + private string cityFiasIdField; + + private string streetFiasIdField; + /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] public string Index @@ -8198,10 +8274,66 @@ namespace ELTKasko this.flatField = value; } } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public string FiasId + { + get + { + return this.fiasIdField; + } + set + { + this.fiasIdField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public string RegionFiasId + { + get + { + return this.regionFiasIdField; + } + set + { + this.regionFiasIdField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=13)] + public string CityFiasId + { + get + { + return this.cityFiasIdField; + } + set + { + this.cityFiasIdField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=14)] + public string StreetFiasId + { + get + { + return this.streetFiasIdField; + } + set + { + this.streetFiasIdField = value; + } + } } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class KASKOProlongationPersonFactAddress @@ -8229,6 +8361,14 @@ namespace ELTKasko private string flatField; + private string fiasIdField; + + private string regionFiasIdField; + + private string cityFiasIdField; + + private string streetFiasIdField; + /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] public string Index @@ -8382,10 +8522,66 @@ namespace ELTKasko this.flatField = value; } } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=11)] + public string FiasId + { + get + { + return this.fiasIdField; + } + set + { + this.fiasIdField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=12)] + public string RegionFiasId + { + get + { + return this.regionFiasIdField; + } + set + { + this.regionFiasIdField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=13)] + public string CityFiasId + { + get + { + return this.cityFiasIdField; + } + set + { + this.cityFiasIdField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=14)] + public string StreetFiasId + { + get + { + return this.streetFiasIdField; + } + set + { + this.streetFiasIdField = value; + } + } } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class Relation @@ -8457,7 +8653,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class PrevInsuranceCompanyElement @@ -8497,7 +8693,47 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] + public partial class GetCountriesISOElement + { + + private string idField; + + private string nameField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Id + { + get + { + return this.idField; + } + set + { + this.idField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Name + { + get + { + return this.nameField; + } + set + { + this.nameField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class GetDBFlagsElement @@ -8585,7 +8821,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class OptionsByProgramCodeParams @@ -8690,7 +8926,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class OptionsByProgramCodeParamsNS @@ -8714,7 +8950,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class OptionsByProgramCodeParamsOption @@ -8787,7 +9023,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class OptionsByProgramCodeParamsOptionOptionValue @@ -8827,7 +9063,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class LeasingContractParams @@ -8883,7 +9119,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class Payment @@ -8939,7 +9175,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class A7 @@ -9107,7 +9343,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class BSO @@ -9275,7 +9511,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class UploadFileData @@ -9331,7 +9567,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class ReviewInfo @@ -9547,7 +9783,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class CarInspectionParams @@ -9603,7 +9839,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class AccountDetails @@ -9710,7 +9946,7 @@ namespace ELTKasko [System.Xml.Serialization.XmlIncludeAttribute(typeof(FullDriver2))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(FullDriver))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(PhysicalPerson))] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class Person @@ -9878,7 +10114,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class FullDriver2 : Person @@ -9950,7 +10186,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class FullDriver : Person @@ -9990,7 +10226,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class PhysicalPerson : Person @@ -10012,6 +10248,8 @@ namespace ELTKasko private string oGRNField; + private string oGRNIPField; + private string oKPOField; private string contactFIOField; @@ -10030,6 +10268,8 @@ namespace ELTKasko private string economicSectorField; + private string birthPlaceField; + /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] public int SubjectType @@ -10144,6 +10384,20 @@ namespace ELTKasko /// [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public string OGRNIP + { + get + { + return this.oGRNIPField; + } + set + { + this.oGRNIPField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] public string OKPO { get @@ -10157,7 +10411,7 @@ namespace ELTKasko } /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] + [System.Xml.Serialization.XmlElementAttribute(Order=8)] public string ContactFIO { get @@ -10171,7 +10425,7 @@ namespace ELTKasko } /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] + [System.Xml.Serialization.XmlElementAttribute(Order=9)] public Document RegistrationDocument { get @@ -10185,7 +10439,7 @@ namespace ELTKasko } /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] + [System.Xml.Serialization.XmlElementAttribute(Order=10)] public Address RegistrationAddress { get @@ -10199,7 +10453,7 @@ namespace ELTKasko } /// - [System.Xml.Serialization.XmlElementAttribute(Order=10)] + [System.Xml.Serialization.XmlElementAttribute(Order=11)] public Address FactAddress { get @@ -10213,7 +10467,7 @@ namespace ELTKasko } /// - [System.Xml.Serialization.XmlElementAttribute(Order=11)] + [System.Xml.Serialization.XmlElementAttribute(Order=12)] public string Phone { get @@ -10227,7 +10481,7 @@ namespace ELTKasko } /// - [System.Xml.Serialization.XmlElementAttribute(Order=12)] + [System.Xml.Serialization.XmlElementAttribute(Order=13)] public string Email { get @@ -10241,7 +10495,7 @@ namespace ELTKasko } /// - [System.Xml.Serialization.XmlElementAttribute(Order=13)] + [System.Xml.Serialization.XmlElementAttribute(Order=14)] public AccountDetails AccountDetails { get @@ -10255,7 +10509,7 @@ namespace ELTKasko } /// - [System.Xml.Serialization.XmlElementAttribute(Order=14)] + [System.Xml.Serialization.XmlElementAttribute(Order=15)] public string EconomicSector { get @@ -10267,12 +10521,26 @@ namespace ELTKasko this.economicSectorField = value; } } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=16)] + public string BirthPlace + { + get + { + return this.birthPlaceField; + } + set + { + this.birthPlaceField = value; + } + } } /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(PTS_NO_REQUIRED_DATE))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(PTS))] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class PtsDocument @@ -10360,7 +10628,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class PTS_NO_REQUIRED_DATE : PtsDocument @@ -10400,7 +10668,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class PTS : PtsDocument @@ -10424,7 +10692,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class NSType @@ -10448,7 +10716,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class GOType @@ -10504,7 +10772,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class Driver @@ -10656,7 +10924,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class VehicleParams @@ -11032,7 +11300,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class PUU @@ -11088,7 +11356,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class Country @@ -11128,7 +11396,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class SpecialMachinery @@ -11266,7 +11534,7 @@ namespace ELTKasko /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(FinalKASKOCaclulationParams))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(RequestInfoParams))] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class PreliminaryKASKOCalculationParams @@ -12555,7 +12823,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class FinalKASKOCaclulationParams : PreliminaryKASKOCalculationParams @@ -12947,7 +13215,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class RequestInfoParams : PreliminaryKASKOCalculationParams @@ -13612,7 +13880,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="GetPayLink", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetPayLinkRequest { @@ -13643,7 +13911,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="GetPayLinkResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetPayLinkResponse { @@ -13678,7 +13946,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="GetRequestInfo", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetRequestInfoRequest { @@ -13701,7 +13969,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="GetRequestInfoResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetRequestInfoResponse { @@ -13744,7 +14012,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="LogAction", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class LogActionRequest { @@ -13815,7 +14083,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="LogActionResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class LogActionResponse { @@ -13838,7 +14106,40 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(WrapperName="GetActiveInsuranceCompanies", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] + public partial class GetActiveInsuranceCompaniesRequest + { + + public GetActiveInsuranceCompaniesRequest() + { + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(WrapperName="GetActiveInsuranceCompaniesResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] + public partial class GetActiveInsuranceCompaniesResponse + { + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=0)] + [System.Xml.Serialization.XmlArrayItemAttribute("InsuranceCompany")] + public ELTKasko.DictionaryElement[] GetActiveInsuranceCompaniesResult; + + public GetActiveInsuranceCompaniesResponse() + { + } + + public GetActiveInsuranceCompaniesResponse(ELTKasko.DictionaryElement[] GetActiveInsuranceCompaniesResult) + { + this.GetActiveInsuranceCompaniesResult = GetActiveInsuranceCompaniesResult; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetDBFlags", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetDBFlagsRequest @@ -13850,7 +14151,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetDBFlagsResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetDBFlagsResponse @@ -13871,7 +14172,40 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(WrapperName="GetCountriesISO", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] + public partial class GetCountriesISORequest + { + + public GetCountriesISORequest() + { + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(WrapperName="GetCountriesISOResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] + public partial class GetCountriesISOResponse + { + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=0)] + [System.Xml.Serialization.XmlArrayItemAttribute("CountriesISO")] + public ELTKasko.GetCountriesISOElement[] GetCountriesISOResult; + + public GetCountriesISOResponse() + { + } + + public GetCountriesISOResponse(ELTKasko.GetCountriesISOElement[] GetCountriesISOResult) + { + this.GetCountriesISOResult = GetCountriesISOResult; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetPrevInsuranceCompanies", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetPrevInsuranceCompaniesRequest @@ -13883,7 +14217,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetPrevInsuranceCompaniesResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetPrevInsuranceCompaniesResponse @@ -13904,7 +14238,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetRalations", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetRalationsRequest @@ -13924,7 +14258,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetRalationsResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetRalationsResponse @@ -13945,7 +14279,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="ChangeRelations", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class ChangeRelationsRequest { @@ -13980,7 +14314,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="ChangeRelationsResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class ChangeRelationsResponse { @@ -14003,7 +14337,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class GetKASKOInfoParams @@ -14091,7 +14425,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class GetKASKOInfoParamsInsured @@ -14147,7 +14481,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class GetKASKOInfoParamsVehicle @@ -14171,7 +14505,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class GetKASKOInfoResponseParams @@ -14723,7 +15057,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class GetKASKOInfoResponseParamsModification @@ -14907,7 +15241,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class GetKASKOInfoResponseParamsVehicle @@ -15011,7 +15345,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="GetKASKOInfo", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetKASKOInfoRequest { @@ -15034,7 +15368,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="GetKASKOInfoResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetKASKOInfoResponse { @@ -15129,7 +15463,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class getContractListByPolicyNumberResponseGetContractListByPolicyNumberResult @@ -15169,7 +15503,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class getContractListByPolicyNumberResponseGetContractListByPolicyNumberResultList @@ -15337,7 +15671,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class initMultiUpdateTasksList @@ -15377,7 +15711,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class initMultiUpdateTasksResponseInitMultiUpdateTasksResult @@ -15417,7 +15751,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class initMultiUpdateTasksResponseInitMultiUpdateTasksResultList @@ -15489,7 +15823,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="initMultiUpdateTasks", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class initMultiUpdateTasksRequest @@ -15534,7 +15868,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="initMultiUpdateTasksResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class initMultiUpdateTasksResponse @@ -15554,7 +15888,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class GetOrderInfoResponseGetOrderInfoResult @@ -15642,7 +15976,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class GetOrderInfoResponseGetOrderInfoResultInsuranceProduct @@ -15698,7 +16032,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class GetOrderInfoResponseGetOrderInfoResultInsured @@ -15850,7 +16184,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="GetOrderInfo", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetOrderInfoRequest { @@ -15873,7 +16207,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="GetOrderInfoResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetOrderInfoResponse { @@ -15896,7 +16230,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetEngineVolume", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetEngineVolumeRequest @@ -15940,7 +16274,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetEngineVolumeResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetEngineVolumeResponse @@ -15961,7 +16295,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class MovingBSOResponseMovingBSOResult @@ -15986,7 +16320,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="MovingBSO", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class MovingBSORequest @@ -16023,7 +16357,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="MovingBSOResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class MovingBSOResponse @@ -16043,7 +16377,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class MappedCarsResponseModification @@ -16211,7 +16545,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="MappedCars", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class MappedCarsRequest { @@ -16242,7 +16576,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="MappedCarsResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class MappedCarsResponse { @@ -16269,7 +16603,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class GetDepUserResponseGetDepUserResult @@ -16294,7 +16628,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="CheckPhone", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class CheckPhoneRequest { @@ -16325,7 +16659,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="CheckPhoneResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class CheckPhoneResponse { @@ -16356,7 +16690,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="GetPromoDiscount", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetPromoDiscountRequest { @@ -16375,7 +16709,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="GetPromoDiscountResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetPromoDiscountResponse { @@ -16402,7 +16736,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class ChangeStatusPolicyResponseResponseStatus @@ -16490,7 +16824,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="ChangeStatusPolicy", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class ChangeStatusPolicyRequest { @@ -16525,7 +16859,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="ChangeStatusPolicyResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class ChangeStatusPolicyResponse { @@ -16548,7 +16882,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class GetInsuranceCompanyAccountDetailsInsuranceCompany @@ -16572,7 +16906,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class GetInsuranceCompanyAccountDetailsResponseAccountDetails @@ -16676,7 +17010,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class GetBSOResponseGetBSOResult @@ -16701,7 +17035,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetPUUMarks", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetPUUMarksRequest @@ -16722,7 +17056,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetPUUMarksResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetPUUMarksResponse @@ -16742,7 +17076,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="UploadFile", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class UploadFileRequest @@ -16779,7 +17113,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="UploadFileResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class UploadFileResponse @@ -16799,7 +17133,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="UploadFileToInsurance", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class UploadFileToInsuranceRequest @@ -16836,7 +17170,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="UploadFileToInsuranceResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class UploadFileToInsuranceResponse @@ -16856,7 +17190,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="SavePolicyTempData", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class SavePolicyTempDataRequest @@ -16885,7 +17219,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="SavePolicyTempDataResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class SavePolicyTempDataResponse @@ -16905,7 +17239,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="ImportPayment", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class ImportPaymentRequest { @@ -16952,7 +17286,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="ImportPaymentResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class ImportPaymentResponse { @@ -16996,7 +17330,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetRegionsExt", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetRegionsExtRequest @@ -17008,7 +17342,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetRegionsExtResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetRegionsExtResponse @@ -17029,7 +17363,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetLocalitiesExt", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetLocalitiesExtRequest @@ -17049,7 +17383,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetLocalitiesExtResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetLocalitiesExtResponse @@ -17070,7 +17404,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetCitiesExt", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetCitiesExtRequest @@ -17090,7 +17424,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetCitiesExtResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetCitiesExtResponse @@ -17111,7 +17445,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="DeleteCalculation", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class DeleteCalculationRequest { @@ -17134,7 +17468,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="DeleteCalculationResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class DeleteCalculationResponse { @@ -17157,7 +17491,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetInsuranceProducts", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetInsuranceProductsRequest @@ -17181,7 +17515,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetInsuranceProductsResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetInsuranceProductsResponse @@ -17202,7 +17536,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetInsurancePrograms", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetInsuranceProgramsRequest @@ -17226,7 +17560,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetInsuranceProgramsResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetInsuranceProgramsResponse @@ -17247,7 +17581,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetCommonFormTypes", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetCommonFormTypesRequest @@ -17259,7 +17593,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetCommonFormTypesResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetCommonFormTypesResponse @@ -17280,7 +17614,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class GetCommonFormsResponseGetCommonFormsResult @@ -17304,7 +17638,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class GetCommonFormsResponseGetCommonFormsResultCommonForm @@ -17344,7 +17678,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class GetCommonFormsExistResponseGetCommonFormsExistResult @@ -17368,7 +17702,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class GetCommonFormsExistResponseGetCommonFormsExistResultCommonForm @@ -17424,7 +17758,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetDocumentTypes", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetDocumentTypesRequest @@ -17436,7 +17770,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetDocumentTypesResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetDocumentTypesResponse @@ -17457,7 +17791,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="UploadDocuments", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class UploadDocumentsRequest { @@ -17494,7 +17828,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="UploadDocumentsResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class UploadDocumentsResponse { @@ -17522,7 +17856,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="AnnulKASKO", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class AnnulKASKORequest { @@ -17549,7 +17883,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="AnnulKASKOResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class AnnulKASKOResponse { @@ -17572,7 +17906,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="GetAvailablePrintForms", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetAvailablePrintFormsRequest { @@ -17595,7 +17929,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="GetAvailablePrintFormsResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetAvailablePrintFormsResponse { @@ -17606,19 +17940,27 @@ namespace ELTKasko [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=1)] public string PolicyNumber; + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=2)] + public bool Success; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=3)] + public string Error; + public GetAvailablePrintFormsResponse() { } - public GetAvailablePrintFormsResponse(ELTKasko.DictionaryElement[] GetAvailablePrintFormsResult, string PolicyNumber) + public GetAvailablePrintFormsResponse(ELTKasko.DictionaryElement[] GetAvailablePrintFormsResult, string PolicyNumber, bool Success, string Error) { this.GetAvailablePrintFormsResult = GetAvailablePrintFormsResult; this.PolicyNumber = PolicyNumber; + this.Success = Success; + this.Error = Error; } } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class GetPrintFormPicturesResponsePicture @@ -17674,7 +18016,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetPrintFormPictures", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetPrintFormPicturesRequest @@ -17702,7 +18044,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetPrintFormPicturesResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetPrintFormPicturesResponse @@ -17723,7 +18065,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class GetPrintFormResponseGetPrintFormResult @@ -17779,7 +18121,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetPrintKP", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetPrintKPRequest @@ -17804,7 +18146,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetPrintKPResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetPrintKPResponse @@ -17825,7 +18167,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="RegisterNewUser", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class RegisterNewUserRequest { @@ -17881,7 +18223,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="RegisterNewUserResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class RegisterNewUserResponse { @@ -17908,7 +18250,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class UpdateUserPersonDocument @@ -17996,7 +18338,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class UpdateUserRegistrationAddress @@ -18180,7 +18522,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class UpdateUserFactAddress @@ -18364,7 +18706,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class UpdateUserKBM @@ -18420,7 +18762,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class UpdateUserKBMPrevoiusKBM @@ -18460,7 +18802,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class UpdateUserVehicle @@ -18580,7 +18922,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="UpdateUser", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class UpdateUserRequest { @@ -18691,7 +19033,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="UpdateUserResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class UpdateUserResponse { @@ -18714,7 +19056,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="AuthorizationUser", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class AuthorizationUserRequest { @@ -18737,7 +19079,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="AuthorizationUserResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class AuthorizationUserResponse { @@ -18773,7 +19115,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="ChangeStatusUser", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class ChangeStatusUserRequest { @@ -18796,7 +19138,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="ChangeStatusUserResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class ChangeStatusUserResponse { @@ -18819,7 +19161,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class GetOrderIdResponseGetOrderIdResult @@ -18843,7 +19185,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetNewSubjectIds", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetNewSubjectIdsRequest @@ -18867,7 +19209,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetNewSubjectIdsResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetNewSubjectIdsResponse @@ -18888,7 +19230,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="ChangeUserPassword", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class ChangeUserPasswordRequest { @@ -18915,7 +19257,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="ChangeUserPasswordResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class ChangeUserPasswordResponse { @@ -18938,7 +19280,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="ValidationLogin", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class ValidationLoginRequest { @@ -18957,7 +19299,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="ValidationLoginResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class ValidationLoginResponse { @@ -18988,7 +19330,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="ValidateRecord", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class ValidateRecordRequest { @@ -19007,7 +19349,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="ValidateRecordResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class ValidateRecordResponse { @@ -19030,7 +19372,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetGOLimit", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetGOLimitRequest @@ -19050,7 +19392,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetGOLimitResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetGOLimitResponse @@ -19071,7 +19413,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetInvoiceNumber", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetInvoiceNumberRequest @@ -19099,7 +19441,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetInvoiceNumberResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetInvoiceNumberResponse @@ -19120,7 +19462,7 @@ namespace ELTKasko } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class GetCalculationListParams @@ -19288,7 +19630,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetCarData", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetCarDataRequest @@ -19344,7 +19686,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetCarDataResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetCarDataResponse @@ -19365,7 +19707,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetAutoFull", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetAutoFullRequest @@ -19377,7 +19719,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetAutoFullResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetAutoFullResponse @@ -19398,7 +19740,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="SaveClient", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class SaveClientRequest { @@ -19421,7 +19763,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="SaveClientResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class SaveClientResponse { @@ -19448,7 +19790,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="SearchClient", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class SearchClientRequest { @@ -19469,10 +19811,10 @@ namespace ELTKasko public string CompanyName; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=5)] - public int INN; + public string INN; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=6)] - public int KPP; + public string KPP; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=7)] public string Surname; @@ -19499,7 +19841,7 @@ namespace ELTKasko { } - public SearchClientRequest(ELTKasko.AuthInfo AuthInfo, int SubjectId, int ClientType, int OpfId, string CompanyName, int INN, int KPP, string Surname, string Name, string Patronymic, string DOB, int Sex, string Email, ELTKasko.PersonDocument PersonDocument) + public SearchClientRequest(ELTKasko.AuthInfo AuthInfo, int SubjectId, int ClientType, int OpfId, string CompanyName, string INN, string KPP, string Surname, string Name, string Patronymic, string DOB, int Sex, string Email, ELTKasko.PersonDocument PersonDocument) { this.AuthInfo = AuthInfo; this.SubjectId = SubjectId; @@ -19519,7 +19861,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="SearchClientResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class SearchClientResponse { @@ -19543,7 +19885,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetCitizenship", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetCitizenshipRequest @@ -19555,7 +19897,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetCitizenshipResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetCitizenshipResponse @@ -19576,7 +19918,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetOPF", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetOPFRequest @@ -19588,7 +19930,7 @@ namespace ELTKasko } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetOPFResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetOPFResponse @@ -19608,13 +19950,13 @@ namespace ELTKasko } } - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] public interface EltSoapChannel : ELTKasko.EltSoap, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] public partial class EltSoapClient : System.ServiceModel.ClientBase, ELTKasko.EltSoap { @@ -19763,6 +20105,31 @@ namespace ELTKasko return base.Channel.LogActionAsync(request); } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + ELTKasko.GetActiveInsuranceCompaniesResponse ELTKasko.EltSoap.GetActiveInsuranceCompanies(ELTKasko.GetActiveInsuranceCompaniesRequest request) + { + return base.Channel.GetActiveInsuranceCompanies(request); + } + + public ELTKasko.DictionaryElement[] GetActiveInsuranceCompanies() + { + ELTKasko.GetActiveInsuranceCompaniesRequest inValue = new ELTKasko.GetActiveInsuranceCompaniesRequest(); + ELTKasko.GetActiveInsuranceCompaniesResponse retVal = ((ELTKasko.EltSoap)(this)).GetActiveInsuranceCompanies(inValue); + return retVal.GetActiveInsuranceCompaniesResult; + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task ELTKasko.EltSoap.GetActiveInsuranceCompaniesAsync(ELTKasko.GetActiveInsuranceCompaniesRequest request) + { + return base.Channel.GetActiveInsuranceCompaniesAsync(request); + } + + public System.Threading.Tasks.Task GetActiveInsuranceCompaniesAsync() + { + ELTKasko.GetActiveInsuranceCompaniesRequest inValue = new ELTKasko.GetActiveInsuranceCompaniesRequest(); + return ((ELTKasko.EltSoap)(this)).GetActiveInsuranceCompaniesAsync(inValue); + } + public ELTKasko.OptionsByProgramCodeParams GetOptionsByProgramCode(string InsuranceCompany, string ProgramCode) { return base.Channel.GetOptionsByProgramCode(InsuranceCompany, ProgramCode); @@ -19798,6 +20165,51 @@ namespace ELTKasko return ((ELTKasko.EltSoap)(this)).GetDBFlagsAsync(inValue); } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + ELTKasko.GetCountriesISOResponse ELTKasko.EltSoap.GetCountriesISO(ELTKasko.GetCountriesISORequest request) + { + return base.Channel.GetCountriesISO(request); + } + + public ELTKasko.GetCountriesISOElement[] GetCountriesISO() + { + ELTKasko.GetCountriesISORequest inValue = new ELTKasko.GetCountriesISORequest(); + ELTKasko.GetCountriesISOResponse retVal = ((ELTKasko.EltSoap)(this)).GetCountriesISO(inValue); + return retVal.GetCountriesISOResult; + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task ELTKasko.EltSoap.GetCountriesISOAsync(ELTKasko.GetCountriesISORequest request) + { + return base.Channel.GetCountriesISOAsync(request); + } + + public System.Threading.Tasks.Task GetCountriesISOAsync() + { + ELTKasko.GetCountriesISORequest inValue = new ELTKasko.GetCountriesISORequest(); + return ((ELTKasko.EltSoap)(this)).GetCountriesISOAsync(inValue); + } + + public ELTKasko.DictionaryElement[] GetDurationKASKO() + { + return base.Channel.GetDurationKASKO(); + } + + public System.Threading.Tasks.Task GetDurationKASKOAsync() + { + return base.Channel.GetDurationKASKOAsync(); + } + + public int GetInsuranceConfig(ELTKasko.AuthInfo AuthInfo, string InsuranceCompany, string InsuranceProduct) + { + return base.Channel.GetInsuranceConfig(AuthInfo, InsuranceCompany, InsuranceProduct); + } + + public System.Threading.Tasks.Task GetInsuranceConfigAsync(ELTKasko.AuthInfo AuthInfo, string InsuranceCompany, string InsuranceProduct) + { + return base.Channel.GetInsuranceConfigAsync(AuthInfo, InsuranceCompany, InsuranceProduct); + } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] ELTKasko.GetPrevInsuranceCompaniesResponse ELTKasko.EltSoap.GetPrevInsuranceCompanies(ELTKasko.GetPrevInsuranceCompaniesRequest request) { @@ -20853,13 +21265,15 @@ namespace ELTKasko return base.Channel.GetAvailablePrintForms(request); } - public ELTKasko.DictionaryElement[] GetAvailablePrintForms(ELTKasko.AuthInfo AuthInfo, string OrderId, out string PolicyNumber) + public ELTKasko.DictionaryElement[] GetAvailablePrintForms(ELTKasko.AuthInfo AuthInfo, string OrderId, out string PolicyNumber, out bool Success, out string Error) { ELTKasko.GetAvailablePrintFormsRequest inValue = new ELTKasko.GetAvailablePrintFormsRequest(); inValue.AuthInfo = AuthInfo; inValue.OrderId = OrderId; ELTKasko.GetAvailablePrintFormsResponse retVal = ((ELTKasko.EltSoap)(this)).GetAvailablePrintForms(inValue); PolicyNumber = retVal.PolicyNumber; + Success = retVal.Success; + Error = retVal.Error; return retVal.GetAvailablePrintFormsResult; } @@ -20938,24 +21352,24 @@ namespace ELTKasko return ((ELTKasko.EltSoap)(this)).GetPrintKPAsync(inValue); } - public ELTKasko.KASKOCalculationResult PreliminaryKASKOCalculation(ELTKasko.AuthInfo AuthInfo, string TrafficSource, string InsuranceCompany, string ProgramId, string ProductId, string OrderId, string ContractOptionId, ELTKasko.ProlongationInfo Prolongation, bool Analytics, string PartnerProjectNumber, string MultiCalcId, ELTKasko.PreliminaryKASKOCalculationParams Params) + public ELTKasko.KASKOCalculationResult PreliminaryKASKOCalculation(ELTKasko.AuthInfo AuthInfo, string TrafficSource, string InsuranceCompany, int UW3, string ProgramId, string ProductId, string OrderId, string ContractOptionId, ELTKasko.ProlongationInfo Prolongation, bool Analytics, string PartnerProjectNumber, string MultiCalcId, ELTKasko.PreliminaryKASKOCalculationParams Params) { - return base.Channel.PreliminaryKASKOCalculation(AuthInfo, TrafficSource, InsuranceCompany, ProgramId, ProductId, OrderId, ContractOptionId, Prolongation, Analytics, PartnerProjectNumber, MultiCalcId, Params); + return base.Channel.PreliminaryKASKOCalculation(AuthInfo, TrafficSource, InsuranceCompany, UW3, ProgramId, ProductId, OrderId, ContractOptionId, Prolongation, Analytics, PartnerProjectNumber, MultiCalcId, Params); } - public System.Threading.Tasks.Task PreliminaryKASKOCalculationAsync(ELTKasko.AuthInfo AuthInfo, string TrafficSource, string InsuranceCompany, string ProgramId, string ProductId, string OrderId, string ContractOptionId, ELTKasko.ProlongationInfo Prolongation, bool Analytics, string PartnerProjectNumber, string MultiCalcId, ELTKasko.PreliminaryKASKOCalculationParams Params) + public System.Threading.Tasks.Task PreliminaryKASKOCalculationAsync(ELTKasko.AuthInfo AuthInfo, string TrafficSource, string InsuranceCompany, int UW3, string ProgramId, string ProductId, string OrderId, string ContractOptionId, ELTKasko.ProlongationInfo Prolongation, bool Analytics, string PartnerProjectNumber, string MultiCalcId, ELTKasko.PreliminaryKASKOCalculationParams Params) { - return base.Channel.PreliminaryKASKOCalculationAsync(AuthInfo, TrafficSource, InsuranceCompany, ProgramId, ProductId, OrderId, ContractOptionId, Prolongation, Analytics, PartnerProjectNumber, MultiCalcId, Params); + return base.Channel.PreliminaryKASKOCalculationAsync(AuthInfo, TrafficSource, InsuranceCompany, UW3, ProgramId, ProductId, OrderId, ContractOptionId, Prolongation, Analytics, PartnerProjectNumber, MultiCalcId, Params); } - public ELTKasko.KASKOCalculationResult FinalKASKOCalculation(ELTKasko.AuthInfo AuthInfo, string TrafficSource, string InsuranceCompany, string ProgramId, string ProductId, string OrderId, string Login, ELTKasko.ProlongationInfo Prolongation, string PartnerProjectNumber, string MultiCalcId, ELTKasko.FinalKASKOCaclulationParams Params) + public ELTKasko.KASKOCalculationResult FinalKASKOCalculation(ELTKasko.AuthInfo AuthInfo, string TrafficSource, string InsuranceCompany, int UW3, string ProgramId, string ProductId, string OrderId, string Login, ELTKasko.ProlongationInfo Prolongation, string PartnerProjectNumber, string MultiCalcId, ELTKasko.FinalKASKOCaclulationParams Params) { - return base.Channel.FinalKASKOCalculation(AuthInfo, TrafficSource, InsuranceCompany, ProgramId, ProductId, OrderId, Login, Prolongation, PartnerProjectNumber, MultiCalcId, Params); + return base.Channel.FinalKASKOCalculation(AuthInfo, TrafficSource, InsuranceCompany, UW3, ProgramId, ProductId, OrderId, Login, Prolongation, PartnerProjectNumber, MultiCalcId, Params); } - public System.Threading.Tasks.Task FinalKASKOCalculationAsync(ELTKasko.AuthInfo AuthInfo, string TrafficSource, string InsuranceCompany, string ProgramId, string ProductId, string OrderId, string Login, ELTKasko.ProlongationInfo Prolongation, string PartnerProjectNumber, string MultiCalcId, ELTKasko.FinalKASKOCaclulationParams Params) + public System.Threading.Tasks.Task FinalKASKOCalculationAsync(ELTKasko.AuthInfo AuthInfo, string TrafficSource, string InsuranceCompany, int UW3, string ProgramId, string ProductId, string OrderId, string Login, ELTKasko.ProlongationInfo Prolongation, string PartnerProjectNumber, string MultiCalcId, ELTKasko.FinalKASKOCaclulationParams Params) { - return base.Channel.FinalKASKOCalculationAsync(AuthInfo, TrafficSource, InsuranceCompany, ProgramId, ProductId, OrderId, Login, Prolongation, PartnerProjectNumber, MultiCalcId, Params); + return base.Channel.FinalKASKOCalculationAsync(AuthInfo, TrafficSource, InsuranceCompany, UW3, ProgramId, ProductId, OrderId, Login, Prolongation, PartnerProjectNumber, MultiCalcId, Params); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] @@ -21252,14 +21666,14 @@ namespace ELTKasko return ((ELTKasko.EltSoap)(this)).GetInvoiceNumberAsync(inValue); } - public ELTKasko.DictionaryElement[] GetTypeIdFileToInsurance(string InsuranceCompany) + public ELTKasko.DictionaryElement[] GetTypeIdFileToInsurance(string OrderId, string InsuranceCompany) { - return base.Channel.GetTypeIdFileToInsurance(InsuranceCompany); + return base.Channel.GetTypeIdFileToInsurance(OrderId, InsuranceCompany); } - public System.Threading.Tasks.Task GetTypeIdFileToInsuranceAsync(string InsuranceCompany) + public System.Threading.Tasks.Task GetTypeIdFileToInsuranceAsync(string OrderId, string InsuranceCompany) { - return base.Channel.GetTypeIdFileToInsuranceAsync(InsuranceCompany); + return base.Channel.GetTypeIdFileToInsuranceAsync(OrderId, InsuranceCompany); } public ELTKasko.Calculation[] GetCalculationList(ELTKasko.AuthInfo AuthInfo, ELTKasko.GetCalculationListParams Params) @@ -21410,7 +21824,7 @@ namespace ELTKasko return base.Channel.SearchClient(request); } - public bool SearchClient(ELTKasko.AuthInfo AuthInfo, int SubjectId, int ClientType, int OpfId, string CompanyName, int INN, int KPP, string Surname, string Name, string Patronymic, string DOB, int Sex, string Email, ELTKasko.PersonDocument PersonDocument, out ELTKasko.ClientData[] Client) + public bool SearchClient(ELTKasko.AuthInfo AuthInfo, int SubjectId, int ClientType, int OpfId, string CompanyName, string INN, string KPP, string Surname, string Name, string Patronymic, string DOB, int Sex, string Email, ELTKasko.PersonDocument PersonDocument, out ELTKasko.ClientData[] Client) { ELTKasko.SearchClientRequest inValue = new ELTKasko.SearchClientRequest(); inValue.AuthInfo = AuthInfo; diff --git a/ELT.Client/Connected Services/ELTOsago/ConnectedService.json b/ELT.Client/Connected Services/ELTOsago/ConnectedService.json index f650308..2f61f7f 100644 --- a/ELT.Client/Connected Services/ELTOsago/ConnectedService.json +++ b/ELT.Client/Connected Services/ELTOsago/ConnectedService.json @@ -1,9 +1,4 @@ -{ - "ProviderId": "Microsoft.VisualStudio.ConnectedService.Wcf", - "Version": "15.0.40203.910", - "GettingStartedDocument": { - "Uri": "https://go.microsoft.com/fwlink/?linkid=858517" - }, +{ "ExtendedData": { "inputs": [ "http://evolucia.elt-poisk.com/soaposago.php?wsdl" @@ -15,14 +10,6 @@ "namespaceMappings": [ "*, ELTOsago" ], - "references": [ - "System.ServiceModel, {System.ServiceModel.Primitives, 4.4.4}", - "System.ServiceModel.Duplex, {System.ServiceModel.Duplex, 4.4.4}", - "System.ServiceModel.Http, {System.ServiceModel.Http, 4.4.4}", - "System.ServiceModel.NetTcp, {System.ServiceModel.NetTcp, 4.4.4}", - "System.ServiceModel.Primitives, {System.ServiceModel.Primitives, 4.4.4}", - "System.ServiceModel.Security, {System.ServiceModel.Security, 4.4.4}" - ], "sync": true, "targetFramework": "netcoreapp3.1", "typeReuseMode": "All" diff --git a/ELT.Client/Connected Services/ELTOsago/Reference.cs b/ELT.Client/Connected Services/ELTOsago/Reference.cs index 12a24f8..14a9bd7 100644 --- a/ELT.Client/Connected Services/ELTOsago/Reference.cs +++ b/ELT.Client/Connected Services/ELTOsago/Reference.cs @@ -11,13 +11,42 @@ namespace ELTOsago { - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.ServiceContractAttribute(Namespace="http://elt-poisk.com/", ConfigurationName="ELTOsago.EltSoap")] public interface EltSoap { + [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetTypeIdFileToInsurance", ReplyAction="*")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Document))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Person))] + ELTOsago.DictionaryElement[] GetTypeIdFileToInsurance(string InsuranceCompany); + + [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetTypeIdFileToInsurance", ReplyAction="*")] + System.Threading.Tasks.Task GetTypeIdFileToInsuranceAsync(string InsuranceCompany); + + [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetDurationOSAGO", ReplyAction="*")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Document))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Person))] + ELTOsago.DictionaryElement[] GetDurationOSAGO(); + + [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetDurationOSAGO", ReplyAction="*")] + System.Threading.Tasks.Task GetDurationOSAGOAsync(); + + // CODEGEN: Parameter 'Data' requires additional schema information that cannot be captured using the parameter mode. The specific attribute is 'Microsoft.Xml.Serialization.XmlElementAttribute'. + [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/UploadFileToInsurance", ReplyAction="*")] + [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Document))] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Person))] + ELTOsago.UploadFileToInsuranceResponse UploadFileToInsurance(ELTOsago.UploadFileToInsuranceRequest request); + + [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/UploadFileToInsurance", ReplyAction="*")] + System.Threading.Tasks.Task UploadFileToInsuranceAsync(ELTOsago.UploadFileToInsuranceRequest request); + [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/OSAGOCalculation", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Document))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Person))] [return: System.ServiceModel.MessageParameterAttribute(Name="Results")] ELTOsago.OSAGOCalculationResult OSAGOCalculation( @@ -64,6 +93,7 @@ namespace ELTOsago [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/CheckDK", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Document))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Person))] ELTOsago.CheckDKResponse CheckDK(ELTOsago.CheckDKRequest request); @@ -73,6 +103,7 @@ namespace ELTOsago [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/CheckPhone", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Document))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Person))] [return: System.ServiceModel.MessageParameterAttribute(Name="SendVerificationCodeResult")] ELTOsago.SendVerificationCodeResult CheckPhone(string InsuranceCompany, string OrderId, string Phone, string VerifycationCode); @@ -83,6 +114,7 @@ namespace ELTOsago [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetRequestInfo", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Document))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Person))] ELTOsago.GetRequestInfoResponse GetRequestInfo(ELTOsago.GetRequestInfoRequest request); @@ -92,6 +124,7 @@ namespace ELTOsago [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/OSAGOFullCalculation", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Document))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Person))] ELTOsago.OSAGOFullCalculationResponse OSAGOFullCalculation(ELTOsago.OSAGOFullCalculationRequest request); @@ -102,6 +135,7 @@ namespace ELTOsago // CODEGEN: Parameter 'FirstPeriodStart' requires additional schema information that cannot be captured using the parameter mode. The specific attribute is 'Microsoft.Xml.Serialization.XmlElementAttribute'. [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/OSAGOSave", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Document))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Person))] [return: System.ServiceModel.MessageParameterAttribute(Name="Results")] ELTOsago.OSAGOSaveResponse OSAGOSave(ELTOsago.OSAGOSaveRequest request); @@ -111,6 +145,7 @@ namespace ELTOsago [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetInsuranceCompanies", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Document))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Person))] ELTOsago.InsuranceCompany[] GetInsuranceCompanies(string Login); @@ -119,6 +154,7 @@ namespace ELTOsago [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetAutoMarks", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Document))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Person))] string[] GetAutoMarks(bool ActualOnly, string Category); @@ -127,6 +163,7 @@ namespace ELTOsago [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetAutoModels", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Document))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Person))] string[] GetAutoModels(string Mark, bool ActualOnly, string Category); @@ -135,6 +172,7 @@ namespace ELTOsago [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/AnnulOSAGO", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Document))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Person))] ELTOsago.AnnulOSAGOResponse AnnulOSAGO(ELTOsago.AnnulOSAGORequest request); @@ -144,23 +182,28 @@ namespace ELTOsago [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetAvailablePrintForms", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Document))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Person))] - ELTOsago.DictionaryElement[] GetAvailablePrintForms(ELTOsago.AuthInfo AuthInfo, string OrderId); + ELTOsago.GetAvailablePrintFormsResponse GetAvailablePrintForms(ELTOsago.GetAvailablePrintFormsRequest request); + // CODEGEN: Generating message contract since the operation has multiple return values. [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetAvailablePrintForms", ReplyAction="*")] - System.Threading.Tasks.Task GetAvailablePrintFormsAsync(ELTOsago.AuthInfo AuthInfo, string OrderId); + System.Threading.Tasks.Task GetAvailablePrintFormsAsync(ELTOsago.GetAvailablePrintFormsRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetPrintForm", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Document))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Person))] - ELTOsago.DictionaryElement GetPrintForm(ELTOsago.AuthInfo AuthInfo, string OrderId, string FormId); + ELTOsago.GetPrintFormResponse GetPrintForm(ELTOsago.GetPrintFormRequest request); + // CODEGEN: Generating message contract since the operation has multiple return values. [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetPrintForm", ReplyAction="*")] - System.Threading.Tasks.Task GetPrintFormAsync(ELTOsago.AuthInfo AuthInfo, string OrderId, string FormId); + System.Threading.Tasks.Task GetPrintFormAsync(ELTOsago.GetPrintFormRequest request); // CODEGEN: Parameter 'SubjectId' requires additional schema information that cannot be captured using the parameter mode. The specific attribute is 'Microsoft.Xml.Serialization.XmlElementAttribute'. [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetNewSubjectIds", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Document))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Person))] [return: System.ServiceModel.MessageParameterAttribute(Name="SubjectId")] ELTOsago.GetNewSubjectIdsResponse GetNewSubjectIds(ELTOsago.GetNewSubjectIdsRequest request); @@ -171,6 +214,7 @@ namespace ELTOsago // CODEGEN: Parameter 'GetRegionsExtResult' requires additional schema information that cannot be captured using the parameter mode. The specific attribute is 'Microsoft.Xml.Serialization.XmlArrayItemAttribute'. [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetRegionsExt", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Document))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Person))] ELTOsago.GetRegionsExtResponse GetRegionsExt(ELTOsago.GetRegionsExtRequest request); @@ -180,6 +224,7 @@ namespace ELTOsago // CODEGEN: Parameter 'GetLocalitiesExtResult' requires additional schema information that cannot be captured using the parameter mode. The specific attribute is 'Microsoft.Xml.Serialization.XmlArrayItemAttribute'. [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/GetLocalitiesExt", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Document))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Person))] ELTOsago.GetLocalitiesExtResponse GetLocalitiesExt(ELTOsago.GetLocalitiesExtRequest request); @@ -188,6 +233,7 @@ namespace ELTOsago [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/Delivery", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Document))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Person))] [return: System.ServiceModel.MessageParameterAttribute(Name="SaveResult")] string Delivery(string NumCalc, System.DateTime DeliveryDateTime, string PaymentMethod, string Phone, ELTOsago.Address DeliveryAddress); @@ -198,6 +244,7 @@ namespace ELTOsago [System.ServiceModel.OperationContractAttribute(Action="http://elt-poisk.com/ChangeStatusPolicy", ReplyAction="*")] [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] + [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Document))] [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Person))] ELTOsago.ChangeStatusPolicyResponse ChangeStatusPolicy(ELTOsago.ChangeStatusPolicyRequest request); @@ -207,63 +254,49 @@ namespace ELTOsago } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(InsuranceCompany))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(Modification))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] - public partial class AuthInfo + public partial class DictionaryElement { - private string loginField; + private string idField; - private string passwordField; - - private string sessionIdField; + private string nameField; /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Login + public string Id { get { - return this.loginField; + return this.idField; } set { - this.loginField = value; + this.idField = value; } } /// [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Password + public string Name { get { - return this.passwordField; + return this.nameField; } set { - this.passwordField = value; - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string SessionId - { - get - { - return this.sessionIdField; - } - set - { - this.sessionIdField = value; + this.nameField = value; } } } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class LocalityExtended @@ -351,7 +384,7 @@ namespace ELTOsago } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class RegionExtended @@ -407,7 +440,7 @@ namespace ELTOsago } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class OSAGOSaveResult @@ -415,6 +448,8 @@ namespace ELTOsago private string numCalcField; + private string sKCalcIdField; + private string policyNumberField; private double premiumSumField; @@ -441,6 +476,20 @@ namespace ELTOsago /// [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string SKCalcId + { + get + { + return this.sKCalcIdField; + } + set + { + this.sKCalcIdField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] public string PolicyNumber { get @@ -454,7 +503,7 @@ namespace ELTOsago } /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] + [System.Xml.Serialization.XmlElementAttribute(Order=3)] public double PremiumSum { get @@ -482,7 +531,7 @@ namespace ELTOsago } /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] + [System.Xml.Serialization.XmlElementAttribute(Order=4)] public string Message { get @@ -496,7 +545,7 @@ namespace ELTOsago } /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] + [System.Xml.Serialization.XmlElementAttribute(Order=5)] public string Error { get @@ -511,7 +560,7 @@ namespace ELTOsago } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class A7 @@ -567,7 +616,7 @@ namespace ELTOsago } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class BSO @@ -623,7 +672,7 @@ namespace ELTOsago } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class TechnicalInspection @@ -791,7 +840,7 @@ namespace ELTOsago } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class RegDoc @@ -895,7 +944,7 @@ namespace ELTOsago } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class PersonWithKBM @@ -951,7 +1000,7 @@ namespace ELTOsago } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class DriverLicence : Document @@ -1025,8 +1074,9 @@ namespace ELTOsago /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(JuridicalDocument))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(PersonDocument))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(OldDriverLicence))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(DriverLicence))] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class Document @@ -1066,7 +1116,7 @@ namespace ELTOsago } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class JuridicalDocument : Document @@ -1106,7 +1156,7 @@ namespace ELTOsago } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class PersonDocument : Document @@ -1118,6 +1168,8 @@ namespace ELTOsago private System.DateTime issuedDateField; + private string subdivisionCodeField; + /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] public string Type @@ -1159,10 +1211,48 @@ namespace ELTOsago this.issuedDateField = value; } } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string SubdivisionCode + { + get + { + return this.subdivisionCodeField; + } + set + { + this.subdivisionCodeField = value; + } + } } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] + public partial class OldDriverLicence : Document + { + + private string countryField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Country + { + get + { + return this.countryField; + } + set + { + this.countryField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class KBM @@ -1202,305 +1292,7 @@ namespace ELTOsago } /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(InsuranceCompany))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(Modification))] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] - public partial class DictionaryElement - { - - private string idField; - - private string nameField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Id - { - get - { - return this.idField; - } - set - { - this.idField = value; - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Name - { - get - { - return this.nameField; - } - set - { - this.nameField = value; - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] - public partial class InsuranceCompany : DictionaryElement - { - - private string legalNameField; - - private string iNNField; - - private string kPPField; - - private string logoField; - - /// - [System.Xml.Serialization.XmlElementAttribute(IsNullable=true, Order=0)] - public string LegalName - { - get - { - return this.legalNameField; - } - set - { - this.legalNameField = value; - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(IsNullable=true, Order=1)] - public string INN - { - get - { - return this.iNNField; - } - set - { - this.iNNField = value; - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(IsNullable=true, Order=2)] - public string KPP - { - get - { - return this.kPPField; - } - set - { - this.kPPField = value; - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(IsNullable=true, Order=3)] - public string Logo - { - get - { - return this.logoField; - } - set - { - this.logoField = value; - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] - public partial class Modification : DictionaryElement - { - - private double powerField; - - private bool powerFieldSpecified; - - private string engineTypeField; - - private double engineVolumeField; - - private bool engineVolumeFieldSpecified; - - private int kPPTypeIdField; - - private bool kPPTypeIdFieldSpecified; - - private int bodyTypeField; - - private bool bodyTypeFieldSpecified; - - private int doorsCountField; - - private bool doorsCountFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public double Power - { - get - { - return this.powerField; - } - set - { - this.powerField = value; - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool PowerSpecified - { - get - { - return this.powerFieldSpecified; - } - set - { - this.powerFieldSpecified = value; - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string EngineType - { - get - { - return this.engineTypeField; - } - set - { - this.engineTypeField = value; - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public double EngineVolume - { - get - { - return this.engineVolumeField; - } - set - { - this.engineVolumeField = value; - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool EngineVolumeSpecified - { - get - { - return this.engineVolumeFieldSpecified; - } - set - { - this.engineVolumeFieldSpecified = value; - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public int KPPTypeId - { - get - { - return this.kPPTypeIdField; - } - set - { - this.kPPTypeIdField = value; - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool KPPTypeIdSpecified - { - get - { - return this.kPPTypeIdFieldSpecified; - } - set - { - this.kPPTypeIdFieldSpecified = value; - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public int BodyType - { - get - { - return this.bodyTypeField; - } - set - { - this.bodyTypeField = value; - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool BodyTypeSpecified - { - get - { - return this.bodyTypeFieldSpecified; - } - set - { - this.bodyTypeFieldSpecified = value; - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public int DoorsCount - { - get - { - return this.doorsCountField; - } - set - { - this.doorsCountField = value; - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool DoorsCountSpecified - { - get - { - return this.doorsCountFieldSpecified; - } - set - { - this.doorsCountFieldSpecified = value; - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class PreviousPolicy @@ -1540,7 +1332,7 @@ namespace ELTOsago } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class Address @@ -1790,7 +1582,7 @@ namespace ELTOsago /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(FullDriver))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(PhysicalPerson))] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class Person @@ -1926,7 +1718,7 @@ namespace ELTOsago } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class FullDriver : Person @@ -1946,7 +1738,17 @@ namespace ELTOsago private bool isDLForeignFieldSpecified; - private Document oldDriverLicenceField; + private bool oldIsDLForeignField; + + private bool oldIsDLForeignFieldSpecified; + + private OldDriverLicence oldDriverLicenceField; + + private string oldSurnameField; + + private string oldNameField; + + private string oldPatronymicField; /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] @@ -2048,7 +1850,35 @@ namespace ELTOsago /// [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public Document OldDriverLicence + public bool OldIsDLForeign + { + get + { + return this.oldIsDLForeignField; + } + set + { + this.oldIsDLForeignField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool OldIsDLForeignSpecified + { + get + { + return this.oldIsDLForeignFieldSpecified; + } + set + { + this.oldIsDLForeignFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=6)] + public OldDriverLicence OldDriverLicence { get { @@ -2059,10 +1889,52 @@ namespace ELTOsago this.oldDriverLicenceField = value; } } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=7)] + public string OldSurname + { + get + { + return this.oldSurnameField; + } + set + { + this.oldSurnameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=8)] + public string OldName + { + get + { + return this.oldNameField; + } + set + { + this.oldNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=9)] + public string OldPatronymic + { + get + { + return this.oldPatronymicField; + } + set + { + this.oldPatronymicField = value; + } + } } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class PhysicalPerson : Person @@ -2342,7 +2214,7 @@ namespace ELTOsago } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class Vehicle @@ -2478,201 +2350,29 @@ namespace ELTOsago } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] - public partial class ValidationErrors - { - - private string stringField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string @string - { - get - { - return this.stringField; - } - set - { - this.stringField = value; - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] - public partial class KeyValuePairOfstringstring - { - - private string keyField; - - private string valueField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string key - { - get - { - return this.keyField; - } - set - { - this.keyField = value; - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string value - { - get - { - return this.valueField; - } - set - { - this.valueField = value; - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] - public partial class ValidationCodeErrors - { - - private KeyValuePairOfstringstring keyValuePairOfstringstringField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public KeyValuePairOfstringstring KeyValuePairOfstringstring - { - get - { - return this.keyValuePairOfstringstringField; - } - set - { - this.keyValuePairOfstringstringField = value; - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class SendVerificationCodeResult { - private string additionalDataField; + private bool phoneExistField; - private string correlationIdField; + private bool phoneExistFieldSpecified; - private string dataField; + private bool verificationSentField; - private string errorMessageField; + private bool verificationSentFieldSpecified; - private string grouppedErrorMessageField; + private bool verificationCompleteField; - private string phoneExistField; + private bool verificationCompleteFieldSpecified; - private string verificationSentField; - - private string verificationCompleteField; - - private bool isSuccessField; - - private bool isSuccessFieldSpecified; - - private string serviceVersionField; - - private ValidationCodeErrors validationCodeErrorsField; - - private ValidationErrors validationErrorsField; - - private string warningMessagesField; + private string errorsField; /// [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string AdditionalData - { - get - { - return this.additionalDataField; - } - set - { - this.additionalDataField = value; - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string CorrelationId - { - get - { - return this.correlationIdField; - } - set - { - this.correlationIdField = value; - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Data - { - get - { - return this.dataField; - } - set - { - this.dataField = value; - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string ErrorMessage - { - get - { - return this.errorMessageField; - } - set - { - this.errorMessageField = value; - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public string GrouppedErrorMessage - { - get - { - return this.grouppedErrorMessageField; - } - set - { - this.grouppedErrorMessageField = value; - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public string PhoneExist + public bool PhoneExist { get { @@ -2685,8 +2385,22 @@ namespace ELTOsago } /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public string VerificationSent + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PhoneExistSpecified + { + get + { + return this.phoneExistFieldSpecified; + } + set + { + this.phoneExistFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public bool VerificationSent { get { @@ -2699,8 +2413,22 @@ namespace ELTOsago } /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public string VerificationComplete + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool VerificationSentSpecified + { + get + { + return this.verificationSentFieldSpecified; + } + set + { + this.verificationSentFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public bool VerificationComplete { get { @@ -2712,93 +2440,37 @@ namespace ELTOsago } } - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public bool IsSuccess - { - get - { - return this.isSuccessField; - } - set - { - this.isSuccessField = value; - } - } - /// [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsSuccessSpecified + public bool VerificationCompleteSpecified { get { - return this.isSuccessFieldSpecified; + return this.verificationCompleteFieldSpecified; } set { - this.isSuccessFieldSpecified = value; + this.verificationCompleteFieldSpecified = value; } } /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public string ServiceVersion + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public string Errors { get { - return this.serviceVersionField; + return this.errorsField; } set { - this.serviceVersionField = value; - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=10)] - public ValidationCodeErrors ValidationCodeErrors - { - get - { - return this.validationCodeErrorsField; - } - set - { - this.validationCodeErrorsField = value; - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=11)] - public ValidationErrors ValidationErrors - { - get - { - return this.validationErrorsField; - } - set - { - this.validationErrorsField = value; - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=12)] - public string WarningMessages - { - get - { - return this.warningMessagesField; - } - set - { - this.warningMessagesField = value; + this.errorsField = value; } } } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class CalcInfo @@ -2854,7 +2526,7 @@ namespace ELTOsago } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class OSAGOCalculationResult @@ -2991,7 +2663,7 @@ namespace ELTOsago } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class Driver @@ -3031,7 +2703,7 @@ namespace ELTOsago } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] public partial class TSType @@ -3070,8 +2742,377 @@ namespace ELTOsago } } + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] + public partial class AuthInfo + { + + private string loginField; + + private string passwordField; + + private string sessionIdField; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public string Login + { + get + { + return this.loginField; + } + set + { + this.loginField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string Password + { + get + { + return this.passwordField; + } + set + { + this.passwordField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public string SessionId + { + get + { + return this.sessionIdField; + } + set + { + this.sessionIdField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] + public partial class InsuranceCompany : DictionaryElement + { + + private string legalNameField; + + private string iNNField; + + private string kPPField; + + private string logoField; + + /// + [System.Xml.Serialization.XmlElementAttribute(IsNullable=true, Order=0)] + public string LegalName + { + get + { + return this.legalNameField; + } + set + { + this.legalNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(IsNullable=true, Order=1)] + public string INN + { + get + { + return this.iNNField; + } + set + { + this.iNNField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(IsNullable=true, Order=2)] + public string KPP + { + get + { + return this.kPPField; + } + set + { + this.kPPField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(IsNullable=true, Order=3)] + public string Logo + { + get + { + return this.logoField; + } + set + { + this.logoField = value; + } + } + } + + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://elt-poisk.com/")] + public partial class Modification : DictionaryElement + { + + private double powerField; + + private bool powerFieldSpecified; + + private string engineTypeField; + + private double engineVolumeField; + + private bool engineVolumeFieldSpecified; + + private int kPPTypeIdField; + + private bool kPPTypeIdFieldSpecified; + + private int bodyTypeField; + + private bool bodyTypeFieldSpecified; + + private int doorsCountField; + + private bool doorsCountFieldSpecified; + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=0)] + public double Power + { + get + { + return this.powerField; + } + set + { + this.powerField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool PowerSpecified + { + get + { + return this.powerFieldSpecified; + } + set + { + this.powerFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=1)] + public string EngineType + { + get + { + return this.engineTypeField; + } + set + { + this.engineTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=2)] + public double EngineVolume + { + get + { + return this.engineVolumeField; + } + set + { + this.engineVolumeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool EngineVolumeSpecified + { + get + { + return this.engineVolumeFieldSpecified; + } + set + { + this.engineVolumeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=3)] + public int KPPTypeId + { + get + { + return this.kPPTypeIdField; + } + set + { + this.kPPTypeIdField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool KPPTypeIdSpecified + { + get + { + return this.kPPTypeIdFieldSpecified; + } + set + { + this.kPPTypeIdFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=4)] + public int BodyType + { + get + { + return this.bodyTypeField; + } + set + { + this.bodyTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool BodyTypeSpecified + { + get + { + return this.bodyTypeFieldSpecified; + } + set + { + this.bodyTypeFieldSpecified = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute(Order=5)] + public int DoorsCount + { + get + { + return this.doorsCountField; + } + set + { + this.doorsCountField = value; + } + } + + /// + [System.Xml.Serialization.XmlIgnoreAttribute()] + public bool DoorsCountSpecified + { + get + { + return this.doorsCountFieldSpecified; + } + set + { + this.doorsCountFieldSpecified = value; + } + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(WrapperName="UploadFileToInsurance", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] + public partial class UploadFileToInsuranceRequest + { + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=0)] + public ELTOsago.AuthInfo AuthInfo; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=1)] + public string OrderId; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=2)] + public string FileName; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=3)] + public string Type; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=4)] + [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] + public byte[] Data; + + public UploadFileToInsuranceRequest() + { + } + + public UploadFileToInsuranceRequest(ELTOsago.AuthInfo AuthInfo, string OrderId, string FileName, string Type, byte[] Data) + { + this.AuthInfo = AuthInfo; + this.OrderId = OrderId; + this.FileName = FileName; + this.Type = Type; + this.Data = Data; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + [System.ServiceModel.MessageContractAttribute(WrapperName="UploadFileToInsuranceResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] + public partial class UploadFileToInsuranceResponse + { + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=0)] + public string UploadFileToInsuranceResult; + + public UploadFileToInsuranceResponse() + { + } + + public UploadFileToInsuranceResponse(string UploadFileToInsuranceResult) + { + this.UploadFileToInsuranceResult = UploadFileToInsuranceResult; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="CheckDK", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class CheckDKRequest { @@ -3102,7 +3143,7 @@ namespace ELTOsago } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="CheckDKResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class CheckDKResponse { @@ -3133,7 +3174,7 @@ namespace ELTOsago } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class GetRequestInfoResponseCarInfo @@ -3269,7 +3310,7 @@ namespace ELTOsago } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="GetRequestInfo", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetRequestInfoRequest { @@ -3292,7 +3333,7 @@ namespace ELTOsago } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="GetRequestInfoResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetRequestInfoResponse { @@ -3387,7 +3428,7 @@ namespace ELTOsago } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class OSAGOFullCalculationCarInfo @@ -3539,67 +3580,70 @@ namespace ELTOsago } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="OSAGOFullCalculation", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class OSAGOFullCalculationRequest { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=0)] - public ELTOsago.AuthInfo AuthInfo{ get; set; } + public ELTOsago.AuthInfo AuthInfo; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=1)] - public string TrafficSource{ get; set; } + public string TrafficSource; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=2)] - public int UW3{ get; set; } + public int UW3; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=3)] - public string InsuranceCompany{ get; set; } + public string InsuranceCompany; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=4)] - public int InsurerType{ get; set; } + public int InsurerType; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=5)] - public int OwnerType{ get; set; } + public int OwnerType; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=6)] - public int ContractOptionId{ get; set; } + public int ContractOptionId; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=7)] - public int ContractStatusId{ get; set; } + public int ContractStatusId; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=8)] - public int Analytics{ get; set; } + public int Analytics; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=9)] - public ELTOsago.PreviousPolicy PreviousPolicy{ get; set; } + public ELTOsago.PreviousPolicy PreviousPolicy; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=10)] - public string UsagePlace{ get; set; } + public string UsagePlace; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=11)] - public int TSToRegistrationPlace{ get; set; } + public int TSToRegistrationPlace; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=12)] - public System.DateTime ContractBeginDate{ get; set; } + public System.DateTime ContractBeginDate; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=13)] - public int Duration{ get; set; } + public int Duration; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=14)] - public ELTOsago.OSAGOFullCalculationCarInfo CarInfo{ get; set; } + public ELTOsago.OSAGOFullCalculationCarInfo CarInfo; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=15)] - public bool GrossViolations{ get; set; } + public bool GrossViolations; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=16)] - public ELTOsago.PhysicalPerson Owner{ get; set; } + public ELTOsago.PhysicalPerson Insurer; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=17)] - public int DriversCount{ get; set; } + public ELTOsago.PhysicalPerson Owner; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=18)] - public ELTOsago.FullDriver[] FullDriversInfo{ get; set; } + public int DriversCount; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=19)] + public ELTOsago.FullDriver[] FullDriversInfo; public OSAGOFullCalculationRequest() { @@ -3622,6 +3666,7 @@ namespace ELTOsago int Duration, ELTOsago.OSAGOFullCalculationCarInfo CarInfo, bool GrossViolations, + ELTOsago.PhysicalPerson Insurer, ELTOsago.PhysicalPerson Owner, int DriversCount, ELTOsago.FullDriver[] FullDriversInfo) @@ -3642,6 +3687,7 @@ namespace ELTOsago this.Duration = Duration; this.CarInfo = CarInfo; this.GrossViolations = GrossViolations; + this.Insurer = Insurer; this.Owner = Owner; this.DriversCount = DriversCount; this.FullDriversInfo = FullDriversInfo; @@ -3649,50 +3695,54 @@ namespace ELTOsago } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="OSAGOFullCalculationResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class OSAGOFullCalculationResponse { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=0)] - public int NumCalc{get;set;} + public int NumCalc; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=1)] - public double PremiumSum{get;set;} + public string SKCalcId; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=2)] - public double Tb{get;set;} + public double PremiumSum; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=3)] - [System.Xml.Serialization.XmlArrayItemAttribute("Param")] - public ELTOsago.CalcInfo[] CalcInfo{get;set;} + public double Tb; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=4)] - public string Message{get;set;} + [System.Xml.Serialization.XmlArrayItemAttribute("Param")] + public ELTOsago.CalcInfo[] CalcInfo; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=5)] - public string Error{get;set;} + public string Message; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=6)] - public string RSARequestId{get;set;} + public string Error; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=7)] - public ELTOsago.KBM KBM{get;set;} + public string RSARequestId; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=8)] - public ELTOsago.KBM PrevoiusKBM{get;set;} + public ELTOsago.KBM KBM; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=9)] + public ELTOsago.KBM PrevoiusKBM; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=10)] [System.Xml.Serialization.XmlArrayItemAttribute("FullDriver")] - public ELTOsago.PersonWithKBM[] FullDriversInfo{get;set;} + public ELTOsago.PersonWithKBM[] FullDriversInfo; public OSAGOFullCalculationResponse() { } - public OSAGOFullCalculationResponse(int NumCalc, double PremiumSum, double Tb, ELTOsago.CalcInfo[] CalcInfo, string Message, string Error, string RSARequestId, ELTOsago.KBM KBM, ELTOsago.KBM PrevoiusKBM, ELTOsago.PersonWithKBM[] FullDriversInfo) + public OSAGOFullCalculationResponse(int NumCalc, string SKCalcId, double PremiumSum, double Tb, ELTOsago.CalcInfo[] CalcInfo, string Message, string Error, string RSARequestId, ELTOsago.KBM KBM, ELTOsago.KBM PrevoiusKBM, ELTOsago.PersonWithKBM[] FullDriversInfo) { this.NumCalc = NumCalc; + this.SKCalcId = SKCalcId; this.PremiumSum = PremiumSum; this.Tb = Tb; this.CalcInfo = CalcInfo; @@ -3706,7 +3756,7 @@ namespace ELTOsago } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="OSAGOSave", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class OSAGOSaveRequest @@ -3968,7 +4018,7 @@ namespace ELTOsago } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="OSAGOSaveResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class OSAGOSaveResponse @@ -3988,7 +4038,7 @@ namespace ELTOsago } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="AnnulOSAGO", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class AnnulOSAGORequest { @@ -4015,7 +4065,7 @@ namespace ELTOsago } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="AnnulOSAGOResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class AnnulOSAGOResponse { @@ -4038,7 +4088,111 @@ namespace ELTOsago } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] + [System.ServiceModel.MessageContractAttribute(WrapperName="GetAvailablePrintForms", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] + public partial class GetAvailablePrintFormsRequest + { + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=0)] + public ELTOsago.AuthInfo AuthInfo; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=1)] + public string OrderId; + + public GetAvailablePrintFormsRequest() + { + } + + public GetAvailablePrintFormsRequest(ELTOsago.AuthInfo AuthInfo, string OrderId) + { + this.AuthInfo = AuthInfo; + this.OrderId = OrderId; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] + [System.ServiceModel.MessageContractAttribute(WrapperName="GetAvailablePrintFormsResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] + public partial class GetAvailablePrintFormsResponse + { + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=0)] + public ELTOsago.DictionaryElement[] GetAvailablePrintFormsResult; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=1)] + public bool Success; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=2)] + public string Error; + + public GetAvailablePrintFormsResponse() + { + } + + public GetAvailablePrintFormsResponse(ELTOsago.DictionaryElement[] GetAvailablePrintFormsResult, bool Success, string Error) + { + this.GetAvailablePrintFormsResult = GetAvailablePrintFormsResult; + this.Success = Success; + this.Error = Error; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] + [System.ServiceModel.MessageContractAttribute(WrapperName="GetPrintForm", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] + public partial class GetPrintFormRequest + { + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=0)] + public ELTOsago.AuthInfo AuthInfo; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=1)] + public string OrderId; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=2)] + public string FormId; + + public GetPrintFormRequest() + { + } + + public GetPrintFormRequest(ELTOsago.AuthInfo AuthInfo, string OrderId, string FormId) + { + this.AuthInfo = AuthInfo; + this.OrderId = OrderId; + this.FormId = FormId; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] + [System.ServiceModel.MessageContractAttribute(WrapperName="GetPrintFormResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] + public partial class GetPrintFormResponse + { + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=0)] + public ELTOsago.DictionaryElement GetPrintFormResult; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=1)] + public bool Success; + + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=2)] + public string Error; + + public GetPrintFormResponse() + { + } + + public GetPrintFormResponse(ELTOsago.DictionaryElement GetPrintFormResult, bool Success, string Error) + { + this.GetPrintFormResult = GetPrintFormResult; + this.Success = Success; + this.Error = Error; + } + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetNewSubjectIds", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetNewSubjectIdsRequest @@ -4062,7 +4216,7 @@ namespace ELTOsago } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetNewSubjectIdsResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetNewSubjectIdsResponse @@ -4083,7 +4237,7 @@ namespace ELTOsago } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetRegionsExt", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetRegionsExtRequest @@ -4095,7 +4249,7 @@ namespace ELTOsago } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetRegionsExtResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetRegionsExtResponse @@ -4116,7 +4270,7 @@ namespace ELTOsago } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetLocalitiesExt", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetLocalitiesExtRequest @@ -4136,7 +4290,7 @@ namespace ELTOsago } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(WrapperName="GetLocalitiesExtResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class GetLocalitiesExtResponse @@ -4157,7 +4311,7 @@ namespace ELTOsago } /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://elt-poisk.com/")] public partial class ChangeStatusPolicyResponseResponseStatus @@ -4197,7 +4351,7 @@ namespace ELTOsago } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="ChangeStatusPolicy", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class ChangeStatusPolicyRequest { @@ -4232,7 +4386,7 @@ namespace ELTOsago } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] [System.ServiceModel.MessageContractAttribute(WrapperName="ChangeStatusPolicyResponse", WrapperNamespace="http://elt-poisk.com/", IsWrapped=true)] public partial class ChangeStatusPolicyResponse { @@ -4258,13 +4412,13 @@ namespace ELTOsago } } - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] public interface EltSoapChannel : ELTOsago.EltSoap, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3-preview3.21351.2")] public partial class EltSoapClient : System.ServiceModel.ClientBase, ELTOsago.EltSoap { @@ -4308,6 +4462,61 @@ namespace ELTOsago { } + public ELTOsago.DictionaryElement[] GetTypeIdFileToInsurance(string InsuranceCompany) + { + return base.Channel.GetTypeIdFileToInsurance(InsuranceCompany); + } + + public System.Threading.Tasks.Task GetTypeIdFileToInsuranceAsync(string InsuranceCompany) + { + return base.Channel.GetTypeIdFileToInsuranceAsync(InsuranceCompany); + } + + public ELTOsago.DictionaryElement[] GetDurationOSAGO() + { + return base.Channel.GetDurationOSAGO(); + } + + public System.Threading.Tasks.Task GetDurationOSAGOAsync() + { + return base.Channel.GetDurationOSAGOAsync(); + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + ELTOsago.UploadFileToInsuranceResponse ELTOsago.EltSoap.UploadFileToInsurance(ELTOsago.UploadFileToInsuranceRequest request) + { + return base.Channel.UploadFileToInsurance(request); + } + + public string UploadFileToInsurance(ELTOsago.AuthInfo AuthInfo, string OrderId, string FileName, string Type, byte[] Data) + { + ELTOsago.UploadFileToInsuranceRequest inValue = new ELTOsago.UploadFileToInsuranceRequest(); + inValue.AuthInfo = AuthInfo; + inValue.OrderId = OrderId; + inValue.FileName = FileName; + inValue.Type = Type; + inValue.Data = Data; + ELTOsago.UploadFileToInsuranceResponse retVal = ((ELTOsago.EltSoap)(this)).UploadFileToInsurance(inValue); + return retVal.UploadFileToInsuranceResult; + } + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + System.Threading.Tasks.Task ELTOsago.EltSoap.UploadFileToInsuranceAsync(ELTOsago.UploadFileToInsuranceRequest request) + { + return base.Channel.UploadFileToInsuranceAsync(request); + } + + public System.Threading.Tasks.Task UploadFileToInsuranceAsync(ELTOsago.AuthInfo AuthInfo, string OrderId, string FileName, string Type, byte[] Data) + { + ELTOsago.UploadFileToInsuranceRequest inValue = new ELTOsago.UploadFileToInsuranceRequest(); + inValue.AuthInfo = AuthInfo; + inValue.OrderId = OrderId; + inValue.FileName = FileName; + inValue.Type = Type; + inValue.Data = Data; + return ((ELTOsago.EltSoap)(this)).UploadFileToInsuranceAsync(inValue); + } + public ELTOsago.OSAGOCalculationResult OSAGOCalculation( ELTOsago.AuthInfo AuthInfo, string TrafficSource, @@ -4464,9 +4673,11 @@ namespace ELTOsago int Duration, ELTOsago.OSAGOFullCalculationCarInfo CarInfo, bool GrossViolations, + ELTOsago.PhysicalPerson Insurer, ELTOsago.PhysicalPerson Owner, int DriversCount, ELTOsago.FullDriver[] FullDriversInfo, + out string SKCalcId, out double PremiumSum, out double Tb, out ELTOsago.CalcInfo[] CalcInfo, @@ -4494,10 +4705,12 @@ namespace ELTOsago inValue.Duration = Duration; inValue.CarInfo = CarInfo; inValue.GrossViolations = GrossViolations; + inValue.Insurer = Insurer; inValue.Owner = Owner; inValue.DriversCount = DriversCount; inValue.FullDriversInfo = FullDriversInfo; ELTOsago.OSAGOFullCalculationResponse retVal = ((ELTOsago.EltSoap)(this)).OSAGOFullCalculation(inValue); + SKCalcId = retVal.SKCalcId; PremiumSum = retVal.PremiumSum; Tb = retVal.Tb; CalcInfo = retVal.CalcInfo; @@ -4784,24 +4997,49 @@ namespace ELTOsago return base.Channel.AnnulOSAGOAsync(request); } - public ELTOsago.DictionaryElement[] GetAvailablePrintForms(ELTOsago.AuthInfo AuthInfo, string OrderId) + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + ELTOsago.GetAvailablePrintFormsResponse ELTOsago.EltSoap.GetAvailablePrintForms(ELTOsago.GetAvailablePrintFormsRequest request) { - return base.Channel.GetAvailablePrintForms(AuthInfo, OrderId); + return base.Channel.GetAvailablePrintForms(request); } - public System.Threading.Tasks.Task GetAvailablePrintFormsAsync(ELTOsago.AuthInfo AuthInfo, string OrderId) + public ELTOsago.DictionaryElement[] GetAvailablePrintForms(ELTOsago.AuthInfo AuthInfo, string OrderId, out bool Success, out string Error) { - return base.Channel.GetAvailablePrintFormsAsync(AuthInfo, OrderId); + ELTOsago.GetAvailablePrintFormsRequest inValue = new ELTOsago.GetAvailablePrintFormsRequest(); + inValue.AuthInfo = AuthInfo; + inValue.OrderId = OrderId; + ELTOsago.GetAvailablePrintFormsResponse retVal = ((ELTOsago.EltSoap)(this)).GetAvailablePrintForms(inValue); + Success = retVal.Success; + Error = retVal.Error; + return retVal.GetAvailablePrintFormsResult; } - public ELTOsago.DictionaryElement GetPrintForm(ELTOsago.AuthInfo AuthInfo, string OrderId, string FormId) + public System.Threading.Tasks.Task GetAvailablePrintFormsAsync(ELTOsago.GetAvailablePrintFormsRequest request) { - return base.Channel.GetPrintForm(AuthInfo, OrderId, FormId); + return base.Channel.GetAvailablePrintFormsAsync(request); } - public System.Threading.Tasks.Task GetPrintFormAsync(ELTOsago.AuthInfo AuthInfo, string OrderId, string FormId) + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + ELTOsago.GetPrintFormResponse ELTOsago.EltSoap.GetPrintForm(ELTOsago.GetPrintFormRequest request) { - return base.Channel.GetPrintFormAsync(AuthInfo, OrderId, FormId); + return base.Channel.GetPrintForm(request); + } + + public ELTOsago.DictionaryElement GetPrintForm(ELTOsago.AuthInfo AuthInfo, string OrderId, string FormId, out bool Success, out string Error) + { + ELTOsago.GetPrintFormRequest inValue = new ELTOsago.GetPrintFormRequest(); + inValue.AuthInfo = AuthInfo; + inValue.OrderId = OrderId; + inValue.FormId = FormId; + ELTOsago.GetPrintFormResponse retVal = ((ELTOsago.EltSoap)(this)).GetPrintForm(inValue); + Success = retVal.Success; + Error = retVal.Error; + return retVal.GetPrintFormResult; + } + + public System.Threading.Tasks.Task GetPrintFormAsync(ELTOsago.GetPrintFormRequest request) + { + return base.Channel.GetPrintFormAsync(request); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] diff --git a/ELT.Client/Managers/Insurance/KaskoManager.cs b/ELT.Client/Managers/Insurance/KaskoManager.cs index a9c6e07..567e531 100644 --- a/ELT.Client/Managers/Insurance/KaskoManager.cs +++ b/ELT.Client/Managers/Insurance/KaskoManager.cs @@ -1,5 +1,4 @@ -using System; -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using ELT.Client.Models.Insurance; @@ -26,6 +25,11 @@ namespace ELT.Client.Managers.Insurance kaskoParams.Mark = preRequestData.Brand; kaskoParams.Model = preRequestData.Model; + var specialMachinery = preRequestData.SpecialMachinery; + specialMachinery.SpecialMachineryMark = preRequestData.Brand; + specialMachinery.SpecialMachineryModel = preRequestData.Model; + kaskoParams.SpecialMachinery = specialMachinery; + var result = new Dictionary(); @@ -40,11 +44,12 @@ namespace ELT.Client.Managers.Insurance } , null , companyId - , null + , 0 , null , null , "13" , null + , null , false , null , null diff --git a/ELT.Client/Models/Insurance/ELTPreData.cs b/ELT.Client/Models/Insurance/ELTPreData.cs index e1d7ffb..0b1dd2f 100644 --- a/ELT.Client/Models/Insurance/ELTPreData.cs +++ b/ELT.Client/Models/Insurance/ELTPreData.cs @@ -1,9 +1,12 @@ -namespace ELT.Client.Models.Insurance +using ELTKasko; + +namespace ELT.Client.Models.Insurance { public class ELTPreData { public string Kladr { get; set; } public string Brand { get; set; } public string Model { get; set; } + public SpecialMachinery SpecialMachinery { get; set; } } } \ No newline at end of file diff --git a/ELT/Properties/launchSettings.json b/ELT/Properties/launchSettings.json index 72f2ee4..b6fad87 100644 --- a/ELT/Properties/launchSettings.json +++ b/ELT/Properties/launchSettings.json @@ -23,8 +23,6 @@ "launchBrowser": false, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", - "eltPassword": "evo12345", - "eltLogin": "dmitrienko" }, "applicationUrl": "http://localhost:2121" },