vindata 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +1 -0
- data/lib/vindata/services/edmunds.rb +33 -17
- data/lib/vindata/services/nada.rb +139 -0
- data/lib/vindata/services.rb +2 -1
- data/lib/vindata/version.rb +1 -1
- data/lib/vindata/wsdls/ProdSecureLogin.wsdl +74 -0
- data/lib/vindata/wsdls/ProdVehicle.wsdl +1485 -0
- data/lib/vindata/wsdls/TestSecureLogin.wsdl +74 -0
- data/lib/vindata/wsdls/TestVehicle.wsdl +1485 -0
- data/lib/vindata.rb +1 -1
- metadata +9 -3
@@ -0,0 +1,1485 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://webservice.nada.com/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://webservice.nada.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
3
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This is NADA Web Service into its vehicle evaluation data.</wsdl:documentation>
|
4
|
+
<wsdl:types>
|
5
|
+
<s:schema elementFormDefault="qualified" targetNamespace="http://webservice.nada.com/">
|
6
|
+
<s:element name="ping">
|
7
|
+
<s:complexType>
|
8
|
+
<s:sequence>
|
9
|
+
<s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
|
10
|
+
</s:sequence>
|
11
|
+
</s:complexType>
|
12
|
+
</s:element>
|
13
|
+
<s:element name="pingResponse">
|
14
|
+
<s:complexType>
|
15
|
+
<s:sequence>
|
16
|
+
<s:element minOccurs="1" maxOccurs="1" name="pingResult" type="s:boolean" />
|
17
|
+
</s:sequence>
|
18
|
+
</s:complexType>
|
19
|
+
</s:element>
|
20
|
+
<s:element name="getYears">
|
21
|
+
<s:complexType>
|
22
|
+
<s:sequence>
|
23
|
+
<s:element minOccurs="0" maxOccurs="1" name="l_Request" type="tns:GetYearsRequest" />
|
24
|
+
</s:sequence>
|
25
|
+
</s:complexType>
|
26
|
+
</s:element>
|
27
|
+
<s:complexType name="GetYearsRequest">
|
28
|
+
<s:complexContent mixed="false">
|
29
|
+
<s:extension base="tns:NADAValueRequest" />
|
30
|
+
</s:complexContent>
|
31
|
+
</s:complexType>
|
32
|
+
<s:complexType name="NADAValueRequest" abstract="true">
|
33
|
+
<s:sequence>
|
34
|
+
<s:element minOccurs="0" maxOccurs="1" name="Token" type="s:string" />
|
35
|
+
<s:element minOccurs="1" maxOccurs="1" name="Period" type="s:int" />
|
36
|
+
<s:element minOccurs="1" maxOccurs="1" name="VehicleType" type="tns:VehicleTypes" />
|
37
|
+
</s:sequence>
|
38
|
+
</s:complexType>
|
39
|
+
<s:simpleType name="VehicleTypes">
|
40
|
+
<s:restriction base="s:string">
|
41
|
+
<s:enumeration value="UsedCar" />
|
42
|
+
<s:enumeration value="CommercialTruck" />
|
43
|
+
<s:enumeration value="Motorcycle" />
|
44
|
+
</s:restriction>
|
45
|
+
</s:simpleType>
|
46
|
+
<s:element name="getYearsResponse">
|
47
|
+
<s:complexType>
|
48
|
+
<s:sequence>
|
49
|
+
<s:element minOccurs="0" maxOccurs="1" name="getYearsResult" type="tns:ArrayOfLookup_Struc" />
|
50
|
+
</s:sequence>
|
51
|
+
</s:complexType>
|
52
|
+
</s:element>
|
53
|
+
<s:complexType name="ArrayOfLookup_Struc">
|
54
|
+
<s:sequence>
|
55
|
+
<s:element minOccurs="0" maxOccurs="unbounded" name="Lookup_Struc" nillable="true" type="tns:Lookup_Struc" />
|
56
|
+
</s:sequence>
|
57
|
+
</s:complexType>
|
58
|
+
<s:complexType name="Lookup_Struc">
|
59
|
+
<s:sequence>
|
60
|
+
<s:element minOccurs="1" maxOccurs="1" name="Code" type="s:int" />
|
61
|
+
<s:element minOccurs="0" maxOccurs="1" name="Descr" type="s:string" />
|
62
|
+
</s:sequence>
|
63
|
+
</s:complexType>
|
64
|
+
<s:element name="getMakes">
|
65
|
+
<s:complexType>
|
66
|
+
<s:sequence>
|
67
|
+
<s:element minOccurs="0" maxOccurs="1" name="l_Request" type="tns:GetMakesRequest" />
|
68
|
+
</s:sequence>
|
69
|
+
</s:complexType>
|
70
|
+
</s:element>
|
71
|
+
<s:complexType name="GetMakesRequest">
|
72
|
+
<s:complexContent mixed="false">
|
73
|
+
<s:extension base="tns:NADAValueRequest">
|
74
|
+
<s:sequence>
|
75
|
+
<s:element minOccurs="1" maxOccurs="1" name="Year" type="s:int" />
|
76
|
+
</s:sequence>
|
77
|
+
</s:extension>
|
78
|
+
</s:complexContent>
|
79
|
+
</s:complexType>
|
80
|
+
<s:element name="getMakesResponse">
|
81
|
+
<s:complexType>
|
82
|
+
<s:sequence>
|
83
|
+
<s:element minOccurs="0" maxOccurs="1" name="getMakesResult" type="tns:ArrayOfLookup_Struc" />
|
84
|
+
</s:sequence>
|
85
|
+
</s:complexType>
|
86
|
+
</s:element>
|
87
|
+
<s:element name="getSeries">
|
88
|
+
<s:complexType>
|
89
|
+
<s:sequence>
|
90
|
+
<s:element minOccurs="0" maxOccurs="1" name="l_Request" type="tns:GetSeriesRequest" />
|
91
|
+
</s:sequence>
|
92
|
+
</s:complexType>
|
93
|
+
</s:element>
|
94
|
+
<s:complexType name="GetSeriesRequest">
|
95
|
+
<s:complexContent mixed="false">
|
96
|
+
<s:extension base="tns:NADAValueRequest">
|
97
|
+
<s:sequence>
|
98
|
+
<s:element minOccurs="1" maxOccurs="1" name="Year" type="s:int" />
|
99
|
+
<s:element minOccurs="1" maxOccurs="1" name="MakeCode" type="s:int" />
|
100
|
+
</s:sequence>
|
101
|
+
</s:extension>
|
102
|
+
</s:complexContent>
|
103
|
+
</s:complexType>
|
104
|
+
<s:element name="getSeriesResponse">
|
105
|
+
<s:complexType>
|
106
|
+
<s:sequence>
|
107
|
+
<s:element minOccurs="0" maxOccurs="1" name="getSeriesResult" type="tns:ArrayOfLookup_Struc" />
|
108
|
+
</s:sequence>
|
109
|
+
</s:complexType>
|
110
|
+
</s:element>
|
111
|
+
<s:element name="getBodyUids">
|
112
|
+
<s:complexType>
|
113
|
+
<s:sequence>
|
114
|
+
<s:element minOccurs="0" maxOccurs="1" name="l_Request" type="tns:GetBodyUidsRequest" />
|
115
|
+
</s:sequence>
|
116
|
+
</s:complexType>
|
117
|
+
</s:element>
|
118
|
+
<s:complexType name="GetBodyUidsRequest">
|
119
|
+
<s:complexContent mixed="false">
|
120
|
+
<s:extension base="tns:NADAValueRequest">
|
121
|
+
<s:sequence>
|
122
|
+
<s:element minOccurs="1" maxOccurs="1" name="Year" type="s:int" />
|
123
|
+
<s:element minOccurs="1" maxOccurs="1" name="MakeCode" type="s:int" />
|
124
|
+
<s:element minOccurs="1" maxOccurs="1" name="SeriesCode" type="s:int" />
|
125
|
+
</s:sequence>
|
126
|
+
</s:extension>
|
127
|
+
</s:complexContent>
|
128
|
+
</s:complexType>
|
129
|
+
<s:element name="getBodyUidsResponse">
|
130
|
+
<s:complexType>
|
131
|
+
<s:sequence>
|
132
|
+
<s:element minOccurs="0" maxOccurs="1" name="getBodyUidsResult" type="tns:ArrayOfLookup_Struc" />
|
133
|
+
</s:sequence>
|
134
|
+
</s:complexType>
|
135
|
+
</s:element>
|
136
|
+
<s:element name="getVehicles">
|
137
|
+
<s:complexType>
|
138
|
+
<s:sequence>
|
139
|
+
<s:element minOccurs="0" maxOccurs="1" name="vehicleRequest" type="tns:GetVehiclesByVinRequest" />
|
140
|
+
</s:sequence>
|
141
|
+
</s:complexType>
|
142
|
+
</s:element>
|
143
|
+
<s:complexType name="GetVehiclesByVinRequest">
|
144
|
+
<s:complexContent mixed="false">
|
145
|
+
<s:extension base="tns:NADAValueRequest">
|
146
|
+
<s:sequence>
|
147
|
+
<s:element minOccurs="0" maxOccurs="1" name="Vin" type="s:string" />
|
148
|
+
</s:sequence>
|
149
|
+
</s:extension>
|
150
|
+
</s:complexContent>
|
151
|
+
</s:complexType>
|
152
|
+
<s:element name="getVehiclesResponse">
|
153
|
+
<s:complexType>
|
154
|
+
<s:sequence>
|
155
|
+
<s:element minOccurs="0" maxOccurs="1" name="getVehiclesResult" type="tns:ArrayOfVehicle_Struc" />
|
156
|
+
</s:sequence>
|
157
|
+
</s:complexType>
|
158
|
+
</s:element>
|
159
|
+
<s:complexType name="ArrayOfVehicle_Struc">
|
160
|
+
<s:sequence>
|
161
|
+
<s:element minOccurs="0" maxOccurs="unbounded" name="Vehicle_Struc" nillable="true" type="tns:Vehicle_Struc" />
|
162
|
+
</s:sequence>
|
163
|
+
</s:complexType>
|
164
|
+
<s:complexType name="Vehicle_Struc">
|
165
|
+
<s:sequence>
|
166
|
+
<s:element minOccurs="1" maxOccurs="1" name="Uid" type="s:int" />
|
167
|
+
<s:element minOccurs="1" maxOccurs="1" name="Year" type="s:int" />
|
168
|
+
<s:element minOccurs="1" maxOccurs="1" name="MakeCode" type="s:int" />
|
169
|
+
<s:element minOccurs="0" maxOccurs="1" name="MakeDescr" type="s:string" />
|
170
|
+
<s:element minOccurs="1" maxOccurs="1" name="SeriesCode" type="s:int" />
|
171
|
+
<s:element minOccurs="0" maxOccurs="1" name="SeriesDescr" type="s:string" />
|
172
|
+
<s:element minOccurs="1" maxOccurs="1" name="BodyCode" type="s:int" />
|
173
|
+
<s:element minOccurs="0" maxOccurs="1" name="BodyDescr" type="s:string" />
|
174
|
+
<s:element minOccurs="1" maxOccurs="1" name="Weight" type="s:int" />
|
175
|
+
<s:element minOccurs="0" maxOccurs="1" name="MileageClass" type="s:string" />
|
176
|
+
<s:element minOccurs="1" maxOccurs="1" name="Gvw" type="s:int" />
|
177
|
+
<s:element minOccurs="1" maxOccurs="1" name="Gcw" type="s:int" />
|
178
|
+
</s:sequence>
|
179
|
+
</s:complexType>
|
180
|
+
<s:element name="getVehicle">
|
181
|
+
<s:complexType>
|
182
|
+
<s:sequence>
|
183
|
+
<s:element minOccurs="0" maxOccurs="1" name="vehicleRequest" type="tns:GetVehicleByUidRequest" />
|
184
|
+
</s:sequence>
|
185
|
+
</s:complexType>
|
186
|
+
</s:element>
|
187
|
+
<s:complexType name="GetVehicleByUidRequest">
|
188
|
+
<s:complexContent mixed="false">
|
189
|
+
<s:extension base="tns:NADAValueRequest">
|
190
|
+
<s:sequence>
|
191
|
+
<s:element minOccurs="1" maxOccurs="1" name="Uid" type="s:int" />
|
192
|
+
</s:sequence>
|
193
|
+
</s:extension>
|
194
|
+
</s:complexContent>
|
195
|
+
</s:complexType>
|
196
|
+
<s:element name="getVehicleResponse">
|
197
|
+
<s:complexType>
|
198
|
+
<s:sequence>
|
199
|
+
<s:element minOccurs="0" maxOccurs="1" name="getVehicleResult" type="tns:Vehicle_Struc" />
|
200
|
+
</s:sequence>
|
201
|
+
</s:complexType>
|
202
|
+
</s:element>
|
203
|
+
<s:element name="getVehicleByVic">
|
204
|
+
<s:complexType>
|
205
|
+
<s:sequence>
|
206
|
+
<s:element minOccurs="0" maxOccurs="1" name="vehicleRequest" type="tns:GetVehicleByVicRequest" />
|
207
|
+
</s:sequence>
|
208
|
+
</s:complexType>
|
209
|
+
</s:element>
|
210
|
+
<s:complexType name="GetVehicleByVicRequest">
|
211
|
+
<s:complexContent mixed="false">
|
212
|
+
<s:extension base="tns:NADAValueRequest">
|
213
|
+
<s:sequence>
|
214
|
+
<s:element minOccurs="0" maxOccurs="1" name="Vic" type="s:string" />
|
215
|
+
</s:sequence>
|
216
|
+
</s:extension>
|
217
|
+
</s:complexContent>
|
218
|
+
</s:complexType>
|
219
|
+
<s:element name="getVehicleByVicResponse">
|
220
|
+
<s:complexType>
|
221
|
+
<s:sequence>
|
222
|
+
<s:element minOccurs="0" maxOccurs="1" name="getVehicleByVicResult" type="tns:Vehicle_Struc" />
|
223
|
+
</s:sequence>
|
224
|
+
</s:complexType>
|
225
|
+
</s:element>
|
226
|
+
<s:element name="getAccessories">
|
227
|
+
<s:complexType>
|
228
|
+
<s:sequence>
|
229
|
+
<s:element minOccurs="0" maxOccurs="1" name="accessoriesRequest" type="tns:GetAccessoriesRequest" />
|
230
|
+
</s:sequence>
|
231
|
+
</s:complexType>
|
232
|
+
</s:element>
|
233
|
+
<s:complexType name="GetAccessoriesRequest">
|
234
|
+
<s:complexContent mixed="false">
|
235
|
+
<s:extension base="tns:NADAValueRequest">
|
236
|
+
<s:sequence>
|
237
|
+
<s:element minOccurs="1" maxOccurs="1" name="Uid" type="s:int" />
|
238
|
+
<s:element minOccurs="0" maxOccurs="1" name="Vin" type="s:string" />
|
239
|
+
<s:element minOccurs="1" maxOccurs="1" name="Region" type="s:int" />
|
240
|
+
</s:sequence>
|
241
|
+
</s:extension>
|
242
|
+
</s:complexContent>
|
243
|
+
</s:complexType>
|
244
|
+
<s:element name="getAccessoriesResponse">
|
245
|
+
<s:complexType>
|
246
|
+
<s:sequence>
|
247
|
+
<s:element minOccurs="0" maxOccurs="1" name="getAccessoriesResult" type="tns:ArrayOfAccessory_Struc" />
|
248
|
+
</s:sequence>
|
249
|
+
</s:complexType>
|
250
|
+
</s:element>
|
251
|
+
<s:complexType name="ArrayOfAccessory_Struc">
|
252
|
+
<s:sequence>
|
253
|
+
<s:element minOccurs="0" maxOccurs="unbounded" name="Accessory_Struc" nillable="true" type="tns:Accessory_Struc" />
|
254
|
+
</s:sequence>
|
255
|
+
</s:complexType>
|
256
|
+
<s:complexType name="Accessory_Struc">
|
257
|
+
<s:sequence>
|
258
|
+
<s:element minOccurs="1" maxOccurs="1" name="Uid" type="s:int" />
|
259
|
+
<s:element minOccurs="0" maxOccurs="1" name="AccDesc" type="s:string" />
|
260
|
+
<s:element minOccurs="0" maxOccurs="1" name="AccCode" type="s:string" />
|
261
|
+
<s:element minOccurs="1" maxOccurs="1" name="TradeIn" type="s:decimal" />
|
262
|
+
<s:element minOccurs="1" maxOccurs="1" name="Retail" type="s:decimal" />
|
263
|
+
<s:element minOccurs="1" maxOccurs="1" name="Loan" type="s:decimal" />
|
264
|
+
<s:element minOccurs="1" maxOccurs="1" name="IsIncluded" type="s:boolean" />
|
265
|
+
<s:element minOccurs="1" maxOccurs="1" name="IsAdded" type="s:boolean" />
|
266
|
+
</s:sequence>
|
267
|
+
</s:complexType>
|
268
|
+
<s:element name="getInclusiveAccessories">
|
269
|
+
<s:complexType>
|
270
|
+
<s:sequence>
|
271
|
+
<s:element minOccurs="0" maxOccurs="1" name="mutualAccessoriesRequest" type="tns:GetMutualAccessoriesRequest" />
|
272
|
+
</s:sequence>
|
273
|
+
</s:complexType>
|
274
|
+
</s:element>
|
275
|
+
<s:complexType name="GetMutualAccessoriesRequest">
|
276
|
+
<s:complexContent mixed="false">
|
277
|
+
<s:extension base="tns:NADAValueRequest">
|
278
|
+
<s:sequence>
|
279
|
+
<s:element minOccurs="1" maxOccurs="1" name="Uid" type="s:int" />
|
280
|
+
</s:sequence>
|
281
|
+
</s:extension>
|
282
|
+
</s:complexContent>
|
283
|
+
</s:complexType>
|
284
|
+
<s:element name="getInclusiveAccessoriesResponse">
|
285
|
+
<s:complexType>
|
286
|
+
<s:sequence>
|
287
|
+
<s:element minOccurs="0" maxOccurs="1" name="getInclusiveAccessoriesResult" type="tns:ArrayOfAccessoryPakgIncl_Struc" />
|
288
|
+
</s:sequence>
|
289
|
+
</s:complexType>
|
290
|
+
</s:element>
|
291
|
+
<s:complexType name="ArrayOfAccessoryPakgIncl_Struc">
|
292
|
+
<s:sequence>
|
293
|
+
<s:element minOccurs="0" maxOccurs="unbounded" name="AccessoryPakgIncl_Struc" nillable="true" type="tns:AccessoryPakgIncl_Struc" />
|
294
|
+
</s:sequence>
|
295
|
+
</s:complexType>
|
296
|
+
<s:complexType name="AccessoryPakgIncl_Struc">
|
297
|
+
<s:sequence>
|
298
|
+
<s:element minOccurs="0" maxOccurs="1" name="AccCode" type="s:string" />
|
299
|
+
<s:element minOccurs="0" maxOccurs="1" name="AccPakgInclCode" type="s:string" />
|
300
|
+
</s:sequence>
|
301
|
+
</s:complexType>
|
302
|
+
<s:element name="getExclusiveAccessories">
|
303
|
+
<s:complexType>
|
304
|
+
<s:sequence>
|
305
|
+
<s:element minOccurs="0" maxOccurs="1" name="mutualAccessoriesRequest" type="tns:GetMutualAccessoriesRequest" />
|
306
|
+
</s:sequence>
|
307
|
+
</s:complexType>
|
308
|
+
</s:element>
|
309
|
+
<s:element name="getExclusiveAccessoriesResponse">
|
310
|
+
<s:complexType>
|
311
|
+
<s:sequence>
|
312
|
+
<s:element minOccurs="0" maxOccurs="1" name="getExclusiveAccessoriesResult" type="tns:ArrayOfAccessoryMultExcl_Struc" />
|
313
|
+
</s:sequence>
|
314
|
+
</s:complexType>
|
315
|
+
</s:element>
|
316
|
+
<s:complexType name="ArrayOfAccessoryMultExcl_Struc">
|
317
|
+
<s:sequence>
|
318
|
+
<s:element minOccurs="0" maxOccurs="unbounded" name="AccessoryMultExcl_Struc" nillable="true" type="tns:AccessoryMultExcl_Struc" />
|
319
|
+
</s:sequence>
|
320
|
+
</s:complexType>
|
321
|
+
<s:complexType name="AccessoryMultExcl_Struc">
|
322
|
+
<s:sequence>
|
323
|
+
<s:element minOccurs="0" maxOccurs="1" name="AccCode" type="s:string" />
|
324
|
+
<s:element minOccurs="0" maxOccurs="1" name="AccMultExclCode" type="s:string" />
|
325
|
+
</s:sequence>
|
326
|
+
</s:complexType>
|
327
|
+
<s:element name="validateVin">
|
328
|
+
<s:complexType>
|
329
|
+
<s:sequence>
|
330
|
+
<s:element minOccurs="0" maxOccurs="1" name="l_request" type="tns:ValidateVinRequest" />
|
331
|
+
</s:sequence>
|
332
|
+
</s:complexType>
|
333
|
+
</s:element>
|
334
|
+
<s:complexType name="ValidateVinRequest">
|
335
|
+
<s:complexContent mixed="false">
|
336
|
+
<s:extension base="tns:NADAValueRequest">
|
337
|
+
<s:sequence>
|
338
|
+
<s:element minOccurs="0" maxOccurs="1" name="VIN" type="s:string" />
|
339
|
+
</s:sequence>
|
340
|
+
</s:extension>
|
341
|
+
</s:complexContent>
|
342
|
+
</s:complexType>
|
343
|
+
<s:element name="validateVinResponse">
|
344
|
+
<s:complexType>
|
345
|
+
<s:sequence>
|
346
|
+
<s:element minOccurs="1" maxOccurs="1" name="validateVinResult" type="s:boolean" />
|
347
|
+
</s:sequence>
|
348
|
+
</s:complexType>
|
349
|
+
</s:element>
|
350
|
+
<s:element name="getMileageAdj">
|
351
|
+
<s:complexType>
|
352
|
+
<s:sequence>
|
353
|
+
<s:element minOccurs="0" maxOccurs="1" name="mileageAdjRequest" type="tns:GetMileageAdjByUidRequest" />
|
354
|
+
</s:sequence>
|
355
|
+
</s:complexType>
|
356
|
+
</s:element>
|
357
|
+
<s:complexType name="GetMileageAdjByUidRequest">
|
358
|
+
<s:complexContent mixed="false">
|
359
|
+
<s:extension base="tns:NADAValueRequest">
|
360
|
+
<s:sequence>
|
361
|
+
<s:element minOccurs="1" maxOccurs="1" name="Uid" type="s:int" />
|
362
|
+
<s:element minOccurs="1" maxOccurs="1" name="Region" type="s:int" />
|
363
|
+
</s:sequence>
|
364
|
+
</s:extension>
|
365
|
+
</s:complexContent>
|
366
|
+
</s:complexType>
|
367
|
+
<s:element name="getMileageAdjResponse">
|
368
|
+
<s:complexType>
|
369
|
+
<s:sequence>
|
370
|
+
<s:element minOccurs="0" maxOccurs="1" name="getMileageAdjResult" type="tns:Mileage_Struc" />
|
371
|
+
</s:sequence>
|
372
|
+
</s:complexType>
|
373
|
+
</s:element>
|
374
|
+
<s:complexType name="Mileage_Struc">
|
375
|
+
<s:sequence>
|
376
|
+
<s:element minOccurs="1" maxOccurs="1" name="MaxAmount" type="s:decimal" />
|
377
|
+
<s:element minOccurs="1" maxOccurs="1" name="MinAmount" type="s:decimal" />
|
378
|
+
<s:element minOccurs="1" maxOccurs="1" name="AverageMileage" type="s:int" />
|
379
|
+
<s:element minOccurs="1" maxOccurs="1" name="Count" type="s:int" />
|
380
|
+
<s:element minOccurs="0" maxOccurs="1" name="MileageTable" type="tns:ArrayOfMileageTable_Struc" />
|
381
|
+
</s:sequence>
|
382
|
+
</s:complexType>
|
383
|
+
<s:complexType name="ArrayOfMileageTable_Struc">
|
384
|
+
<s:sequence>
|
385
|
+
<s:element minOccurs="0" maxOccurs="unbounded" name="MileageTable_Struc" nillable="true" type="tns:MileageTable_Struc" />
|
386
|
+
</s:sequence>
|
387
|
+
</s:complexType>
|
388
|
+
<s:complexType name="MileageTable_Struc">
|
389
|
+
<s:sequence>
|
390
|
+
<s:element minOccurs="1" maxOccurs="1" name="LowLevel" type="s:int" />
|
391
|
+
<s:element minOccurs="1" maxOccurs="1" name="HighLevel" type="s:int" />
|
392
|
+
<s:element minOccurs="1" maxOccurs="1" name="AdjAmount" type="s:decimal" />
|
393
|
+
<s:element minOccurs="1" maxOccurs="1" name="RatePerMile" type="s:decimal" />
|
394
|
+
</s:sequence>
|
395
|
+
</s:complexType>
|
396
|
+
<s:element name="getRegions">
|
397
|
+
<s:complexType>
|
398
|
+
<s:sequence>
|
399
|
+
<s:element minOccurs="0" maxOccurs="1" name="l_Request" type="tns:GetRegionsRequest" />
|
400
|
+
</s:sequence>
|
401
|
+
</s:complexType>
|
402
|
+
</s:element>
|
403
|
+
<s:complexType name="GetRegionsRequest">
|
404
|
+
<s:complexContent mixed="false">
|
405
|
+
<s:extension base="tns:NADAValueRequest" />
|
406
|
+
</s:complexContent>
|
407
|
+
</s:complexType>
|
408
|
+
<s:element name="getRegionsResponse">
|
409
|
+
<s:complexType>
|
410
|
+
<s:sequence>
|
411
|
+
<s:element minOccurs="0" maxOccurs="1" name="getRegionsResult" type="tns:ArrayOfLookup_Struc" />
|
412
|
+
</s:sequence>
|
413
|
+
</s:complexType>
|
414
|
+
</s:element>
|
415
|
+
<s:element name="getRegionByStateCode">
|
416
|
+
<s:complexType>
|
417
|
+
<s:sequence>
|
418
|
+
<s:element minOccurs="0" maxOccurs="1" name="l_Request" type="tns:GetRegionByStateCodeRequest" />
|
419
|
+
</s:sequence>
|
420
|
+
</s:complexType>
|
421
|
+
</s:element>
|
422
|
+
<s:complexType name="GetRegionByStateCodeRequest">
|
423
|
+
<s:complexContent mixed="false">
|
424
|
+
<s:extension base="tns:NADAValueRequest">
|
425
|
+
<s:sequence>
|
426
|
+
<s:element minOccurs="0" maxOccurs="1" name="StateCode" type="s:string" />
|
427
|
+
</s:sequence>
|
428
|
+
</s:extension>
|
429
|
+
</s:complexContent>
|
430
|
+
</s:complexType>
|
431
|
+
<s:element name="getRegionByStateCodeResponse">
|
432
|
+
<s:complexType>
|
433
|
+
<s:sequence>
|
434
|
+
<s:element minOccurs="1" maxOccurs="1" name="getRegionByStateCodeResult" type="s:int" />
|
435
|
+
</s:sequence>
|
436
|
+
</s:complexType>
|
437
|
+
</s:element>
|
438
|
+
<s:element name="getTotalAdjFloorValues">
|
439
|
+
<s:complexType>
|
440
|
+
<s:sequence>
|
441
|
+
<s:element minOccurs="0" maxOccurs="1" name="l_Request" type="tns:GetVehicleValuesByUidRequest" />
|
442
|
+
</s:sequence>
|
443
|
+
</s:complexType>
|
444
|
+
</s:element>
|
445
|
+
<s:complexType name="GetVehicleValuesByUidRequest">
|
446
|
+
<s:complexContent mixed="false">
|
447
|
+
<s:extension base="tns:NADAValueRequest">
|
448
|
+
<s:sequence>
|
449
|
+
<s:element minOccurs="1" maxOccurs="1" name="Uid" type="s:int" />
|
450
|
+
<s:element minOccurs="1" maxOccurs="1" name="Region" type="s:int" />
|
451
|
+
<s:element minOccurs="1" maxOccurs="1" name="Mileage" type="s:int" />
|
452
|
+
</s:sequence>
|
453
|
+
</s:extension>
|
454
|
+
</s:complexContent>
|
455
|
+
</s:complexType>
|
456
|
+
<s:element name="getTotalAdjFloorValuesResponse">
|
457
|
+
<s:complexType>
|
458
|
+
<s:sequence>
|
459
|
+
<s:element minOccurs="0" maxOccurs="1" name="getTotalAdjFloorValuesResult" type="tns:FloorValue_Struc" />
|
460
|
+
</s:sequence>
|
461
|
+
</s:complexType>
|
462
|
+
</s:element>
|
463
|
+
<s:complexType name="FloorValue_Struc">
|
464
|
+
<s:sequence>
|
465
|
+
<s:element minOccurs="1" maxOccurs="1" name="Uid" type="s:int" />
|
466
|
+
<s:element minOccurs="1" maxOccurs="1" name="AdjustedRetail" type="s:decimal" />
|
467
|
+
<s:element minOccurs="1" maxOccurs="1" name="AdjustedTradeIn" type="s:decimal" />
|
468
|
+
<s:element minOccurs="1" maxOccurs="1" name="AdjustedLoan" type="s:decimal" />
|
469
|
+
<s:element minOccurs="1" maxOccurs="1" name="AdjustedRoughTradeIn" type="s:decimal" />
|
470
|
+
<s:element minOccurs="1" maxOccurs="1" name="AdjustedAvgTradeIn" type="s:decimal" />
|
471
|
+
</s:sequence>
|
472
|
+
</s:complexType>
|
473
|
+
<s:element name="getVehicleValueByUid">
|
474
|
+
<s:complexType>
|
475
|
+
<s:sequence>
|
476
|
+
<s:element minOccurs="0" maxOccurs="1" name="vehicleRequest" type="tns:GetVehicleValuesByUidRequest" />
|
477
|
+
</s:sequence>
|
478
|
+
</s:complexType>
|
479
|
+
</s:element>
|
480
|
+
<s:element name="getVehicleValueByUidResponse">
|
481
|
+
<s:complexType>
|
482
|
+
<s:sequence>
|
483
|
+
<s:element minOccurs="0" maxOccurs="1" name="getVehicleValueByUidResult" type="tns:Value_Struc" />
|
484
|
+
</s:sequence>
|
485
|
+
</s:complexType>
|
486
|
+
</s:element>
|
487
|
+
<s:complexType name="Value_Struc">
|
488
|
+
<s:sequence>
|
489
|
+
<s:element minOccurs="1" maxOccurs="1" name="Uid" type="s:int" />
|
490
|
+
<s:element minOccurs="1" maxOccurs="1" name="Msrp" type="s:decimal" />
|
491
|
+
<s:element minOccurs="1" maxOccurs="1" name="AveMileage" type="s:int" />
|
492
|
+
<s:element minOccurs="1" maxOccurs="1" name="MileageAdj" type="s:decimal" />
|
493
|
+
<s:element minOccurs="1" maxOccurs="1" name="Retail" type="s:decimal" />
|
494
|
+
<s:element minOccurs="1" maxOccurs="1" name="TradeIn" type="s:decimal" />
|
495
|
+
<s:element minOccurs="1" maxOccurs="1" name="Loan" type="s:decimal" />
|
496
|
+
<s:element minOccurs="1" maxOccurs="1" name="MileAdjRetail" type="s:decimal" />
|
497
|
+
<s:element minOccurs="1" maxOccurs="1" name="MileAdjTradeIn" type="s:decimal" />
|
498
|
+
<s:element minOccurs="1" maxOccurs="1" name="MileAdjLoan" type="s:decimal" />
|
499
|
+
<s:element minOccurs="1" maxOccurs="1" name="AvgTradeIn" type="s:decimal" />
|
500
|
+
<s:element minOccurs="1" maxOccurs="1" name="RoughTradeIn" type="s:decimal" />
|
501
|
+
<s:element minOccurs="1" maxOccurs="1" name="MileAdjAvgTradeIn" type="s:decimal" />
|
502
|
+
<s:element minOccurs="1" maxOccurs="1" name="MileAdjRoughTradeIn" type="s:decimal" />
|
503
|
+
</s:sequence>
|
504
|
+
</s:complexType>
|
505
|
+
<s:element name="getBaseVehicleValueByUid">
|
506
|
+
<s:complexType>
|
507
|
+
<s:sequence>
|
508
|
+
<s:element minOccurs="0" maxOccurs="1" name="vehicleRequest" type="tns:GetVehicleValuesByUidRequest" />
|
509
|
+
</s:sequence>
|
510
|
+
</s:complexType>
|
511
|
+
</s:element>
|
512
|
+
<s:element name="getBaseVehicleValueByUidResponse">
|
513
|
+
<s:complexType>
|
514
|
+
<s:sequence>
|
515
|
+
<s:element minOccurs="0" maxOccurs="1" name="getBaseVehicleValueByUidResult" type="tns:StandardValue_Struc" />
|
516
|
+
</s:sequence>
|
517
|
+
</s:complexType>
|
518
|
+
</s:element>
|
519
|
+
<s:complexType name="StandardValue_Struc">
|
520
|
+
<s:sequence>
|
521
|
+
<s:element minOccurs="1" maxOccurs="1" name="Uid" type="s:int" />
|
522
|
+
<s:element minOccurs="1" maxOccurs="1" name="Retail" type="s:decimal" />
|
523
|
+
<s:element minOccurs="1" maxOccurs="1" name="TradeIn" type="s:decimal" />
|
524
|
+
<s:element minOccurs="1" maxOccurs="1" name="Loan" type="s:decimal" />
|
525
|
+
<s:element minOccurs="1" maxOccurs="1" name="RoughTradeIn" type="s:decimal" />
|
526
|
+
<s:element minOccurs="1" maxOccurs="1" name="AvgTradeIn" type="s:decimal" />
|
527
|
+
</s:sequence>
|
528
|
+
</s:complexType>
|
529
|
+
<s:element name="getVehicleAndValueByUid">
|
530
|
+
<s:complexType>
|
531
|
+
<s:sequence>
|
532
|
+
<s:element minOccurs="0" maxOccurs="1" name="vehicleRequest" type="tns:GetVehicleValuesByUidRequest" />
|
533
|
+
</s:sequence>
|
534
|
+
</s:complexType>
|
535
|
+
</s:element>
|
536
|
+
<s:element name="getVehicleAndValueByUidResponse">
|
537
|
+
<s:complexType>
|
538
|
+
<s:sequence>
|
539
|
+
<s:element minOccurs="0" maxOccurs="1" name="getVehicleAndValueByUidResult" type="tns:VehicleValue_Struc" />
|
540
|
+
</s:sequence>
|
541
|
+
</s:complexType>
|
542
|
+
</s:element>
|
543
|
+
<s:complexType name="VehicleValue_Struc">
|
544
|
+
<s:sequence>
|
545
|
+
<s:element minOccurs="1" maxOccurs="1" name="Uid" type="s:int" />
|
546
|
+
<s:element minOccurs="1" maxOccurs="1" name="VehicleYear" type="s:int" />
|
547
|
+
<s:element minOccurs="1" maxOccurs="1" name="MakeCode" type="s:int" />
|
548
|
+
<s:element minOccurs="0" maxOccurs="1" name="MakeDescr" type="s:string" />
|
549
|
+
<s:element minOccurs="1" maxOccurs="1" name="SeriesCode" type="s:int" />
|
550
|
+
<s:element minOccurs="0" maxOccurs="1" name="SeriesDescr" type="s:string" />
|
551
|
+
<s:element minOccurs="1" maxOccurs="1" name="BodyCode" type="s:int" />
|
552
|
+
<s:element minOccurs="0" maxOccurs="1" name="BodyDescr" type="s:string" />
|
553
|
+
<s:element minOccurs="1" maxOccurs="1" name="Weight" type="s:int" />
|
554
|
+
<s:element minOccurs="1" maxOccurs="1" name="Msrp" type="s:decimal" />
|
555
|
+
<s:element minOccurs="1" maxOccurs="1" name="AveMileage" type="s:int" />
|
556
|
+
<s:element minOccurs="1" maxOccurs="1" name="MileageAdj" type="s:decimal" />
|
557
|
+
<s:element minOccurs="1" maxOccurs="1" name="TradeIn" type="s:decimal" />
|
558
|
+
<s:element minOccurs="1" maxOccurs="1" name="TradeInPlusVinAcc" type="s:decimal" />
|
559
|
+
<s:element minOccurs="1" maxOccurs="1" name="TradeInPlusVinAccMileage" type="s:decimal" />
|
560
|
+
<s:element minOccurs="1" maxOccurs="1" name="Loan" type="s:decimal" />
|
561
|
+
<s:element minOccurs="1" maxOccurs="1" name="LoanPlusVinAcc" type="s:decimal" />
|
562
|
+
<s:element minOccurs="1" maxOccurs="1" name="LoanPlusVinAccMileage" type="s:decimal" />
|
563
|
+
<s:element minOccurs="1" maxOccurs="1" name="Retail" type="s:decimal" />
|
564
|
+
<s:element minOccurs="1" maxOccurs="1" name="RetailPlusVinAcc" type="s:decimal" />
|
565
|
+
<s:element minOccurs="1" maxOccurs="1" name="RetailPlusVinAccMileage" type="s:decimal" />
|
566
|
+
<s:element minOccurs="1" maxOccurs="1" name="AvgTradeIn" type="s:decimal" />
|
567
|
+
<s:element minOccurs="1" maxOccurs="1" name="AvgTradeInPlusVinAcc" type="s:decimal" />
|
568
|
+
<s:element minOccurs="1" maxOccurs="1" name="AvgTradeInPlusVinAccMileage" type="s:decimal" />
|
569
|
+
<s:element minOccurs="1" maxOccurs="1" name="RoughTradeIn" type="s:decimal" />
|
570
|
+
<s:element minOccurs="1" maxOccurs="1" name="RoughTradeInPlusVinAcc" type="s:decimal" />
|
571
|
+
<s:element minOccurs="1" maxOccurs="1" name="RoughTradeInPlusVinAccMileage" type="s:decimal" />
|
572
|
+
</s:sequence>
|
573
|
+
</s:complexType>
|
574
|
+
<s:element name="getDefaultVehicleAndValueByVin">
|
575
|
+
<s:complexType>
|
576
|
+
<s:sequence>
|
577
|
+
<s:element minOccurs="0" maxOccurs="1" name="vehicleRequest" type="tns:GetVehicleValuesByVinRequest" />
|
578
|
+
</s:sequence>
|
579
|
+
</s:complexType>
|
580
|
+
</s:element>
|
581
|
+
<s:complexType name="GetVehicleValuesByVinRequest">
|
582
|
+
<s:complexContent mixed="false">
|
583
|
+
<s:extension base="tns:NADAValueRequest">
|
584
|
+
<s:sequence>
|
585
|
+
<s:element minOccurs="0" maxOccurs="1" name="Vin" type="s:string" />
|
586
|
+
<s:element minOccurs="1" maxOccurs="1" name="Region" type="s:int" />
|
587
|
+
<s:element minOccurs="1" maxOccurs="1" name="Mileage" type="s:int" />
|
588
|
+
</s:sequence>
|
589
|
+
</s:extension>
|
590
|
+
</s:complexContent>
|
591
|
+
</s:complexType>
|
592
|
+
<s:element name="getDefaultVehicleAndValueByVinResponse">
|
593
|
+
<s:complexType>
|
594
|
+
<s:sequence>
|
595
|
+
<s:element minOccurs="0" maxOccurs="1" name="getDefaultVehicleAndValueByVinResult" type="tns:VehicleValue_Struc" />
|
596
|
+
</s:sequence>
|
597
|
+
</s:complexType>
|
598
|
+
</s:element>
|
599
|
+
<s:element name="getMsrpVehicleAndValueByVin">
|
600
|
+
<s:complexType>
|
601
|
+
<s:sequence>
|
602
|
+
<s:element minOccurs="0" maxOccurs="1" name="vehicleRequest" type="tns:GetVehicleValuesByMsrpRequest" />
|
603
|
+
</s:sequence>
|
604
|
+
</s:complexType>
|
605
|
+
</s:element>
|
606
|
+
<s:complexType name="GetVehicleValuesByMsrpRequest">
|
607
|
+
<s:complexContent mixed="false">
|
608
|
+
<s:extension base="tns:NADAValueRequest">
|
609
|
+
<s:sequence>
|
610
|
+
<s:element minOccurs="0" maxOccurs="1" name="Vin" type="s:string" />
|
611
|
+
<s:element minOccurs="1" maxOccurs="1" name="Region" type="s:int" />
|
612
|
+
<s:element minOccurs="1" maxOccurs="1" name="Mileage" type="s:int" />
|
613
|
+
<s:element minOccurs="1" maxOccurs="1" name="Msrp" type="s:int" />
|
614
|
+
</s:sequence>
|
615
|
+
</s:extension>
|
616
|
+
</s:complexContent>
|
617
|
+
</s:complexType>
|
618
|
+
<s:element name="getMsrpVehicleAndValueByVinResponse">
|
619
|
+
<s:complexType>
|
620
|
+
<s:sequence>
|
621
|
+
<s:element minOccurs="0" maxOccurs="1" name="getMsrpVehicleAndValueByVinResult" type="tns:VehicleValue_Struc" />
|
622
|
+
</s:sequence>
|
623
|
+
</s:complexType>
|
624
|
+
</s:element>
|
625
|
+
<s:element name="getHighVehicleAndValueByVin">
|
626
|
+
<s:complexType>
|
627
|
+
<s:sequence>
|
628
|
+
<s:element minOccurs="0" maxOccurs="1" name="vehicleRequest" type="tns:GetVehicleValuesByVinRequest" />
|
629
|
+
</s:sequence>
|
630
|
+
</s:complexType>
|
631
|
+
</s:element>
|
632
|
+
<s:element name="getHighVehicleAndValueByVinResponse">
|
633
|
+
<s:complexType>
|
634
|
+
<s:sequence>
|
635
|
+
<s:element minOccurs="0" maxOccurs="1" name="getHighVehicleAndValueByVinResult" type="tns:VehicleValue_Struc" />
|
636
|
+
</s:sequence>
|
637
|
+
</s:complexType>
|
638
|
+
</s:element>
|
639
|
+
<s:element name="getLowVehicleAndValueByVin">
|
640
|
+
<s:complexType>
|
641
|
+
<s:sequence>
|
642
|
+
<s:element minOccurs="0" maxOccurs="1" name="vehicleRequest" type="tns:GetVehicleValuesByVinRequest" />
|
643
|
+
</s:sequence>
|
644
|
+
</s:complexType>
|
645
|
+
</s:element>
|
646
|
+
<s:element name="getLowVehicleAndValueByVinResponse">
|
647
|
+
<s:complexType>
|
648
|
+
<s:sequence>
|
649
|
+
<s:element minOccurs="0" maxOccurs="1" name="getLowVehicleAndValueByVinResult" type="tns:VehicleValue_Struc" />
|
650
|
+
</s:sequence>
|
651
|
+
</s:complexType>
|
652
|
+
</s:element>
|
653
|
+
<s:element name="getAuctionValues">
|
654
|
+
<s:complexType>
|
655
|
+
<s:sequence>
|
656
|
+
<s:element minOccurs="0" maxOccurs="1" name="auctionValuesRequest" type="tns:GetAuctionValuesRequest" />
|
657
|
+
</s:sequence>
|
658
|
+
</s:complexType>
|
659
|
+
</s:element>
|
660
|
+
<s:complexType name="GetAuctionValuesRequest">
|
661
|
+
<s:complexContent mixed="false">
|
662
|
+
<s:extension base="tns:NADAValueRequest">
|
663
|
+
<s:sequence>
|
664
|
+
<s:element minOccurs="1" maxOccurs="1" name="Uid" type="s:int" />
|
665
|
+
<s:element minOccurs="0" maxOccurs="1" name="Vic" type="s:string" />
|
666
|
+
<s:element minOccurs="1" maxOccurs="1" name="Region" type="s:int" />
|
667
|
+
<s:element minOccurs="1" maxOccurs="1" name="Mileage" type="s:int" />
|
668
|
+
<s:element minOccurs="0" maxOccurs="1" name="CustomerId" type="s:string" />
|
669
|
+
<s:element minOccurs="1" maxOccurs="1" name="UserId" type="s:int" />
|
670
|
+
<s:element minOccurs="0" maxOccurs="1" name="CallingApplication" type="s:string" />
|
671
|
+
<s:element minOccurs="0" maxOccurs="1" name="CheckedAccessoriesList" type="tns:ArrayOfCheckedAccessories" />
|
672
|
+
</s:sequence>
|
673
|
+
</s:extension>
|
674
|
+
</s:complexContent>
|
675
|
+
</s:complexType>
|
676
|
+
<s:complexType name="ArrayOfCheckedAccessories">
|
677
|
+
<s:sequence>
|
678
|
+
<s:element minOccurs="0" maxOccurs="unbounded" name="CheckedAccessories" nillable="true" type="tns:CheckedAccessories" />
|
679
|
+
</s:sequence>
|
680
|
+
</s:complexType>
|
681
|
+
<s:complexType name="CheckedAccessories">
|
682
|
+
<s:sequence>
|
683
|
+
<s:element minOccurs="0" maxOccurs="1" name="AccCode" type="s:string" />
|
684
|
+
</s:sequence>
|
685
|
+
</s:complexType>
|
686
|
+
<s:element name="getAuctionValuesResponse">
|
687
|
+
<s:complexType>
|
688
|
+
<s:sequence>
|
689
|
+
<s:element minOccurs="0" maxOccurs="1" name="getAuctionValuesResult" type="tns:AuctionValue_Struc" />
|
690
|
+
</s:sequence>
|
691
|
+
</s:complexType>
|
692
|
+
</s:element>
|
693
|
+
<s:complexType name="AuctionValue_Struc">
|
694
|
+
<s:sequence>
|
695
|
+
<s:element minOccurs="1" maxOccurs="1" name="LowAdjustedAuctionValue" type="s:int" />
|
696
|
+
<s:element minOccurs="1" maxOccurs="1" name="AverageAdjustedAuctionValue" type="s:int" />
|
697
|
+
<s:element minOccurs="1" maxOccurs="1" name="HighAdjustedAuctionValue" type="s:int" />
|
698
|
+
<s:element minOccurs="0" maxOccurs="1" name="DateRange" type="s:string" />
|
699
|
+
<s:element minOccurs="0" maxOccurs="1" name="AccessoriesAdjustedList" type="tns:ArrayOfAdjustedAccessories" />
|
700
|
+
</s:sequence>
|
701
|
+
</s:complexType>
|
702
|
+
<s:complexType name="ArrayOfAdjustedAccessories">
|
703
|
+
<s:sequence>
|
704
|
+
<s:element minOccurs="0" maxOccurs="unbounded" name="AdjustedAccessories" nillable="true" type="tns:AdjustedAccessories" />
|
705
|
+
</s:sequence>
|
706
|
+
</s:complexType>
|
707
|
+
<s:complexType name="AdjustedAccessories">
|
708
|
+
<s:sequence>
|
709
|
+
<s:element minOccurs="0" maxOccurs="1" name="AccCode" type="s:string" />
|
710
|
+
<s:element minOccurs="0" maxOccurs="1" name="AccDesc" type="s:string" />
|
711
|
+
</s:sequence>
|
712
|
+
</s:complexType>
|
713
|
+
<s:element name="getExperianAutoCheckReport">
|
714
|
+
<s:complexType>
|
715
|
+
<s:sequence>
|
716
|
+
<s:element minOccurs="0" maxOccurs="1" name="experianAutocheckRequest" type="tns:GetExperianAutoCheckRequest" />
|
717
|
+
</s:sequence>
|
718
|
+
</s:complexType>
|
719
|
+
</s:element>
|
720
|
+
<s:complexType name="GetExperianAutoCheckRequest">
|
721
|
+
<s:sequence>
|
722
|
+
<s:element minOccurs="0" maxOccurs="1" name="Token" type="s:string" />
|
723
|
+
<s:element minOccurs="0" maxOccurs="1" name="ExperianAccountNumber" type="s:string" />
|
724
|
+
<s:element minOccurs="0" maxOccurs="1" name="Vin" type="s:string" />
|
725
|
+
<s:element minOccurs="1" maxOccurs="1" name="ReportType" type="tns:ExperianAutoCheckReportTypes" />
|
726
|
+
</s:sequence>
|
727
|
+
</s:complexType>
|
728
|
+
<s:simpleType name="ExperianAutoCheckReportTypes">
|
729
|
+
<s:restriction base="s:string">
|
730
|
+
<s:enumeration value="VehicleHistory" />
|
731
|
+
<s:enumeration value="Summary" />
|
732
|
+
</s:restriction>
|
733
|
+
</s:simpleType>
|
734
|
+
<s:element name="getExperianAutoCheckReportResponse">
|
735
|
+
<s:complexType>
|
736
|
+
<s:sequence>
|
737
|
+
<s:element minOccurs="0" maxOccurs="1" name="getExperianAutoCheckReportResult" type="s:string" />
|
738
|
+
</s:sequence>
|
739
|
+
</s:complexType>
|
740
|
+
</s:element>
|
741
|
+
</s:schema>
|
742
|
+
</wsdl:types>
|
743
|
+
<wsdl:message name="pingSoapIn">
|
744
|
+
<wsdl:part name="parameters" element="tns:ping" />
|
745
|
+
</wsdl:message>
|
746
|
+
<wsdl:message name="pingSoapOut">
|
747
|
+
<wsdl:part name="parameters" element="tns:pingResponse" />
|
748
|
+
</wsdl:message>
|
749
|
+
<wsdl:message name="getYearsSoapIn">
|
750
|
+
<wsdl:part name="parameters" element="tns:getYears" />
|
751
|
+
</wsdl:message>
|
752
|
+
<wsdl:message name="getYearsSoapOut">
|
753
|
+
<wsdl:part name="parameters" element="tns:getYearsResponse" />
|
754
|
+
</wsdl:message>
|
755
|
+
<wsdl:message name="getMakesSoapIn">
|
756
|
+
<wsdl:part name="parameters" element="tns:getMakes" />
|
757
|
+
</wsdl:message>
|
758
|
+
<wsdl:message name="getMakesSoapOut">
|
759
|
+
<wsdl:part name="parameters" element="tns:getMakesResponse" />
|
760
|
+
</wsdl:message>
|
761
|
+
<wsdl:message name="getSeriesSoapIn">
|
762
|
+
<wsdl:part name="parameters" element="tns:getSeries" />
|
763
|
+
</wsdl:message>
|
764
|
+
<wsdl:message name="getSeriesSoapOut">
|
765
|
+
<wsdl:part name="parameters" element="tns:getSeriesResponse" />
|
766
|
+
</wsdl:message>
|
767
|
+
<wsdl:message name="getBodyUidsSoapIn">
|
768
|
+
<wsdl:part name="parameters" element="tns:getBodyUids" />
|
769
|
+
</wsdl:message>
|
770
|
+
<wsdl:message name="getBodyUidsSoapOut">
|
771
|
+
<wsdl:part name="parameters" element="tns:getBodyUidsResponse" />
|
772
|
+
</wsdl:message>
|
773
|
+
<wsdl:message name="getVehiclesSoapIn">
|
774
|
+
<wsdl:part name="parameters" element="tns:getVehicles" />
|
775
|
+
</wsdl:message>
|
776
|
+
<wsdl:message name="getVehiclesSoapOut">
|
777
|
+
<wsdl:part name="parameters" element="tns:getVehiclesResponse" />
|
778
|
+
</wsdl:message>
|
779
|
+
<wsdl:message name="getVehicleSoapIn">
|
780
|
+
<wsdl:part name="parameters" element="tns:getVehicle" />
|
781
|
+
</wsdl:message>
|
782
|
+
<wsdl:message name="getVehicleSoapOut">
|
783
|
+
<wsdl:part name="parameters" element="tns:getVehicleResponse" />
|
784
|
+
</wsdl:message>
|
785
|
+
<wsdl:message name="getVehicleByVicSoapIn">
|
786
|
+
<wsdl:part name="parameters" element="tns:getVehicleByVic" />
|
787
|
+
</wsdl:message>
|
788
|
+
<wsdl:message name="getVehicleByVicSoapOut">
|
789
|
+
<wsdl:part name="parameters" element="tns:getVehicleByVicResponse" />
|
790
|
+
</wsdl:message>
|
791
|
+
<wsdl:message name="getAccessoriesSoapIn">
|
792
|
+
<wsdl:part name="parameters" element="tns:getAccessories" />
|
793
|
+
</wsdl:message>
|
794
|
+
<wsdl:message name="getAccessoriesSoapOut">
|
795
|
+
<wsdl:part name="parameters" element="tns:getAccessoriesResponse" />
|
796
|
+
</wsdl:message>
|
797
|
+
<wsdl:message name="getInclusiveAccessoriesSoapIn">
|
798
|
+
<wsdl:part name="parameters" element="tns:getInclusiveAccessories" />
|
799
|
+
</wsdl:message>
|
800
|
+
<wsdl:message name="getInclusiveAccessoriesSoapOut">
|
801
|
+
<wsdl:part name="parameters" element="tns:getInclusiveAccessoriesResponse" />
|
802
|
+
</wsdl:message>
|
803
|
+
<wsdl:message name="getExclusiveAccessoriesSoapIn">
|
804
|
+
<wsdl:part name="parameters" element="tns:getExclusiveAccessories" />
|
805
|
+
</wsdl:message>
|
806
|
+
<wsdl:message name="getExclusiveAccessoriesSoapOut">
|
807
|
+
<wsdl:part name="parameters" element="tns:getExclusiveAccessoriesResponse" />
|
808
|
+
</wsdl:message>
|
809
|
+
<wsdl:message name="validateVinSoapIn">
|
810
|
+
<wsdl:part name="parameters" element="tns:validateVin" />
|
811
|
+
</wsdl:message>
|
812
|
+
<wsdl:message name="validateVinSoapOut">
|
813
|
+
<wsdl:part name="parameters" element="tns:validateVinResponse" />
|
814
|
+
</wsdl:message>
|
815
|
+
<wsdl:message name="getMileageAdjSoapIn">
|
816
|
+
<wsdl:part name="parameters" element="tns:getMileageAdj" />
|
817
|
+
</wsdl:message>
|
818
|
+
<wsdl:message name="getMileageAdjSoapOut">
|
819
|
+
<wsdl:part name="parameters" element="tns:getMileageAdjResponse" />
|
820
|
+
</wsdl:message>
|
821
|
+
<wsdl:message name="getRegionsSoapIn">
|
822
|
+
<wsdl:part name="parameters" element="tns:getRegions" />
|
823
|
+
</wsdl:message>
|
824
|
+
<wsdl:message name="getRegionsSoapOut">
|
825
|
+
<wsdl:part name="parameters" element="tns:getRegionsResponse" />
|
826
|
+
</wsdl:message>
|
827
|
+
<wsdl:message name="getRegionByStateCodeSoapIn">
|
828
|
+
<wsdl:part name="parameters" element="tns:getRegionByStateCode" />
|
829
|
+
</wsdl:message>
|
830
|
+
<wsdl:message name="getRegionByStateCodeSoapOut">
|
831
|
+
<wsdl:part name="parameters" element="tns:getRegionByStateCodeResponse" />
|
832
|
+
</wsdl:message>
|
833
|
+
<wsdl:message name="getTotalAdjFloorValuesSoapIn">
|
834
|
+
<wsdl:part name="parameters" element="tns:getTotalAdjFloorValues" />
|
835
|
+
</wsdl:message>
|
836
|
+
<wsdl:message name="getTotalAdjFloorValuesSoapOut">
|
837
|
+
<wsdl:part name="parameters" element="tns:getTotalAdjFloorValuesResponse" />
|
838
|
+
</wsdl:message>
|
839
|
+
<wsdl:message name="getVehicleValueByUidSoapIn">
|
840
|
+
<wsdl:part name="parameters" element="tns:getVehicleValueByUid" />
|
841
|
+
</wsdl:message>
|
842
|
+
<wsdl:message name="getVehicleValueByUidSoapOut">
|
843
|
+
<wsdl:part name="parameters" element="tns:getVehicleValueByUidResponse" />
|
844
|
+
</wsdl:message>
|
845
|
+
<wsdl:message name="getBaseVehicleValueByUidSoapIn">
|
846
|
+
<wsdl:part name="parameters" element="tns:getBaseVehicleValueByUid" />
|
847
|
+
</wsdl:message>
|
848
|
+
<wsdl:message name="getBaseVehicleValueByUidSoapOut">
|
849
|
+
<wsdl:part name="parameters" element="tns:getBaseVehicleValueByUidResponse" />
|
850
|
+
</wsdl:message>
|
851
|
+
<wsdl:message name="getVehicleAndValueByUidSoapIn">
|
852
|
+
<wsdl:part name="parameters" element="tns:getVehicleAndValueByUid" />
|
853
|
+
</wsdl:message>
|
854
|
+
<wsdl:message name="getVehicleAndValueByUidSoapOut">
|
855
|
+
<wsdl:part name="parameters" element="tns:getVehicleAndValueByUidResponse" />
|
856
|
+
</wsdl:message>
|
857
|
+
<wsdl:message name="getDefaultVehicleAndValueByVinSoapIn">
|
858
|
+
<wsdl:part name="parameters" element="tns:getDefaultVehicleAndValueByVin" />
|
859
|
+
</wsdl:message>
|
860
|
+
<wsdl:message name="getDefaultVehicleAndValueByVinSoapOut">
|
861
|
+
<wsdl:part name="parameters" element="tns:getDefaultVehicleAndValueByVinResponse" />
|
862
|
+
</wsdl:message>
|
863
|
+
<wsdl:message name="getMsrpVehicleAndValueByVinSoapIn">
|
864
|
+
<wsdl:part name="parameters" element="tns:getMsrpVehicleAndValueByVin" />
|
865
|
+
</wsdl:message>
|
866
|
+
<wsdl:message name="getMsrpVehicleAndValueByVinSoapOut">
|
867
|
+
<wsdl:part name="parameters" element="tns:getMsrpVehicleAndValueByVinResponse" />
|
868
|
+
</wsdl:message>
|
869
|
+
<wsdl:message name="getHighVehicleAndValueByVinSoapIn">
|
870
|
+
<wsdl:part name="parameters" element="tns:getHighVehicleAndValueByVin" />
|
871
|
+
</wsdl:message>
|
872
|
+
<wsdl:message name="getHighVehicleAndValueByVinSoapOut">
|
873
|
+
<wsdl:part name="parameters" element="tns:getHighVehicleAndValueByVinResponse" />
|
874
|
+
</wsdl:message>
|
875
|
+
<wsdl:message name="getLowVehicleAndValueByVinSoapIn">
|
876
|
+
<wsdl:part name="parameters" element="tns:getLowVehicleAndValueByVin" />
|
877
|
+
</wsdl:message>
|
878
|
+
<wsdl:message name="getLowVehicleAndValueByVinSoapOut">
|
879
|
+
<wsdl:part name="parameters" element="tns:getLowVehicleAndValueByVinResponse" />
|
880
|
+
</wsdl:message>
|
881
|
+
<wsdl:message name="getAuctionValuesSoapIn">
|
882
|
+
<wsdl:part name="parameters" element="tns:getAuctionValues" />
|
883
|
+
</wsdl:message>
|
884
|
+
<wsdl:message name="getAuctionValuesSoapOut">
|
885
|
+
<wsdl:part name="parameters" element="tns:getAuctionValuesResponse" />
|
886
|
+
</wsdl:message>
|
887
|
+
<wsdl:message name="getExperianAutoCheckReportSoapIn">
|
888
|
+
<wsdl:part name="parameters" element="tns:getExperianAutoCheckReport" />
|
889
|
+
</wsdl:message>
|
890
|
+
<wsdl:message name="getExperianAutoCheckReportSoapOut">
|
891
|
+
<wsdl:part name="parameters" element="tns:getExperianAutoCheckReportResponse" />
|
892
|
+
</wsdl:message>
|
893
|
+
<wsdl:portType name="VehicleSoap">
|
894
|
+
<wsdl:operation name="ping">
|
895
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the boolean value true if the service is functioning and the token is valid.</wsdl:documentation>
|
896
|
+
<wsdl:input message="tns:pingSoapIn" />
|
897
|
+
<wsdl:output message="tns:pingSoapOut" />
|
898
|
+
</wsdl:operation>
|
899
|
+
<wsdl:operation name="getYears">
|
900
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the valid years for the inputted parameters.</wsdl:documentation>
|
901
|
+
<wsdl:input message="tns:getYearsSoapIn" />
|
902
|
+
<wsdl:output message="tns:getYearsSoapOut" />
|
903
|
+
</wsdl:operation>
|
904
|
+
<wsdl:operation name="getMakes">
|
905
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the valid makes for the inputted parameters.</wsdl:documentation>
|
906
|
+
<wsdl:input message="tns:getMakesSoapIn" />
|
907
|
+
<wsdl:output message="tns:getMakesSoapOut" />
|
908
|
+
</wsdl:operation>
|
909
|
+
<wsdl:operation name="getSeries">
|
910
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the valid series for the inputted parameters.</wsdl:documentation>
|
911
|
+
<wsdl:input message="tns:getSeriesSoapIn" />
|
912
|
+
<wsdl:output message="tns:getSeriesSoapOut" />
|
913
|
+
</wsdl:operation>
|
914
|
+
<wsdl:operation name="getBodyUids">
|
915
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the valid bodies for the inputted parameters.</wsdl:documentation>
|
916
|
+
<wsdl:input message="tns:getBodyUidsSoapIn" />
|
917
|
+
<wsdl:output message="tns:getBodyUidsSoapOut" />
|
918
|
+
</wsdl:operation>
|
919
|
+
<wsdl:operation name="getVehicles">
|
920
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array of vehicles associated with the inputted parameters.</wsdl:documentation>
|
921
|
+
<wsdl:input message="tns:getVehiclesSoapIn" />
|
922
|
+
<wsdl:output message="tns:getVehiclesSoapOut" />
|
923
|
+
</wsdl:operation>
|
924
|
+
<wsdl:operation name="getVehicle">
|
925
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a vehicle associated with the inputted parameters.</wsdl:documentation>
|
926
|
+
<wsdl:input message="tns:getVehicleSoapIn" />
|
927
|
+
<wsdl:output message="tns:getVehicleSoapOut" />
|
928
|
+
</wsdl:operation>
|
929
|
+
<wsdl:operation name="getVehicleByVic">
|
930
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a vehicle associated with the inputted parameters.</wsdl:documentation>
|
931
|
+
<wsdl:input message="tns:getVehicleByVicSoapIn" />
|
932
|
+
<wsdl:output message="tns:getVehicleByVicSoapOut" />
|
933
|
+
</wsdl:operation>
|
934
|
+
<wsdl:operation name="getAccessories">
|
935
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the accessories associated with the inputted parameters.</wsdl:documentation>
|
936
|
+
<wsdl:input message="tns:getAccessoriesSoapIn" />
|
937
|
+
<wsdl:output message="tns:getAccessoriesSoapOut" />
|
938
|
+
</wsdl:operation>
|
939
|
+
<wsdl:operation name="getInclusiveAccessories">
|
940
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the packaged accessories associated with the inputted parameters.</wsdl:documentation>
|
941
|
+
<wsdl:input message="tns:getInclusiveAccessoriesSoapIn" />
|
942
|
+
<wsdl:output message="tns:getInclusiveAccessoriesSoapOut" />
|
943
|
+
</wsdl:operation>
|
944
|
+
<wsdl:operation name="getExclusiveAccessories">
|
945
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the mutually exclusive accessories associated with the inputted parameters.</wsdl:documentation>
|
946
|
+
<wsdl:input message="tns:getExclusiveAccessoriesSoapIn" />
|
947
|
+
<wsdl:output message="tns:getExclusiveAccessoriesSoapOut" />
|
948
|
+
</wsdl:operation>
|
949
|
+
<wsdl:operation name="validateVin">
|
950
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns true if the inputted vin is valid and false if it is not.</wsdl:documentation>
|
951
|
+
<wsdl:input message="tns:validateVinSoapIn" />
|
952
|
+
<wsdl:output message="tns:validateVinSoapOut" />
|
953
|
+
</wsdl:operation>
|
954
|
+
<wsdl:operation name="getMileageAdj">
|
955
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the mileage adjustments associated with the inputted parameters.</wsdl:documentation>
|
956
|
+
<wsdl:input message="tns:getMileageAdjSoapIn" />
|
957
|
+
<wsdl:output message="tns:getMileageAdjSoapOut" />
|
958
|
+
</wsdl:operation>
|
959
|
+
<wsdl:operation name="getRegions">
|
960
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the valid regions for the inputted parameters.</wsdl:documentation>
|
961
|
+
<wsdl:input message="tns:getRegionsSoapIn" />
|
962
|
+
<wsdl:output message="tns:getRegionsSoapOut" />
|
963
|
+
</wsdl:operation>
|
964
|
+
<wsdl:operation name="getRegionByStateCode">
|
965
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the valid region id for the inputted two letter state code.</wsdl:documentation>
|
966
|
+
<wsdl:input message="tns:getRegionByStateCodeSoapIn" />
|
967
|
+
<wsdl:output message="tns:getRegionByStateCodeSoapOut" />
|
968
|
+
</wsdl:operation>
|
969
|
+
<wsdl:operation name="getTotalAdjFloorValues">
|
970
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the minimum total adjusted value for the inputted parameters.</wsdl:documentation>
|
971
|
+
<wsdl:input message="tns:getTotalAdjFloorValuesSoapIn" />
|
972
|
+
<wsdl:output message="tns:getTotalAdjFloorValuesSoapOut" />
|
973
|
+
</wsdl:operation>
|
974
|
+
<wsdl:operation name="getVehicleValueByUid">
|
975
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the vehicle values associated with the inputted parameters.</wsdl:documentation>
|
976
|
+
<wsdl:input message="tns:getVehicleValueByUidSoapIn" />
|
977
|
+
<wsdl:output message="tns:getVehicleValueByUidSoapOut" />
|
978
|
+
</wsdl:operation>
|
979
|
+
<wsdl:operation name="getBaseVehicleValueByUid">
|
980
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the base vehicle values associated with the inputted parameters.</wsdl:documentation>
|
981
|
+
<wsdl:input message="tns:getBaseVehicleValueByUidSoapIn" />
|
982
|
+
<wsdl:output message="tns:getBaseVehicleValueByUidSoapOut" />
|
983
|
+
</wsdl:operation>
|
984
|
+
<wsdl:operation name="getVehicleAndValueByUid">
|
985
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the vehicle value for the default vehicle associated with the inputted parameters.</wsdl:documentation>
|
986
|
+
<wsdl:input message="tns:getVehicleAndValueByUidSoapIn" />
|
987
|
+
<wsdl:output message="tns:getVehicleAndValueByUidSoapOut" />
|
988
|
+
</wsdl:operation>
|
989
|
+
<wsdl:operation name="getDefaultVehicleAndValueByVin">
|
990
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the vehicle value for the default vehicle associated with the inputted parameters.</wsdl:documentation>
|
991
|
+
<wsdl:input message="tns:getDefaultVehicleAndValueByVinSoapIn" />
|
992
|
+
<wsdl:output message="tns:getDefaultVehicleAndValueByVinSoapOut" />
|
993
|
+
</wsdl:operation>
|
994
|
+
<wsdl:operation name="getMsrpVehicleAndValueByVin">
|
995
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the value for vehicle associated with the inputted VIN and MSRP.</wsdl:documentation>
|
996
|
+
<wsdl:input message="tns:getMsrpVehicleAndValueByVinSoapIn" />
|
997
|
+
<wsdl:output message="tns:getMsrpVehicleAndValueByVinSoapOut" />
|
998
|
+
</wsdl:operation>
|
999
|
+
<wsdl:operation name="getHighVehicleAndValueByVin">
|
1000
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the vehicle value for highest vehicle value associated with the inputted parameters.</wsdl:documentation>
|
1001
|
+
<wsdl:input message="tns:getHighVehicleAndValueByVinSoapIn" />
|
1002
|
+
<wsdl:output message="tns:getHighVehicleAndValueByVinSoapOut" />
|
1003
|
+
</wsdl:operation>
|
1004
|
+
<wsdl:operation name="getLowVehicleAndValueByVin">
|
1005
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the vehicle value for lowest vehicle value associated with the inputted parameters.</wsdl:documentation>
|
1006
|
+
<wsdl:input message="tns:getLowVehicleAndValueByVinSoapIn" />
|
1007
|
+
<wsdl:output message="tns:getLowVehicleAndValueByVinSoapOut" />
|
1008
|
+
</wsdl:operation>
|
1009
|
+
<wsdl:operation name="getAuctionValues">
|
1010
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the auction values associated with the inputted parameters.</wsdl:documentation>
|
1011
|
+
<wsdl:input message="tns:getAuctionValuesSoapIn" />
|
1012
|
+
<wsdl:output message="tns:getAuctionValuesSoapOut" />
|
1013
|
+
</wsdl:operation>
|
1014
|
+
<wsdl:operation name="getExperianAutoCheckReport">
|
1015
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns Experian AutoCheck reports with the inputted parameters. Requires Experian AutoCheck credentials.</wsdl:documentation>
|
1016
|
+
<wsdl:input message="tns:getExperianAutoCheckReportSoapIn" />
|
1017
|
+
<wsdl:output message="tns:getExperianAutoCheckReportSoapOut" />
|
1018
|
+
</wsdl:operation>
|
1019
|
+
</wsdl:portType>
|
1020
|
+
<wsdl:binding name="VehicleSoap" type="tns:VehicleSoap">
|
1021
|
+
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
1022
|
+
<wsdl:operation name="ping">
|
1023
|
+
<soap:operation soapAction="http://webservice.nada.com/ping" style="document" />
|
1024
|
+
<wsdl:input>
|
1025
|
+
<soap:body use="literal" />
|
1026
|
+
</wsdl:input>
|
1027
|
+
<wsdl:output>
|
1028
|
+
<soap:body use="literal" />
|
1029
|
+
</wsdl:output>
|
1030
|
+
</wsdl:operation>
|
1031
|
+
<wsdl:operation name="getYears">
|
1032
|
+
<soap:operation soapAction="http://webservice.nada.com/getYears" style="document" />
|
1033
|
+
<wsdl:input>
|
1034
|
+
<soap:body use="literal" />
|
1035
|
+
</wsdl:input>
|
1036
|
+
<wsdl:output>
|
1037
|
+
<soap:body use="literal" />
|
1038
|
+
</wsdl:output>
|
1039
|
+
</wsdl:operation>
|
1040
|
+
<wsdl:operation name="getMakes">
|
1041
|
+
<soap:operation soapAction="http://webservice.nada.com/getMakes" style="document" />
|
1042
|
+
<wsdl:input>
|
1043
|
+
<soap:body use="literal" />
|
1044
|
+
</wsdl:input>
|
1045
|
+
<wsdl:output>
|
1046
|
+
<soap:body use="literal" />
|
1047
|
+
</wsdl:output>
|
1048
|
+
</wsdl:operation>
|
1049
|
+
<wsdl:operation name="getSeries">
|
1050
|
+
<soap:operation soapAction="http://webservice.nada.com/getSeries" style="document" />
|
1051
|
+
<wsdl:input>
|
1052
|
+
<soap:body use="literal" />
|
1053
|
+
</wsdl:input>
|
1054
|
+
<wsdl:output>
|
1055
|
+
<soap:body use="literal" />
|
1056
|
+
</wsdl:output>
|
1057
|
+
</wsdl:operation>
|
1058
|
+
<wsdl:operation name="getBodyUids">
|
1059
|
+
<soap:operation soapAction="http://webservice.nada.com/getBodyUids" style="document" />
|
1060
|
+
<wsdl:input>
|
1061
|
+
<soap:body use="literal" />
|
1062
|
+
</wsdl:input>
|
1063
|
+
<wsdl:output>
|
1064
|
+
<soap:body use="literal" />
|
1065
|
+
</wsdl:output>
|
1066
|
+
</wsdl:operation>
|
1067
|
+
<wsdl:operation name="getVehicles">
|
1068
|
+
<soap:operation soapAction="http://webservice.nada.com/getVehicles" style="document" />
|
1069
|
+
<wsdl:input>
|
1070
|
+
<soap:body use="literal" />
|
1071
|
+
</wsdl:input>
|
1072
|
+
<wsdl:output>
|
1073
|
+
<soap:body use="literal" />
|
1074
|
+
</wsdl:output>
|
1075
|
+
</wsdl:operation>
|
1076
|
+
<wsdl:operation name="getVehicle">
|
1077
|
+
<soap:operation soapAction="http://webservice.nada.com/getVehicle" style="document" />
|
1078
|
+
<wsdl:input>
|
1079
|
+
<soap:body use="literal" />
|
1080
|
+
</wsdl:input>
|
1081
|
+
<wsdl:output>
|
1082
|
+
<soap:body use="literal" />
|
1083
|
+
</wsdl:output>
|
1084
|
+
</wsdl:operation>
|
1085
|
+
<wsdl:operation name="getVehicleByVic">
|
1086
|
+
<soap:operation soapAction="http://webservice.nada.com/getVehicleByVic" style="document" />
|
1087
|
+
<wsdl:input>
|
1088
|
+
<soap:body use="literal" />
|
1089
|
+
</wsdl:input>
|
1090
|
+
<wsdl:output>
|
1091
|
+
<soap:body use="literal" />
|
1092
|
+
</wsdl:output>
|
1093
|
+
</wsdl:operation>
|
1094
|
+
<wsdl:operation name="getAccessories">
|
1095
|
+
<soap:operation soapAction="http://webservice.nada.com/getAccessories" style="document" />
|
1096
|
+
<wsdl:input>
|
1097
|
+
<soap:body use="literal" />
|
1098
|
+
</wsdl:input>
|
1099
|
+
<wsdl:output>
|
1100
|
+
<soap:body use="literal" />
|
1101
|
+
</wsdl:output>
|
1102
|
+
</wsdl:operation>
|
1103
|
+
<wsdl:operation name="getInclusiveAccessories">
|
1104
|
+
<soap:operation soapAction="http://webservice.nada.com/getInclusiveAccessories" style="document" />
|
1105
|
+
<wsdl:input>
|
1106
|
+
<soap:body use="literal" />
|
1107
|
+
</wsdl:input>
|
1108
|
+
<wsdl:output>
|
1109
|
+
<soap:body use="literal" />
|
1110
|
+
</wsdl:output>
|
1111
|
+
</wsdl:operation>
|
1112
|
+
<wsdl:operation name="getExclusiveAccessories">
|
1113
|
+
<soap:operation soapAction="http://webservice.nada.com/getExclusiveAccessories" style="document" />
|
1114
|
+
<wsdl:input>
|
1115
|
+
<soap:body use="literal" />
|
1116
|
+
</wsdl:input>
|
1117
|
+
<wsdl:output>
|
1118
|
+
<soap:body use="literal" />
|
1119
|
+
</wsdl:output>
|
1120
|
+
</wsdl:operation>
|
1121
|
+
<wsdl:operation name="validateVin">
|
1122
|
+
<soap:operation soapAction="http://webservice.nada.com/validateVin" style="document" />
|
1123
|
+
<wsdl:input>
|
1124
|
+
<soap:body use="literal" />
|
1125
|
+
</wsdl:input>
|
1126
|
+
<wsdl:output>
|
1127
|
+
<soap:body use="literal" />
|
1128
|
+
</wsdl:output>
|
1129
|
+
</wsdl:operation>
|
1130
|
+
<wsdl:operation name="getMileageAdj">
|
1131
|
+
<soap:operation soapAction="http://webservice.nada.com/getMileageAdj" style="document" />
|
1132
|
+
<wsdl:input>
|
1133
|
+
<soap:body use="literal" />
|
1134
|
+
</wsdl:input>
|
1135
|
+
<wsdl:output>
|
1136
|
+
<soap:body use="literal" />
|
1137
|
+
</wsdl:output>
|
1138
|
+
</wsdl:operation>
|
1139
|
+
<wsdl:operation name="getRegions">
|
1140
|
+
<soap:operation soapAction="http://webservice.nada.com/getRegions" style="document" />
|
1141
|
+
<wsdl:input>
|
1142
|
+
<soap:body use="literal" />
|
1143
|
+
</wsdl:input>
|
1144
|
+
<wsdl:output>
|
1145
|
+
<soap:body use="literal" />
|
1146
|
+
</wsdl:output>
|
1147
|
+
</wsdl:operation>
|
1148
|
+
<wsdl:operation name="getRegionByStateCode">
|
1149
|
+
<soap:operation soapAction="http://webservice.nada.com/getRegionByStateCode" style="document" />
|
1150
|
+
<wsdl:input>
|
1151
|
+
<soap:body use="literal" />
|
1152
|
+
</wsdl:input>
|
1153
|
+
<wsdl:output>
|
1154
|
+
<soap:body use="literal" />
|
1155
|
+
</wsdl:output>
|
1156
|
+
</wsdl:operation>
|
1157
|
+
<wsdl:operation name="getTotalAdjFloorValues">
|
1158
|
+
<soap:operation soapAction="http://webservice.nada.com/getTotalAdjFloorValues" style="document" />
|
1159
|
+
<wsdl:input>
|
1160
|
+
<soap:body use="literal" />
|
1161
|
+
</wsdl:input>
|
1162
|
+
<wsdl:output>
|
1163
|
+
<soap:body use="literal" />
|
1164
|
+
</wsdl:output>
|
1165
|
+
</wsdl:operation>
|
1166
|
+
<wsdl:operation name="getVehicleValueByUid">
|
1167
|
+
<soap:operation soapAction="http://webservice.nada.com/getVehicleValueByUid" style="document" />
|
1168
|
+
<wsdl:input>
|
1169
|
+
<soap:body use="literal" />
|
1170
|
+
</wsdl:input>
|
1171
|
+
<wsdl:output>
|
1172
|
+
<soap:body use="literal" />
|
1173
|
+
</wsdl:output>
|
1174
|
+
</wsdl:operation>
|
1175
|
+
<wsdl:operation name="getBaseVehicleValueByUid">
|
1176
|
+
<soap:operation soapAction="http://webservice.nada.com/getBaseVehicleValueByUid" style="document" />
|
1177
|
+
<wsdl:input>
|
1178
|
+
<soap:body use="literal" />
|
1179
|
+
</wsdl:input>
|
1180
|
+
<wsdl:output>
|
1181
|
+
<soap:body use="literal" />
|
1182
|
+
</wsdl:output>
|
1183
|
+
</wsdl:operation>
|
1184
|
+
<wsdl:operation name="getVehicleAndValueByUid">
|
1185
|
+
<soap:operation soapAction="http://webservice.nada.com/getVehicleAndValueByUid" style="document" />
|
1186
|
+
<wsdl:input>
|
1187
|
+
<soap:body use="literal" />
|
1188
|
+
</wsdl:input>
|
1189
|
+
<wsdl:output>
|
1190
|
+
<soap:body use="literal" />
|
1191
|
+
</wsdl:output>
|
1192
|
+
</wsdl:operation>
|
1193
|
+
<wsdl:operation name="getDefaultVehicleAndValueByVin">
|
1194
|
+
<soap:operation soapAction="http://webservice.nada.com/getDefaultVehicleAndValueByVin" style="document" />
|
1195
|
+
<wsdl:input>
|
1196
|
+
<soap:body use="literal" />
|
1197
|
+
</wsdl:input>
|
1198
|
+
<wsdl:output>
|
1199
|
+
<soap:body use="literal" />
|
1200
|
+
</wsdl:output>
|
1201
|
+
</wsdl:operation>
|
1202
|
+
<wsdl:operation name="getMsrpVehicleAndValueByVin">
|
1203
|
+
<soap:operation soapAction="http://webservice.nada.com/getMsrpVehicleAndValueByVin" style="document" />
|
1204
|
+
<wsdl:input>
|
1205
|
+
<soap:body use="literal" />
|
1206
|
+
</wsdl:input>
|
1207
|
+
<wsdl:output>
|
1208
|
+
<soap:body use="literal" />
|
1209
|
+
</wsdl:output>
|
1210
|
+
</wsdl:operation>
|
1211
|
+
<wsdl:operation name="getHighVehicleAndValueByVin">
|
1212
|
+
<soap:operation soapAction="http://webservice.nada.com/getHighVehicleAndValueByVin" style="document" />
|
1213
|
+
<wsdl:input>
|
1214
|
+
<soap:body use="literal" />
|
1215
|
+
</wsdl:input>
|
1216
|
+
<wsdl:output>
|
1217
|
+
<soap:body use="literal" />
|
1218
|
+
</wsdl:output>
|
1219
|
+
</wsdl:operation>
|
1220
|
+
<wsdl:operation name="getLowVehicleAndValueByVin">
|
1221
|
+
<soap:operation soapAction="http://webservice.nada.com/getLowVehicleAndValueByVin" style="document" />
|
1222
|
+
<wsdl:input>
|
1223
|
+
<soap:body use="literal" />
|
1224
|
+
</wsdl:input>
|
1225
|
+
<wsdl:output>
|
1226
|
+
<soap:body use="literal" />
|
1227
|
+
</wsdl:output>
|
1228
|
+
</wsdl:operation>
|
1229
|
+
<wsdl:operation name="getAuctionValues">
|
1230
|
+
<soap:operation soapAction="http://webservice.nada.com/getAuctionValues" style="document" />
|
1231
|
+
<wsdl:input>
|
1232
|
+
<soap:body use="literal" />
|
1233
|
+
</wsdl:input>
|
1234
|
+
<wsdl:output>
|
1235
|
+
<soap:body use="literal" />
|
1236
|
+
</wsdl:output>
|
1237
|
+
</wsdl:operation>
|
1238
|
+
<wsdl:operation name="getExperianAutoCheckReport">
|
1239
|
+
<soap:operation soapAction="http://webservice.nada.com/getExperianAutoCheckReport" style="document" />
|
1240
|
+
<wsdl:input>
|
1241
|
+
<soap:body use="literal" />
|
1242
|
+
</wsdl:input>
|
1243
|
+
<wsdl:output>
|
1244
|
+
<soap:body use="literal" />
|
1245
|
+
</wsdl:output>
|
1246
|
+
</wsdl:operation>
|
1247
|
+
</wsdl:binding>
|
1248
|
+
<wsdl:binding name="VehicleSoap12" type="tns:VehicleSoap">
|
1249
|
+
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
1250
|
+
<wsdl:operation name="ping">
|
1251
|
+
<soap12:operation soapAction="http://webservice.nada.com/ping" style="document" />
|
1252
|
+
<wsdl:input>
|
1253
|
+
<soap12:body use="literal" />
|
1254
|
+
</wsdl:input>
|
1255
|
+
<wsdl:output>
|
1256
|
+
<soap12:body use="literal" />
|
1257
|
+
</wsdl:output>
|
1258
|
+
</wsdl:operation>
|
1259
|
+
<wsdl:operation name="getYears">
|
1260
|
+
<soap12:operation soapAction="http://webservice.nada.com/getYears" style="document" />
|
1261
|
+
<wsdl:input>
|
1262
|
+
<soap12:body use="literal" />
|
1263
|
+
</wsdl:input>
|
1264
|
+
<wsdl:output>
|
1265
|
+
<soap12:body use="literal" />
|
1266
|
+
</wsdl:output>
|
1267
|
+
</wsdl:operation>
|
1268
|
+
<wsdl:operation name="getMakes">
|
1269
|
+
<soap12:operation soapAction="http://webservice.nada.com/getMakes" style="document" />
|
1270
|
+
<wsdl:input>
|
1271
|
+
<soap12:body use="literal" />
|
1272
|
+
</wsdl:input>
|
1273
|
+
<wsdl:output>
|
1274
|
+
<soap12:body use="literal" />
|
1275
|
+
</wsdl:output>
|
1276
|
+
</wsdl:operation>
|
1277
|
+
<wsdl:operation name="getSeries">
|
1278
|
+
<soap12:operation soapAction="http://webservice.nada.com/getSeries" style="document" />
|
1279
|
+
<wsdl:input>
|
1280
|
+
<soap12:body use="literal" />
|
1281
|
+
</wsdl:input>
|
1282
|
+
<wsdl:output>
|
1283
|
+
<soap12:body use="literal" />
|
1284
|
+
</wsdl:output>
|
1285
|
+
</wsdl:operation>
|
1286
|
+
<wsdl:operation name="getBodyUids">
|
1287
|
+
<soap12:operation soapAction="http://webservice.nada.com/getBodyUids" style="document" />
|
1288
|
+
<wsdl:input>
|
1289
|
+
<soap12:body use="literal" />
|
1290
|
+
</wsdl:input>
|
1291
|
+
<wsdl:output>
|
1292
|
+
<soap12:body use="literal" />
|
1293
|
+
</wsdl:output>
|
1294
|
+
</wsdl:operation>
|
1295
|
+
<wsdl:operation name="getVehicles">
|
1296
|
+
<soap12:operation soapAction="http://webservice.nada.com/getVehicles" style="document" />
|
1297
|
+
<wsdl:input>
|
1298
|
+
<soap12:body use="literal" />
|
1299
|
+
</wsdl:input>
|
1300
|
+
<wsdl:output>
|
1301
|
+
<soap12:body use="literal" />
|
1302
|
+
</wsdl:output>
|
1303
|
+
</wsdl:operation>
|
1304
|
+
<wsdl:operation name="getVehicle">
|
1305
|
+
<soap12:operation soapAction="http://webservice.nada.com/getVehicle" style="document" />
|
1306
|
+
<wsdl:input>
|
1307
|
+
<soap12:body use="literal" />
|
1308
|
+
</wsdl:input>
|
1309
|
+
<wsdl:output>
|
1310
|
+
<soap12:body use="literal" />
|
1311
|
+
</wsdl:output>
|
1312
|
+
</wsdl:operation>
|
1313
|
+
<wsdl:operation name="getVehicleByVic">
|
1314
|
+
<soap12:operation soapAction="http://webservice.nada.com/getVehicleByVic" style="document" />
|
1315
|
+
<wsdl:input>
|
1316
|
+
<soap12:body use="literal" />
|
1317
|
+
</wsdl:input>
|
1318
|
+
<wsdl:output>
|
1319
|
+
<soap12:body use="literal" />
|
1320
|
+
</wsdl:output>
|
1321
|
+
</wsdl:operation>
|
1322
|
+
<wsdl:operation name="getAccessories">
|
1323
|
+
<soap12:operation soapAction="http://webservice.nada.com/getAccessories" style="document" />
|
1324
|
+
<wsdl:input>
|
1325
|
+
<soap12:body use="literal" />
|
1326
|
+
</wsdl:input>
|
1327
|
+
<wsdl:output>
|
1328
|
+
<soap12:body use="literal" />
|
1329
|
+
</wsdl:output>
|
1330
|
+
</wsdl:operation>
|
1331
|
+
<wsdl:operation name="getInclusiveAccessories">
|
1332
|
+
<soap12:operation soapAction="http://webservice.nada.com/getInclusiveAccessories" style="document" />
|
1333
|
+
<wsdl:input>
|
1334
|
+
<soap12:body use="literal" />
|
1335
|
+
</wsdl:input>
|
1336
|
+
<wsdl:output>
|
1337
|
+
<soap12:body use="literal" />
|
1338
|
+
</wsdl:output>
|
1339
|
+
</wsdl:operation>
|
1340
|
+
<wsdl:operation name="getExclusiveAccessories">
|
1341
|
+
<soap12:operation soapAction="http://webservice.nada.com/getExclusiveAccessories" style="document" />
|
1342
|
+
<wsdl:input>
|
1343
|
+
<soap12:body use="literal" />
|
1344
|
+
</wsdl:input>
|
1345
|
+
<wsdl:output>
|
1346
|
+
<soap12:body use="literal" />
|
1347
|
+
</wsdl:output>
|
1348
|
+
</wsdl:operation>
|
1349
|
+
<wsdl:operation name="validateVin">
|
1350
|
+
<soap12:operation soapAction="http://webservice.nada.com/validateVin" style="document" />
|
1351
|
+
<wsdl:input>
|
1352
|
+
<soap12:body use="literal" />
|
1353
|
+
</wsdl:input>
|
1354
|
+
<wsdl:output>
|
1355
|
+
<soap12:body use="literal" />
|
1356
|
+
</wsdl:output>
|
1357
|
+
</wsdl:operation>
|
1358
|
+
<wsdl:operation name="getMileageAdj">
|
1359
|
+
<soap12:operation soapAction="http://webservice.nada.com/getMileageAdj" style="document" />
|
1360
|
+
<wsdl:input>
|
1361
|
+
<soap12:body use="literal" />
|
1362
|
+
</wsdl:input>
|
1363
|
+
<wsdl:output>
|
1364
|
+
<soap12:body use="literal" />
|
1365
|
+
</wsdl:output>
|
1366
|
+
</wsdl:operation>
|
1367
|
+
<wsdl:operation name="getRegions">
|
1368
|
+
<soap12:operation soapAction="http://webservice.nada.com/getRegions" style="document" />
|
1369
|
+
<wsdl:input>
|
1370
|
+
<soap12:body use="literal" />
|
1371
|
+
</wsdl:input>
|
1372
|
+
<wsdl:output>
|
1373
|
+
<soap12:body use="literal" />
|
1374
|
+
</wsdl:output>
|
1375
|
+
</wsdl:operation>
|
1376
|
+
<wsdl:operation name="getRegionByStateCode">
|
1377
|
+
<soap12:operation soapAction="http://webservice.nada.com/getRegionByStateCode" style="document" />
|
1378
|
+
<wsdl:input>
|
1379
|
+
<soap12:body use="literal" />
|
1380
|
+
</wsdl:input>
|
1381
|
+
<wsdl:output>
|
1382
|
+
<soap12:body use="literal" />
|
1383
|
+
</wsdl:output>
|
1384
|
+
</wsdl:operation>
|
1385
|
+
<wsdl:operation name="getTotalAdjFloorValues">
|
1386
|
+
<soap12:operation soapAction="http://webservice.nada.com/getTotalAdjFloorValues" style="document" />
|
1387
|
+
<wsdl:input>
|
1388
|
+
<soap12:body use="literal" />
|
1389
|
+
</wsdl:input>
|
1390
|
+
<wsdl:output>
|
1391
|
+
<soap12:body use="literal" />
|
1392
|
+
</wsdl:output>
|
1393
|
+
</wsdl:operation>
|
1394
|
+
<wsdl:operation name="getVehicleValueByUid">
|
1395
|
+
<soap12:operation soapAction="http://webservice.nada.com/getVehicleValueByUid" style="document" />
|
1396
|
+
<wsdl:input>
|
1397
|
+
<soap12:body use="literal" />
|
1398
|
+
</wsdl:input>
|
1399
|
+
<wsdl:output>
|
1400
|
+
<soap12:body use="literal" />
|
1401
|
+
</wsdl:output>
|
1402
|
+
</wsdl:operation>
|
1403
|
+
<wsdl:operation name="getBaseVehicleValueByUid">
|
1404
|
+
<soap12:operation soapAction="http://webservice.nada.com/getBaseVehicleValueByUid" style="document" />
|
1405
|
+
<wsdl:input>
|
1406
|
+
<soap12:body use="literal" />
|
1407
|
+
</wsdl:input>
|
1408
|
+
<wsdl:output>
|
1409
|
+
<soap12:body use="literal" />
|
1410
|
+
</wsdl:output>
|
1411
|
+
</wsdl:operation>
|
1412
|
+
<wsdl:operation name="getVehicleAndValueByUid">
|
1413
|
+
<soap12:operation soapAction="http://webservice.nada.com/getVehicleAndValueByUid" style="document" />
|
1414
|
+
<wsdl:input>
|
1415
|
+
<soap12:body use="literal" />
|
1416
|
+
</wsdl:input>
|
1417
|
+
<wsdl:output>
|
1418
|
+
<soap12:body use="literal" />
|
1419
|
+
</wsdl:output>
|
1420
|
+
</wsdl:operation>
|
1421
|
+
<wsdl:operation name="getDefaultVehicleAndValueByVin">
|
1422
|
+
<soap12:operation soapAction="http://webservice.nada.com/getDefaultVehicleAndValueByVin" style="document" />
|
1423
|
+
<wsdl:input>
|
1424
|
+
<soap12:body use="literal" />
|
1425
|
+
</wsdl:input>
|
1426
|
+
<wsdl:output>
|
1427
|
+
<soap12:body use="literal" />
|
1428
|
+
</wsdl:output>
|
1429
|
+
</wsdl:operation>
|
1430
|
+
<wsdl:operation name="getMsrpVehicleAndValueByVin">
|
1431
|
+
<soap12:operation soapAction="http://webservice.nada.com/getMsrpVehicleAndValueByVin" style="document" />
|
1432
|
+
<wsdl:input>
|
1433
|
+
<soap12:body use="literal" />
|
1434
|
+
</wsdl:input>
|
1435
|
+
<wsdl:output>
|
1436
|
+
<soap12:body use="literal" />
|
1437
|
+
</wsdl:output>
|
1438
|
+
</wsdl:operation>
|
1439
|
+
<wsdl:operation name="getHighVehicleAndValueByVin">
|
1440
|
+
<soap12:operation soapAction="http://webservice.nada.com/getHighVehicleAndValueByVin" style="document" />
|
1441
|
+
<wsdl:input>
|
1442
|
+
<soap12:body use="literal" />
|
1443
|
+
</wsdl:input>
|
1444
|
+
<wsdl:output>
|
1445
|
+
<soap12:body use="literal" />
|
1446
|
+
</wsdl:output>
|
1447
|
+
</wsdl:operation>
|
1448
|
+
<wsdl:operation name="getLowVehicleAndValueByVin">
|
1449
|
+
<soap12:operation soapAction="http://webservice.nada.com/getLowVehicleAndValueByVin" style="document" />
|
1450
|
+
<wsdl:input>
|
1451
|
+
<soap12:body use="literal" />
|
1452
|
+
</wsdl:input>
|
1453
|
+
<wsdl:output>
|
1454
|
+
<soap12:body use="literal" />
|
1455
|
+
</wsdl:output>
|
1456
|
+
</wsdl:operation>
|
1457
|
+
<wsdl:operation name="getAuctionValues">
|
1458
|
+
<soap12:operation soapAction="http://webservice.nada.com/getAuctionValues" style="document" />
|
1459
|
+
<wsdl:input>
|
1460
|
+
<soap12:body use="literal" />
|
1461
|
+
</wsdl:input>
|
1462
|
+
<wsdl:output>
|
1463
|
+
<soap12:body use="literal" />
|
1464
|
+
</wsdl:output>
|
1465
|
+
</wsdl:operation>
|
1466
|
+
<wsdl:operation name="getExperianAutoCheckReport">
|
1467
|
+
<soap12:operation soapAction="http://webservice.nada.com/getExperianAutoCheckReport" style="document" />
|
1468
|
+
<wsdl:input>
|
1469
|
+
<soap12:body use="literal" />
|
1470
|
+
</wsdl:input>
|
1471
|
+
<wsdl:output>
|
1472
|
+
<soap12:body use="literal" />
|
1473
|
+
</wsdl:output>
|
1474
|
+
</wsdl:operation>
|
1475
|
+
</wsdl:binding>
|
1476
|
+
<wsdl:service name="Vehicle">
|
1477
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This is NADA Web Service into its vehicle evaluation data.</wsdl:documentation>
|
1478
|
+
<wsdl:port name="VehicleSoap" binding="tns:VehicleSoap">
|
1479
|
+
<soap:address location="http://webservice.nada.com/vehicles/Vehicle.asmx" />
|
1480
|
+
</wsdl:port>
|
1481
|
+
<wsdl:port name="VehicleSoap12" binding="tns:VehicleSoap12">
|
1482
|
+
<soap12:address location="http://webservice.nada.com/vehicles/Vehicle.asmx" />
|
1483
|
+
</wsdl:port>
|
1484
|
+
</wsdl:service>
|
1485
|
+
</wsdl:definitions>
|