1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 //     This code was generated by a tool.
4 //     Runtime Version:4.0.30319.235
5 //
6 //     Changes to this file may cause incorrect behavior and will be lost if
7 //     the code is regenerated.
8 // </auto-generated>
9 //------------------------------------------------------------------------------
10 
11 namespace Dealerinfo.wsvDealerinfo {
12 
13 
14     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
15     [System.ServiceModel.ServiceContractAttribute(Namespace="http://programcallbean.accentry.accell.nl", ConfigurationName="wsvDealerinfo.WSVDealerInfoServices")]
16     public interface WSVDealerInfoServices {
17 
18         // CODEGEN: Parameter 'wsvdealerinfo_XMLReturn' requires additional schema information that cannot be captured using the parameter mode. The specific attribute is 'System.Xml.Serialization.XmlElementAttribute'.
19         [System.ServiceModel.OperationContractAttribute(Action="wsvdealerinfo_XML", ReplyAction="*")]
20         [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
21         [return: System.ServiceModel.MessageParameterAttribute(Name="wsvdealerinfo_XMLReturn")]
wsvdealerinfo_XML(Dealerinfo.wsvDealerinfo.wsvdealerinfo_XMLRequest request)22         Dealerinfo.wsvDealerinfo.wsvdealerinfo_XMLResponse wsvdealerinfo_XML(Dealerinfo.wsvDealerinfo.wsvdealerinfo_XMLRequest request);
23 
24         // CODEGEN: Parameter 'wsvdealerinfoReturn' requires additional schema information that cannot be captured using the parameter mode. The specific attribute is 'System.Xml.Serialization.XmlElementAttribute'.
25         [System.ServiceModel.OperationContractAttribute(Action="wsvdealerinfo", ReplyAction="*")]
26         [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
27         [return: System.ServiceModel.MessageParameterAttribute(Name="wsvdealerinfoReturn")]
wsvdealerinfo(Dealerinfo.wsvDealerinfo.wsvdealerinfoRequest request)28         Dealerinfo.wsvDealerinfo.wsvdealerinfoResponse wsvdealerinfo(Dealerinfo.wsvDealerinfo.wsvdealerinfoRequest request);
29     }
30 
31     /// <remarks/>
32     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.1")]
33     [System.SerializableAttribute()]
34     [System.Diagnostics.DebuggerStepThroughAttribute()]
35     [System.ComponentModel.DesignerCategoryAttribute("code")]
36     [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://programcallbean.accentry.accell.nl")]
37     public partial class WSVDealerInfoInput : object, System.ComponentModel.INotifyPropertyChanged {
38 
39         private string returncodeField;
40 
41         private string wSVBedrijfscodeField;
42 
43         private string wSVDealercodeField;
44 
45         private string wSVWachtwoordField;
46 
47         /// <remarks/>
48         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true, Order=0)]
49         public string returncode {
50             get {
51                 return this.returncodeField;
52             }
53             set {
54                 this.returncodeField = value;
55                 this.RaisePropertyChanged("returncode");
56             }
57         }
58 
59         /// <remarks/>
60         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true, Order=1)]
61         public string WSVBedrijfscode {
62             get {
63                 return this.wSVBedrijfscodeField;
64             }
65             set {
66                 this.wSVBedrijfscodeField = value;
67                 this.RaisePropertyChanged("WSVBedrijfscode");
68             }
69         }
70 
71         /// <remarks/>
72         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true, Order=2)]
73         public string WSVDealercode {
74             get {
75                 return this.wSVDealercodeField;
76             }
77             set {
78                 this.wSVDealercodeField = value;
79                 this.RaisePropertyChanged("WSVDealercode");
80             }
81         }
82 
83         /// <remarks/>
84         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true, Order=3)]
85         public string WSVWachtwoord {
86             get {
87                 return this.wSVWachtwoordField;
88             }
89             set {
90                 this.wSVWachtwoordField = value;
91                 this.RaisePropertyChanged("WSVWachtwoord");
92             }
93         }
94 
95         public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
96 
RaisePropertyChanged(string propertyName)97         protected void RaisePropertyChanged(string propertyName) {
98             System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
99             if ((propertyChanged != null)) {
100                 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
101             }
102         }
103     }
104 
105     /// <remarks/>
106     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.1")]
107     [System.SerializableAttribute()]
108     [System.Diagnostics.DebuggerStepThroughAttribute()]
109     [System.ComponentModel.DesignerCategoryAttribute("code")]
110     [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://programcallbean.accentry.accell.nl")]
111     public partial class WSVDealerInfoResult : object, System.ComponentModel.INotifyPropertyChanged {
112 
113         private string returncodeField;
114 
115         private string wSVFoutmeldingField;
116 
117         private string wSVDealerinfoField;
118 
119         /// <remarks/>
120         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true, Order=0)]
121         public string returncode {
122             get {
123                 return this.returncodeField;
124             }
125             set {
126                 this.returncodeField = value;
127                 this.RaisePropertyChanged("returncode");
128             }
129         }
130 
131         /// <remarks/>
132         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true, Order=1)]
133         public string WSVFoutmelding {
134             get {
135                 return this.wSVFoutmeldingField;
136             }
137             set {
138                 this.wSVFoutmeldingField = value;
139                 this.RaisePropertyChanged("WSVFoutmelding");
140             }
141         }
142 
143         /// <remarks/>
144         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true, Order=2)]
145         public string WSVDealerinfo {
146             get {
147                 return this.wSVDealerinfoField;
148             }
149             set {
150                 this.wSVDealerinfoField = value;
151                 this.RaisePropertyChanged("WSVDealerinfo");
152             }
153         }
154 
155         public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
156 
RaisePropertyChanged(string propertyName)157         protected void RaisePropertyChanged(string propertyName) {
158             System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
159             if ((propertyChanged != null)) {
160                 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
161             }
162         }
163     }
164 
165     [System.Diagnostics.DebuggerStepThroughAttribute()]
166     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
167     [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
168     [System.ServiceModel.MessageContractAttribute(WrapperName="wsvdealerinfo_XML", WrapperNamespace="http://programcallbean.accentry.accell.nl", IsWrapped=true)]
169     public partial class wsvdealerinfo_XMLRequest {
170 
171         [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://programcallbean.accentry.accell.nl", Order=0)]
172         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)]
173         public Dealerinfo.wsvDealerinfo.WSVDealerInfoInput inputData;
174 
wsvdealerinfo_XMLRequest()175         public wsvdealerinfo_XMLRequest() {
176         }
177 
wsvdealerinfo_XMLRequest(Dealerinfo.wsvDealerinfo.WSVDealerInfoInput inputData)178         public wsvdealerinfo_XMLRequest(Dealerinfo.wsvDealerinfo.WSVDealerInfoInput inputData) {
179             this.inputData = inputData;
180         }
181     }
182 
183     [System.Diagnostics.DebuggerStepThroughAttribute()]
184     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
185     [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
186     [System.ServiceModel.MessageContractAttribute(WrapperName="wsvdealerinfo_XMLResponse", WrapperNamespace="http://programcallbean.accentry.accell.nl", IsWrapped=true)]
187     public partial class wsvdealerinfo_XMLResponse {
188 
189         [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://programcallbean.accentry.accell.nl", Order=0)]
190         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)]
191         public string wsvdealerinfo_XMLReturn;
192 
wsvdealerinfo_XMLResponse()193         public wsvdealerinfo_XMLResponse() {
194         }
195 
wsvdealerinfo_XMLResponse(string wsvdealerinfo_XMLReturn)196         public wsvdealerinfo_XMLResponse(string wsvdealerinfo_XMLReturn) {
197             this.wsvdealerinfo_XMLReturn = wsvdealerinfo_XMLReturn;
198         }
199     }
200 
201     [System.Diagnostics.DebuggerStepThroughAttribute()]
202     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
203     [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
204     [System.ServiceModel.MessageContractAttribute(WrapperName="wsvdealerinfo", WrapperNamespace="http://programcallbean.accentry.accell.nl", IsWrapped=true)]
205     public partial class wsvdealerinfoRequest {
206 
207         [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://programcallbean.accentry.accell.nl", Order=0)]
208         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)]
209         public Dealerinfo.wsvDealerinfo.WSVDealerInfoInput inputData;
210 
wsvdealerinfoRequest()211         public wsvdealerinfoRequest() {
212         }
213 
wsvdealerinfoRequest(Dealerinfo.wsvDealerinfo.WSVDealerInfoInput inputData)214         public wsvdealerinfoRequest(Dealerinfo.wsvDealerinfo.WSVDealerInfoInput inputData) {
215             this.inputData = inputData;
216         }
217     }
218 
219     [System.Diagnostics.DebuggerStepThroughAttribute()]
220     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
221     [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
222     [System.ServiceModel.MessageContractAttribute(WrapperName="wsvdealerinfoResponse", WrapperNamespace="http://programcallbean.accentry.accell.nl", IsWrapped=true)]
223     public partial class wsvdealerinfoResponse {
224 
225         [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://programcallbean.accentry.accell.nl", Order=0)]
226         [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)]
227         public Dealerinfo.wsvDealerinfo.WSVDealerInfoResult wsvdealerinfoReturn;
228 
wsvdealerinfoResponse()229         public wsvdealerinfoResponse() {
230         }
231 
wsvdealerinfoResponse(Dealerinfo.wsvDealerinfo.WSVDealerInfoResult wsvdealerinfoReturn)232         public wsvdealerinfoResponse(Dealerinfo.wsvDealerinfo.WSVDealerInfoResult wsvdealerinfoReturn) {
233             this.wsvdealerinfoReturn = wsvdealerinfoReturn;
234         }
235     }
236 
237     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
238     public interface WSVDealerInfoServicesChannel : Dealerinfo.wsvDealerinfo.WSVDealerInfoServices, System.ServiceModel.IClientChannel {
239     }
240 
241     [System.Diagnostics.DebuggerStepThroughAttribute()]
242     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
243     public partial class WSVDealerInfoServicesClient : System.ServiceModel.ClientBase<Dealerinfo.wsvDealerinfo.WSVDealerInfoServices>, Dealerinfo.wsvDealerinfo.WSVDealerInfoServices {
244 
WSVDealerInfoServicesClient()245         public WSVDealerInfoServicesClient() {
246         }
247 
WSVDealerInfoServicesClient(string endpointConfigurationName)248         public WSVDealerInfoServicesClient(string endpointConfigurationName) :
249                 base(endpointConfigurationName) {
250         }
251 
WSVDealerInfoServicesClient(string endpointConfigurationName, string remoteAddress)252         public WSVDealerInfoServicesClient(string endpointConfigurationName, string remoteAddress) :
253                 base(endpointConfigurationName, remoteAddress) {
254         }
255 
WSVDealerInfoServicesClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress)256         public WSVDealerInfoServicesClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
257                 base(endpointConfigurationName, remoteAddress) {
258         }
259 
WSVDealerInfoServicesClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress)260         public WSVDealerInfoServicesClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
261                 base(binding, remoteAddress) {
262         }
263 
264         [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
Dealerinfo.wsvDealerinfo.WSVDealerInfoServices.wsvdealerinfo_XML(Dealerinfo.wsvDealerinfo.wsvdealerinfo_XMLRequest request)265         Dealerinfo.wsvDealerinfo.wsvdealerinfo_XMLResponse Dealerinfo.wsvDealerinfo.WSVDealerInfoServices.wsvdealerinfo_XML(Dealerinfo.wsvDealerinfo.wsvdealerinfo_XMLRequest request) {
266             return base.Channel.wsvdealerinfo_XML(request);
267         }
268 
wsvdealerinfo_XML(Dealerinfo.wsvDealerinfo.WSVDealerInfoInput inputData)269         public string wsvdealerinfo_XML(Dealerinfo.wsvDealerinfo.WSVDealerInfoInput inputData) {
270             Dealerinfo.wsvDealerinfo.wsvdealerinfo_XMLRequest inValue = new Dealerinfo.wsvDealerinfo.wsvdealerinfo_XMLRequest();
271             inValue.inputData = inputData;
272             Dealerinfo.wsvDealerinfo.wsvdealerinfo_XMLResponse retVal = ((Dealerinfo.wsvDealerinfo.WSVDealerInfoServices)(this)).wsvdealerinfo_XML(inValue);
273             return retVal.wsvdealerinfo_XMLReturn;
274         }
275 
276         [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
Dealerinfo.wsvDealerinfo.WSVDealerInfoServices.wsvdealerinfo(Dealerinfo.wsvDealerinfo.wsvdealerinfoRequest request)277         Dealerinfo.wsvDealerinfo.wsvdealerinfoResponse Dealerinfo.wsvDealerinfo.WSVDealerInfoServices.wsvdealerinfo(Dealerinfo.wsvDealerinfo.wsvdealerinfoRequest request) {
278             return base.Channel.wsvdealerinfo(request);
279         }
280 
wsvdealerinfo(Dealerinfo.wsvDealerinfo.WSVDealerInfoInput inputData)281         public Dealerinfo.wsvDealerinfo.WSVDealerInfoResult wsvdealerinfo(Dealerinfo.wsvDealerinfo.WSVDealerInfoInput inputData) {
282             Dealerinfo.wsvDealerinfo.wsvdealerinfoRequest inValue = new Dealerinfo.wsvDealerinfo.wsvdealerinfoRequest();
283             inValue.inputData = inputData;
284             Dealerinfo.wsvDealerinfo.wsvdealerinfoResponse retVal = ((Dealerinfo.wsvDealerinfo.WSVDealerInfoServices)(this)).wsvdealerinfo(inValue);
285             return retVal.wsvdealerinfoReturn;
286         }
287     }
288 }
289