chrome_data 0.0.2
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 +7 -0
- data/.gitignore +17 -0
- data/Gemfile +6 -0
- data/LICENSE.txt +22 -0
- data/README.md +114 -0
- data/Rakefile +8 -0
- data/chrome_data.gemspec +31 -0
- data/lib/chrome_data/base_request.rb +88 -0
- data/lib/chrome_data/caching.rb +31 -0
- data/lib/chrome_data/collection_request.rb +19 -0
- data/lib/chrome_data/division.rb +14 -0
- data/lib/chrome_data/model.rb +13 -0
- data/lib/chrome_data/model_year.rb +16 -0
- data/lib/chrome_data/style.rb +15 -0
- data/lib/chrome_data/vehicle.rb +43 -0
- data/lib/chrome_data/version.rb +3 -0
- data/lib/chrome_data.rb +32 -0
- data/test/chrome_data/caching_test.rb +74 -0
- data/test/chrome_data/division_test.rb +57 -0
- data/test/chrome_data/model_test.rb +57 -0
- data/test/chrome_data/model_year_test.rb +13 -0
- data/test/chrome_data/style_test.rb +49 -0
- data/test/chrome_data/vehicle_test.rb +78 -0
- data/test/chrome_data_test.rb +13 -0
- data/test/fixtures/vcr_cassettes/2013/divisions/13/models/24997/styles.yml +55 -0
- data/test/fixtures/vcr_cassettes/2013/divisions/13/models.yml +70 -0
- data/test/fixtures/vcr_cassettes/2013/divisions.yml +63 -0
- data/test/fixtures/vcr_cassettes/vehicles/WDDGF4HB1CR000000.yml +276 -0
- data/test/fixtures/vcr_cassettes/wsdl.yml +757 -0
- data/test/minitest_helper.rb +13 -0
- metadata +213 -0
@@ -0,0 +1,757 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://services.chromedata.com/Description/7a?wsdl
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- ! '*/*'
|
12
|
+
User-Agent:
|
13
|
+
- Ruby
|
14
|
+
response:
|
15
|
+
status:
|
16
|
+
code: 200
|
17
|
+
message: OK
|
18
|
+
headers:
|
19
|
+
Date:
|
20
|
+
- Tue, 19 Mar 2013 23:48:17 GMT
|
21
|
+
Server:
|
22
|
+
- Apache
|
23
|
+
P3p:
|
24
|
+
- CP="NOI ADMa CUR DEVa OUR IND TAI BUS UNI"
|
25
|
+
Connection:
|
26
|
+
- close
|
27
|
+
Transfer-Encoding:
|
28
|
+
- chunked
|
29
|
+
Content-Type:
|
30
|
+
- text/xml;charset=utf-8
|
31
|
+
Chrome:
|
32
|
+
- '218'
|
33
|
+
body:
|
34
|
+
encoding: US-ASCII
|
35
|
+
string: ! "<?xml version='1.0' encoding='UTF-8'?><!-- Published by JAX-WS RI
|
36
|
+
at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.1-hudson-28-.
|
37
|
+
--><definitions xmlns:dtns=\"urn:description7a.services.chrome.com\" xmlns=\"http://schemas.xmlsoap.org/wsdl/\"
|
38
|
+
xmlns:soap=\"http://schemas.xmlsoap.org/wsdl/soap/\" xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\"
|
39
|
+
xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" name=\"Description7a\" targetNamespace=\"urn:description7a.services.chrome.com\">\n
|
40
|
+
\ <documentation>\n Chrome Automotive Description Service 7.1 876
|
41
|
+
2013.02.06 16.39.52 PST\n </documentation>\n\n <types>\n <schema
|
42
|
+
xmlns:tns=\"urn:description7a.services.chrome.com\" xmlns=\"http://www.w3.org/2001/XMLSchema\"
|
43
|
+
targetNamespace=\"urn:description7a.services.chrome.com\" elementFormDefault=\"qualified\">\n\n
|
44
|
+
\ <complexType name=\"AccountInfo\">\n <attribute
|
45
|
+
name=\"number\" type=\"string\" use=\"required\">\n <annotation>\n
|
46
|
+
\ <documentation>Account Number provided by Chrome.</documentation>\n
|
47
|
+
\ </annotation>\n </attribute>\n <attribute
|
48
|
+
name=\"secret\" type=\"string\" use=\"required\">\n <annotation>\n
|
49
|
+
\ <documentation>Account Secret/Password provided by
|
50
|
+
Chrome.</documentation>\n </annotation>\n </attribute>\n
|
51
|
+
\ <attribute name=\"country\" type=\"string\" use=\"required\">\n
|
52
|
+
\ <annotation>\n <documentation>Upper-case,
|
53
|
+
two-letter code defined by ISO-3166.</documentation>\n </annotation>\n
|
54
|
+
\ </attribute>\n <attribute name=\"language\"
|
55
|
+
type=\"string\" use=\"required\">\n <annotation>\n <documentation>Lower-case,
|
56
|
+
two-letter code defined by ISO-639.</documentation>\n </annotation>\n
|
57
|
+
\ </attribute>\n <attribute name=\"behalfOf\"
|
58
|
+
type=\"string\" />\n </complexType>\n\n <element name=\"VersionInfo\">\n
|
59
|
+
\ <complexType>\n <complexContent>\n <extension
|
60
|
+
base=\"tns:BaseResponse\">\n <sequence>\n <element
|
61
|
+
name=\"data\" maxOccurs=\"unbounded\">\n <annotation>\n
|
62
|
+
\ <documentation>Represents each country
|
63
|
+
of data available via this service, its\n version,
|
64
|
+
and licensed availability.\n </documentation>\n
|
65
|
+
\ </annotation>\n <complexType>\n
|
66
|
+
\ <attribute name=\"country\" type=\"string\"
|
67
|
+
use=\"required\">\n <annotation>\n
|
68
|
+
\ <documentation>Upper-case,
|
69
|
+
two-letter country code defined by ISO-3166.\n </documentation>\n
|
70
|
+
\ </annotation>\n </attribute>\n
|
71
|
+
\ <attribute name=\"build\" type=\"string\"
|
72
|
+
use=\"required\">\n <annotation>\n
|
73
|
+
\ <documentation>The unique
|
74
|
+
version number for this data set.\n </documentation>\n
|
75
|
+
\ </annotation>\n </attribute>\n
|
76
|
+
\ <attribute name=\"date\" type=\"dateTime\"
|
77
|
+
use=\"required\">\n <annotation>\n
|
78
|
+
\ <documentation>The time at
|
79
|
+
which this data was published.\n </documentation>\n
|
80
|
+
\ </annotation>\n </attribute>\n
|
81
|
+
\ <attribute name=\"licensed\" type=\"boolean\">\n
|
82
|
+
\ <annotation>\n <documentation>True
|
83
|
+
if these data are licensed.</documentation>\n </annotation>\n
|
84
|
+
\ </attribute>\n </complexType>\n
|
85
|
+
\ </element>\n </sequence>\n
|
86
|
+
\ </extension>\n </complexContent>\n
|
87
|
+
\ </complexType>\n </element>\n\n <complexType
|
88
|
+
name=\"BaseResponse\">\n <sequence>\n <element
|
89
|
+
name=\"responseStatus\" type=\"tns:ResponseStatus\" />\n </sequence>\n
|
90
|
+
\ </complexType>\n\n <element name=\"ModelYears\">\n
|
91
|
+
\ <complexType>\n <complexContent>\n <extension
|
92
|
+
base=\"tns:BaseResponse\">\n <sequence>\n <element
|
93
|
+
name=\"modelYear\" type=\"int\" minOccurs=\"0\" maxOccurs=\"unbounded\" />\n
|
94
|
+
\ </sequence>\n </extension>\n
|
95
|
+
\ </complexContent>\n </complexType>\n </element>\n\n
|
96
|
+
\ <element name=\"Divisions\">\n <complexType>\n
|
97
|
+
\ <complexContent>\n <extension base=\"tns:BaseResponse\">\n
|
98
|
+
\ <sequence>\n <element
|
99
|
+
name=\"division\" type=\"tns:IdentifiedString\" minOccurs=\"0\" maxOccurs=\"unbounded\"
|
100
|
+
/>\n </sequence>\n </extension>\n
|
101
|
+
\ </complexContent>\n </complexType>\n </element>\n\n
|
102
|
+
\ <element name=\"Subdivisions\">\n <complexType>\n
|
103
|
+
\ <complexContent>\n <extension base=\"tns:BaseResponse\">\n
|
104
|
+
\ <sequence>\n <element
|
105
|
+
name=\"subdivision\" type=\"tns:IdentifiedString\" minOccurs=\"0\" maxOccurs=\"unbounded\"
|
106
|
+
/>\n </sequence>\n </extension>\n
|
107
|
+
\ </complexContent>\n </complexType>\n </element>\n\n
|
108
|
+
\ <element name=\"Models\">\n <complexType>\n <complexContent>\n
|
109
|
+
\ <extension base=\"tns:BaseResponse\">\n <sequence>\n
|
110
|
+
\ <element name=\"model\" type=\"tns:IdentifiedString\"
|
111
|
+
minOccurs=\"0\" maxOccurs=\"unbounded\" />\n </sequence>\n
|
112
|
+
\ </extension>\n </complexContent>\n
|
113
|
+
\ </complexType>\n </element>\n\n <element
|
114
|
+
name=\"Styles\">\n <complexType>\n <complexContent>\n
|
115
|
+
\ <extension base=\"tns:BaseResponse\">\n <sequence>\n
|
116
|
+
\ <element name=\"style\" type=\"tns:IdentifiedString\"
|
117
|
+
minOccurs=\"0\" maxOccurs=\"unbounded\" />\n </sequence>\n
|
118
|
+
\ </extension>\n </complexContent>\n
|
119
|
+
\ </complexType>\n </element>\n\n <complexType
|
120
|
+
name=\"Style\">\n <sequence>\n <element
|
121
|
+
name=\"division\" type=\"tns:IdentifiedString\" />\n <element
|
122
|
+
name=\"subdivision\" type=\"tns:IdentifiedString\" />\n <element
|
123
|
+
name=\"model\" type=\"tns:IdentifiedString\" />\n\n <element
|
124
|
+
name=\"basePrice\" type=\"tns:Price\" minOccurs=\"0\" />\n <element
|
125
|
+
name=\"bodyType\" minOccurs=\"0\" maxOccurs=\"unbounded\">\n <complexType>\n
|
126
|
+
\ <complexContent>\n <extension
|
127
|
+
base=\"tns:IdentifiedString\">\n <attribute
|
128
|
+
name=\"primary\" type=\"boolean\" />\n </extension>\n
|
129
|
+
\ </complexContent>\n </complexType>\n
|
130
|
+
\ </element>\n <element name=\"marketClass\"
|
131
|
+
type=\"tns:IdentifiedString\" minOccurs=\"0\" />\n <element
|
132
|
+
name=\"stockImage\" minOccurs=\"0\">\n <complexType>\n
|
133
|
+
\ <complexContent>\n <extension
|
134
|
+
base=\"tns:Image\">\n <attribute name=\"filename\"
|
135
|
+
type=\"string\" use=\"required\" />\n </extension>\n
|
136
|
+
\ </complexContent>\n </complexType>\n
|
137
|
+
\ </element>\n <element name=\"mediaGallery\"
|
138
|
+
type=\"tns:MediaGallery\" minOccurs=\"0\" />\n </sequence>\n
|
139
|
+
\ <attribute name=\"id\" type=\"int\" use=\"required\" />\n
|
140
|
+
\ <attribute name=\"modelYear\" type=\"int\" use=\"required\"
|
141
|
+
/>\n <attribute name=\"name\" type=\"string\" use=\"required\"
|
142
|
+
/>\n <attribute name=\"nameWoTrim\" type=\"string\" />\n <attribute
|
143
|
+
name=\"trim\" type=\"string\" />\n <attribute name=\"mfrModelCode\"
|
144
|
+
type=\"string\" />\n <attribute name=\"fleetOnly\" type=\"boolean\"
|
145
|
+
/>\n <attribute name=\"modelFleet\" type=\"boolean\" />\n <attribute
|
146
|
+
name=\"passDoors\" type=\"int\" />\n <attribute name=\"altModelName\"
|
147
|
+
type=\"string\" />\n <attribute name=\"altStyleName\" type=\"string\"
|
148
|
+
/>\n <attribute name=\"altBodyType\" type=\"string\" />\n <attribute
|
149
|
+
name=\"drivetrain\" type=\"tns:DriveTrain\" />\n </complexType>\n\n
|
150
|
+
\ <complexType name=\"Price\">\n <attribute name=\"unknown\"
|
151
|
+
type=\"boolean\" />\n <attribute name=\"invoice\" type=\"double\"
|
152
|
+
/>\n <attribute name=\"msrp\" type=\"double\" />\n <attribute
|
153
|
+
name=\"destination\" type=\"double\" />\n </complexType>\n\n <complexType
|
154
|
+
name=\"PriceRange\">\n <sequence>\n <element
|
155
|
+
name=\"invoice\" type=\"tns:Range\" />\n <element name=\"msrp\"
|
156
|
+
type=\"tns:Range\" />\n <element name=\"destination\" type=\"tns:Range\"
|
157
|
+
/>\n </sequence>\n <attribute name=\"unknown\"
|
158
|
+
type=\"boolean\" />\n </complexType>\n\n <simpleType
|
159
|
+
name=\"DriveTrain\">\n <restriction base=\"string\">\n <enumeration
|
160
|
+
value=\"Front Wheel Drive\" />\n <enumeration value=\"Rear
|
161
|
+
Wheel Drive\" />\n <enumeration value=\"All Wheel Drive\"
|
162
|
+
/>\n <enumeration value=\"Four Wheel Drive\" />\n </restriction>\n
|
163
|
+
\ </simpleType>\n\n <element name=\"VehicleDescription\">\n
|
164
|
+
\ <complexType>\n <complexContent>\n <extension
|
165
|
+
base=\"tns:BaseResponse\">\n <sequence>\n <element
|
166
|
+
name=\"vinDescription\" minOccurs=\"0\">\n <complexType>\n
|
167
|
+
\ <sequence>\n <element
|
168
|
+
name=\"gvwr\" type=\"tns:Range\" minOccurs=\"0\" />\n <element
|
169
|
+
name=\"WorldManufacturerIdentifier\" type=\"string\" minOccurs=\"0\" />\n
|
170
|
+
\ <element name=\"ManufacturerIdentificationCode\"
|
171
|
+
type=\"string\" minOccurs=\"0\" />\n <element
|
172
|
+
name=\"restraintTypes\" type=\"tns:CategoryDefinition\" minOccurs=\"0\" maxOccurs=\"unbounded\"
|
173
|
+
/>\n <element name=\"marketClass\"
|
174
|
+
type=\"tns:IdentifiedString\" minOccurs=\"0\" maxOccurs=\"unbounded\" />\n
|
175
|
+
\ </sequence>\n <attribute
|
176
|
+
name=\"vin\" type=\"string\" use=\"required\" />\n <attribute
|
177
|
+
name=\"modelYear\" type=\"int\" use=\"required\" />\n <attribute
|
178
|
+
name=\"division\" type=\"string\" use=\"required\" />\n <attribute
|
179
|
+
name=\"modelName\" type=\"string\" use=\"required\" />\n <attribute
|
180
|
+
name=\"styleName\" type=\"string\" />\n <attribute
|
181
|
+
name=\"bodyType\" type=\"string\" />\n <attribute
|
182
|
+
name=\"drivingWheels\" type=\"string\" />\n <attribute
|
183
|
+
name=\"built\" type=\"dateTime\" />\n </complexType>\n
|
184
|
+
\ </element>\n <element
|
185
|
+
name=\"style\" type=\"tns:Style\" minOccurs=\"0\" maxOccurs=\"unbounded\"
|
186
|
+
/>\n <element name=\"engine\" type=\"tns:Engine\"
|
187
|
+
minOccurs=\"0\" maxOccurs=\"unbounded\" />\n <element
|
188
|
+
name=\"standard\" type=\"tns:Standard\" minOccurs=\"0\" maxOccurs=\"unbounded\"
|
189
|
+
/>\n <element name=\"factoryOption\" type=\"tns:Option\"
|
190
|
+
minOccurs=\"0\" maxOccurs=\"unbounded\" />\n <element
|
191
|
+
name=\"genericEquipment\" type=\"tns:GenericEquipment\" minOccurs=\"0\" maxOccurs=\"unbounded\"
|
192
|
+
/>\n <element name=\"consumerInformation\"
|
193
|
+
type=\"tns:ConsumerInformation\" minOccurs=\"0\" maxOccurs=\"unbounded\" />\n
|
194
|
+
\ <element name=\"technicalSpecification\" type=\"tns:TechnicalSpecification\"
|
195
|
+
minOccurs=\"0\" maxOccurs=\"unbounded\" />\n <element
|
196
|
+
name=\"exteriorColor\" type=\"tns:Color\" minOccurs=\"0\" maxOccurs=\"unbounded\"
|
197
|
+
/>\n <element name=\"interiorColor\" type=\"tns:Color\"
|
198
|
+
minOccurs=\"0\" maxOccurs=\"unbounded\" />\n <element
|
199
|
+
name=\"genericColor\" type=\"tns:GenericColor\" minOccurs=\"0\" maxOccurs=\"unbounded\"
|
200
|
+
/>\n <element name=\"basePrice\" type=\"tns:PriceRange\"
|
201
|
+
minOccurs=\"0\" />\n </sequence>\n <attribute
|
202
|
+
name=\"country\" type=\"string\" use=\"required\" />\n <attribute
|
203
|
+
name=\"language\" type=\"string\" use=\"required\" />\n <attribute
|
204
|
+
name=\"modelYear\" type=\"int\" />\n <attribute
|
205
|
+
name=\"bestMakeName\" type=\"string\" />\n <attribute
|
206
|
+
name=\"bestModelName\" type=\"string\" />\n <attribute
|
207
|
+
name=\"bestStyleName\" type=\"string\" />\n <attribute
|
208
|
+
name=\"bestTrimName\" type=\"string\" />\n </extension>\n
|
209
|
+
\ </complexContent>\n </complexType>\n </element>\n\n
|
210
|
+
\ <complexType name=\"Range\">\n <attribute name=\"low\"
|
211
|
+
type=\"double\" />\n <attribute name=\"high\" type=\"double\"
|
212
|
+
/>\n </complexType>\n\n <complexType name=\"InstallationCause\">\n
|
213
|
+
\ <attribute name=\"cause\" use=\"required\">\n <simpleType>\n
|
214
|
+
\ <restriction base=\"string\">\n <enumeration
|
215
|
+
value=\"Engine\" />\n <enumeration value=\"RelatedCategory\"
|
216
|
+
/>\n <enumeration value=\"RelatedColor\" />\n <enumeration
|
217
|
+
value=\"CategoryLogic\" />\n <enumeration value=\"OptionLogic\"
|
218
|
+
/>\n <enumeration value=\"OptionCodeBuild\" />\n
|
219
|
+
\ <enumeration value=\"ExteriorColorBuild\" />\n
|
220
|
+
\ <enumeration value=\"InteriorColorBuild\" />\n
|
221
|
+
\ <enumeration value=\"EquipmentDescriptionInput\"
|
222
|
+
/>\n <enumeration value=\"ExteriorColorInput\"
|
223
|
+
/>\n <enumeration value=\"InteriorColorInput\"
|
224
|
+
/>\n <enumeration value=\"OptionCodeInput\" />\n
|
225
|
+
\ <enumeration value=\"BaseEquipment\" />\n <enumeration
|
226
|
+
value=\"VIN\" />\n <enumeration value=\"NonFactoryEquipmentInput\"
|
227
|
+
/>\n </restriction>\n </simpleType>\n
|
228
|
+
\ </attribute>\n <attribute name=\"detail\" type=\"string\"
|
229
|
+
/>\n </complexType>\n\n <complexType name=\"Engine\">\n
|
230
|
+
\ <sequence>\n <element name=\"engineType\"
|
231
|
+
type=\"tns:IdentifiedString\" />\n <element name=\"fuelType\"
|
232
|
+
type=\"tns:IdentifiedString\" />\n <element name=\"horsepower\"
|
233
|
+
type=\"tns:ValueRPM\" minOccurs=\"0\" />\n <element name=\"netTorque\"
|
234
|
+
type=\"tns:ValueRPM\" minOccurs=\"0\" />\n <element name=\"cylinders\"
|
235
|
+
type=\"int\" minOccurs=\"0\" />\n <element name=\"displacement\"
|
236
|
+
minOccurs=\"0\">\n <complexType>\n <attribute
|
237
|
+
name=\"liters\" type=\"double\" />\n <attribute
|
238
|
+
name=\"cubicIn\" type=\"int\" />\n </complexType>\n
|
239
|
+
\ </element>\n <element name=\"fuelEconomy\"
|
240
|
+
minOccurs=\"0\">\n <complexType>\n <sequence>\n
|
241
|
+
\ <element name=\"city\" type=\"tns:Range\"
|
242
|
+
/>\n <element name=\"hwy\" type=\"tns:Range\"
|
243
|
+
/>\n </sequence>\n <attribute
|
244
|
+
name=\"unit\" type=\"string\" use=\"required\" />\n </complexType>\n
|
245
|
+
\ </element>\n <element name=\"fuelCapacity\"
|
246
|
+
minOccurs=\"0\">\n <complexType>\n <complexContent>\n
|
247
|
+
\ <extension base=\"tns:Range\">\n <attribute
|
248
|
+
name=\"unit\" type=\"string\" use=\"required\" />\n </extension>\n
|
249
|
+
\ </complexContent>\n </complexType>\n
|
250
|
+
\ </element>\n <element name=\"forcedInduction\"
|
251
|
+
type=\"tns:IdentifiedString\" minOccurs=\"0\" />\n <element
|
252
|
+
name=\"installed\" type=\"tns:InstallationCause\" minOccurs=\"0\" />\n </sequence>\n
|
253
|
+
\ <attribute name=\"highOutput\" type=\"boolean\" />\n </complexType>\n\n
|
254
|
+
\ <complexType name=\"ValueRPM\">\n <attribute name=\"value\"
|
255
|
+
type=\"double\" />\n <attribute name=\"rpm\" type=\"int\" />\n
|
256
|
+
\ </complexType>\n\n <complexType name=\"Standard\">\n
|
257
|
+
\ <sequence>\n <element name=\"header\" type=\"tns:IdentifiedString\"
|
258
|
+
/>\n <element name=\"description\" type=\"string\" />\n
|
259
|
+
\ <element name=\"category\" type=\"tns:CategoryAssociation\"
|
260
|
+
minOccurs=\"0\" maxOccurs=\"unbounded\" />\n <element name=\"styleId\"
|
261
|
+
type=\"int\" maxOccurs=\"unbounded\" />\n <element name=\"installed\"
|
262
|
+
type=\"tns:InstallationCause\" minOccurs=\"0\" />\n </sequence>\n
|
263
|
+
\ </complexType>\n\n <complexType name=\"CategoryAssociation\">\n
|
264
|
+
\ <attribute name=\"id\" type=\"int\" use=\"required\" />\n
|
265
|
+
\ <attribute name=\"removed\" type=\"boolean\" />\n </complexType>\n\n
|
266
|
+
\ <complexType name=\"Option\">\n <sequence>\n <element
|
267
|
+
name=\"header\" type=\"tns:IdentifiedString\" minOccurs=\"0\" />\n <element
|
268
|
+
name=\"description\" type=\"string\" minOccurs=\"0\" maxOccurs=\"unbounded\"
|
269
|
+
/>\n <element name=\"category\" type=\"tns:CategoryAssociation\"
|
270
|
+
minOccurs=\"0\" maxOccurs=\"unbounded\" />\n\n <element
|
271
|
+
name=\"price\" type=\"tns:OptionPrice\" minOccurs=\"0\" />\n <element
|
272
|
+
name=\"styleId\" type=\"int\" minOccurs=\"0\" maxOccurs=\"unbounded\" />\n
|
273
|
+
\ <element name=\"installed\" type=\"tns:InstallationCause\"
|
274
|
+
minOccurs=\"0\" />\n <element name=\"ambiguousOption\"
|
275
|
+
type=\"tns:Option\" minOccurs=\"0\" maxOccurs=\"unbounded\" />\n </sequence>\n
|
276
|
+
\ <attribute name=\"chromeCode\" type=\"string\" />\n <attribute
|
277
|
+
name=\"oemCode\" type=\"string\" />\n <attribute name=\"altOptionCode\"
|
278
|
+
type=\"string\" />\n <attribute name=\"standard\" type=\"boolean\"
|
279
|
+
/>\n <attribute name=\"optionKindId\" type=\"int\" />\n <attribute
|
280
|
+
name=\"utf\" type=\"string\" />\n <attribute name=\"fleetOnly\"
|
281
|
+
type=\"boolean\" />\n </complexType>\n\n <complexType
|
282
|
+
name=\"OptionPrice\">\n <attribute name=\"unknown\" type=\"boolean\"
|
283
|
+
/>\n <attribute name=\"invoiceMin\" type=\"double\" />\n <attribute
|
284
|
+
name=\"invoiceMax\" type=\"double\" />\n <attribute name=\"msrpMin\"
|
285
|
+
type=\"double\" />\n <attribute name=\"msrpMax\" type=\"double\"
|
286
|
+
/>\n </complexType>\n\n <complexType name=\"GenericEquipment\">\n
|
287
|
+
\ <sequence>\n <choice>\n <element
|
288
|
+
name=\"categoryId\" type=\"int\" />\n <element name=\"definition\"
|
289
|
+
type=\"tns:CategoryDefinition\" />\n </choice>\n <sequence>\n
|
290
|
+
\ <element name=\"styleId\" type=\"int\" minOccurs=\"0\"
|
291
|
+
maxOccurs=\"unbounded\" />\n <element name=\"installed\"
|
292
|
+
type=\"tns:InstallationCause\" minOccurs=\"0\" />\n </sequence>\n
|
293
|
+
\ </sequence>\n </complexType>\n\n <complexType
|
294
|
+
name=\"ConsumerInformation\">\n <sequence>\n <element
|
295
|
+
name=\"type\" type=\"tns:IdentifiedString\" />\n <element
|
296
|
+
name=\"item\" minOccurs=\"0\" maxOccurs=\"unbounded\">\n <complexType>\n
|
297
|
+
\ <attribute name=\"name\" type=\"string\" use=\"required\"
|
298
|
+
/>\n <attribute name=\"conditionNote\" type=\"string\"
|
299
|
+
/>\n <attribute name=\"value\" type=\"string\"
|
300
|
+
/>\n </complexType>\n </element>\n
|
301
|
+
\ <element name=\"styleId\" type=\"int\" maxOccurs=\"unbounded\"
|
302
|
+
/>\n </sequence>\n </complexType>\n\n <complexType
|
303
|
+
name=\"TechnicalSpecification\">\n <sequence>\n <choice>\n
|
304
|
+
\ <element name=\"titleId\" type=\"int\" />\n <element
|
305
|
+
name=\"definition\" type=\"tns:TechnicalSpecificationDefinition\" />\n </choice>\n
|
306
|
+
\ <sequence>\n <element name=\"range\"
|
307
|
+
minOccurs=\"0\">\n <complexType>\n <attribute
|
308
|
+
name=\"min\" type=\"double\" use=\"required\" />\n <attribute
|
309
|
+
name=\"max\" type=\"double\" use=\"required\" />\n </complexType>\n
|
310
|
+
\ </element>\n <element name=\"value\"
|
311
|
+
minOccurs=\"0\" maxOccurs=\"unbounded\">\n <complexType>\n
|
312
|
+
\ <sequence>\n <element
|
313
|
+
name=\"styleId\" type=\"int\" maxOccurs=\"unbounded\" />\n </sequence>\n
|
314
|
+
\ <attribute name=\"value\" type=\"string\"
|
315
|
+
/>\n <attribute name=\"condition\" type=\"string\"
|
316
|
+
/>\n </complexType>\n </element>\n
|
317
|
+
\ </sequence>\n </sequence>\n </complexType>\n\n
|
318
|
+
\ <complexType name=\"GenericColor\">\n <sequence>\n
|
319
|
+
\ <element name=\"installed\" type=\"tns:InstallationCause\"
|
320
|
+
minOccurs=\"0\" />\n </sequence>\n <attribute
|
321
|
+
name=\"name\" type=\"string\" use=\"required\" />\n <attribute
|
322
|
+
name=\"primary\" type=\"boolean\" use=\"optional\" />\n </complexType>\n\n
|
323
|
+
\ <complexType name=\"Color\">\n <sequence>\n <element
|
324
|
+
name=\"genericColor\" type=\"tns:GenericColor\" minOccurs=\"0\" maxOccurs=\"unbounded\"
|
325
|
+
/>\n <element name=\"styleId\" type=\"int\" maxOccurs=\"unbounded\"
|
326
|
+
/>\n <element name=\"installed\" type=\"tns:InstallationCause\"
|
327
|
+
minOccurs=\"0\" />\n </sequence>\n <attribute
|
328
|
+
name=\"colorCode\" type=\"string\" use=\"required\" />\n <attribute
|
329
|
+
name=\"colorName\" type=\"string\" use=\"required\" />\n <attribute
|
330
|
+
name=\"rgbValue\" type=\"string\" />\n </complexType>\n\n <complexType
|
331
|
+
name=\"ResponseStatus\">\n <sequence>\n <element
|
332
|
+
name=\"matchedEquipment\" type=\"tns:MatchedEquipment\" minOccurs=\"0\" maxOccurs=\"unbounded\"
|
333
|
+
/>\n <element name=\"matchedNonFactoryEquipment\" type=\"tns:MatchedNonFactoryEquipment\"
|
334
|
+
minOccurs=\"0\" maxOccurs=\"unbounded\" />\n <element name=\"status\"
|
335
|
+
minOccurs=\"0\" maxOccurs=\"unbounded\">\n <complexType>\n
|
336
|
+
\ <simpleContent>\n <extension
|
337
|
+
base=\"string\">\n <attribute name=\"code\"
|
338
|
+
use=\"required\">\n <simpleType>\n
|
339
|
+
\ <restriction base=\"string\">\n
|
340
|
+
\ <enumeration value=\"UnrecognizedTrimName\"
|
341
|
+
/>\n <enumeration value=\"UnusedTrimName\"
|
342
|
+
/>\n <enumeration value=\"UnrecognizedManufacturerModelCode\"
|
343
|
+
/>\n <enumeration value=\"UnusedManufacturerModelCode\"
|
344
|
+
/>\n <enumeration value=\"UnrecognizedStyleId\"
|
345
|
+
/>\n <enumeration value=\"UnusedReducingStyleId\"
|
346
|
+
/>\n <enumeration value=\"UnrecognizedReducingStyleId\"
|
347
|
+
/>\n <enumeration value=\"UnrecognizedWheelBase\"
|
348
|
+
/>\n <enumeration value=\"UnusedWheelBase\"
|
349
|
+
/>\n <enumeration value=\"UnrecognizedOptionCode\"
|
350
|
+
/>\n <enumeration value=\"UnusedOptionCode\"
|
351
|
+
/>\n <enumeration value=\"UnrecognizedEquipmentDescription\"
|
352
|
+
/>\n <enumeration value=\"UnrecognizedNonFactoryEquipmentDescription\"
|
353
|
+
/>\n <enumeration value=\"UnusedNonFactoryEquipmentDescription\"
|
354
|
+
/>\n <enumeration value=\"UsingAlternateLocale\"
|
355
|
+
/>\n <enumeration value=\"NameMatchNotFound\"
|
356
|
+
/>\n <enumeration value=\"VinNotCarriedByChrome\"
|
357
|
+
/>\n <enumeration value=\"InvalidVinCheckDigit\"
|
358
|
+
/>\n <enumeration value=\"InvalidVinCharacter\"
|
359
|
+
/>\n <enumeration value=\"InvalidVinLength\"
|
360
|
+
/>\n <enumeration value=\"UnrecognizedInteriorColor\"
|
361
|
+
/>\n <enumeration value=\"UnrecognizedExteriorColor\"
|
362
|
+
/>\n <enumeration value=\"UnrecognizedTechnicalSpecificationTitleId\"
|
363
|
+
/>\n <enumeration value=\"Unexpected\"
|
364
|
+
/>\n </restriction>\n </simpleType>\n
|
365
|
+
\ </attribute>\n </extension>\n
|
366
|
+
\ </simpleContent>\n </complexType>\n
|
367
|
+
\ </element>\n </sequence>\n <attribute
|
368
|
+
name=\"responseCode\" use=\"required\">\n <simpleType>\n
|
369
|
+
\ <restriction base=\"string\">\n <enumeration
|
370
|
+
value=\"Successful\" />\n <enumeration value=\"Unsuccessful\"
|
371
|
+
/>\n <enumeration value=\"ConditionallySuccessful\"
|
372
|
+
/>\n </restriction>\n </simpleType>\n
|
373
|
+
\ </attribute>\n <attribute name=\"description\"
|
374
|
+
type=\"string\" />\n </complexType>\n\n <complexType
|
375
|
+
name=\"MatchedEquipment\">\n <sequence>\n <element
|
376
|
+
name=\"equipmentDescription\" type=\"string\" />\n <element
|
377
|
+
name=\"categoryId\" type=\"int\" maxOccurs=\"unbounded\" />\n </sequence>\n
|
378
|
+
\ </complexType>\n <complexType name=\"MatchedNonFactoryEquipment\">\n
|
379
|
+
\ <sequence>\n <element name=\"equipmentDescription\"
|
380
|
+
type=\"string\" />\n <element name=\"category\" type=\"tns:CategoryDefinition\"
|
381
|
+
maxOccurs=\"unbounded\" />\n <element name=\"installed\"
|
382
|
+
type=\"tns:InstallationCause\" minOccurs=\"0\" />\n </sequence>\n
|
383
|
+
\ </complexType>\n\n <complexType name=\"IdentifiedString\">\n
|
384
|
+
\ <simpleContent>\n <extension base=\"string\">\n
|
385
|
+
\ <attribute name=\"id\" type=\"int\" use=\"required\"
|
386
|
+
/>\n </extension>\n </simpleContent>\n </complexType>\n\n
|
387
|
+
\ <complexType name=\"CategoryDefinition\">\n <sequence>\n
|
388
|
+
\ <element name=\"group\" type=\"tns:IdentifiedString\"
|
389
|
+
/>\n <element name=\"header\" type=\"tns:IdentifiedString\"
|
390
|
+
/>\n <element name=\"category\" type=\"tns:IdentifiedString\"
|
391
|
+
/>\n <element name=\"type\" type=\"tns:IdentifiedString\"
|
392
|
+
minOccurs=\"0\" />\n </sequence>\n </complexType>\n\n
|
393
|
+
\ <element name=\"CategoryDefinitions\">\n <complexType>\n
|
394
|
+
\ <complexContent>\n <extension base=\"tns:BaseResponse\">\n
|
395
|
+
\ <sequence>\n <element
|
396
|
+
name=\"category\" type=\"tns:CategoryDefinition\" minOccurs=\"0\" maxOccurs=\"unbounded\"
|
397
|
+
/>\n </sequence>\n </extension>\n
|
398
|
+
\ </complexContent>\n </complexType>\n </element>\n\n
|
399
|
+
\ <complexType name=\"TechnicalSpecificationDefinition\">\n <sequence>\n
|
400
|
+
\ <element name=\"group\" type=\"tns:IdentifiedString\"
|
401
|
+
/>\n <element name=\"header\" type=\"tns:IdentifiedString\"
|
402
|
+
/>\n <element name=\"title\" type=\"tns:IdentifiedString\"
|
403
|
+
/>\n </sequence>\n <attribute name=\"measurementUnit\"
|
404
|
+
type=\"string\" />\n </complexType>\n\n <element name=\"TechnicalSpecificationDefinitions\">\n
|
405
|
+
\ <complexType>\n <complexContent>\n <extension
|
406
|
+
base=\"tns:BaseResponse\">\n <sequence>\n <element
|
407
|
+
name=\"definition\" type=\"tns:TechnicalSpecificationDefinition\" minOccurs=\"0\"
|
408
|
+
maxOccurs=\"unbounded\" />\n </sequence>\n </extension>\n
|
409
|
+
\ </complexContent>\n </complexType>\n </element>\n\n
|
410
|
+
\ <complexType name=\"MediaGallery\">\n <sequence>\n
|
411
|
+
\ <element name=\"view\" minOccurs=\"0\" maxOccurs=\"unbounded\">\n
|
412
|
+
\ <complexType>\n <complexContent>\n
|
413
|
+
\ <extension base=\"tns:Image\">\n <attribute
|
414
|
+
name=\"shotCode\" type=\"string\" />\n <attribute
|
415
|
+
name=\"backgroundDescription\" type=\"string\" use=\"optional\" />\n </extension>\n
|
416
|
+
\ </complexContent>\n </complexType>\n
|
417
|
+
\ </element>\n <element name=\"colorized\"
|
418
|
+
minOccurs=\"0\" maxOccurs=\"unbounded\">\n <complexType>\n
|
419
|
+
\ <complexContent>\n <extension
|
420
|
+
base=\"tns:Image\">\n <attribute name=\"primaryColorOptionCode\"
|
421
|
+
type=\"string\" use=\"required\" />\n <attribute
|
422
|
+
name=\"secondaryColorOptionCode\" type=\"string\" use=\"optional\" />\n <attribute
|
423
|
+
name=\"match\" type=\"boolean\" use=\"optional\" />\n <attribute
|
424
|
+
name=\"shotCode\" type=\"string\" />\n <attribute
|
425
|
+
name=\"backgroundDescription\" type=\"string\" use=\"optional\" />\n <attribute
|
426
|
+
name=\"primaryRGBHexCode\" type=\"string\" use=\"optional\" />\n <attribute
|
427
|
+
name=\"secondaryRGBHexCode\" type=\"string\" use=\"optional\" />\n </extension>\n
|
428
|
+
\ </complexContent>\n </complexType>\n
|
429
|
+
\ </element>\n </sequence>\n <attribute
|
430
|
+
name=\"styleId\" type=\"int\" />\n </complexType>\n\n <complexType
|
431
|
+
name=\"Image\">\n <attribute name=\"url\" type=\"string\" use=\"required\"
|
432
|
+
/>\n <attribute name=\"width\" type=\"int\" />\n <attribute
|
433
|
+
name=\"height\" type=\"int\" />\n </complexType>\n\n <!--
|
434
|
+
/// Requests /// -->\n\n <complexType name=\"BaseRequest\">\n <sequence>\n
|
435
|
+
\ <element name=\"accountInfo\" type=\"tns:AccountInfo\"
|
436
|
+
/>\n </sequence>\n </complexType>\n\n <element
|
437
|
+
name=\"VersionInfoRequest\" type=\"tns:BaseRequest\" />\n\n <element
|
438
|
+
name=\"ModelYearsRequest\" type=\"tns:BaseRequest\" />\n\n <element
|
439
|
+
name=\"DivisionsRequest\">\n <complexType>\n <annotation>\n
|
440
|
+
\ <documentation>Provides a list of Chrome division
|
441
|
+
ID's associated with the provided year.\n </documentation>\n
|
442
|
+
\ </annotation>\n <complexContent>\n
|
443
|
+
\ <extension base=\"tns:BaseRequest\">\n <attribute
|
444
|
+
name=\"modelYear\" type=\"int\" use=\"required\" />\n </extension>\n
|
445
|
+
\ </complexContent>\n </complexType>\n </element>\n\n
|
446
|
+
\ <element name=\"SubdivisionsRequest\">\n <annotation>\n
|
447
|
+
\ <documentation>Provides a list of Chrome subdivision ID's
|
448
|
+
associated with the provided year.\n </documentation>\n
|
449
|
+
\ </annotation>\n <complexType>\n <complexContent>\n
|
450
|
+
\ <extension base=\"tns:BaseRequest\">\n <attribute
|
451
|
+
name=\"modelYear\" type=\"int\" use=\"required\" />\n </extension>\n
|
452
|
+
\ </complexContent>\n </complexType>\n </element>\n\n
|
453
|
+
\ <element name=\"ModelsRequest\">\n <annotation>\n
|
454
|
+
\ <documentation>Provides a list of Chrome model ID's associated
|
455
|
+
with the provided year and\n (sub)division ID.\n </documentation>\n
|
456
|
+
\ </annotation>\n <complexType>\n <complexContent>\n
|
457
|
+
\ <extension base=\"tns:BaseRequest\">\n <sequence>\n
|
458
|
+
\ <element name=\"modelYear\" type=\"int\" />\n
|
459
|
+
\ <choice>\n <element
|
460
|
+
name=\"divisionId\" type=\"int\" />\n <element
|
461
|
+
name=\"subdivisionId\" type=\"int\" />\n </choice>\n
|
462
|
+
\ </sequence>\n </extension>\n
|
463
|
+
\ </complexContent>\n </complexType>\n </element>\n\n
|
464
|
+
\ <element name=\"StylesRequest\">\n <annotation>\n
|
465
|
+
\ <documentation>Provides a list of Chrome style ID's associated
|
466
|
+
with the provided model ID.\n </documentation>\n </annotation>\n
|
467
|
+
\ <complexType>\n <complexContent>\n <extension
|
468
|
+
base=\"tns:BaseRequest\">\n <attribute name=\"modelId\"
|
469
|
+
type=\"int\" use=\"required\" />\n </extension>\n </complexContent>\n
|
470
|
+
\ </complexType>\n </element>\n\n <simpleType
|
471
|
+
name=\"Switch\">\n <annotation>\n <documentation>Adding
|
472
|
+
one or more switch strings to your request will change the behavior of ADS.\n
|
473
|
+
\ Use the following switches to match output with your
|
474
|
+
particular needs.\n </documentation>\n </annotation>\n
|
475
|
+
\ <restriction base=\"string\">\n <enumeration
|
476
|
+
value=\"DisableSafeStandards\">\n <annotation>\n <documentation>By
|
477
|
+
default, only equipment that could not have been upgraded or removed will\n
|
478
|
+
\ be presented as installed. When you use this
|
479
|
+
switch, any equipment that could\n be standard
|
480
|
+
equipment will be installed even if they could have been removed\n or
|
481
|
+
upgraded.\n </documentation>\n </annotation>\n
|
482
|
+
\ </enumeration>\n <enumeration value=\"ShowExtendedDescriptions\">\n
|
483
|
+
\ <annotation>\n <documentation>Causes
|
484
|
+
ADS to provide additional description information for each piece of\n equipment.\n
|
485
|
+
\ </documentation>\n </annotation>\n
|
486
|
+
\ </enumeration>\n <enumeration value=\"ShowAvailableEquipment\">\n
|
487
|
+
\ <annotation>\n <documentation>Causes
|
488
|
+
ADS to show information about all equipment available for the vehicle,\n whether
|
489
|
+
or not it is installed.\n </documentation>\n </annotation>\n
|
490
|
+
\ </enumeration>\n <enumeration value=\"ShowConsumerInformation\">\n
|
491
|
+
\ <annotation>\n <documentation>Causes
|
492
|
+
ADS to show normalized consumer information such as recalls, awards,\n and
|
493
|
+
test results.\n </documentation>\n </annotation>\n
|
494
|
+
\ </enumeration>\n <enumeration value=\"ShowExtendedTechnicalSpecifications\">\n
|
495
|
+
\ <annotation>\n <documentation>Causes
|
496
|
+
ADS to show all available technical specifications for the vehicle,\n and
|
497
|
+
additional information about them.\n </documentation>\n
|
498
|
+
\ </annotation>\n </enumeration>\n
|
499
|
+
\ <enumeration value=\"IncludeRegionalVehicles\">\n <annotation>\n
|
500
|
+
\ <documentation>By default, only vehicles sold
|
501
|
+
nationally are considered for description.\n This
|
502
|
+
switch causes ADS to also consider vehicles sold only regionally.\n </documentation>\n
|
503
|
+
\ </annotation>\n </enumeration>\n
|
504
|
+
\ <enumeration value=\"UseDependencyOrderingLogic\">\n <annotation>\n
|
505
|
+
\ <documentation>By default, ADS describes and installs
|
506
|
+
only equipment specifically\n known to exist
|
507
|
+
(usually because of user input.) This switch causes ADS\n to
|
508
|
+
consider ordering logic caused by the installed equipment itself\n in
|
509
|
+
addition to the ordering logic of the user-identified equipment.\n </documentation>\n
|
510
|
+
\ </annotation>\n </enumeration>\n
|
511
|
+
\ <enumeration value=\"IncludeDefinitions\">\n <annotation>\n
|
512
|
+
\ <documentation>Causes ADS to show Category and
|
513
|
+
Technical Specification definitions in-line within a vehicle description.</documentation>\n
|
514
|
+
\ </annotation>\n </enumeration>\n
|
515
|
+
\ </restriction>\n </simpleType>\n\n <simpleType
|
516
|
+
name=\"SwitchAvailability\">\n\n <restriction base=\"string\">\n
|
517
|
+
\ <enumeration value=\"ExcludeFleetOnly\">\n <annotation>\n
|
518
|
+
\ <documentation>Excludes Fleet Only information.
|
519
|
+
(Default is \"both.\")</documentation>\n </annotation>\n
|
520
|
+
\ </enumeration>\n <enumeration value=\"ExcludeRetailOnly\">\n
|
521
|
+
\ <annotation>\n <documentation>Excludes
|
522
|
+
Retail Only information. (Default is \"both\".)</documentation>\n </annotation>\n
|
523
|
+
\ </enumeration>\n </restriction>\n </simpleType>\n\n
|
524
|
+
\ <simpleType name=\"SwitchChromeMediaGallery\">\n <annotation>\n
|
525
|
+
\ <documentation>Provides a Chrome Media Gallery URL's associated
|
526
|
+
with the described vehicle.\n Your user license dictates
|
527
|
+
which views (none, multi-view, colorMatch, or both) are\n available.
|
528
|
+
The default value is the most your license permits (hopefully \"both.\")\n
|
529
|
+
\ </documentation>\n </annotation>\n <restriction
|
530
|
+
base=\"string\">\n <enumeration value=\"Multi-View\">\n
|
531
|
+
\ <annotation>\n <documentation>Provide
|
532
|
+
Multi-view images, if the client license permits.</documentation>\n </annotation>\n
|
533
|
+
\ </enumeration>\n <enumeration value=\"ColorMatch\">\n
|
534
|
+
\ <annotation>\n <documentation>Provide
|
535
|
+
ColorMatch images, if the client license permits.</documentation>\n </annotation>\n
|
536
|
+
\ </enumeration>\n <enumeration value=\"Both\">\n
|
537
|
+
\ <annotation>\n <documentation>Provide
|
538
|
+
both image types, if the client license permits.</documentation>\n </annotation>\n
|
539
|
+
\ </enumeration>\n </restriction>\n </simpleType>\n\n
|
540
|
+
\ <element name=\"VehicleDescriptionRequest\">\n <annotation>\n
|
541
|
+
\ <documentation>\n Describe a vehicle.
|
542
|
+
You must provide one of: vehicle identifier\n (VIN
|
543
|
+
or HIN); Chrome style ID; or year, make name, and model name. Optional input
|
544
|
+
fields can\n help identification by limiting color,
|
545
|
+
trim, wheelbase, and installed options.\n </documentation>\n
|
546
|
+
\ </annotation>\n <complexType>\n <complexContent>\n
|
547
|
+
\ <extension base=\"tns:BaseRequest\">\n <sequence>\n
|
548
|
+
\ <choice>\n <sequence>\n
|
549
|
+
\ <annotation>\n <documentation>\n
|
550
|
+
\ Causes ADS to describe a vehicle
|
551
|
+
from a given year, make, and model. All\n three
|
552
|
+
must be populated.\n </documentation>\n
|
553
|
+
\ </annotation>\n <element
|
554
|
+
name=\"modelYear\" type=\"int\" />\n <element
|
555
|
+
name=\"makeName\" type=\"string\" />\n <element
|
556
|
+
name=\"modelName\" type=\"string\" />\n </sequence>\n
|
557
|
+
\ <sequence>\n <annotation>\n
|
558
|
+
\ <documentation>\n Causes
|
559
|
+
ADS to describe a vehicle from a given vehicle identifier (VIN\n or
|
560
|
+
HIN.) You can optionally provide a known Chrome style ID to help\n the
|
561
|
+
identification process.\n </documentation>\n
|
562
|
+
\ </annotation>\n <element
|
563
|
+
name=\"vin\" type=\"string\" />\n <element
|
564
|
+
name=\"reducingStyleId\" type=\"int\" minOccurs=\"0\" />\n </sequence>\n
|
565
|
+
\ <element name=\"styleId\" type=\"int\">\n
|
566
|
+
\ <annotation>\n <documentation>Causes
|
567
|
+
ADS to find and describe the given vehicle.\n </documentation>\n
|
568
|
+
\ </annotation>\n </element>\n
|
569
|
+
\ </choice>\n <element
|
570
|
+
name=\"trimName\" type=\"string\" minOccurs=\"0\">\n <annotation>\n
|
571
|
+
\ <documentation>Trim names are typically
|
572
|
+
things like \"XLT\", \"Sport\" or \"Eddie\n Bauer\".\n
|
573
|
+
\ </documentation>\n </annotation>\n
|
574
|
+
\ </element>\n <element
|
575
|
+
name=\"manufacturerModelCode\" type=\"string\" minOccurs=\"0\">\n <annotation>\n
|
576
|
+
\ <documentation>MMC are typically things
|
577
|
+
like \"TK10743\"or \"CC10706\".\n </documentation>\n
|
578
|
+
\ </annotation>\n </element>\n
|
579
|
+
\ <element name=\"wheelBase\" type=\"double\"
|
580
|
+
minOccurs=\"0\">\n <annotation>\n <documentation>\n
|
581
|
+
\ Give wheel base in inches. ADS
|
582
|
+
will try to find vehicles where (1) the\n wheel
|
583
|
+
base matters in the identification (usually Ford pickups) and (2)\n within
|
584
|
+
+/- 2\" of the given value. Round to the nearest whole inch. If\n you
|
585
|
+
don't, ADS will.\n </documentation>\n
|
586
|
+
\ </annotation>\n </element>\n
|
587
|
+
\ <element name=\"OEMOptionCode\" type=\"string\"
|
588
|
+
minOccurs=\"0\" maxOccurs=\"unbounded\">\n <annotation>\n
|
589
|
+
\ <documentation>\n OEM
|
590
|
+
option codes are identifiers that manufacturers use to\n identify
|
591
|
+
which options and packages to install on a specific vehicle. The\n codes
|
592
|
+
to use are unique to each manufacturer and will look like \"FF3\" or\n \"AJX\".
|
593
|
+
You can provide as many of these as you know, but only one per\n element.\n
|
594
|
+
\ </documentation>\n </annotation>\n
|
595
|
+
\ </element>\n <element
|
596
|
+
name=\"equipmentDescription\" type=\"string\" minOccurs=\"0\" maxOccurs=\"unbounded\">\n
|
597
|
+
\ <annotation>\n <documentation>\n
|
598
|
+
\ Provide the name and or description
|
599
|
+
of equipment you know to be installed.\n If
|
600
|
+
you know the manufacturer's actual name use it. Otherwise use the most\n descriptive
|
601
|
+
name you can think of. You can provide as many of these as\n you
|
602
|
+
know, but only one per element.\n </documentation>\n
|
603
|
+
\ </annotation>\n </element>\n
|
604
|
+
\ <element name=\"exteriorColorName\" type=\"string\"
|
605
|
+
minOccurs=\"0\">\n <annotation>\n <documentation>\n
|
606
|
+
\ The name of the exterior color.
|
607
|
+
If you know the manufacturer's actual\n color
|
608
|
+
name, use it. Otherwise use the most reasonable color you can\n think
|
609
|
+
of.\n </documentation>\n </annotation>\n
|
610
|
+
\ </element>\n <element
|
611
|
+
name=\"interiorColorName\" type=\"string\" minOccurs=\"0\">\n <annotation>\n
|
612
|
+
\ <documentation>\n The
|
613
|
+
name of the interior color or interior color pair. If you know the\n manufacturer's
|
614
|
+
actual color name, use it. Otherwise use the most\n reasonable
|
615
|
+
color you can think of.\n </documentation>\n
|
616
|
+
\ </annotation>\n </element>\n
|
617
|
+
\ <element name=\"nonFactoryEquipmentDescription\"
|
618
|
+
type=\"string\" minOccurs=\"0\" maxOccurs=\"unbounded\">\n <annotation>\n
|
619
|
+
\ <documentation>\n Provide
|
620
|
+
the name and or description of non-factory (aftermarket) equipment\n you
|
621
|
+
know to be installed. This equipment will be listed as installed\n non-factory
|
622
|
+
equipment, without validation against manufacturer's install\n logic
|
623
|
+
and will not affect the identification or installation of factory\n options,
|
624
|
+
packages or equipment. You can provide as many of these as\n you
|
625
|
+
know, but only one per element.\n </documentation>\n
|
626
|
+
\ </annotation>\n </element>\n\n
|
627
|
+
\ <!-- return parameters -->\n <element
|
628
|
+
name=\"switch\" type=\"tns:Switch\" minOccurs=\"0\" maxOccurs=\"unbounded\"
|
629
|
+
/>\n <element name=\"vehicleProcessMode\" type=\"tns:SwitchAvailability\"
|
630
|
+
minOccurs=\"0\">\n <annotation>\n <documentation>The
|
631
|
+
default behavior of ADS is to include both fleet-only and\n retail
|
632
|
+
only styles when discovering vehicles. Use this switch to tell\n ADS
|
633
|
+
to ignore either or both.\n </documentation>\n
|
634
|
+
\ </annotation>\n </element>\n
|
635
|
+
\ <element name=\"optionsProcessMode\" type=\"tns:SwitchAvailability\"
|
636
|
+
minOccurs=\"0\">\n <annotation>\n <documentation>The
|
637
|
+
default behavior of ADS is to include both fleet-only and\n retail
|
638
|
+
only options when discovering equipment. Use this switch to tell\n ADS
|
639
|
+
to ignore either or both.\n </documentation>\n
|
640
|
+
\ </annotation>\n </element>\n
|
641
|
+
\ <element name=\"includeMediaGallery\" type=\"tns:SwitchChromeMediaGallery\"
|
642
|
+
minOccurs=\"0\">\n <annotation>\n <documentation>\n
|
643
|
+
\ If your license allows, ADS will
|
644
|
+
provide additional images (beyond the\n stock
|
645
|
+
image) for each style described in the output. Chrome Media gallery\n supports
|
646
|
+
\"colorMatch\" (where the image is the designated color), \"multiView\"\n
|
647
|
+
\ (where the vehicle is seen from
|
648
|
+
several angles) and \"both.\" See the\n documentation
|
649
|
+
for the switch type for specific instructions.\n </documentation>\n
|
650
|
+
\ </annotation>\n </element>\n
|
651
|
+
\ <element name=\"includeTechnicalSpecificationTitleId\"
|
652
|
+
type=\"int\" minOccurs=\"0\" maxOccurs=\"unbounded\">\n <annotation>\n
|
653
|
+
\ <documentation>The default behavior
|
654
|
+
of ADS is to include all available technical specifications.\n Use
|
655
|
+
this switch to tell ADS specific technical specifications (by title id) to
|
656
|
+
be shown.\n </documentation>\n </annotation>\n
|
657
|
+
\ </element>\n </sequence>\n
|
658
|
+
\ </extension>\n </complexContent>\n
|
659
|
+
\ </complexType>\n </element>\n\n <element
|
660
|
+
name=\"CategoryDefinitionsRequest\" type=\"tns:BaseRequest\">\n <annotation>\n
|
661
|
+
\ <documentation>\n Provide a list
|
662
|
+
of all available equipment category ID's.\n </documentation>\n
|
663
|
+
\ </annotation>\n </element>\n\n <element
|
664
|
+
name=\"TechnicalSpecificationDefinitionsRequest\" type=\"tns:BaseRequest\">\n
|
665
|
+
\ <annotation>\n <documentation>\n Provide
|
666
|
+
a list of all available technical specification definitions.\n </documentation>\n
|
667
|
+
\ </annotation>\n </element>\n </schema>\n
|
668
|
+
\ </types>\n\n <message name=\"getVersionInfo\">\n <part name=\"request\"
|
669
|
+
element=\"dtns:VersionInfoRequest\" />\n </message>\n <message name=\"getVersionInfoResponse\">\n
|
670
|
+
\ <part name=\"result\" element=\"dtns:VersionInfo\" />\n </message>\n\n
|
671
|
+
\ <!-- selector -->\n <message name=\"getModelYears\">\n <part
|
672
|
+
name=\"request\" element=\"dtns:ModelYearsRequest\" />\n </message>\n <message
|
673
|
+
name=\"getModelYearsResponse\">\n <part name=\"result\" element=\"dtns:ModelYears\"
|
674
|
+
/>\n </message>\n <message name=\"getDivisions\">\n <part name=\"request\"
|
675
|
+
element=\"dtns:DivisionsRequest\" />\n </message>\n <message name=\"getDivisionsResponse\">\n
|
676
|
+
\ <part name=\"result\" element=\"dtns:Divisions\" />\n </message>\n
|
677
|
+
\ <message name=\"getSubdivisions\">\n <part name=\"request\" element=\"dtns:SubdivisionsRequest\"
|
678
|
+
/>\n </message>\n <message name=\"getSubdivisionsResponse\">\n <part
|
679
|
+
name=\"result\" element=\"dtns:Subdivisions\" />\n </message>\n <message
|
680
|
+
name=\"getModels\">\n <part name=\"request\" element=\"dtns:ModelsRequest\"
|
681
|
+
/>\n </message>\n <message name=\"getModelsResponse\">\n <part
|
682
|
+
name=\"result\" element=\"dtns:Models\" />\n </message>\n <message name=\"getStyles\">\n
|
683
|
+
\ <part name=\"request\" element=\"dtns:StylesRequest\" />\n </message>\n
|
684
|
+
\ <message name=\"getStylesResponse\">\n <part name=\"result\" element=\"dtns:Styles\"
|
685
|
+
/>\n </message>\n\n <!-- vehicle -->\n <message name=\"describeVehicle\">\n
|
686
|
+
\ <part name=\"request\" element=\"dtns:VehicleDescriptionRequest\"
|
687
|
+
/>\n </message>\n <message name=\"describeVehicleResponse\">\n <part
|
688
|
+
name=\"result\" element=\"dtns:VehicleDescription\" />\n </message>\n\n
|
689
|
+
\ <!-- lookup -->\n <message name=\"getCategoryDefinitions\">\n <part
|
690
|
+
name=\"request\" element=\"dtns:CategoryDefinitionsRequest\" />\n </message>\n
|
691
|
+
\ <message name=\"getCategoryDefinitionsResponse\">\n <part name=\"result\"
|
692
|
+
element=\"dtns:CategoryDefinitions\" />\n </message>\n\n <message name=\"getTechnicalSpecificationDefinitions\">\n
|
693
|
+
\ <part name=\"request\" element=\"dtns:TechnicalSpecificationDefinitionsRequest\"
|
694
|
+
/>\n </message>\n <message name=\"getTechnicalSpecificationDefinitionsResponse\">\n
|
695
|
+
\ <part name=\"result\" element=\"dtns:TechnicalSpecificationDefinitions\"
|
696
|
+
/>\n </message>\n\n <portType name=\"Description7aPortType\">\n\n <operation
|
697
|
+
name=\"getVersionInfo\">\n <input message=\"dtns:getVersionInfo\"
|
698
|
+
/>\n <output message=\"dtns:getVersionInfoResponse\" />\n </operation>\n\n
|
699
|
+
\ <!-- selector -->\n <operation name=\"getModelYears\">\n <input
|
700
|
+
message=\"dtns:getModelYears\" />\n <output message=\"dtns:getModelYearsResponse\"
|
701
|
+
/>\n </operation>\n <operation name=\"getDivisions\">\n <input
|
702
|
+
message=\"dtns:getDivisions\" />\n <output message=\"dtns:getDivisionsResponse\"
|
703
|
+
/>\n </operation>\n <operation name=\"getSubdivisions\">\n <input
|
704
|
+
message=\"dtns:getSubdivisions\" />\n <output message=\"dtns:getSubdivisionsResponse\"
|
705
|
+
/>\n </operation>\n <operation name=\"getModels\">\n <input
|
706
|
+
message=\"dtns:getModels\" />\n <output message=\"dtns:getModelsResponse\"
|
707
|
+
/>\n </operation>\n <operation name=\"getStyles\">\n <input
|
708
|
+
message=\"dtns:getStyles\" />\n <output message=\"dtns:getStylesResponse\"
|
709
|
+
/>\n </operation>\n\n <!-- vehicle -->\n <operation name=\"describeVehicle\">\n
|
710
|
+
\ <input message=\"dtns:describeVehicle\" />\n <output
|
711
|
+
message=\"dtns:describeVehicleResponse\" />\n </operation>\n\n <!--
|
712
|
+
lookup -->\n <operation name=\"getCategoryDefinitions\">\n <input
|
713
|
+
message=\"dtns:getCategoryDefinitions\" />\n <output message=\"dtns:getCategoryDefinitionsResponse\"
|
714
|
+
/>\n </operation>\n <operation name=\"getTechnicalSpecificationDefinitions\">\n
|
715
|
+
\ <input message=\"dtns:getTechnicalSpecificationDefinitions\" />\n
|
716
|
+
\ <output message=\"dtns:getTechnicalSpecificationDefinitionsResponse\"
|
717
|
+
/>\n </operation>\n\n\n </portType>\n\n <binding name=\"Description7aBinding\"
|
718
|
+
type=\"dtns:Description7aPortType\">\n <soap:binding style=\"document\"
|
719
|
+
transport=\"http://schemas.xmlsoap.org/soap/http\" />\n\n <operation
|
720
|
+
name=\"getVersionInfo\">\n <soap:operation soapAction=\"\" />\n
|
721
|
+
\ <input>\n <soap:body use=\"literal\" />\n </input>\n
|
722
|
+
\ <output>\n <soap:body use=\"literal\" />\n </output>\n
|
723
|
+
\ </operation>\n\n <!-- selector -->\n <operation name=\"getModelYears\">\n
|
724
|
+
\ <soap:operation soapAction=\"\" />\n <input>\n <soap:body
|
725
|
+
use=\"literal\" />\n </input>\n <output>\n <soap:body
|
726
|
+
use=\"literal\" />\n </output>\n </operation>\n <operation
|
727
|
+
name=\"getDivisions\">\n <soap:operation soapAction=\"\" />\n <input>\n
|
728
|
+
\ <soap:body use=\"literal\" />\n </input>\n <output>\n
|
729
|
+
\ <soap:body use=\"literal\" />\n </output>\n </operation>\n
|
730
|
+
\ <operation name=\"getSubdivisions\">\n <soap:operation
|
731
|
+
soapAction=\"\" />\n <input>\n <soap:body use=\"literal\"
|
732
|
+
/>\n </input>\n <output>\n <soap:body
|
733
|
+
use=\"literal\" />\n </output>\n </operation>\n <operation
|
734
|
+
name=\"getModels\">\n <soap:operation soapAction=\"\" />\n <input>\n
|
735
|
+
\ <soap:body use=\"literal\" />\n </input>\n <output>\n
|
736
|
+
\ <soap:body use=\"literal\" />\n </output>\n </operation>\n
|
737
|
+
\ <operation name=\"getStyles\">\n <soap:operation soapAction=\"\"
|
738
|
+
/>\n <input>\n <soap:body use=\"literal\" />\n </input>\n
|
739
|
+
\ <output>\n <soap:body use=\"literal\" />\n </output>\n
|
740
|
+
\ </operation>\n\n <!-- vehicle -->\n <operation name=\"describeVehicle\">\n
|
741
|
+
\ <soap:operation soapAction=\"\" />\n <input>\n <soap:body
|
742
|
+
use=\"literal\" />\n </input>\n <output>\n <soap:body
|
743
|
+
use=\"literal\" />\n </output>\n </operation>\n\n <!--
|
744
|
+
lookup -->\n <operation name=\"getCategoryDefinitions\">\n <soap:operation
|
745
|
+
soapAction=\"\" />\n <input>\n <soap:body use=\"literal\"
|
746
|
+
/>\n </input>\n <output>\n <soap:body
|
747
|
+
use=\"literal\" />\n </output>\n </operation>\n\n <operation
|
748
|
+
name=\"getTechnicalSpecificationDefinitions\">\n <soap:operation
|
749
|
+
soapAction=\"\" />\n <input>\n <soap:body use=\"literal\"
|
750
|
+
/>\n </input>\n <output>\n <soap:body
|
751
|
+
use=\"literal\" />\n </output>\n </operation>\n\n </binding>\n\n
|
752
|
+
\ <service name=\"Description7a\">\n <port name=\"Description7aPort\"
|
753
|
+
binding=\"dtns:Description7aBinding\">\n <soap:address location=\"http://services.chromedata.com:80/Description/7a\"
|
754
|
+
/>\n </port>\n </service>\n</definitions>"
|
755
|
+
http_version:
|
756
|
+
recorded_at: Tue, 19 Mar 2013 23:48:17 GMT
|
757
|
+
recorded_with: VCR 2.4.0
|