redlink 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/wsdl/MobileV2.xml ADDED
@@ -0,0 +1,3524 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://services.alarmnet.com/Services/MobileV2/" xmlns:s1="http://services.alarmnet.com/Services/MobileV2/AbstractTypes" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://services.alarmnet.com/Services/MobileV2/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
3
+ <wsdl:types>
4
+ <s:schema elementFormDefault="qualified" targetNamespace="http://services.alarmnet.com/Services/MobileV2/">
5
+ <s:element name="CreateAccount">
6
+ <s:complexType>
7
+ <s:sequence>
8
+ <s:element minOccurs="0" maxOccurs="1" name="email" type="s:string" />
9
+ <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
10
+ <s:element minOccurs="0" maxOccurs="1" name="firstName" type="s:string" />
11
+ <s:element minOccurs="0" maxOccurs="1" name="lastName" type="s:string" />
12
+ <s:element minOccurs="0" maxOccurs="1" name="countryCode" type="s:string" />
13
+ <s:element minOccurs="0" maxOccurs="1" name="state" type="s:string" />
14
+ <s:element minOccurs="0" maxOccurs="1" name="city" type="s:string" />
15
+ <s:element minOccurs="0" maxOccurs="1" name="streetAddress" type="s:string" />
16
+ <s:element minOccurs="0" maxOccurs="1" name="zipCode" type="s:string" />
17
+ <s:element minOccurs="1" maxOccurs="1" name="uiLanguage" type="tns:SupportedLanguage" />
18
+ <s:element minOccurs="1" maxOccurs="1" name="agreedWithAgreement" type="s:boolean" />
19
+ <s:element minOccurs="1" maxOccurs="1" name="question1" type="tns:SecretQuestion" />
20
+ <s:element minOccurs="0" maxOccurs="1" name="answer1" type="s:string" />
21
+ <s:element minOccurs="1" maxOccurs="1" name="question2" type="tns:SecretQuestion" />
22
+ <s:element minOccurs="0" maxOccurs="1" name="answer2" type="s:string" />
23
+ <s:element minOccurs="1" maxOccurs="1" name="question3" type="tns:SecretQuestion" />
24
+ <s:element minOccurs="0" maxOccurs="1" name="answer3" type="s:string" />
25
+ <s:element minOccurs="0" maxOccurs="1" name="applicationID" type="s:string" />
26
+ <s:element minOccurs="0" maxOccurs="1" name="applicationVersion" type="s:string" />
27
+ </s:sequence>
28
+ </s:complexType>
29
+ </s:element>
30
+ <s:simpleType name="SupportedLanguage">
31
+ <s:restriction base="s:string">
32
+ <s:enumeration value="Default" />
33
+ <s:enumeration value="English" />
34
+ <s:enumeration value="French" />
35
+ </s:restriction>
36
+ </s:simpleType>
37
+ <s:simpleType name="SecretQuestion">
38
+ <s:restriction base="s:string">
39
+ <s:enumeration value="None" />
40
+ <s:enumeration value="FirstEmployer" />
41
+ <s:enumeration value="VacationHome" />
42
+ <s:enumeration value="EldestChildBirth" />
43
+ <s:enumeration value="FavoriteRoommate" />
44
+ <s:enumeration value="HometownHighway" />
45
+ <s:enumeration value="FirstCar" />
46
+ <s:enumeration value="BestHighScoolFriend" />
47
+ <s:enumeration value="HighSchoolMascot" />
48
+ <s:enumeration value="PaternalGrandfatherFirstName" />
49
+ <s:enumeration value="Promotion" />
50
+ <s:enumeration value="FatherMiddleName" />
51
+ <s:enumeration value="FatherEmployer" />
52
+ <s:enumeration value="FavoriteCollegeSport" />
53
+ <s:enumeration value="MotherBorn" />
54
+ <s:enumeration value="CityCollege" />
55
+ <s:enumeration value="Phobia" />
56
+ <s:enumeration value="HairStylist" />
57
+ <s:enumeration value="RetirePlace" />
58
+ <s:enumeration value="VacationPlace" />
59
+ <s:enumeration value="FirstSchool" />
60
+ </s:restriction>
61
+ </s:simpleType>
62
+ <s:element name="CreateAccountResponse">
63
+ <s:complexType>
64
+ <s:sequence>
65
+ <s:element minOccurs="0" maxOccurs="1" name="CreateAccountResult" type="tns:CreateAccountResult" />
66
+ </s:sequence>
67
+ </s:complexType>
68
+ </s:element>
69
+ <s:complexType name="CreateAccountResult">
70
+ <s:complexContent mixed="false">
71
+ <s:extension base="tns:WebMethodResult">
72
+ <s:sequence>
73
+ <s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
74
+ <s:element minOccurs="1" maxOccurs="1" name="CreateStatus" type="tns:UserCreateStatus" />
75
+ <s:element minOccurs="0" maxOccurs="1" name="UserInfo" type="tns:UserInfo" />
76
+ </s:sequence>
77
+ </s:extension>
78
+ </s:complexContent>
79
+ </s:complexType>
80
+ <s:complexType name="WebMethodResult">
81
+ <s:sequence>
82
+ <s:element minOccurs="1" maxOccurs="1" name="Result" type="tns:Results" />
83
+ </s:sequence>
84
+ </s:complexType>
85
+ <s:simpleType name="Results">
86
+ <s:restriction base="s:string">
87
+ <s:enumeration value="Success" />
88
+ <s:enumeration value="AuthenticationFailed" />
89
+ <s:enumeration value="AccountNotActivated" />
90
+ <s:enumeration value="InvalidSessionID" />
91
+ <s:enumeration value="InvalidApplicationOrVersion" />
92
+ <s:enumeration value="DeviceNotFound" />
93
+ <s:enumeration value="PermissionDenied" />
94
+ <s:enumeration value="DeviceAlreadyRegisteredToOtherLocation" />
95
+ <s:enumeration value="DeviceAlreadyRegisteredToOtherAccount" />
96
+ <s:enumeration value="CannotControlSchedule" />
97
+ <s:enumeration value="WillSupportSchedule" />
98
+ <s:enumeration value="LocationNotFoundOrDoesNotBelongToUser" />
99
+ <s:enumeration value="UserNotFound" />
100
+ <s:enumeration value="TimeZoneNotDefined" />
101
+ <s:enumeration value="TooManyAttempt" />
102
+ <s:enumeration value="AccountAlreadyActivated" />
103
+ <s:enumeration value="InvalidCountryCode" />
104
+ </s:restriction>
105
+ </s:simpleType>
106
+ <s:simpleType name="UserCreateStatus">
107
+ <s:restriction base="s:string">
108
+ <s:enumeration value="Success" />
109
+ <s:enumeration value="InvalidUserName" />
110
+ <s:enumeration value="InvalidPassword" />
111
+ <s:enumeration value="InvalidQuestion" />
112
+ <s:enumeration value="InvalidAnswer" />
113
+ <s:enumeration value="InvalidEmail" />
114
+ <s:enumeration value="DuplicateUserName" />
115
+ <s:enumeration value="DuplicateEmail" />
116
+ <s:enumeration value="UserRejected" />
117
+ <s:enumeration value="InvalidProviderUserKey" />
118
+ <s:enumeration value="DuplicateProviderUserKey" />
119
+ <s:enumeration value="ProviderError" />
120
+ <s:enumeration value="InvalidCountryCode" />
121
+ </s:restriction>
122
+ </s:simpleType>
123
+ <s:complexType name="UserInfo">
124
+ <s:sequence>
125
+ <s:element minOccurs="1" maxOccurs="1" name="UserID" type="s:int" />
126
+ <s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string" />
127
+ <s:element minOccurs="0" maxOccurs="1" name="FirstName" type="s:string" />
128
+ <s:element minOccurs="0" maxOccurs="1" name="LastName" type="s:string" />
129
+ <s:element minOccurs="0" maxOccurs="1" name="Language" type="s:string" />
130
+ </s:sequence>
131
+ </s:complexType>
132
+ <s:element name="CreateLocation">
133
+ <s:complexType>
134
+ <s:sequence>
135
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
136
+ <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
137
+ <s:element minOccurs="0" maxOccurs="1" name="type" type="s:string" />
138
+ <s:element minOccurs="0" maxOccurs="1" name="countryCode" type="s:string" />
139
+ <s:element minOccurs="0" maxOccurs="1" name="state" type="s:string" />
140
+ <s:element minOccurs="0" maxOccurs="1" name="city" type="s:string" />
141
+ <s:element minOccurs="0" maxOccurs="1" name="streetAddress" type="s:string" />
142
+ <s:element minOccurs="0" maxOccurs="1" name="zipCode" type="s:string" />
143
+ <s:element minOccurs="0" maxOccurs="1" name="notificationEmails" type="s:string" />
144
+ <s:element minOccurs="1" maxOccurs="1" name="timeZone" type="tns:TimeZone" />
145
+ <s:element minOccurs="1" maxOccurs="1" name="useDaylightSavingTime" type="s:boolean" />
146
+ </s:sequence>
147
+ </s:complexType>
148
+ </s:element>
149
+ <s:simpleType name="TimeZone">
150
+ <s:restriction base="s:string">
151
+ <s:enumeration value="Undefined" />
152
+ <s:enumeration value="NewFoundland" />
153
+ <s:enumeration value="Atlantic" />
154
+ <s:enumeration value="Eastern" />
155
+ <s:enumeration value="Central" />
156
+ <s:enumeration value="Mountain" />
157
+ <s:enumeration value="Pacific" />
158
+ <s:enumeration value="Alaskan" />
159
+ <s:enumeration value="Hawaiian" />
160
+ </s:restriction>
161
+ </s:simpleType>
162
+ <s:element name="CreateLocationResponse">
163
+ <s:complexType>
164
+ <s:sequence>
165
+ <s:element minOccurs="0" maxOccurs="1" name="CreateLocationResult" type="tns:CreateLocationResult" />
166
+ </s:sequence>
167
+ </s:complexType>
168
+ </s:element>
169
+ <s:complexType name="CreateLocationResult">
170
+ <s:complexContent mixed="false">
171
+ <s:extension base="tns:WebMethodResult">
172
+ <s:sequence>
173
+ <s:element minOccurs="0" maxOccurs="1" name="LocationName" type="s:string" />
174
+ <s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:int" />
175
+ </s:sequence>
176
+ </s:extension>
177
+ </s:complexContent>
178
+ </s:complexType>
179
+ <s:element name="GetUserAddressInfo">
180
+ <s:complexType>
181
+ <s:sequence>
182
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
183
+ </s:sequence>
184
+ </s:complexType>
185
+ </s:element>
186
+ <s:element name="GetUserAddressInfoResponse">
187
+ <s:complexType>
188
+ <s:sequence>
189
+ <s:element minOccurs="0" maxOccurs="1" name="GetUserAddressInfoResult" type="tns:GetUserAddressInfoResult" />
190
+ </s:sequence>
191
+ </s:complexType>
192
+ </s:element>
193
+ <s:complexType name="GetUserAddressInfoResult">
194
+ <s:complexContent mixed="false">
195
+ <s:extension base="tns:WebMethodResult">
196
+ <s:sequence>
197
+ <s:element minOccurs="0" maxOccurs="1" name="UserAddressInfo" type="tns:UserAddressInfo" />
198
+ </s:sequence>
199
+ </s:extension>
200
+ </s:complexContent>
201
+ </s:complexType>
202
+ <s:complexType name="UserAddressInfo">
203
+ <s:sequence>
204
+ <s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string" />
205
+ <s:element minOccurs="0" maxOccurs="1" name="FirstName" type="s:string" />
206
+ <s:element minOccurs="0" maxOccurs="1" name="LastName" type="s:string" />
207
+ <s:element minOccurs="0" maxOccurs="1" name="CountryCode" type="s:string" />
208
+ <s:element minOccurs="0" maxOccurs="1" name="StateName" type="s:string" />
209
+ <s:element minOccurs="0" maxOccurs="1" name="StreetAddress" type="s:string" />
210
+ <s:element minOccurs="0" maxOccurs="1" name="City" type="s:string" />
211
+ <s:element minOccurs="0" maxOccurs="1" name="ZipCode" type="s:string" />
212
+ <s:element minOccurs="1" maxOccurs="1" name="TimeZone" type="tns:TimeZone" />
213
+ <s:element minOccurs="1" maxOccurs="1" name="UseDayLightSavingTime" type="s:boolean" />
214
+ </s:sequence>
215
+ </s:complexType>
216
+ <s:element name="GetSystemGeoInfo">
217
+ <s:complexType>
218
+ <s:sequence>
219
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
220
+ </s:sequence>
221
+ </s:complexType>
222
+ </s:element>
223
+ <s:element name="GetSystemGeoInfoResponse">
224
+ <s:complexType>
225
+ <s:sequence>
226
+ <s:element minOccurs="0" maxOccurs="1" name="GetSystemGeoInfoResult" type="tns:GetSystemGeoInfoResult" />
227
+ </s:sequence>
228
+ </s:complexType>
229
+ </s:element>
230
+ <s:complexType name="GetSystemGeoInfoResult">
231
+ <s:complexContent mixed="false">
232
+ <s:extension base="tns:WebMethodResult">
233
+ <s:sequence>
234
+ <s:element minOccurs="0" maxOccurs="1" name="Countries" type="tns:ArrayOfCountryInfo" />
235
+ </s:sequence>
236
+ </s:extension>
237
+ </s:complexContent>
238
+ </s:complexType>
239
+ <s:complexType name="ArrayOfCountryInfo">
240
+ <s:sequence>
241
+ <s:element minOccurs="0" maxOccurs="unbounded" name="CountryInfo" nillable="true" type="tns:CountryInfo" />
242
+ </s:sequence>
243
+ </s:complexType>
244
+ <s:complexType name="CountryInfo">
245
+ <s:sequence>
246
+ <s:element minOccurs="0" maxOccurs="1" name="CountryCode" type="s:string" />
247
+ <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
248
+ <s:element minOccurs="0" maxOccurs="1" name="States" type="tns:ArrayOfStateInfo" />
249
+ </s:sequence>
250
+ </s:complexType>
251
+ <s:complexType name="ArrayOfStateInfo">
252
+ <s:sequence>
253
+ <s:element minOccurs="0" maxOccurs="unbounded" name="StateInfo" nillable="true" type="tns:StateInfo" />
254
+ </s:sequence>
255
+ </s:complexType>
256
+ <s:complexType name="StateInfo">
257
+ <s:sequence>
258
+ <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
259
+ </s:sequence>
260
+ </s:complexType>
261
+ <s:element name="RegisterGateway">
262
+ <s:complexType>
263
+ <s:sequence>
264
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
265
+ <s:element minOccurs="1" maxOccurs="1" name="locationID" type="s:int" />
266
+ <s:element minOccurs="0" maxOccurs="1" name="mac" type="s:string" />
267
+ <s:element minOccurs="0" maxOccurs="1" name="crc" type="s:string" />
268
+ </s:sequence>
269
+ </s:complexType>
270
+ </s:element>
271
+ <s:element name="RegisterGatewayResponse">
272
+ <s:complexType>
273
+ <s:sequence>
274
+ <s:element minOccurs="0" maxOccurs="1" name="RegisterGatewayResult" type="tns:RegisterGatewayResult" />
275
+ </s:sequence>
276
+ </s:complexType>
277
+ </s:element>
278
+ <s:complexType name="RegisterGatewayResult">
279
+ <s:complexContent mixed="false">
280
+ <s:extension base="tns:WebMethodResult">
281
+ <s:sequence>
282
+ <s:element minOccurs="1" maxOccurs="1" name="RegisterTaskID" type="s:int" />
283
+ </s:sequence>
284
+ </s:extension>
285
+ </s:complexContent>
286
+ </s:complexType>
287
+ <s:element name="AuthenticateUserLogin">
288
+ <s:complexType>
289
+ <s:sequence>
290
+ <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
291
+ <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
292
+ <s:element minOccurs="0" maxOccurs="1" name="applicationID" type="s:string" />
293
+ <s:element minOccurs="0" maxOccurs="1" name="applicationVersion" type="s:string" />
294
+ <s:element minOccurs="1" maxOccurs="1" name="uiLanguage" type="tns:SupportedLanguage" />
295
+ </s:sequence>
296
+ </s:complexType>
297
+ </s:element>
298
+ <s:element name="AuthenticateUserLoginResponse">
299
+ <s:complexType>
300
+ <s:sequence>
301
+ <s:element minOccurs="0" maxOccurs="1" name="AuthenticateUserLoginResult" type="tns:AuthenticateLoginResult" />
302
+ </s:sequence>
303
+ </s:complexType>
304
+ </s:element>
305
+ <s:complexType name="AuthenticateLoginResult">
306
+ <s:complexContent mixed="false">
307
+ <s:extension base="tns:WebMethodResult">
308
+ <s:sequence>
309
+ <s:element minOccurs="0" maxOccurs="1" name="UserInfo" type="tns:UserInfo" />
310
+ <s:element minOccurs="0" maxOccurs="1" name="SessionID" type="s:string" />
311
+ </s:sequence>
312
+ </s:extension>
313
+ </s:complexContent>
314
+ </s:complexType>
315
+ <s:element name="ResendAccountActivationEmail">
316
+ <s:complexType>
317
+ <s:sequence>
318
+ <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
319
+ <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
320
+ <s:element minOccurs="0" maxOccurs="1" name="applicationID" type="s:string" />
321
+ <s:element minOccurs="0" maxOccurs="1" name="applicationVersion" type="s:string" />
322
+ <s:element minOccurs="1" maxOccurs="1" name="uiLanguage" type="tns:SupportedLanguage" />
323
+ </s:sequence>
324
+ </s:complexType>
325
+ </s:element>
326
+ <s:element name="ResendAccountActivationEmailResponse">
327
+ <s:complexType>
328
+ <s:sequence>
329
+ <s:element minOccurs="0" maxOccurs="1" name="ResendAccountActivationEmailResult" type="tns:WebMethodResult" />
330
+ </s:sequence>
331
+ </s:complexType>
332
+ </s:element>
333
+ <s:element name="KeepAlive">
334
+ <s:complexType>
335
+ <s:sequence>
336
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
337
+ </s:sequence>
338
+ </s:complexType>
339
+ </s:element>
340
+ <s:element name="KeepAliveResponse">
341
+ <s:complexType>
342
+ <s:sequence>
343
+ <s:element minOccurs="0" maxOccurs="1" name="KeepAliveResult" type="tns:KeepAliveResult" />
344
+ </s:sequence>
345
+ </s:complexType>
346
+ </s:element>
347
+ <s:complexType name="KeepAliveResult">
348
+ <s:complexContent mixed="false">
349
+ <s:extension base="tns:WebMethodResult" />
350
+ </s:complexContent>
351
+ </s:complexType>
352
+ <s:element name="LogOff">
353
+ <s:complexType>
354
+ <s:sequence>
355
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
356
+ </s:sequence>
357
+ </s:complexType>
358
+ </s:element>
359
+ <s:element name="LogOffResponse">
360
+ <s:complexType>
361
+ <s:sequence>
362
+ <s:element minOccurs="0" maxOccurs="1" name="LogOffResult" type="tns:LogOffResult" />
363
+ </s:sequence>
364
+ </s:complexType>
365
+ </s:element>
366
+ <s:complexType name="LogOffResult">
367
+ <s:complexContent mixed="false">
368
+ <s:extension base="tns:WebMethodResult" />
369
+ </s:complexContent>
370
+ </s:complexType>
371
+ <s:element name="GetLocations">
372
+ <s:complexType>
373
+ <s:sequence>
374
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
375
+ </s:sequence>
376
+ </s:complexType>
377
+ </s:element>
378
+ <s:element name="GetLocationsResponse">
379
+ <s:complexType>
380
+ <s:sequence>
381
+ <s:element minOccurs="0" maxOccurs="1" name="GetLocationsResult" type="tns:GetLocationsResult" />
382
+ </s:sequence>
383
+ </s:complexType>
384
+ </s:element>
385
+ <s:complexType name="GetLocationsResult">
386
+ <s:complexContent mixed="false">
387
+ <s:extension base="tns:WebMethodResult">
388
+ <s:sequence>
389
+ <s:element minOccurs="0" maxOccurs="1" name="Locations" type="tns:ArrayOfLocationInfo" />
390
+ <s:element minOccurs="0" maxOccurs="1" name="SiteAlerts" type="tns:ArrayOfSiteAlertMessage" />
391
+ </s:sequence>
392
+ </s:extension>
393
+ </s:complexContent>
394
+ </s:complexType>
395
+ <s:complexType name="ArrayOfLocationInfo">
396
+ <s:sequence>
397
+ <s:element minOccurs="0" maxOccurs="unbounded" name="LocationInfo" nillable="true" type="tns:LocationInfo" />
398
+ </s:sequence>
399
+ </s:complexType>
400
+ <s:complexType name="LocationInfo">
401
+ <s:sequence>
402
+ <s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:int" />
403
+ <s:element minOccurs="1" maxOccurs="1" name="CanControl" type="s:boolean" />
404
+ <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
405
+ <s:element minOccurs="0" maxOccurs="1" name="Type" type="s:string" />
406
+ <s:element minOccurs="0" maxOccurs="1" name="Country" type="s:string" />
407
+ <s:element minOccurs="0" maxOccurs="1" name="ZipCode" type="s:string" />
408
+ <s:element minOccurs="0" maxOccurs="1" name="CurrentWeather" type="tns:CurrentWeatherInfo" />
409
+ <s:element minOccurs="0" maxOccurs="1" name="Thermostats" type="tns:ArrayOfThermostatInfo" />
410
+ <s:element minOccurs="1" maxOccurs="1" name="TimeZone" type="tns:TimeZone" />
411
+ </s:sequence>
412
+ </s:complexType>
413
+ <s:complexType name="CurrentWeatherInfo">
414
+ <s:sequence>
415
+ <s:element minOccurs="1" maxOccurs="1" name="IsDefined" type="s:boolean" />
416
+ <s:element minOccurs="1" maxOccurs="1" name="IsValid" type="s:boolean" />
417
+ <s:element minOccurs="1" maxOccurs="1" name="Condition" type="tns:WeatherCondition" />
418
+ <s:element minOccurs="1" maxOccurs="1" name="Temperature" type="s:decimal" />
419
+ <s:element minOccurs="1" maxOccurs="1" name="TempUnit" type="tns:TempUnit" />
420
+ <s:element minOccurs="1" maxOccurs="1" name="Humidity" type="s:int" />
421
+ <s:element minOccurs="0" maxOccurs="1" name="PhraseKey" type="s:string" />
422
+ </s:sequence>
423
+ </s:complexType>
424
+ <s:simpleType name="WeatherCondition">
425
+ <s:restriction base="s:string">
426
+ <s:enumeration value="Unknown" />
427
+ <s:enumeration value="Sunny" />
428
+ <s:enumeration value="MostlySunny" />
429
+ <s:enumeration value="PartlySunny" />
430
+ <s:enumeration value="IntermittentClouds" />
431
+ <s:enumeration value="HazySunshine" />
432
+ <s:enumeration value="MostlyCloudy" />
433
+ <s:enumeration value="Cloudy" />
434
+ <s:enumeration value="Dreary" />
435
+ <s:enumeration value="Fog" />
436
+ <s:enumeration value="Showers" />
437
+ <s:enumeration value="MostlyCloudyWithShowers" />
438
+ <s:enumeration value="PartlySunnyWithShowers" />
439
+ <s:enumeration value="Thunderstorms" />
440
+ <s:enumeration value="MostlyCloudyWithThunderShowers" />
441
+ <s:enumeration value="PartlySunnyWithThunderShowers" />
442
+ <s:enumeration value="Rain" />
443
+ <s:enumeration value="Flurries" />
444
+ <s:enumeration value="MostlyCloudyWithFlurries" />
445
+ <s:enumeration value="PartlySunnyWithFlurries" />
446
+ <s:enumeration value="Snow" />
447
+ <s:enumeration value="MostlyCloudyWithSnow" />
448
+ <s:enumeration value="Ice" />
449
+ <s:enumeration value="Sleet" />
450
+ <s:enumeration value="FreezingRain" />
451
+ <s:enumeration value="RainAndSnowMixed" />
452
+ <s:enumeration value="Hot" />
453
+ <s:enumeration value="Cold" />
454
+ <s:enumeration value="Windy" />
455
+ <s:enumeration value="NightClear" />
456
+ <s:enumeration value="NightMostlyClear" />
457
+ <s:enumeration value="NightPartlyCloudy" />
458
+ <s:enumeration value="NightIntermittentClouds" />
459
+ <s:enumeration value="NightHazy" />
460
+ <s:enumeration value="NightMostlyCloudy" />
461
+ <s:enumeration value="NightPartlyCloudyWithShowers" />
462
+ <s:enumeration value="NightMostlyCloudyWithShowers" />
463
+ <s:enumeration value="NightPartlyCloudyWithThunderShowers" />
464
+ <s:enumeration value="NightMostlyCloudyWithThunderShowers" />
465
+ <s:enumeration value="NightMostlyCloudyWithFlurries" />
466
+ <s:enumeration value="NightMostlyCloudyWithSnow" />
467
+ </s:restriction>
468
+ </s:simpleType>
469
+ <s:simpleType name="TempUnit">
470
+ <s:restriction base="s:string">
471
+ <s:enumeration value="Celsius" />
472
+ <s:enumeration value="Fahrenheit" />
473
+ </s:restriction>
474
+ </s:simpleType>
475
+ <s:complexType name="ArrayOfThermostatInfo">
476
+ <s:sequence>
477
+ <s:element minOccurs="0" maxOccurs="unbounded" name="ThermostatInfo" nillable="true" type="tns:ThermostatInfo" />
478
+ </s:sequence>
479
+ </s:complexType>
480
+ <s:complexType name="ThermostatInfo">
481
+ <s:sequence>
482
+ <s:element minOccurs="1" maxOccurs="1" name="ThermostatID" type="s:int" />
483
+ <s:element minOccurs="0" maxOccurs="1" name="MacID" type="s:string" />
484
+ <s:element minOccurs="1" maxOccurs="1" name="DomainID" type="s:int" />
485
+ <s:element minOccurs="1" maxOccurs="1" name="Instance" type="s:int" />
486
+ <s:element minOccurs="0" maxOccurs="1" name="DeviceName" type="s:string" />
487
+ <s:element minOccurs="0" maxOccurs="1" name="UserDefinedDeviceName" type="s:string" />
488
+ <s:element minOccurs="1" maxOccurs="1" name="Upgrading" type="s:boolean" />
489
+ <s:element minOccurs="0" maxOccurs="1" name="ThermostatsAlerts" type="tns:ArrayOfThermostatsAlert" />
490
+ <s:element minOccurs="0" maxOccurs="1" name="UI" type="tns:UIInfo" />
491
+ <s:element minOccurs="0" maxOccurs="1" name="Fan" type="tns:FanInfo" />
492
+ <s:element minOccurs="0" maxOccurs="1" name="Humidification" type="tns:HumidificationInfo" />
493
+ <s:element minOccurs="1" maxOccurs="1" name="CanControlSchedule" type="s:boolean" />
494
+ <s:element minOccurs="1" maxOccurs="1" name="WillSupportSchedule" type="s:boolean" />
495
+ </s:sequence>
496
+ </s:complexType>
497
+ <s:complexType name="ArrayOfThermostatsAlert">
498
+ <s:sequence>
499
+ <s:element minOccurs="0" maxOccurs="unbounded" name="ThermostatsAlert" nillable="true" type="tns:ThermostatsAlert" />
500
+ </s:sequence>
501
+ </s:complexType>
502
+ <s:complexType name="ThermostatsAlert">
503
+ <s:sequence>
504
+ <s:element minOccurs="1" maxOccurs="1" name="IDForDismiss" type="s:int" />
505
+ <s:element minOccurs="1" maxOccurs="1" name="Type" type="tns:AlertType" />
506
+ <s:element minOccurs="0" maxOccurs="1" name="AlertMessageID" type="s:string" />
507
+ <s:element minOccurs="0" maxOccurs="1" name="ShortText" type="s:string" />
508
+ <s:element minOccurs="0" maxOccurs="1" name="LongText" type="s:string" />
509
+ </s:sequence>
510
+ </s:complexType>
511
+ <s:simpleType name="AlertType">
512
+ <s:restriction base="s:string">
513
+ <s:enumeration value="ThermostatData" />
514
+ <s:enumeration value="Communication" />
515
+ <s:enumeration value="ThermostatFaults" />
516
+ </s:restriction>
517
+ </s:simpleType>
518
+ <s:complexType name="UIInfo">
519
+ <s:sequence>
520
+ <s:element minOccurs="1" maxOccurs="1" name="Created" type="s:dateTime" />
521
+ <s:element minOccurs="1" maxOccurs="1" name="ThermostatLocked" type="s:boolean" />
522
+ <s:element minOccurs="1" maxOccurs="1" name="OutdoorTemp" type="s:decimal" />
523
+ <s:element minOccurs="1" maxOccurs="1" name="DispTemperature" type="s:decimal" />
524
+ <s:element minOccurs="1" maxOccurs="1" name="HeatSetpoint" type="s:decimal" />
525
+ <s:element minOccurs="1" maxOccurs="1" name="CoolSetpoint" type="s:decimal" />
526
+ <s:element minOccurs="0" maxOccurs="1" name="DisplayedUnits" type="s:string" />
527
+ <s:element minOccurs="1" maxOccurs="1" name="StatusHeat" type="s:int" />
528
+ <s:element minOccurs="1" maxOccurs="1" name="StatusCool" type="s:int" />
529
+ <s:element minOccurs="1" maxOccurs="1" name="HoldUntilCapable" type="s:boolean" />
530
+ <s:element minOccurs="1" maxOccurs="1" name="ScheduleCapable" type="s:boolean" />
531
+ <s:element minOccurs="1" maxOccurs="1" name="VacationHold" type="s:int" />
532
+ <s:element minOccurs="1" maxOccurs="1" name="DualSetpointStatus" type="s:boolean" />
533
+ <s:element minOccurs="1" maxOccurs="1" name="HeatNextPeriod" type="s:int" />
534
+ <s:element minOccurs="1" maxOccurs="1" name="CoolNextPeriod" type="s:int" />
535
+ <s:element minOccurs="1" maxOccurs="1" name="HeatLowerSetptLimit" type="s:decimal" />
536
+ <s:element minOccurs="1" maxOccurs="1" name="HeatUpperSetptLimit" type="s:decimal" />
537
+ <s:element minOccurs="1" maxOccurs="1" name="CoolLowerSetptLimit" type="s:decimal" />
538
+ <s:element minOccurs="1" maxOccurs="1" name="CoolUpperSetptLimit" type="s:decimal" />
539
+ <s:element minOccurs="1" maxOccurs="1" name="SchedHeatSp" type="s:decimal" />
540
+ <s:element minOccurs="1" maxOccurs="1" name="SchedCoolSp" type="s:decimal" />
541
+ <s:element minOccurs="1" maxOccurs="1" name="SystemSwitchPosition" type="s:int" />
542
+ <s:element minOccurs="1" maxOccurs="1" name="CanSetSwitchAuto" type="s:boolean" />
543
+ <s:element minOccurs="1" maxOccurs="1" name="CanSetSwitchCool" type="s:boolean" />
544
+ <s:element minOccurs="1" maxOccurs="1" name="CanSetSwitchOff" type="s:boolean" />
545
+ <s:element minOccurs="1" maxOccurs="1" name="CanSetSwitchHeat" type="s:boolean" />
546
+ <s:element minOccurs="1" maxOccurs="1" name="CanSetSwitchEmergencyHeat" type="s:boolean" />
547
+ <s:element minOccurs="1" maxOccurs="1" name="CanSetSwitchSouthernAway" type="s:boolean" />
548
+ <s:element minOccurs="1" maxOccurs="1" name="Deadband" type="s:decimal" />
549
+ <s:element minOccurs="1" maxOccurs="1" name="OutdoorHumidity" type="s:decimal" />
550
+ <s:element minOccurs="1" maxOccurs="1" name="IndoorHumidity" type="s:decimal" />
551
+ <s:element minOccurs="1" maxOccurs="1" name="Commercial" type="s:boolean" />
552
+ </s:sequence>
553
+ </s:complexType>
554
+ <s:complexType name="FanInfo">
555
+ <s:sequence>
556
+ <s:element minOccurs="1" maxOccurs="1" name="CanControl" type="s:boolean" />
557
+ <s:element minOccurs="1" maxOccurs="1" name="Position" type="tns:FanSwitch" />
558
+ <s:element minOccurs="1" maxOccurs="1" name="CanSetAuto" type="s:boolean" />
559
+ <s:element minOccurs="1" maxOccurs="1" name="CanSetCirculate" type="s:boolean" />
560
+ <s:element minOccurs="1" maxOccurs="1" name="CanFollowSchedule" type="s:boolean" />
561
+ <s:element minOccurs="1" maxOccurs="1" name="CanSetOn" type="s:boolean" />
562
+ </s:sequence>
563
+ </s:complexType>
564
+ <s:simpleType name="FanSwitch">
565
+ <s:restriction base="s:string">
566
+ <s:enumeration value="Auto" />
567
+ <s:enumeration value="On" />
568
+ <s:enumeration value="Circulate" />
569
+ <s:enumeration value="FollowSchedule" />
570
+ <s:enumeration value="Unknown" />
571
+ </s:restriction>
572
+ </s:simpleType>
573
+ <s:complexType name="HumidificationInfo">
574
+ <s:sequence>
575
+ <s:element minOccurs="1" maxOccurs="1" name="CanControlHumidification" type="s:boolean" />
576
+ <s:element minOccurs="1" maxOccurs="1" name="CanControlDehumidification" type="s:boolean" />
577
+ <s:element minOccurs="1" maxOccurs="1" name="HumidificationSetPoint" type="s:short" />
578
+ <s:element minOccurs="1" maxOccurs="1" name="HumidificationUpperLimit" type="s:short" />
579
+ <s:element minOccurs="1" maxOccurs="1" name="HumidificationLowerLimit" type="s:short" />
580
+ <s:element minOccurs="1" maxOccurs="1" name="HumidificationMode" type="tns:HumidificationMode" />
581
+ <s:element minOccurs="1" maxOccurs="1" name="DehumidificationSetPoint" type="s:short" />
582
+ <s:element minOccurs="1" maxOccurs="1" name="DehumidificationUpperLimit" type="s:short" />
583
+ <s:element minOccurs="1" maxOccurs="1" name="DehumidificationLowerLimit" type="s:short" />
584
+ <s:element minOccurs="1" maxOccurs="1" name="DehumidificationMode" type="tns:HumidificationMode" />
585
+ <s:element minOccurs="1" maxOccurs="1" name="Deadband" type="s:int" />
586
+ </s:sequence>
587
+ </s:complexType>
588
+ <s:simpleType name="HumidificationMode">
589
+ <s:restriction base="s:string">
590
+ <s:enumeration value="Off" />
591
+ <s:enumeration value="Auto" />
592
+ </s:restriction>
593
+ </s:simpleType>
594
+ <s:complexType name="ArrayOfSiteAlertMessage">
595
+ <s:sequence>
596
+ <s:element minOccurs="0" maxOccurs="unbounded" name="SiteAlertMessage" nillable="true" type="tns:SiteAlertMessage" />
597
+ </s:sequence>
598
+ </s:complexType>
599
+ <s:complexType name="SiteAlertMessage">
600
+ <s:sequence>
601
+ <s:element minOccurs="1" maxOccurs="1" name="AlertID" type="s:int" />
602
+ <s:element minOccurs="0" maxOccurs="1" name="Message" type="s:string" />
603
+ <s:element minOccurs="1" maxOccurs="1" name="Dismissable" type="s:boolean" />
604
+ <s:element minOccurs="1" maxOccurs="1" name="ExpireDate" type="s:dateTime" />
605
+ </s:sequence>
606
+ </s:complexType>
607
+ <s:element name="GetShortLocationInfo">
608
+ <s:complexType>
609
+ <s:sequence>
610
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
611
+ </s:sequence>
612
+ </s:complexType>
613
+ </s:element>
614
+ <s:element name="GetShortLocationInfoResponse">
615
+ <s:complexType>
616
+ <s:sequence>
617
+ <s:element minOccurs="0" maxOccurs="1" name="GetShortLocationInfoResult" type="tns:GetShortLocationInfoResult" />
618
+ </s:sequence>
619
+ </s:complexType>
620
+ </s:element>
621
+ <s:complexType name="GetShortLocationInfoResult">
622
+ <s:complexContent mixed="false">
623
+ <s:extension base="tns:WebMethodResult">
624
+ <s:sequence>
625
+ <s:element minOccurs="0" maxOccurs="1" name="Locations" type="tns:ArrayOfShortLocationInfo" />
626
+ </s:sequence>
627
+ </s:extension>
628
+ </s:complexContent>
629
+ </s:complexType>
630
+ <s:complexType name="ArrayOfShortLocationInfo">
631
+ <s:sequence>
632
+ <s:element minOccurs="0" maxOccurs="unbounded" name="ShortLocationInfo" nillable="true" type="tns:ShortLocationInfo" />
633
+ </s:sequence>
634
+ </s:complexType>
635
+ <s:complexType name="ShortLocationInfo">
636
+ <s:sequence>
637
+ <s:element minOccurs="1" maxOccurs="1" name="LocationID" type="s:int" />
638
+ <s:element minOccurs="1" maxOccurs="1" name="CanControl" type="s:boolean" />
639
+ <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
640
+ <s:element minOccurs="0" maxOccurs="1" name="Type" type="s:string" />
641
+ <s:element minOccurs="0" maxOccurs="1" name="CountryCode" type="s:string" />
642
+ <s:element minOccurs="0" maxOccurs="1" name="StreetAddress" type="s:string" />
643
+ <s:element minOccurs="0" maxOccurs="1" name="City" type="s:string" />
644
+ <s:element minOccurs="0" maxOccurs="1" name="State" type="s:string" />
645
+ <s:element minOccurs="0" maxOccurs="1" name="ZipCode" type="s:string" />
646
+ <s:element minOccurs="1" maxOccurs="1" name="TimeZone" type="tns:TimeZone" />
647
+ <s:element minOccurs="1" maxOccurs="1" name="UseDayLightSavingTime" type="s:boolean" />
648
+ <s:element minOccurs="0" maxOccurs="1" name="NotificationEmails" type="s:string" />
649
+ </s:sequence>
650
+ </s:complexType>
651
+ <s:element name="GetVolatileThermostatData">
652
+ <s:complexType>
653
+ <s:sequence>
654
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
655
+ <s:element minOccurs="1" maxOccurs="1" name="thermostatID" type="s:int" />
656
+ </s:sequence>
657
+ </s:complexType>
658
+ </s:element>
659
+ <s:element name="GetVolatileThermostatDataResponse">
660
+ <s:complexType>
661
+ <s:sequence>
662
+ <s:element minOccurs="0" maxOccurs="1" name="GetVolatileThermostatDataResult" type="tns:GetVolatileThermostatDataResult" />
663
+ </s:sequence>
664
+ </s:complexType>
665
+ </s:element>
666
+ <s:complexType name="GetVolatileThermostatDataResult">
667
+ <s:complexContent mixed="false">
668
+ <s:extension base="tns:WebMethodResult">
669
+ <s:sequence>
670
+ <s:element minOccurs="0" maxOccurs="1" name="UI" type="tns:UIInfo" />
671
+ <s:element minOccurs="1" maxOccurs="1" name="Upgrading" type="s:boolean" />
672
+ <s:element minOccurs="0" maxOccurs="1" name="ThermostatsAlerts" type="tns:ArrayOfThermostatsAlert" />
673
+ </s:sequence>
674
+ </s:extension>
675
+ </s:complexContent>
676
+ </s:complexType>
677
+ <s:element name="GetThermostat">
678
+ <s:complexType>
679
+ <s:sequence>
680
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
681
+ <s:element minOccurs="1" maxOccurs="1" name="thermostatID" type="s:int" />
682
+ </s:sequence>
683
+ </s:complexType>
684
+ </s:element>
685
+ <s:element name="GetThermostatResponse">
686
+ <s:complexType>
687
+ <s:sequence>
688
+ <s:element minOccurs="0" maxOccurs="1" name="GetThermostatResult" type="tns:GetThermostatResult" />
689
+ </s:sequence>
690
+ </s:complexType>
691
+ </s:element>
692
+ <s:complexType name="GetThermostatResult">
693
+ <s:complexContent mixed="false">
694
+ <s:extension base="tns:WebMethodResult">
695
+ <s:sequence>
696
+ <s:element minOccurs="0" maxOccurs="1" name="Thermostat" type="tns:ThermostatInfo" />
697
+ </s:sequence>
698
+ </s:extension>
699
+ </s:complexContent>
700
+ </s:complexType>
701
+ <s:element name="GetThermostatUI">
702
+ <s:complexType>
703
+ <s:sequence>
704
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
705
+ <s:element minOccurs="1" maxOccurs="1" name="thermostatID" type="s:int" />
706
+ </s:sequence>
707
+ </s:complexType>
708
+ </s:element>
709
+ <s:element name="GetThermostatUIResponse">
710
+ <s:complexType>
711
+ <s:sequence>
712
+ <s:element minOccurs="0" maxOccurs="1" name="GetThermostatUIResult" type="tns:GetThermostatUIResult" />
713
+ </s:sequence>
714
+ </s:complexType>
715
+ </s:element>
716
+ <s:complexType name="GetThermostatUIResult">
717
+ <s:complexContent mixed="false">
718
+ <s:extension base="tns:WebMethodResult">
719
+ <s:sequence>
720
+ <s:element minOccurs="0" maxOccurs="1" name="UI" type="tns:UIInfo" />
721
+ </s:sequence>
722
+ </s:extension>
723
+ </s:complexContent>
724
+ </s:complexType>
725
+ <s:element name="GetThermostatFan">
726
+ <s:complexType>
727
+ <s:sequence>
728
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
729
+ <s:element minOccurs="1" maxOccurs="1" name="thermostatID" type="s:int" />
730
+ </s:sequence>
731
+ </s:complexType>
732
+ </s:element>
733
+ <s:element name="GetThermostatFanResponse">
734
+ <s:complexType>
735
+ <s:sequence>
736
+ <s:element minOccurs="0" maxOccurs="1" name="GetThermostatFanResult" type="tns:GetThermostatFanResult" />
737
+ </s:sequence>
738
+ </s:complexType>
739
+ </s:element>
740
+ <s:complexType name="GetThermostatFanResult">
741
+ <s:complexContent mixed="false">
742
+ <s:extension base="tns:WebMethodResult">
743
+ <s:sequence>
744
+ <s:element minOccurs="0" maxOccurs="1" name="Fan" type="tns:FanInfo" />
745
+ </s:sequence>
746
+ </s:extension>
747
+ </s:complexContent>
748
+ </s:complexType>
749
+ <s:element name="GetThermostatHumidification">
750
+ <s:complexType>
751
+ <s:sequence>
752
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
753
+ <s:element minOccurs="1" maxOccurs="1" name="thermostatID" type="s:int" />
754
+ </s:sequence>
755
+ </s:complexType>
756
+ </s:element>
757
+ <s:element name="GetThermostatHumidificationResponse">
758
+ <s:complexType>
759
+ <s:sequence>
760
+ <s:element minOccurs="0" maxOccurs="1" name="GetThermostatHumidificationResult" type="tns:GetThermostatHumidificationResult" />
761
+ </s:sequence>
762
+ </s:complexType>
763
+ </s:element>
764
+ <s:complexType name="GetThermostatHumidificationResult">
765
+ <s:complexContent mixed="false">
766
+ <s:extension base="tns:WebMethodResult">
767
+ <s:sequence>
768
+ <s:element minOccurs="0" maxOccurs="1" name="Humidification" type="tns:HumidificationInfo" />
769
+ </s:sequence>
770
+ </s:extension>
771
+ </s:complexContent>
772
+ </s:complexType>
773
+ <s:element name="GetWeatherForecast">
774
+ <s:complexType>
775
+ <s:sequence>
776
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
777
+ <s:element minOccurs="1" maxOccurs="1" name="locationID" type="s:int" />
778
+ </s:sequence>
779
+ </s:complexType>
780
+ </s:element>
781
+ <s:element name="GetWeatherForecastResponse">
782
+ <s:complexType>
783
+ <s:sequence>
784
+ <s:element minOccurs="0" maxOccurs="1" name="GetWeatherForecastResult" type="tns:GetWeatherForecastResult" />
785
+ </s:sequence>
786
+ </s:complexType>
787
+ </s:element>
788
+ <s:complexType name="GetWeatherForecastResult">
789
+ <s:complexContent mixed="false">
790
+ <s:extension base="tns:WebMethodResult">
791
+ <s:sequence>
792
+ <s:element minOccurs="0" maxOccurs="1" name="Forecast" type="tns:ArrayOfForecastDayInfo" />
793
+ </s:sequence>
794
+ </s:extension>
795
+ </s:complexContent>
796
+ </s:complexType>
797
+ <s:complexType name="ArrayOfForecastDayInfo">
798
+ <s:sequence>
799
+ <s:element minOccurs="0" maxOccurs="unbounded" name="ForecastDayInfo" nillable="true" type="tns:ForecastDayInfo" />
800
+ </s:sequence>
801
+ </s:complexType>
802
+ <s:complexType name="ForecastDayInfo">
803
+ <s:sequence>
804
+ <s:element minOccurs="1" maxOccurs="1" name="Date" type="s:dateTime" />
805
+ <s:element minOccurs="1" maxOccurs="1" name="Condition" type="tns:WeatherCondition" />
806
+ <s:element minOccurs="1" maxOccurs="1" name="Low" type="s:decimal" />
807
+ <s:element minOccurs="1" maxOccurs="1" name="LowUnit" type="tns:TempUnit" />
808
+ <s:element minOccurs="1" maxOccurs="1" name="High" type="s:decimal" />
809
+ <s:element minOccurs="1" maxOccurs="1" name="HighUnit" type="tns:TempUnit" />
810
+ <s:element minOccurs="0" maxOccurs="1" name="Phrase" type="s:string" />
811
+ </s:sequence>
812
+ </s:complexType>
813
+ <s:element name="DismissSiteAlert">
814
+ <s:complexType>
815
+ <s:sequence>
816
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
817
+ <s:element minOccurs="1" maxOccurs="1" name="alertID" type="s:int" />
818
+ </s:sequence>
819
+ </s:complexType>
820
+ </s:element>
821
+ <s:element name="DismissSiteAlertResponse">
822
+ <s:complexType>
823
+ <s:sequence>
824
+ <s:element minOccurs="0" maxOccurs="1" name="DismissSiteAlertResult" type="tns:WebMethodResult" />
825
+ </s:sequence>
826
+ </s:complexType>
827
+ </s:element>
828
+ <s:element name="DismissThermostatAlert">
829
+ <s:complexType>
830
+ <s:sequence>
831
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
832
+ <s:element minOccurs="1" maxOccurs="1" name="alertID" type="s:int" />
833
+ </s:sequence>
834
+ </s:complexType>
835
+ </s:element>
836
+ <s:element name="DismissThermostatAlertResponse">
837
+ <s:complexType>
838
+ <s:sequence>
839
+ <s:element minOccurs="0" maxOccurs="1" name="DismissThermostatAlertResult" type="tns:WebMethodResult" />
840
+ </s:sequence>
841
+ </s:complexType>
842
+ </s:element>
843
+ <s:element name="DismissCommunicationAlert">
844
+ <s:complexType>
845
+ <s:sequence>
846
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
847
+ <s:element minOccurs="1" maxOccurs="1" name="alertID" type="s:int" />
848
+ </s:sequence>
849
+ </s:complexType>
850
+ </s:element>
851
+ <s:element name="DismissCommunicationAlertResponse">
852
+ <s:complexType>
853
+ <s:sequence>
854
+ <s:element minOccurs="0" maxOccurs="1" name="DismissCommunicationAlertResult" type="tns:WebMethodResult" />
855
+ </s:sequence>
856
+ </s:complexType>
857
+ </s:element>
858
+ <s:element name="GetCommTaskState">
859
+ <s:complexType>
860
+ <s:sequence>
861
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
862
+ <s:element minOccurs="1" maxOccurs="1" name="commTaskID" type="s:int" />
863
+ </s:sequence>
864
+ </s:complexType>
865
+ </s:element>
866
+ <s:element name="GetCommTaskStateResponse">
867
+ <s:complexType>
868
+ <s:sequence>
869
+ <s:element minOccurs="0" maxOccurs="1" name="GetCommTaskStateResult" type="tns:GetCommTaskStateResult" />
870
+ </s:sequence>
871
+ </s:complexType>
872
+ </s:element>
873
+ <s:complexType name="GetCommTaskStateResult">
874
+ <s:complexContent mixed="false">
875
+ <s:extension base="tns:WebMethodResult">
876
+ <s:sequence>
877
+ <s:element minOccurs="1" maxOccurs="1" name="CommTaskID" type="s:int" />
878
+ <s:element minOccurs="1" maxOccurs="1" name="State" type="tns:TaskState" />
879
+ </s:sequence>
880
+ </s:extension>
881
+ </s:complexContent>
882
+ </s:complexType>
883
+ <s:simpleType name="TaskState">
884
+ <s:restriction base="s:string">
885
+ <s:enumeration value="Running" />
886
+ <s:enumeration value="Failed" />
887
+ <s:enumeration value="Succeded" />
888
+ </s:restriction>
889
+ </s:simpleType>
890
+ <s:element name="ChangeThermostatUI">
891
+ <s:complexType>
892
+ <s:sequence>
893
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
894
+ <s:element minOccurs="1" maxOccurs="1" name="thermostatID" type="s:int" />
895
+ <s:element minOccurs="1" maxOccurs="1" name="changeSystemSwitch" type="s:boolean" />
896
+ <s:element minOccurs="1" maxOccurs="1" name="systemSwitch" type="s:int" />
897
+ <s:element minOccurs="1" maxOccurs="1" name="changeHeatSetpoint" type="s:boolean" />
898
+ <s:element minOccurs="1" maxOccurs="1" name="heatSetpoint" type="s:decimal" />
899
+ <s:element minOccurs="1" maxOccurs="1" name="changeCoolSetpoint" type="s:boolean" />
900
+ <s:element minOccurs="1" maxOccurs="1" name="coolSetpoint" type="s:decimal" />
901
+ <s:element minOccurs="1" maxOccurs="1" name="changeHeatNextPeriod" type="s:boolean" />
902
+ <s:element minOccurs="1" maxOccurs="1" name="heatNextPeriod" type="s:int" />
903
+ <s:element minOccurs="1" maxOccurs="1" name="changeCoolNextPeriod" type="s:boolean" />
904
+ <s:element minOccurs="1" maxOccurs="1" name="coolNextPeriod" type="s:int" />
905
+ <s:element minOccurs="1" maxOccurs="1" name="changeStatusHeat" type="s:boolean" />
906
+ <s:element minOccurs="1" maxOccurs="1" name="statusHeat" type="s:int" />
907
+ <s:element minOccurs="1" maxOccurs="1" name="changeStatusCool" type="s:boolean" />
908
+ <s:element minOccurs="1" maxOccurs="1" name="statusCool" type="s:int" />
909
+ </s:sequence>
910
+ </s:complexType>
911
+ </s:element>
912
+ <s:element name="ChangeThermostatUIResponse">
913
+ <s:complexType>
914
+ <s:sequence>
915
+ <s:element minOccurs="0" maxOccurs="1" name="ChangeThermostatUIResult" type="tns:ChangeRequestResult" />
916
+ </s:sequence>
917
+ </s:complexType>
918
+ </s:element>
919
+ <s:complexType name="ChangeRequestResult">
920
+ <s:complexContent mixed="false">
921
+ <s:extension base="tns:WebMethodResult">
922
+ <s:sequence>
923
+ <s:element minOccurs="1" maxOccurs="1" name="CommTaskID" type="s:int" />
924
+ </s:sequence>
925
+ </s:extension>
926
+ </s:complexContent>
927
+ </s:complexType>
928
+ <s:element name="ChangeThermostatFan">
929
+ <s:complexType>
930
+ <s:sequence>
931
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
932
+ <s:element minOccurs="1" maxOccurs="1" name="thermostatID" type="s:int" />
933
+ <s:element minOccurs="1" maxOccurs="1" name="fanSwitch" type="tns:FanSwitch" />
934
+ </s:sequence>
935
+ </s:complexType>
936
+ </s:element>
937
+ <s:element name="ChangeThermostatFanResponse">
938
+ <s:complexType>
939
+ <s:sequence>
940
+ <s:element minOccurs="0" maxOccurs="1" name="ChangeThermostatFanResult" type="tns:ChangeRequestResult" />
941
+ </s:sequence>
942
+ </s:complexType>
943
+ </s:element>
944
+ <s:element name="ChangeThermostatHumidification">
945
+ <s:complexType>
946
+ <s:sequence>
947
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
948
+ <s:element minOccurs="1" maxOccurs="1" name="thermostatID" type="s:int" />
949
+ <s:element minOccurs="1" maxOccurs="1" name="setHumidificationSetPoint" type="s:boolean" />
950
+ <s:element minOccurs="1" maxOccurs="1" name="humidificationSetPoint" type="s:short" />
951
+ <s:element minOccurs="1" maxOccurs="1" name="setHumidificationMode" type="s:boolean" />
952
+ <s:element minOccurs="1" maxOccurs="1" name="humidificationMode" type="tns:HumidificationMode" />
953
+ <s:element minOccurs="1" maxOccurs="1" name="setDehumidificationSetPoint" type="s:boolean" />
954
+ <s:element minOccurs="1" maxOccurs="1" name="dehumidificationSetPoint" type="s:short" />
955
+ <s:element minOccurs="1" maxOccurs="1" name="setDehumidificationMode" type="s:boolean" />
956
+ <s:element minOccurs="1" maxOccurs="1" name="dehumidificationMode" type="tns:HumidificationMode" />
957
+ </s:sequence>
958
+ </s:complexType>
959
+ </s:element>
960
+ <s:element name="ChangeThermostatHumidificationResponse">
961
+ <s:complexType>
962
+ <s:sequence>
963
+ <s:element minOccurs="0" maxOccurs="1" name="ChangeThermostatHumidificationResult" type="tns:ChangeRequestResult" />
964
+ </s:sequence>
965
+ </s:complexType>
966
+ </s:element>
967
+ <s:element name="GetSchedule">
968
+ <s:complexType>
969
+ <s:sequence>
970
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
971
+ <s:element minOccurs="1" maxOccurs="1" name="thermostatID" type="s:int" />
972
+ </s:sequence>
973
+ </s:complexType>
974
+ </s:element>
975
+ <s:element name="GetScheduleResponse">
976
+ <s:complexType>
977
+ <s:sequence>
978
+ <s:element minOccurs="0" maxOccurs="1" name="GetScheduleResult" type="tns:ScheduleResult" />
979
+ </s:sequence>
980
+ </s:complexType>
981
+ </s:element>
982
+ <s:complexType name="ScheduleResult">
983
+ <s:complexContent mixed="false">
984
+ <s:extension base="tns:WebMethodResult">
985
+ <s:sequence>
986
+ <s:element minOccurs="0" maxOccurs="1" name="Schedule" type="tns:ScheduleInfo" />
987
+ <s:element minOccurs="1" maxOccurs="1" name="Loading" type="s:boolean" />
988
+ </s:sequence>
989
+ </s:extension>
990
+ </s:complexContent>
991
+ </s:complexType>
992
+ <s:complexType name="ScheduleInfo">
993
+ <s:sequence>
994
+ <s:element minOccurs="0" maxOccurs="1" name="ScheduledPeriods" type="tns:ArrayOfScheduledPeriodInfo" />
995
+ <s:element minOccurs="1" maxOccurs="1" name="MaxNumberOfPeriodsInDay" type="s:unsignedByte" />
996
+ <s:element minOccurs="0" maxOccurs="1" name="DisplayedUnits" type="s:string" />
997
+ </s:sequence>
998
+ </s:complexType>
999
+ <s:complexType name="ArrayOfScheduledPeriodInfo">
1000
+ <s:sequence>
1001
+ <s:element minOccurs="0" maxOccurs="unbounded" name="ScheduledPeriodInfo" nillable="true" type="tns:ScheduledPeriodInfo" />
1002
+ </s:sequence>
1003
+ </s:complexType>
1004
+ <s:complexType name="ScheduledPeriodInfo">
1005
+ <s:sequence>
1006
+ <s:element minOccurs="1" maxOccurs="1" name="Day" type="tns:Day" />
1007
+ <s:element minOccurs="1" maxOccurs="1" name="PeriodType" type="tns:PeriodType" />
1008
+ <s:element minOccurs="1" maxOccurs="1" name="IsModified" type="s:boolean" />
1009
+ <s:element minOccurs="1" maxOccurs="1" name="StartTime" type="s:int" />
1010
+ <s:element minOccurs="1" maxOccurs="1" name="IsCancelled" type="s:boolean" />
1011
+ <s:element minOccurs="1" maxOccurs="1" name="HeatSetpoint" nillable="true" type="s:decimal" />
1012
+ <s:element minOccurs="1" maxOccurs="1" name="CoolSetpoint" nillable="true" type="s:decimal" />
1013
+ <s:element minOccurs="1" maxOccurs="1" name="FanSwitch" nillable="true" type="tns:FanSwitch" />
1014
+ </s:sequence>
1015
+ </s:complexType>
1016
+ <s:simpleType name="Day">
1017
+ <s:restriction base="s:string">
1018
+ <s:enumeration value="Monday" />
1019
+ <s:enumeration value="Tuesday" />
1020
+ <s:enumeration value="Wednesday" />
1021
+ <s:enumeration value="Thursday" />
1022
+ <s:enumeration value="Friday" />
1023
+ <s:enumeration value="Saturday" />
1024
+ <s:enumeration value="Sunday" />
1025
+ </s:restriction>
1026
+ </s:simpleType>
1027
+ <s:simpleType name="PeriodType">
1028
+ <s:restriction base="s:string">
1029
+ <s:enumeration value="WakeOcc1" />
1030
+ <s:enumeration value="LeaveUnocc1" />
1031
+ <s:enumeration value="ReturnOcc2" />
1032
+ <s:enumeration value="SleepUnocc2" />
1033
+ </s:restriction>
1034
+ </s:simpleType>
1035
+ <s:element name="ChangeSchedule">
1036
+ <s:complexType>
1037
+ <s:sequence>
1038
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
1039
+ <s:element minOccurs="1" maxOccurs="1" name="thermostatID" type="s:int" />
1040
+ <s:element minOccurs="0" maxOccurs="1" name="scheduleInfo" type="tns:ScheduleInfo" />
1041
+ </s:sequence>
1042
+ </s:complexType>
1043
+ </s:element>
1044
+ <s:element name="ChangeScheduleResponse">
1045
+ <s:complexType>
1046
+ <s:sequence>
1047
+ <s:element minOccurs="0" maxOccurs="1" name="ChangeScheduleResult" type="tns:ScheduleResult" />
1048
+ </s:sequence>
1049
+ </s:complexType>
1050
+ </s:element>
1051
+ <s:element name="SubmitScheduleChanges">
1052
+ <s:complexType>
1053
+ <s:sequence>
1054
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
1055
+ <s:element minOccurs="1" maxOccurs="1" name="thermostatID" type="s:int" />
1056
+ </s:sequence>
1057
+ </s:complexType>
1058
+ </s:element>
1059
+ <s:element name="SubmitScheduleChangesResponse">
1060
+ <s:complexType>
1061
+ <s:sequence>
1062
+ <s:element minOccurs="0" maxOccurs="1" name="SubmitScheduleChangesResult" type="tns:SubmitScheduleResult" />
1063
+ </s:sequence>
1064
+ </s:complexType>
1065
+ </s:element>
1066
+ <s:complexType name="SubmitScheduleResult">
1067
+ <s:complexContent mixed="false">
1068
+ <s:extension base="tns:ChangeRequestResult">
1069
+ <s:sequence>
1070
+ <s:element minOccurs="0" maxOccurs="1" name="Schedule" type="tns:ScheduleInfo" />
1071
+ <s:element minOccurs="1" maxOccurs="1" name="Loading" type="s:boolean" />
1072
+ </s:sequence>
1073
+ </s:extension>
1074
+ </s:complexContent>
1075
+ </s:complexType>
1076
+ <s:element name="CancelScheduleChanges">
1077
+ <s:complexType>
1078
+ <s:sequence>
1079
+ <s:element minOccurs="0" maxOccurs="1" name="sessionID" type="s:string" />
1080
+ <s:element minOccurs="1" maxOccurs="1" name="thermostatID" type="s:int" />
1081
+ </s:sequence>
1082
+ </s:complexType>
1083
+ </s:element>
1084
+ <s:element name="CancelScheduleChangesResponse">
1085
+ <s:complexType>
1086
+ <s:sequence>
1087
+ <s:element minOccurs="0" maxOccurs="1" name="CancelScheduleChangesResult" type="tns:ScheduleResult" />
1088
+ </s:sequence>
1089
+ </s:complexType>
1090
+ </s:element>
1091
+ <s:element name="GetSecurityQuestions">
1092
+ <s:complexType>
1093
+ <s:sequence>
1094
+ <s:element minOccurs="0" maxOccurs="1" name="email" type="s:string" />
1095
+ <s:element minOccurs="0" maxOccurs="1" name="applicationID" type="s:string" />
1096
+ <s:element minOccurs="0" maxOccurs="1" name="applicationVersion" type="s:string" />
1097
+ </s:sequence>
1098
+ </s:complexType>
1099
+ </s:element>
1100
+ <s:element name="GetSecurityQuestionsResponse">
1101
+ <s:complexType>
1102
+ <s:sequence>
1103
+ <s:element minOccurs="0" maxOccurs="1" name="GetSecurityQuestionsResult" type="tns:GetSecurityQuestionsResult" />
1104
+ </s:sequence>
1105
+ </s:complexType>
1106
+ </s:element>
1107
+ <s:complexType name="GetSecurityQuestionsResult">
1108
+ <s:complexContent mixed="false">
1109
+ <s:extension base="tns:WebMethodResult">
1110
+ <s:sequence>
1111
+ <s:element minOccurs="0" maxOccurs="1" name="SecretQuestions" type="tns:ArrayOfSecretQuestion" />
1112
+ </s:sequence>
1113
+ </s:extension>
1114
+ </s:complexContent>
1115
+ </s:complexType>
1116
+ <s:complexType name="ArrayOfSecretQuestion">
1117
+ <s:sequence>
1118
+ <s:element minOccurs="0" maxOccurs="unbounded" name="SecretQuestion" type="tns:SecretQuestion" />
1119
+ </s:sequence>
1120
+ </s:complexType>
1121
+ <s:element name="ResetPassword">
1122
+ <s:complexType>
1123
+ <s:sequence>
1124
+ <s:element minOccurs="0" maxOccurs="1" name="email" type="s:string" />
1125
+ <s:element minOccurs="0" maxOccurs="1" name="secretQuestion" type="s:string" />
1126
+ <s:element minOccurs="0" maxOccurs="1" name="answer" type="s:string" />
1127
+ <s:element minOccurs="0" maxOccurs="1" name="applicationID" type="s:string" />
1128
+ <s:element minOccurs="0" maxOccurs="1" name="applicationVersion" type="s:string" />
1129
+ </s:sequence>
1130
+ </s:complexType>
1131
+ </s:element>
1132
+ <s:element name="ResetPasswordResponse">
1133
+ <s:complexType>
1134
+ <s:sequence>
1135
+ <s:element minOccurs="0" maxOccurs="1" name="ResetPasswordResult" type="tns:WebMethodResult" />
1136
+ </s:sequence>
1137
+ </s:complexType>
1138
+ </s:element>
1139
+ <s:element name="WiringToolGetThermostats">
1140
+ <s:complexType>
1141
+ <s:sequence>
1142
+ <s:element minOccurs="0" maxOccurs="1" name="applicationID" type="s:string" />
1143
+ <s:element minOccurs="0" maxOccurs="1" name="applicationVersion" type="s:string" />
1144
+ </s:sequence>
1145
+ </s:complexType>
1146
+ </s:element>
1147
+ <s:element name="WiringToolGetThermostatsResponse">
1148
+ <s:complexType>
1149
+ <s:sequence>
1150
+ <s:element minOccurs="0" maxOccurs="1" name="WiringToolGetThermostatsResult" type="tns:WiringToolThermostatsResult" />
1151
+ </s:sequence>
1152
+ </s:complexType>
1153
+ </s:element>
1154
+ <s:complexType name="WiringToolThermostatsResult">
1155
+ <s:complexContent mixed="false">
1156
+ <s:extension base="tns:WebMethodResult">
1157
+ <s:sequence>
1158
+ <s:element minOccurs="0" maxOccurs="1" name="Thermostats" type="tns:ArrayOfString" />
1159
+ </s:sequence>
1160
+ </s:extension>
1161
+ </s:complexContent>
1162
+ </s:complexType>
1163
+ <s:complexType name="ArrayOfString">
1164
+ <s:sequence>
1165
+ <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
1166
+ </s:sequence>
1167
+ </s:complexType>
1168
+ <s:element name="WiringToolGetWireMapWithAnswer">
1169
+ <s:complexType>
1170
+ <s:sequence>
1171
+ <s:element minOccurs="0" maxOccurs="1" name="thermostat" type="s:string" />
1172
+ <s:element minOccurs="0" maxOccurs="1" name="input" type="tns:ArrayOfString" />
1173
+ <s:element minOccurs="0" maxOccurs="1" name="answer" type="s:string" />
1174
+ <s:element minOccurs="0" maxOccurs="1" name="applicationID" type="s:string" />
1175
+ <s:element minOccurs="0" maxOccurs="1" name="applicationVersion" type="s:string" />
1176
+ </s:sequence>
1177
+ </s:complexType>
1178
+ </s:element>
1179
+ <s:element name="WiringToolGetWireMapWithAnswerResponse">
1180
+ <s:complexType>
1181
+ <s:sequence>
1182
+ <s:element minOccurs="0" maxOccurs="1" name="WiringToolGetWireMapWithAnswerResult" type="tns:WiringToolWireMapResult" />
1183
+ </s:sequence>
1184
+ </s:complexType>
1185
+ </s:element>
1186
+ <s:complexType name="WiringToolWireMapResult">
1187
+ <s:complexContent mixed="false">
1188
+ <s:extension base="tns:WebMethodResult">
1189
+ <s:sequence>
1190
+ <s:element minOccurs="0" maxOccurs="1" name="WireMapping" type="tns:ArrayOfString" />
1191
+ <s:element minOccurs="0" maxOccurs="1" name="Narrative" type="s:string" />
1192
+ <s:element minOccurs="0" maxOccurs="1" name="Notation" type="s:string" />
1193
+ <s:element minOccurs="0" maxOccurs="1" name="Context" type="s:string" />
1194
+ <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
1195
+ <s:element minOccurs="0" maxOccurs="1" name="Guidance" type="s:string" />
1196
+ <s:element minOccurs="0" maxOccurs="1" name="TieBreaker" type="s:string" />
1197
+ <s:element minOccurs="0" maxOccurs="1" name="TieBreakerAnswers" type="tns:ArrayOfString" />
1198
+ </s:sequence>
1199
+ </s:extension>
1200
+ </s:complexContent>
1201
+ </s:complexType>
1202
+ <s:element name="CreateAccountResult" nillable="true" type="tns:CreateAccountResult" />
1203
+ <s:element name="CreateLocationResult" nillable="true" type="tns:CreateLocationResult" />
1204
+ <s:element name="GetUserAddressInfoResult" nillable="true" type="tns:GetUserAddressInfoResult" />
1205
+ <s:element name="GetSystemGeoInfoResult" nillable="true" type="tns:GetSystemGeoInfoResult" />
1206
+ <s:element name="RegisterGatewayResult" nillable="true" type="tns:RegisterGatewayResult" />
1207
+ <s:element name="AuthenticateLoginResult" nillable="true" type="tns:AuthenticateLoginResult" />
1208
+ <s:element name="WebMethodResult" nillable="true" type="tns:WebMethodResult" />
1209
+ <s:element name="KeepAliveResult" nillable="true" type="tns:KeepAliveResult" />
1210
+ <s:element name="LogOffResult" nillable="true" type="tns:LogOffResult" />
1211
+ <s:element name="GetLocationsResult" nillable="true" type="tns:GetLocationsResult" />
1212
+ <s:element name="GetShortLocationInfoResult" nillable="true" type="tns:GetShortLocationInfoResult" />
1213
+ <s:element name="GetVolatileThermostatDataResult" nillable="true" type="tns:GetVolatileThermostatDataResult" />
1214
+ <s:element name="GetThermostatResult" nillable="true" type="tns:GetThermostatResult" />
1215
+ <s:element name="GetThermostatUIResult" nillable="true" type="tns:GetThermostatUIResult" />
1216
+ <s:element name="GetThermostatFanResult" nillable="true" type="tns:GetThermostatFanResult" />
1217
+ <s:element name="GetThermostatHumidificationResult" nillable="true" type="tns:GetThermostatHumidificationResult" />
1218
+ <s:element name="GetWeatherForecastResult" nillable="true" type="tns:GetWeatherForecastResult" />
1219
+ <s:element name="GetCommTaskStateResult" nillable="true" type="tns:GetCommTaskStateResult" />
1220
+ <s:element name="ChangeRequestResult" nillable="true" type="tns:ChangeRequestResult" />
1221
+ <s:element name="ScheduleResult" nillable="true" type="tns:ScheduleResult" />
1222
+ <s:element name="SubmitScheduleResult" nillable="true" type="tns:SubmitScheduleResult" />
1223
+ <s:element name="GetSecurityQuestionsResult" nillable="true" type="tns:GetSecurityQuestionsResult" />
1224
+ <s:element name="WiringToolThermostatsResult" nillable="true" type="tns:WiringToolThermostatsResult" />
1225
+ <s:element name="WiringToolWireMapResult" nillable="true" type="tns:WiringToolWireMapResult" />
1226
+ </s:schema>
1227
+ <s:schema targetNamespace="http://services.alarmnet.com/Services/MobileV2/AbstractTypes">
1228
+ <s:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
1229
+ <s:complexType name="StringArray">
1230
+ <s:complexContent mixed="false">
1231
+ <s:restriction base="soapenc:Array">
1232
+ <s:sequence>
1233
+ <s:element minOccurs="0" maxOccurs="unbounded" name="String" type="s:string" />
1234
+ </s:sequence>
1235
+ </s:restriction>
1236
+ </s:complexContent>
1237
+ </s:complexType>
1238
+ </s:schema>
1239
+ </wsdl:types>
1240
+ <wsdl:message name="CreateAccountSoapIn">
1241
+ <wsdl:part name="parameters" element="tns:CreateAccount" />
1242
+ </wsdl:message>
1243
+ <wsdl:message name="CreateAccountSoapOut">
1244
+ <wsdl:part name="parameters" element="tns:CreateAccountResponse" />
1245
+ </wsdl:message>
1246
+ <wsdl:message name="CreateLocationSoapIn">
1247
+ <wsdl:part name="parameters" element="tns:CreateLocation" />
1248
+ </wsdl:message>
1249
+ <wsdl:message name="CreateLocationSoapOut">
1250
+ <wsdl:part name="parameters" element="tns:CreateLocationResponse" />
1251
+ </wsdl:message>
1252
+ <wsdl:message name="GetUserAddressInfoSoapIn">
1253
+ <wsdl:part name="parameters" element="tns:GetUserAddressInfo" />
1254
+ </wsdl:message>
1255
+ <wsdl:message name="GetUserAddressInfoSoapOut">
1256
+ <wsdl:part name="parameters" element="tns:GetUserAddressInfoResponse" />
1257
+ </wsdl:message>
1258
+ <wsdl:message name="GetSystemGeoInfoSoapIn">
1259
+ <wsdl:part name="parameters" element="tns:GetSystemGeoInfo" />
1260
+ </wsdl:message>
1261
+ <wsdl:message name="GetSystemGeoInfoSoapOut">
1262
+ <wsdl:part name="parameters" element="tns:GetSystemGeoInfoResponse" />
1263
+ </wsdl:message>
1264
+ <wsdl:message name="RegisterGatewaySoapIn">
1265
+ <wsdl:part name="parameters" element="tns:RegisterGateway" />
1266
+ </wsdl:message>
1267
+ <wsdl:message name="RegisterGatewaySoapOut">
1268
+ <wsdl:part name="parameters" element="tns:RegisterGatewayResponse" />
1269
+ </wsdl:message>
1270
+ <wsdl:message name="AuthenticateUserLoginSoapIn">
1271
+ <wsdl:part name="parameters" element="tns:AuthenticateUserLogin" />
1272
+ </wsdl:message>
1273
+ <wsdl:message name="AuthenticateUserLoginSoapOut">
1274
+ <wsdl:part name="parameters" element="tns:AuthenticateUserLoginResponse" />
1275
+ </wsdl:message>
1276
+ <wsdl:message name="ResendAccountActivationEmailSoapIn">
1277
+ <wsdl:part name="parameters" element="tns:ResendAccountActivationEmail" />
1278
+ </wsdl:message>
1279
+ <wsdl:message name="ResendAccountActivationEmailSoapOut">
1280
+ <wsdl:part name="parameters" element="tns:ResendAccountActivationEmailResponse" />
1281
+ </wsdl:message>
1282
+ <wsdl:message name="KeepAliveSoapIn">
1283
+ <wsdl:part name="parameters" element="tns:KeepAlive" />
1284
+ </wsdl:message>
1285
+ <wsdl:message name="KeepAliveSoapOut">
1286
+ <wsdl:part name="parameters" element="tns:KeepAliveResponse" />
1287
+ </wsdl:message>
1288
+ <wsdl:message name="LogOffSoapIn">
1289
+ <wsdl:part name="parameters" element="tns:LogOff" />
1290
+ </wsdl:message>
1291
+ <wsdl:message name="LogOffSoapOut">
1292
+ <wsdl:part name="parameters" element="tns:LogOffResponse" />
1293
+ </wsdl:message>
1294
+ <wsdl:message name="GetLocationsSoapIn">
1295
+ <wsdl:part name="parameters" element="tns:GetLocations" />
1296
+ </wsdl:message>
1297
+ <wsdl:message name="GetLocationsSoapOut">
1298
+ <wsdl:part name="parameters" element="tns:GetLocationsResponse" />
1299
+ </wsdl:message>
1300
+ <wsdl:message name="GetShortLocationInfoSoapIn">
1301
+ <wsdl:part name="parameters" element="tns:GetShortLocationInfo" />
1302
+ </wsdl:message>
1303
+ <wsdl:message name="GetShortLocationInfoSoapOut">
1304
+ <wsdl:part name="parameters" element="tns:GetShortLocationInfoResponse" />
1305
+ </wsdl:message>
1306
+ <wsdl:message name="GetVolatileThermostatDataSoapIn">
1307
+ <wsdl:part name="parameters" element="tns:GetVolatileThermostatData" />
1308
+ </wsdl:message>
1309
+ <wsdl:message name="GetVolatileThermostatDataSoapOut">
1310
+ <wsdl:part name="parameters" element="tns:GetVolatileThermostatDataResponse" />
1311
+ </wsdl:message>
1312
+ <wsdl:message name="GetThermostatSoapIn">
1313
+ <wsdl:part name="parameters" element="tns:GetThermostat" />
1314
+ </wsdl:message>
1315
+ <wsdl:message name="GetThermostatSoapOut">
1316
+ <wsdl:part name="parameters" element="tns:GetThermostatResponse" />
1317
+ </wsdl:message>
1318
+ <wsdl:message name="GetThermostatUISoapIn">
1319
+ <wsdl:part name="parameters" element="tns:GetThermostatUI" />
1320
+ </wsdl:message>
1321
+ <wsdl:message name="GetThermostatUISoapOut">
1322
+ <wsdl:part name="parameters" element="tns:GetThermostatUIResponse" />
1323
+ </wsdl:message>
1324
+ <wsdl:message name="GetThermostatFanSoapIn">
1325
+ <wsdl:part name="parameters" element="tns:GetThermostatFan" />
1326
+ </wsdl:message>
1327
+ <wsdl:message name="GetThermostatFanSoapOut">
1328
+ <wsdl:part name="parameters" element="tns:GetThermostatFanResponse" />
1329
+ </wsdl:message>
1330
+ <wsdl:message name="GetThermostatHumidificationSoapIn">
1331
+ <wsdl:part name="parameters" element="tns:GetThermostatHumidification" />
1332
+ </wsdl:message>
1333
+ <wsdl:message name="GetThermostatHumidificationSoapOut">
1334
+ <wsdl:part name="parameters" element="tns:GetThermostatHumidificationResponse" />
1335
+ </wsdl:message>
1336
+ <wsdl:message name="GetWeatherForecastSoapIn">
1337
+ <wsdl:part name="parameters" element="tns:GetWeatherForecast" />
1338
+ </wsdl:message>
1339
+ <wsdl:message name="GetWeatherForecastSoapOut">
1340
+ <wsdl:part name="parameters" element="tns:GetWeatherForecastResponse" />
1341
+ </wsdl:message>
1342
+ <wsdl:message name="DismissSiteAlertSoapIn">
1343
+ <wsdl:part name="parameters" element="tns:DismissSiteAlert" />
1344
+ </wsdl:message>
1345
+ <wsdl:message name="DismissSiteAlertSoapOut">
1346
+ <wsdl:part name="parameters" element="tns:DismissSiteAlertResponse" />
1347
+ </wsdl:message>
1348
+ <wsdl:message name="DismissThermostatAlertSoapIn">
1349
+ <wsdl:part name="parameters" element="tns:DismissThermostatAlert" />
1350
+ </wsdl:message>
1351
+ <wsdl:message name="DismissThermostatAlertSoapOut">
1352
+ <wsdl:part name="parameters" element="tns:DismissThermostatAlertResponse" />
1353
+ </wsdl:message>
1354
+ <wsdl:message name="DismissCommunicationAlertSoapIn">
1355
+ <wsdl:part name="parameters" element="tns:DismissCommunicationAlert" />
1356
+ </wsdl:message>
1357
+ <wsdl:message name="DismissCommunicationAlertSoapOut">
1358
+ <wsdl:part name="parameters" element="tns:DismissCommunicationAlertResponse" />
1359
+ </wsdl:message>
1360
+ <wsdl:message name="GetCommTaskStateSoapIn">
1361
+ <wsdl:part name="parameters" element="tns:GetCommTaskState" />
1362
+ </wsdl:message>
1363
+ <wsdl:message name="GetCommTaskStateSoapOut">
1364
+ <wsdl:part name="parameters" element="tns:GetCommTaskStateResponse" />
1365
+ </wsdl:message>
1366
+ <wsdl:message name="ChangeThermostatUISoapIn">
1367
+ <wsdl:part name="parameters" element="tns:ChangeThermostatUI" />
1368
+ </wsdl:message>
1369
+ <wsdl:message name="ChangeThermostatUISoapOut">
1370
+ <wsdl:part name="parameters" element="tns:ChangeThermostatUIResponse" />
1371
+ </wsdl:message>
1372
+ <wsdl:message name="ChangeThermostatFanSoapIn">
1373
+ <wsdl:part name="parameters" element="tns:ChangeThermostatFan" />
1374
+ </wsdl:message>
1375
+ <wsdl:message name="ChangeThermostatFanSoapOut">
1376
+ <wsdl:part name="parameters" element="tns:ChangeThermostatFanResponse" />
1377
+ </wsdl:message>
1378
+ <wsdl:message name="ChangeThermostatHumidificationSoapIn">
1379
+ <wsdl:part name="parameters" element="tns:ChangeThermostatHumidification" />
1380
+ </wsdl:message>
1381
+ <wsdl:message name="ChangeThermostatHumidificationSoapOut">
1382
+ <wsdl:part name="parameters" element="tns:ChangeThermostatHumidificationResponse" />
1383
+ </wsdl:message>
1384
+ <wsdl:message name="GetScheduleSoapIn">
1385
+ <wsdl:part name="parameters" element="tns:GetSchedule" />
1386
+ </wsdl:message>
1387
+ <wsdl:message name="GetScheduleSoapOut">
1388
+ <wsdl:part name="parameters" element="tns:GetScheduleResponse" />
1389
+ </wsdl:message>
1390
+ <wsdl:message name="ChangeScheduleSoapIn">
1391
+ <wsdl:part name="parameters" element="tns:ChangeSchedule" />
1392
+ </wsdl:message>
1393
+ <wsdl:message name="ChangeScheduleSoapOut">
1394
+ <wsdl:part name="parameters" element="tns:ChangeScheduleResponse" />
1395
+ </wsdl:message>
1396
+ <wsdl:message name="SubmitScheduleChangesSoapIn">
1397
+ <wsdl:part name="parameters" element="tns:SubmitScheduleChanges" />
1398
+ </wsdl:message>
1399
+ <wsdl:message name="SubmitScheduleChangesSoapOut">
1400
+ <wsdl:part name="parameters" element="tns:SubmitScheduleChangesResponse" />
1401
+ </wsdl:message>
1402
+ <wsdl:message name="CancelScheduleChangesSoapIn">
1403
+ <wsdl:part name="parameters" element="tns:CancelScheduleChanges" />
1404
+ </wsdl:message>
1405
+ <wsdl:message name="CancelScheduleChangesSoapOut">
1406
+ <wsdl:part name="parameters" element="tns:CancelScheduleChangesResponse" />
1407
+ </wsdl:message>
1408
+ <wsdl:message name="GetSecurityQuestionsSoapIn">
1409
+ <wsdl:part name="parameters" element="tns:GetSecurityQuestions" />
1410
+ </wsdl:message>
1411
+ <wsdl:message name="GetSecurityQuestionsSoapOut">
1412
+ <wsdl:part name="parameters" element="tns:GetSecurityQuestionsResponse" />
1413
+ </wsdl:message>
1414
+ <wsdl:message name="ResetPasswordSoapIn">
1415
+ <wsdl:part name="parameters" element="tns:ResetPassword" />
1416
+ </wsdl:message>
1417
+ <wsdl:message name="ResetPasswordSoapOut">
1418
+ <wsdl:part name="parameters" element="tns:ResetPasswordResponse" />
1419
+ </wsdl:message>
1420
+ <wsdl:message name="WiringToolGetThermostatsSoapIn">
1421
+ <wsdl:part name="parameters" element="tns:WiringToolGetThermostats" />
1422
+ </wsdl:message>
1423
+ <wsdl:message name="WiringToolGetThermostatsSoapOut">
1424
+ <wsdl:part name="parameters" element="tns:WiringToolGetThermostatsResponse" />
1425
+ </wsdl:message>
1426
+ <wsdl:message name="WiringToolGetWireMapWithAnswerSoapIn">
1427
+ <wsdl:part name="parameters" element="tns:WiringToolGetWireMapWithAnswer" />
1428
+ </wsdl:message>
1429
+ <wsdl:message name="WiringToolGetWireMapWithAnswerSoapOut">
1430
+ <wsdl:part name="parameters" element="tns:WiringToolGetWireMapWithAnswerResponse" />
1431
+ </wsdl:message>
1432
+ <wsdl:message name="CreateAccountHttpGetIn">
1433
+ <wsdl:part name="email" type="s:string" />
1434
+ <wsdl:part name="password" type="s:string" />
1435
+ <wsdl:part name="firstName" type="s:string" />
1436
+ <wsdl:part name="lastName" type="s:string" />
1437
+ <wsdl:part name="countryCode" type="s:string" />
1438
+ <wsdl:part name="state" type="s:string" />
1439
+ <wsdl:part name="city" type="s:string" />
1440
+ <wsdl:part name="streetAddress" type="s:string" />
1441
+ <wsdl:part name="zipCode" type="s:string" />
1442
+ <wsdl:part name="uiLanguage" type="s:string" />
1443
+ <wsdl:part name="agreedWithAgreement" type="s:string" />
1444
+ <wsdl:part name="question1" type="s:string" />
1445
+ <wsdl:part name="answer1" type="s:string" />
1446
+ <wsdl:part name="question2" type="s:string" />
1447
+ <wsdl:part name="answer2" type="s:string" />
1448
+ <wsdl:part name="question3" type="s:string" />
1449
+ <wsdl:part name="answer3" type="s:string" />
1450
+ <wsdl:part name="applicationID" type="s:string" />
1451
+ <wsdl:part name="applicationVersion" type="s:string" />
1452
+ </wsdl:message>
1453
+ <wsdl:message name="CreateAccountHttpGetOut">
1454
+ <wsdl:part name="Body" element="tns:CreateAccountResult" />
1455
+ </wsdl:message>
1456
+ <wsdl:message name="CreateLocationHttpGetIn">
1457
+ <wsdl:part name="sessionID" type="s:string" />
1458
+ <wsdl:part name="name" type="s:string" />
1459
+ <wsdl:part name="type" type="s:string" />
1460
+ <wsdl:part name="countryCode" type="s:string" />
1461
+ <wsdl:part name="state" type="s:string" />
1462
+ <wsdl:part name="city" type="s:string" />
1463
+ <wsdl:part name="streetAddress" type="s:string" />
1464
+ <wsdl:part name="zipCode" type="s:string" />
1465
+ <wsdl:part name="notificationEmails" type="s:string" />
1466
+ <wsdl:part name="timeZone" type="s:string" />
1467
+ <wsdl:part name="useDaylightSavingTime" type="s:string" />
1468
+ </wsdl:message>
1469
+ <wsdl:message name="CreateLocationHttpGetOut">
1470
+ <wsdl:part name="Body" element="tns:CreateLocationResult" />
1471
+ </wsdl:message>
1472
+ <wsdl:message name="GetUserAddressInfoHttpGetIn">
1473
+ <wsdl:part name="sessionID" type="s:string" />
1474
+ </wsdl:message>
1475
+ <wsdl:message name="GetUserAddressInfoHttpGetOut">
1476
+ <wsdl:part name="Body" element="tns:GetUserAddressInfoResult" />
1477
+ </wsdl:message>
1478
+ <wsdl:message name="GetSystemGeoInfoHttpGetIn">
1479
+ <wsdl:part name="sessionID" type="s:string" />
1480
+ </wsdl:message>
1481
+ <wsdl:message name="GetSystemGeoInfoHttpGetOut">
1482
+ <wsdl:part name="Body" element="tns:GetSystemGeoInfoResult" />
1483
+ </wsdl:message>
1484
+ <wsdl:message name="RegisterGatewayHttpGetIn">
1485
+ <wsdl:part name="sessionID" type="s:string" />
1486
+ <wsdl:part name="locationID" type="s:string" />
1487
+ <wsdl:part name="mac" type="s:string" />
1488
+ <wsdl:part name="crc" type="s:string" />
1489
+ </wsdl:message>
1490
+ <wsdl:message name="RegisterGatewayHttpGetOut">
1491
+ <wsdl:part name="Body" element="tns:RegisterGatewayResult" />
1492
+ </wsdl:message>
1493
+ <wsdl:message name="AuthenticateUserLoginHttpGetIn">
1494
+ <wsdl:part name="username" type="s:string" />
1495
+ <wsdl:part name="password" type="s:string" />
1496
+ <wsdl:part name="applicationID" type="s:string" />
1497
+ <wsdl:part name="applicationVersion" type="s:string" />
1498
+ <wsdl:part name="uiLanguage" type="s:string" />
1499
+ </wsdl:message>
1500
+ <wsdl:message name="AuthenticateUserLoginHttpGetOut">
1501
+ <wsdl:part name="Body" element="tns:AuthenticateLoginResult" />
1502
+ </wsdl:message>
1503
+ <wsdl:message name="ResendAccountActivationEmailHttpGetIn">
1504
+ <wsdl:part name="username" type="s:string" />
1505
+ <wsdl:part name="password" type="s:string" />
1506
+ <wsdl:part name="applicationID" type="s:string" />
1507
+ <wsdl:part name="applicationVersion" type="s:string" />
1508
+ <wsdl:part name="uiLanguage" type="s:string" />
1509
+ </wsdl:message>
1510
+ <wsdl:message name="ResendAccountActivationEmailHttpGetOut">
1511
+ <wsdl:part name="Body" element="tns:WebMethodResult" />
1512
+ </wsdl:message>
1513
+ <wsdl:message name="KeepAliveHttpGetIn">
1514
+ <wsdl:part name="sessionID" type="s:string" />
1515
+ </wsdl:message>
1516
+ <wsdl:message name="KeepAliveHttpGetOut">
1517
+ <wsdl:part name="Body" element="tns:KeepAliveResult" />
1518
+ </wsdl:message>
1519
+ <wsdl:message name="LogOffHttpGetIn">
1520
+ <wsdl:part name="sessionID" type="s:string" />
1521
+ </wsdl:message>
1522
+ <wsdl:message name="LogOffHttpGetOut">
1523
+ <wsdl:part name="Body" element="tns:LogOffResult" />
1524
+ </wsdl:message>
1525
+ <wsdl:message name="GetLocationsHttpGetIn">
1526
+ <wsdl:part name="sessionID" type="s:string" />
1527
+ </wsdl:message>
1528
+ <wsdl:message name="GetLocationsHttpGetOut">
1529
+ <wsdl:part name="Body" element="tns:GetLocationsResult" />
1530
+ </wsdl:message>
1531
+ <wsdl:message name="GetShortLocationInfoHttpGetIn">
1532
+ <wsdl:part name="sessionID" type="s:string" />
1533
+ </wsdl:message>
1534
+ <wsdl:message name="GetShortLocationInfoHttpGetOut">
1535
+ <wsdl:part name="Body" element="tns:GetShortLocationInfoResult" />
1536
+ </wsdl:message>
1537
+ <wsdl:message name="GetVolatileThermostatDataHttpGetIn">
1538
+ <wsdl:part name="sessionID" type="s:string" />
1539
+ <wsdl:part name="thermostatID" type="s:string" />
1540
+ </wsdl:message>
1541
+ <wsdl:message name="GetVolatileThermostatDataHttpGetOut">
1542
+ <wsdl:part name="Body" element="tns:GetVolatileThermostatDataResult" />
1543
+ </wsdl:message>
1544
+ <wsdl:message name="GetThermostatHttpGetIn">
1545
+ <wsdl:part name="sessionID" type="s:string" />
1546
+ <wsdl:part name="thermostatID" type="s:string" />
1547
+ </wsdl:message>
1548
+ <wsdl:message name="GetThermostatHttpGetOut">
1549
+ <wsdl:part name="Body" element="tns:GetThermostatResult" />
1550
+ </wsdl:message>
1551
+ <wsdl:message name="GetThermostatUIHttpGetIn">
1552
+ <wsdl:part name="sessionID" type="s:string" />
1553
+ <wsdl:part name="thermostatID" type="s:string" />
1554
+ </wsdl:message>
1555
+ <wsdl:message name="GetThermostatUIHttpGetOut">
1556
+ <wsdl:part name="Body" element="tns:GetThermostatUIResult" />
1557
+ </wsdl:message>
1558
+ <wsdl:message name="GetThermostatFanHttpGetIn">
1559
+ <wsdl:part name="sessionID" type="s:string" />
1560
+ <wsdl:part name="thermostatID" type="s:string" />
1561
+ </wsdl:message>
1562
+ <wsdl:message name="GetThermostatFanHttpGetOut">
1563
+ <wsdl:part name="Body" element="tns:GetThermostatFanResult" />
1564
+ </wsdl:message>
1565
+ <wsdl:message name="GetThermostatHumidificationHttpGetIn">
1566
+ <wsdl:part name="sessionID" type="s:string" />
1567
+ <wsdl:part name="thermostatID" type="s:string" />
1568
+ </wsdl:message>
1569
+ <wsdl:message name="GetThermostatHumidificationHttpGetOut">
1570
+ <wsdl:part name="Body" element="tns:GetThermostatHumidificationResult" />
1571
+ </wsdl:message>
1572
+ <wsdl:message name="GetWeatherForecastHttpGetIn">
1573
+ <wsdl:part name="sessionID" type="s:string" />
1574
+ <wsdl:part name="locationID" type="s:string" />
1575
+ </wsdl:message>
1576
+ <wsdl:message name="GetWeatherForecastHttpGetOut">
1577
+ <wsdl:part name="Body" element="tns:GetWeatherForecastResult" />
1578
+ </wsdl:message>
1579
+ <wsdl:message name="DismissSiteAlertHttpGetIn">
1580
+ <wsdl:part name="sessionID" type="s:string" />
1581
+ <wsdl:part name="alertID" type="s:string" />
1582
+ </wsdl:message>
1583
+ <wsdl:message name="DismissSiteAlertHttpGetOut">
1584
+ <wsdl:part name="Body" element="tns:WebMethodResult" />
1585
+ </wsdl:message>
1586
+ <wsdl:message name="DismissThermostatAlertHttpGetIn">
1587
+ <wsdl:part name="sessionID" type="s:string" />
1588
+ <wsdl:part name="alertID" type="s:string" />
1589
+ </wsdl:message>
1590
+ <wsdl:message name="DismissThermostatAlertHttpGetOut">
1591
+ <wsdl:part name="Body" element="tns:WebMethodResult" />
1592
+ </wsdl:message>
1593
+ <wsdl:message name="DismissCommunicationAlertHttpGetIn">
1594
+ <wsdl:part name="sessionID" type="s:string" />
1595
+ <wsdl:part name="alertID" type="s:string" />
1596
+ </wsdl:message>
1597
+ <wsdl:message name="DismissCommunicationAlertHttpGetOut">
1598
+ <wsdl:part name="Body" element="tns:WebMethodResult" />
1599
+ </wsdl:message>
1600
+ <wsdl:message name="GetCommTaskStateHttpGetIn">
1601
+ <wsdl:part name="sessionID" type="s:string" />
1602
+ <wsdl:part name="commTaskID" type="s:string" />
1603
+ </wsdl:message>
1604
+ <wsdl:message name="GetCommTaskStateHttpGetOut">
1605
+ <wsdl:part name="Body" element="tns:GetCommTaskStateResult" />
1606
+ </wsdl:message>
1607
+ <wsdl:message name="ChangeThermostatUIHttpGetIn">
1608
+ <wsdl:part name="sessionID" type="s:string" />
1609
+ <wsdl:part name="thermostatID" type="s:string" />
1610
+ <wsdl:part name="changeSystemSwitch" type="s:string" />
1611
+ <wsdl:part name="systemSwitch" type="s:string" />
1612
+ <wsdl:part name="changeHeatSetpoint" type="s:string" />
1613
+ <wsdl:part name="heatSetpoint" type="s:string" />
1614
+ <wsdl:part name="changeCoolSetpoint" type="s:string" />
1615
+ <wsdl:part name="coolSetpoint" type="s:string" />
1616
+ <wsdl:part name="changeHeatNextPeriod" type="s:string" />
1617
+ <wsdl:part name="heatNextPeriod" type="s:string" />
1618
+ <wsdl:part name="changeCoolNextPeriod" type="s:string" />
1619
+ <wsdl:part name="coolNextPeriod" type="s:string" />
1620
+ <wsdl:part name="changeStatusHeat" type="s:string" />
1621
+ <wsdl:part name="statusHeat" type="s:string" />
1622
+ <wsdl:part name="changeStatusCool" type="s:string" />
1623
+ <wsdl:part name="statusCool" type="s:string" />
1624
+ </wsdl:message>
1625
+ <wsdl:message name="ChangeThermostatUIHttpGetOut">
1626
+ <wsdl:part name="Body" element="tns:ChangeRequestResult" />
1627
+ </wsdl:message>
1628
+ <wsdl:message name="ChangeThermostatFanHttpGetIn">
1629
+ <wsdl:part name="sessionID" type="s:string" />
1630
+ <wsdl:part name="thermostatID" type="s:string" />
1631
+ <wsdl:part name="fanSwitch" type="s:string" />
1632
+ </wsdl:message>
1633
+ <wsdl:message name="ChangeThermostatFanHttpGetOut">
1634
+ <wsdl:part name="Body" element="tns:ChangeRequestResult" />
1635
+ </wsdl:message>
1636
+ <wsdl:message name="ChangeThermostatHumidificationHttpGetIn">
1637
+ <wsdl:part name="sessionID" type="s:string" />
1638
+ <wsdl:part name="thermostatID" type="s:string" />
1639
+ <wsdl:part name="setHumidificationSetPoint" type="s:string" />
1640
+ <wsdl:part name="humidificationSetPoint" type="s:string" />
1641
+ <wsdl:part name="setHumidificationMode" type="s:string" />
1642
+ <wsdl:part name="humidificationMode" type="s:string" />
1643
+ <wsdl:part name="setDehumidificationSetPoint" type="s:string" />
1644
+ <wsdl:part name="dehumidificationSetPoint" type="s:string" />
1645
+ <wsdl:part name="setDehumidificationMode" type="s:string" />
1646
+ <wsdl:part name="dehumidificationMode" type="s:string" />
1647
+ </wsdl:message>
1648
+ <wsdl:message name="ChangeThermostatHumidificationHttpGetOut">
1649
+ <wsdl:part name="Body" element="tns:ChangeRequestResult" />
1650
+ </wsdl:message>
1651
+ <wsdl:message name="GetScheduleHttpGetIn">
1652
+ <wsdl:part name="sessionID" type="s:string" />
1653
+ <wsdl:part name="thermostatID" type="s:string" />
1654
+ </wsdl:message>
1655
+ <wsdl:message name="GetScheduleHttpGetOut">
1656
+ <wsdl:part name="Body" element="tns:ScheduleResult" />
1657
+ </wsdl:message>
1658
+ <wsdl:message name="SubmitScheduleChangesHttpGetIn">
1659
+ <wsdl:part name="sessionID" type="s:string" />
1660
+ <wsdl:part name="thermostatID" type="s:string" />
1661
+ </wsdl:message>
1662
+ <wsdl:message name="SubmitScheduleChangesHttpGetOut">
1663
+ <wsdl:part name="Body" element="tns:SubmitScheduleResult" />
1664
+ </wsdl:message>
1665
+ <wsdl:message name="CancelScheduleChangesHttpGetIn">
1666
+ <wsdl:part name="sessionID" type="s:string" />
1667
+ <wsdl:part name="thermostatID" type="s:string" />
1668
+ </wsdl:message>
1669
+ <wsdl:message name="CancelScheduleChangesHttpGetOut">
1670
+ <wsdl:part name="Body" element="tns:ScheduleResult" />
1671
+ </wsdl:message>
1672
+ <wsdl:message name="GetSecurityQuestionsHttpGetIn">
1673
+ <wsdl:part name="email" type="s:string" />
1674
+ <wsdl:part name="applicationID" type="s:string" />
1675
+ <wsdl:part name="applicationVersion" type="s:string" />
1676
+ </wsdl:message>
1677
+ <wsdl:message name="GetSecurityQuestionsHttpGetOut">
1678
+ <wsdl:part name="Body" element="tns:GetSecurityQuestionsResult" />
1679
+ </wsdl:message>
1680
+ <wsdl:message name="ResetPasswordHttpGetIn">
1681
+ <wsdl:part name="email" type="s:string" />
1682
+ <wsdl:part name="secretQuestion" type="s:string" />
1683
+ <wsdl:part name="answer" type="s:string" />
1684
+ <wsdl:part name="applicationID" type="s:string" />
1685
+ <wsdl:part name="applicationVersion" type="s:string" />
1686
+ </wsdl:message>
1687
+ <wsdl:message name="ResetPasswordHttpGetOut">
1688
+ <wsdl:part name="Body" element="tns:WebMethodResult" />
1689
+ </wsdl:message>
1690
+ <wsdl:message name="WiringToolGetThermostatsHttpGetIn">
1691
+ <wsdl:part name="applicationID" type="s:string" />
1692
+ <wsdl:part name="applicationVersion" type="s:string" />
1693
+ </wsdl:message>
1694
+ <wsdl:message name="WiringToolGetThermostatsHttpGetOut">
1695
+ <wsdl:part name="Body" element="tns:WiringToolThermostatsResult" />
1696
+ </wsdl:message>
1697
+ <wsdl:message name="WiringToolGetWireMapWithAnswerHttpGetIn">
1698
+ <wsdl:part name="thermostat" type="s:string" />
1699
+ <wsdl:part name="input" type="s1:StringArray" />
1700
+ <wsdl:part name="answer" type="s:string" />
1701
+ <wsdl:part name="applicationID" type="s:string" />
1702
+ <wsdl:part name="applicationVersion" type="s:string" />
1703
+ </wsdl:message>
1704
+ <wsdl:message name="WiringToolGetWireMapWithAnswerHttpGetOut">
1705
+ <wsdl:part name="Body" element="tns:WiringToolWireMapResult" />
1706
+ </wsdl:message>
1707
+ <wsdl:message name="CreateAccountHttpPostIn">
1708
+ <wsdl:part name="email" type="s:string" />
1709
+ <wsdl:part name="password" type="s:string" />
1710
+ <wsdl:part name="firstName" type="s:string" />
1711
+ <wsdl:part name="lastName" type="s:string" />
1712
+ <wsdl:part name="countryCode" type="s:string" />
1713
+ <wsdl:part name="state" type="s:string" />
1714
+ <wsdl:part name="city" type="s:string" />
1715
+ <wsdl:part name="streetAddress" type="s:string" />
1716
+ <wsdl:part name="zipCode" type="s:string" />
1717
+ <wsdl:part name="uiLanguage" type="s:string" />
1718
+ <wsdl:part name="agreedWithAgreement" type="s:string" />
1719
+ <wsdl:part name="question1" type="s:string" />
1720
+ <wsdl:part name="answer1" type="s:string" />
1721
+ <wsdl:part name="question2" type="s:string" />
1722
+ <wsdl:part name="answer2" type="s:string" />
1723
+ <wsdl:part name="question3" type="s:string" />
1724
+ <wsdl:part name="answer3" type="s:string" />
1725
+ <wsdl:part name="applicationID" type="s:string" />
1726
+ <wsdl:part name="applicationVersion" type="s:string" />
1727
+ </wsdl:message>
1728
+ <wsdl:message name="CreateAccountHttpPostOut">
1729
+ <wsdl:part name="Body" element="tns:CreateAccountResult" />
1730
+ </wsdl:message>
1731
+ <wsdl:message name="CreateLocationHttpPostIn">
1732
+ <wsdl:part name="sessionID" type="s:string" />
1733
+ <wsdl:part name="name" type="s:string" />
1734
+ <wsdl:part name="type" type="s:string" />
1735
+ <wsdl:part name="countryCode" type="s:string" />
1736
+ <wsdl:part name="state" type="s:string" />
1737
+ <wsdl:part name="city" type="s:string" />
1738
+ <wsdl:part name="streetAddress" type="s:string" />
1739
+ <wsdl:part name="zipCode" type="s:string" />
1740
+ <wsdl:part name="notificationEmails" type="s:string" />
1741
+ <wsdl:part name="timeZone" type="s:string" />
1742
+ <wsdl:part name="useDaylightSavingTime" type="s:string" />
1743
+ </wsdl:message>
1744
+ <wsdl:message name="CreateLocationHttpPostOut">
1745
+ <wsdl:part name="Body" element="tns:CreateLocationResult" />
1746
+ </wsdl:message>
1747
+ <wsdl:message name="GetUserAddressInfoHttpPostIn">
1748
+ <wsdl:part name="sessionID" type="s:string" />
1749
+ </wsdl:message>
1750
+ <wsdl:message name="GetUserAddressInfoHttpPostOut">
1751
+ <wsdl:part name="Body" element="tns:GetUserAddressInfoResult" />
1752
+ </wsdl:message>
1753
+ <wsdl:message name="GetSystemGeoInfoHttpPostIn">
1754
+ <wsdl:part name="sessionID" type="s:string" />
1755
+ </wsdl:message>
1756
+ <wsdl:message name="GetSystemGeoInfoHttpPostOut">
1757
+ <wsdl:part name="Body" element="tns:GetSystemGeoInfoResult" />
1758
+ </wsdl:message>
1759
+ <wsdl:message name="RegisterGatewayHttpPostIn">
1760
+ <wsdl:part name="sessionID" type="s:string" />
1761
+ <wsdl:part name="locationID" type="s:string" />
1762
+ <wsdl:part name="mac" type="s:string" />
1763
+ <wsdl:part name="crc" type="s:string" />
1764
+ </wsdl:message>
1765
+ <wsdl:message name="RegisterGatewayHttpPostOut">
1766
+ <wsdl:part name="Body" element="tns:RegisterGatewayResult" />
1767
+ </wsdl:message>
1768
+ <wsdl:message name="AuthenticateUserLoginHttpPostIn">
1769
+ <wsdl:part name="username" type="s:string" />
1770
+ <wsdl:part name="password" type="s:string" />
1771
+ <wsdl:part name="applicationID" type="s:string" />
1772
+ <wsdl:part name="applicationVersion" type="s:string" />
1773
+ <wsdl:part name="uiLanguage" type="s:string" />
1774
+ </wsdl:message>
1775
+ <wsdl:message name="AuthenticateUserLoginHttpPostOut">
1776
+ <wsdl:part name="Body" element="tns:AuthenticateLoginResult" />
1777
+ </wsdl:message>
1778
+ <wsdl:message name="ResendAccountActivationEmailHttpPostIn">
1779
+ <wsdl:part name="username" type="s:string" />
1780
+ <wsdl:part name="password" type="s:string" />
1781
+ <wsdl:part name="applicationID" type="s:string" />
1782
+ <wsdl:part name="applicationVersion" type="s:string" />
1783
+ <wsdl:part name="uiLanguage" type="s:string" />
1784
+ </wsdl:message>
1785
+ <wsdl:message name="ResendAccountActivationEmailHttpPostOut">
1786
+ <wsdl:part name="Body" element="tns:WebMethodResult" />
1787
+ </wsdl:message>
1788
+ <wsdl:message name="KeepAliveHttpPostIn">
1789
+ <wsdl:part name="sessionID" type="s:string" />
1790
+ </wsdl:message>
1791
+ <wsdl:message name="KeepAliveHttpPostOut">
1792
+ <wsdl:part name="Body" element="tns:KeepAliveResult" />
1793
+ </wsdl:message>
1794
+ <wsdl:message name="LogOffHttpPostIn">
1795
+ <wsdl:part name="sessionID" type="s:string" />
1796
+ </wsdl:message>
1797
+ <wsdl:message name="LogOffHttpPostOut">
1798
+ <wsdl:part name="Body" element="tns:LogOffResult" />
1799
+ </wsdl:message>
1800
+ <wsdl:message name="GetLocationsHttpPostIn">
1801
+ <wsdl:part name="sessionID" type="s:string" />
1802
+ </wsdl:message>
1803
+ <wsdl:message name="GetLocationsHttpPostOut">
1804
+ <wsdl:part name="Body" element="tns:GetLocationsResult" />
1805
+ </wsdl:message>
1806
+ <wsdl:message name="GetShortLocationInfoHttpPostIn">
1807
+ <wsdl:part name="sessionID" type="s:string" />
1808
+ </wsdl:message>
1809
+ <wsdl:message name="GetShortLocationInfoHttpPostOut">
1810
+ <wsdl:part name="Body" element="tns:GetShortLocationInfoResult" />
1811
+ </wsdl:message>
1812
+ <wsdl:message name="GetVolatileThermostatDataHttpPostIn">
1813
+ <wsdl:part name="sessionID" type="s:string" />
1814
+ <wsdl:part name="thermostatID" type="s:string" />
1815
+ </wsdl:message>
1816
+ <wsdl:message name="GetVolatileThermostatDataHttpPostOut">
1817
+ <wsdl:part name="Body" element="tns:GetVolatileThermostatDataResult" />
1818
+ </wsdl:message>
1819
+ <wsdl:message name="GetThermostatHttpPostIn">
1820
+ <wsdl:part name="sessionID" type="s:string" />
1821
+ <wsdl:part name="thermostatID" type="s:string" />
1822
+ </wsdl:message>
1823
+ <wsdl:message name="GetThermostatHttpPostOut">
1824
+ <wsdl:part name="Body" element="tns:GetThermostatResult" />
1825
+ </wsdl:message>
1826
+ <wsdl:message name="GetThermostatUIHttpPostIn">
1827
+ <wsdl:part name="sessionID" type="s:string" />
1828
+ <wsdl:part name="thermostatID" type="s:string" />
1829
+ </wsdl:message>
1830
+ <wsdl:message name="GetThermostatUIHttpPostOut">
1831
+ <wsdl:part name="Body" element="tns:GetThermostatUIResult" />
1832
+ </wsdl:message>
1833
+ <wsdl:message name="GetThermostatFanHttpPostIn">
1834
+ <wsdl:part name="sessionID" type="s:string" />
1835
+ <wsdl:part name="thermostatID" type="s:string" />
1836
+ </wsdl:message>
1837
+ <wsdl:message name="GetThermostatFanHttpPostOut">
1838
+ <wsdl:part name="Body" element="tns:GetThermostatFanResult" />
1839
+ </wsdl:message>
1840
+ <wsdl:message name="GetThermostatHumidificationHttpPostIn">
1841
+ <wsdl:part name="sessionID" type="s:string" />
1842
+ <wsdl:part name="thermostatID" type="s:string" />
1843
+ </wsdl:message>
1844
+ <wsdl:message name="GetThermostatHumidificationHttpPostOut">
1845
+ <wsdl:part name="Body" element="tns:GetThermostatHumidificationResult" />
1846
+ </wsdl:message>
1847
+ <wsdl:message name="GetWeatherForecastHttpPostIn">
1848
+ <wsdl:part name="sessionID" type="s:string" />
1849
+ <wsdl:part name="locationID" type="s:string" />
1850
+ </wsdl:message>
1851
+ <wsdl:message name="GetWeatherForecastHttpPostOut">
1852
+ <wsdl:part name="Body" element="tns:GetWeatherForecastResult" />
1853
+ </wsdl:message>
1854
+ <wsdl:message name="DismissSiteAlertHttpPostIn">
1855
+ <wsdl:part name="sessionID" type="s:string" />
1856
+ <wsdl:part name="alertID" type="s:string" />
1857
+ </wsdl:message>
1858
+ <wsdl:message name="DismissSiteAlertHttpPostOut">
1859
+ <wsdl:part name="Body" element="tns:WebMethodResult" />
1860
+ </wsdl:message>
1861
+ <wsdl:message name="DismissThermostatAlertHttpPostIn">
1862
+ <wsdl:part name="sessionID" type="s:string" />
1863
+ <wsdl:part name="alertID" type="s:string" />
1864
+ </wsdl:message>
1865
+ <wsdl:message name="DismissThermostatAlertHttpPostOut">
1866
+ <wsdl:part name="Body" element="tns:WebMethodResult" />
1867
+ </wsdl:message>
1868
+ <wsdl:message name="DismissCommunicationAlertHttpPostIn">
1869
+ <wsdl:part name="sessionID" type="s:string" />
1870
+ <wsdl:part name="alertID" type="s:string" />
1871
+ </wsdl:message>
1872
+ <wsdl:message name="DismissCommunicationAlertHttpPostOut">
1873
+ <wsdl:part name="Body" element="tns:WebMethodResult" />
1874
+ </wsdl:message>
1875
+ <wsdl:message name="GetCommTaskStateHttpPostIn">
1876
+ <wsdl:part name="sessionID" type="s:string" />
1877
+ <wsdl:part name="commTaskID" type="s:string" />
1878
+ </wsdl:message>
1879
+ <wsdl:message name="GetCommTaskStateHttpPostOut">
1880
+ <wsdl:part name="Body" element="tns:GetCommTaskStateResult" />
1881
+ </wsdl:message>
1882
+ <wsdl:message name="ChangeThermostatUIHttpPostIn">
1883
+ <wsdl:part name="sessionID" type="s:string" />
1884
+ <wsdl:part name="thermostatID" type="s:string" />
1885
+ <wsdl:part name="changeSystemSwitch" type="s:string" />
1886
+ <wsdl:part name="systemSwitch" type="s:string" />
1887
+ <wsdl:part name="changeHeatSetpoint" type="s:string" />
1888
+ <wsdl:part name="heatSetpoint" type="s:string" />
1889
+ <wsdl:part name="changeCoolSetpoint" type="s:string" />
1890
+ <wsdl:part name="coolSetpoint" type="s:string" />
1891
+ <wsdl:part name="changeHeatNextPeriod" type="s:string" />
1892
+ <wsdl:part name="heatNextPeriod" type="s:string" />
1893
+ <wsdl:part name="changeCoolNextPeriod" type="s:string" />
1894
+ <wsdl:part name="coolNextPeriod" type="s:string" />
1895
+ <wsdl:part name="changeStatusHeat" type="s:string" />
1896
+ <wsdl:part name="statusHeat" type="s:string" />
1897
+ <wsdl:part name="changeStatusCool" type="s:string" />
1898
+ <wsdl:part name="statusCool" type="s:string" />
1899
+ </wsdl:message>
1900
+ <wsdl:message name="ChangeThermostatUIHttpPostOut">
1901
+ <wsdl:part name="Body" element="tns:ChangeRequestResult" />
1902
+ </wsdl:message>
1903
+ <wsdl:message name="ChangeThermostatFanHttpPostIn">
1904
+ <wsdl:part name="sessionID" type="s:string" />
1905
+ <wsdl:part name="thermostatID" type="s:string" />
1906
+ <wsdl:part name="fanSwitch" type="s:string" />
1907
+ </wsdl:message>
1908
+ <wsdl:message name="ChangeThermostatFanHttpPostOut">
1909
+ <wsdl:part name="Body" element="tns:ChangeRequestResult" />
1910
+ </wsdl:message>
1911
+ <wsdl:message name="ChangeThermostatHumidificationHttpPostIn">
1912
+ <wsdl:part name="sessionID" type="s:string" />
1913
+ <wsdl:part name="thermostatID" type="s:string" />
1914
+ <wsdl:part name="setHumidificationSetPoint" type="s:string" />
1915
+ <wsdl:part name="humidificationSetPoint" type="s:string" />
1916
+ <wsdl:part name="setHumidificationMode" type="s:string" />
1917
+ <wsdl:part name="humidificationMode" type="s:string" />
1918
+ <wsdl:part name="setDehumidificationSetPoint" type="s:string" />
1919
+ <wsdl:part name="dehumidificationSetPoint" type="s:string" />
1920
+ <wsdl:part name="setDehumidificationMode" type="s:string" />
1921
+ <wsdl:part name="dehumidificationMode" type="s:string" />
1922
+ </wsdl:message>
1923
+ <wsdl:message name="ChangeThermostatHumidificationHttpPostOut">
1924
+ <wsdl:part name="Body" element="tns:ChangeRequestResult" />
1925
+ </wsdl:message>
1926
+ <wsdl:message name="GetScheduleHttpPostIn">
1927
+ <wsdl:part name="sessionID" type="s:string" />
1928
+ <wsdl:part name="thermostatID" type="s:string" />
1929
+ </wsdl:message>
1930
+ <wsdl:message name="GetScheduleHttpPostOut">
1931
+ <wsdl:part name="Body" element="tns:ScheduleResult" />
1932
+ </wsdl:message>
1933
+ <wsdl:message name="SubmitScheduleChangesHttpPostIn">
1934
+ <wsdl:part name="sessionID" type="s:string" />
1935
+ <wsdl:part name="thermostatID" type="s:string" />
1936
+ </wsdl:message>
1937
+ <wsdl:message name="SubmitScheduleChangesHttpPostOut">
1938
+ <wsdl:part name="Body" element="tns:SubmitScheduleResult" />
1939
+ </wsdl:message>
1940
+ <wsdl:message name="CancelScheduleChangesHttpPostIn">
1941
+ <wsdl:part name="sessionID" type="s:string" />
1942
+ <wsdl:part name="thermostatID" type="s:string" />
1943
+ </wsdl:message>
1944
+ <wsdl:message name="CancelScheduleChangesHttpPostOut">
1945
+ <wsdl:part name="Body" element="tns:ScheduleResult" />
1946
+ </wsdl:message>
1947
+ <wsdl:message name="GetSecurityQuestionsHttpPostIn">
1948
+ <wsdl:part name="email" type="s:string" />
1949
+ <wsdl:part name="applicationID" type="s:string" />
1950
+ <wsdl:part name="applicationVersion" type="s:string" />
1951
+ </wsdl:message>
1952
+ <wsdl:message name="GetSecurityQuestionsHttpPostOut">
1953
+ <wsdl:part name="Body" element="tns:GetSecurityQuestionsResult" />
1954
+ </wsdl:message>
1955
+ <wsdl:message name="ResetPasswordHttpPostIn">
1956
+ <wsdl:part name="email" type="s:string" />
1957
+ <wsdl:part name="secretQuestion" type="s:string" />
1958
+ <wsdl:part name="answer" type="s:string" />
1959
+ <wsdl:part name="applicationID" type="s:string" />
1960
+ <wsdl:part name="applicationVersion" type="s:string" />
1961
+ </wsdl:message>
1962
+ <wsdl:message name="ResetPasswordHttpPostOut">
1963
+ <wsdl:part name="Body" element="tns:WebMethodResult" />
1964
+ </wsdl:message>
1965
+ <wsdl:message name="WiringToolGetThermostatsHttpPostIn">
1966
+ <wsdl:part name="applicationID" type="s:string" />
1967
+ <wsdl:part name="applicationVersion" type="s:string" />
1968
+ </wsdl:message>
1969
+ <wsdl:message name="WiringToolGetThermostatsHttpPostOut">
1970
+ <wsdl:part name="Body" element="tns:WiringToolThermostatsResult" />
1971
+ </wsdl:message>
1972
+ <wsdl:message name="WiringToolGetWireMapWithAnswerHttpPostIn">
1973
+ <wsdl:part name="thermostat" type="s:string" />
1974
+ <wsdl:part name="input" type="s1:StringArray" />
1975
+ <wsdl:part name="answer" type="s:string" />
1976
+ <wsdl:part name="applicationID" type="s:string" />
1977
+ <wsdl:part name="applicationVersion" type="s:string" />
1978
+ </wsdl:message>
1979
+ <wsdl:message name="WiringToolGetWireMapWithAnswerHttpPostOut">
1980
+ <wsdl:part name="Body" element="tns:WiringToolWireMapResult" />
1981
+ </wsdl:message>
1982
+ <wsdl:portType name="MobileV2Soap">
1983
+ <wsdl:operation name="CreateAccount">
1984
+ <wsdl:input message="tns:CreateAccountSoapIn" />
1985
+ <wsdl:output message="tns:CreateAccountSoapOut" />
1986
+ </wsdl:operation>
1987
+ <wsdl:operation name="CreateLocation">
1988
+ <wsdl:input message="tns:CreateLocationSoapIn" />
1989
+ <wsdl:output message="tns:CreateLocationSoapOut" />
1990
+ </wsdl:operation>
1991
+ <wsdl:operation name="GetUserAddressInfo">
1992
+ <wsdl:input message="tns:GetUserAddressInfoSoapIn" />
1993
+ <wsdl:output message="tns:GetUserAddressInfoSoapOut" />
1994
+ </wsdl:operation>
1995
+ <wsdl:operation name="GetSystemGeoInfo">
1996
+ <wsdl:input message="tns:GetSystemGeoInfoSoapIn" />
1997
+ <wsdl:output message="tns:GetSystemGeoInfoSoapOut" />
1998
+ </wsdl:operation>
1999
+ <wsdl:operation name="RegisterGateway">
2000
+ <wsdl:input message="tns:RegisterGatewaySoapIn" />
2001
+ <wsdl:output message="tns:RegisterGatewaySoapOut" />
2002
+ </wsdl:operation>
2003
+ <wsdl:operation name="AuthenticateUserLogin">
2004
+ <wsdl:input message="tns:AuthenticateUserLoginSoapIn" />
2005
+ <wsdl:output message="tns:AuthenticateUserLoginSoapOut" />
2006
+ </wsdl:operation>
2007
+ <wsdl:operation name="ResendAccountActivationEmail">
2008
+ <wsdl:input message="tns:ResendAccountActivationEmailSoapIn" />
2009
+ <wsdl:output message="tns:ResendAccountActivationEmailSoapOut" />
2010
+ </wsdl:operation>
2011
+ <wsdl:operation name="KeepAlive">
2012
+ <wsdl:input message="tns:KeepAliveSoapIn" />
2013
+ <wsdl:output message="tns:KeepAliveSoapOut" />
2014
+ </wsdl:operation>
2015
+ <wsdl:operation name="LogOff">
2016
+ <wsdl:input message="tns:LogOffSoapIn" />
2017
+ <wsdl:output message="tns:LogOffSoapOut" />
2018
+ </wsdl:operation>
2019
+ <wsdl:operation name="GetLocations">
2020
+ <wsdl:input message="tns:GetLocationsSoapIn" />
2021
+ <wsdl:output message="tns:GetLocationsSoapOut" />
2022
+ </wsdl:operation>
2023
+ <wsdl:operation name="GetShortLocationInfo">
2024
+ <wsdl:input message="tns:GetShortLocationInfoSoapIn" />
2025
+ <wsdl:output message="tns:GetShortLocationInfoSoapOut" />
2026
+ </wsdl:operation>
2027
+ <wsdl:operation name="GetVolatileThermostatData">
2028
+ <wsdl:input message="tns:GetVolatileThermostatDataSoapIn" />
2029
+ <wsdl:output message="tns:GetVolatileThermostatDataSoapOut" />
2030
+ </wsdl:operation>
2031
+ <wsdl:operation name="GetThermostat">
2032
+ <wsdl:input message="tns:GetThermostatSoapIn" />
2033
+ <wsdl:output message="tns:GetThermostatSoapOut" />
2034
+ </wsdl:operation>
2035
+ <wsdl:operation name="GetThermostatUI">
2036
+ <wsdl:input message="tns:GetThermostatUISoapIn" />
2037
+ <wsdl:output message="tns:GetThermostatUISoapOut" />
2038
+ </wsdl:operation>
2039
+ <wsdl:operation name="GetThermostatFan">
2040
+ <wsdl:input message="tns:GetThermostatFanSoapIn" />
2041
+ <wsdl:output message="tns:GetThermostatFanSoapOut" />
2042
+ </wsdl:operation>
2043
+ <wsdl:operation name="GetThermostatHumidification">
2044
+ <wsdl:input message="tns:GetThermostatHumidificationSoapIn" />
2045
+ <wsdl:output message="tns:GetThermostatHumidificationSoapOut" />
2046
+ </wsdl:operation>
2047
+ <wsdl:operation name="GetWeatherForecast">
2048
+ <wsdl:input message="tns:GetWeatherForecastSoapIn" />
2049
+ <wsdl:output message="tns:GetWeatherForecastSoapOut" />
2050
+ </wsdl:operation>
2051
+ <wsdl:operation name="DismissSiteAlert">
2052
+ <wsdl:input message="tns:DismissSiteAlertSoapIn" />
2053
+ <wsdl:output message="tns:DismissSiteAlertSoapOut" />
2054
+ </wsdl:operation>
2055
+ <wsdl:operation name="DismissThermostatAlert">
2056
+ <wsdl:input message="tns:DismissThermostatAlertSoapIn" />
2057
+ <wsdl:output message="tns:DismissThermostatAlertSoapOut" />
2058
+ </wsdl:operation>
2059
+ <wsdl:operation name="DismissCommunicationAlert">
2060
+ <wsdl:input message="tns:DismissCommunicationAlertSoapIn" />
2061
+ <wsdl:output message="tns:DismissCommunicationAlertSoapOut" />
2062
+ </wsdl:operation>
2063
+ <wsdl:operation name="GetCommTaskState">
2064
+ <wsdl:input message="tns:GetCommTaskStateSoapIn" />
2065
+ <wsdl:output message="tns:GetCommTaskStateSoapOut" />
2066
+ </wsdl:operation>
2067
+ <wsdl:operation name="ChangeThermostatUI">
2068
+ <wsdl:input message="tns:ChangeThermostatUISoapIn" />
2069
+ <wsdl:output message="tns:ChangeThermostatUISoapOut" />
2070
+ </wsdl:operation>
2071
+ <wsdl:operation name="ChangeThermostatFan">
2072
+ <wsdl:input message="tns:ChangeThermostatFanSoapIn" />
2073
+ <wsdl:output message="tns:ChangeThermostatFanSoapOut" />
2074
+ </wsdl:operation>
2075
+ <wsdl:operation name="ChangeThermostatHumidification">
2076
+ <wsdl:input message="tns:ChangeThermostatHumidificationSoapIn" />
2077
+ <wsdl:output message="tns:ChangeThermostatHumidificationSoapOut" />
2078
+ </wsdl:operation>
2079
+ <wsdl:operation name="GetSchedule">
2080
+ <wsdl:input message="tns:GetScheduleSoapIn" />
2081
+ <wsdl:output message="tns:GetScheduleSoapOut" />
2082
+ </wsdl:operation>
2083
+ <wsdl:operation name="ChangeSchedule">
2084
+ <wsdl:input message="tns:ChangeScheduleSoapIn" />
2085
+ <wsdl:output message="tns:ChangeScheduleSoapOut" />
2086
+ </wsdl:operation>
2087
+ <wsdl:operation name="SubmitScheduleChanges">
2088
+ <wsdl:input message="tns:SubmitScheduleChangesSoapIn" />
2089
+ <wsdl:output message="tns:SubmitScheduleChangesSoapOut" />
2090
+ </wsdl:operation>
2091
+ <wsdl:operation name="CancelScheduleChanges">
2092
+ <wsdl:input message="tns:CancelScheduleChangesSoapIn" />
2093
+ <wsdl:output message="tns:CancelScheduleChangesSoapOut" />
2094
+ </wsdl:operation>
2095
+ <wsdl:operation name="GetSecurityQuestions">
2096
+ <wsdl:input message="tns:GetSecurityQuestionsSoapIn" />
2097
+ <wsdl:output message="tns:GetSecurityQuestionsSoapOut" />
2098
+ </wsdl:operation>
2099
+ <wsdl:operation name="ResetPassword">
2100
+ <wsdl:input message="tns:ResetPasswordSoapIn" />
2101
+ <wsdl:output message="tns:ResetPasswordSoapOut" />
2102
+ </wsdl:operation>
2103
+ <wsdl:operation name="WiringToolGetThermostats">
2104
+ <wsdl:input message="tns:WiringToolGetThermostatsSoapIn" />
2105
+ <wsdl:output message="tns:WiringToolGetThermostatsSoapOut" />
2106
+ </wsdl:operation>
2107
+ <wsdl:operation name="WiringToolGetWireMapWithAnswer">
2108
+ <wsdl:input message="tns:WiringToolGetWireMapWithAnswerSoapIn" />
2109
+ <wsdl:output message="tns:WiringToolGetWireMapWithAnswerSoapOut" />
2110
+ </wsdl:operation>
2111
+ </wsdl:portType>
2112
+ <wsdl:portType name="MobileV2HttpGet">
2113
+ <wsdl:operation name="CreateAccount">
2114
+ <wsdl:input message="tns:CreateAccountHttpGetIn" />
2115
+ <wsdl:output message="tns:CreateAccountHttpGetOut" />
2116
+ </wsdl:operation>
2117
+ <wsdl:operation name="CreateLocation">
2118
+ <wsdl:input message="tns:CreateLocationHttpGetIn" />
2119
+ <wsdl:output message="tns:CreateLocationHttpGetOut" />
2120
+ </wsdl:operation>
2121
+ <wsdl:operation name="GetUserAddressInfo">
2122
+ <wsdl:input message="tns:GetUserAddressInfoHttpGetIn" />
2123
+ <wsdl:output message="tns:GetUserAddressInfoHttpGetOut" />
2124
+ </wsdl:operation>
2125
+ <wsdl:operation name="GetSystemGeoInfo">
2126
+ <wsdl:input message="tns:GetSystemGeoInfoHttpGetIn" />
2127
+ <wsdl:output message="tns:GetSystemGeoInfoHttpGetOut" />
2128
+ </wsdl:operation>
2129
+ <wsdl:operation name="RegisterGateway">
2130
+ <wsdl:input message="tns:RegisterGatewayHttpGetIn" />
2131
+ <wsdl:output message="tns:RegisterGatewayHttpGetOut" />
2132
+ </wsdl:operation>
2133
+ <wsdl:operation name="AuthenticateUserLogin">
2134
+ <wsdl:input message="tns:AuthenticateUserLoginHttpGetIn" />
2135
+ <wsdl:output message="tns:AuthenticateUserLoginHttpGetOut" />
2136
+ </wsdl:operation>
2137
+ <wsdl:operation name="ResendAccountActivationEmail">
2138
+ <wsdl:input message="tns:ResendAccountActivationEmailHttpGetIn" />
2139
+ <wsdl:output message="tns:ResendAccountActivationEmailHttpGetOut" />
2140
+ </wsdl:operation>
2141
+ <wsdl:operation name="KeepAlive">
2142
+ <wsdl:input message="tns:KeepAliveHttpGetIn" />
2143
+ <wsdl:output message="tns:KeepAliveHttpGetOut" />
2144
+ </wsdl:operation>
2145
+ <wsdl:operation name="LogOff">
2146
+ <wsdl:input message="tns:LogOffHttpGetIn" />
2147
+ <wsdl:output message="tns:LogOffHttpGetOut" />
2148
+ </wsdl:operation>
2149
+ <wsdl:operation name="GetLocations">
2150
+ <wsdl:input message="tns:GetLocationsHttpGetIn" />
2151
+ <wsdl:output message="tns:GetLocationsHttpGetOut" />
2152
+ </wsdl:operation>
2153
+ <wsdl:operation name="GetShortLocationInfo">
2154
+ <wsdl:input message="tns:GetShortLocationInfoHttpGetIn" />
2155
+ <wsdl:output message="tns:GetShortLocationInfoHttpGetOut" />
2156
+ </wsdl:operation>
2157
+ <wsdl:operation name="GetVolatileThermostatData">
2158
+ <wsdl:input message="tns:GetVolatileThermostatDataHttpGetIn" />
2159
+ <wsdl:output message="tns:GetVolatileThermostatDataHttpGetOut" />
2160
+ </wsdl:operation>
2161
+ <wsdl:operation name="GetThermostat">
2162
+ <wsdl:input message="tns:GetThermostatHttpGetIn" />
2163
+ <wsdl:output message="tns:GetThermostatHttpGetOut" />
2164
+ </wsdl:operation>
2165
+ <wsdl:operation name="GetThermostatUI">
2166
+ <wsdl:input message="tns:GetThermostatUIHttpGetIn" />
2167
+ <wsdl:output message="tns:GetThermostatUIHttpGetOut" />
2168
+ </wsdl:operation>
2169
+ <wsdl:operation name="GetThermostatFan">
2170
+ <wsdl:input message="tns:GetThermostatFanHttpGetIn" />
2171
+ <wsdl:output message="tns:GetThermostatFanHttpGetOut" />
2172
+ </wsdl:operation>
2173
+ <wsdl:operation name="GetThermostatHumidification">
2174
+ <wsdl:input message="tns:GetThermostatHumidificationHttpGetIn" />
2175
+ <wsdl:output message="tns:GetThermostatHumidificationHttpGetOut" />
2176
+ </wsdl:operation>
2177
+ <wsdl:operation name="GetWeatherForecast">
2178
+ <wsdl:input message="tns:GetWeatherForecastHttpGetIn" />
2179
+ <wsdl:output message="tns:GetWeatherForecastHttpGetOut" />
2180
+ </wsdl:operation>
2181
+ <wsdl:operation name="DismissSiteAlert">
2182
+ <wsdl:input message="tns:DismissSiteAlertHttpGetIn" />
2183
+ <wsdl:output message="tns:DismissSiteAlertHttpGetOut" />
2184
+ </wsdl:operation>
2185
+ <wsdl:operation name="DismissThermostatAlert">
2186
+ <wsdl:input message="tns:DismissThermostatAlertHttpGetIn" />
2187
+ <wsdl:output message="tns:DismissThermostatAlertHttpGetOut" />
2188
+ </wsdl:operation>
2189
+ <wsdl:operation name="DismissCommunicationAlert">
2190
+ <wsdl:input message="tns:DismissCommunicationAlertHttpGetIn" />
2191
+ <wsdl:output message="tns:DismissCommunicationAlertHttpGetOut" />
2192
+ </wsdl:operation>
2193
+ <wsdl:operation name="GetCommTaskState">
2194
+ <wsdl:input message="tns:GetCommTaskStateHttpGetIn" />
2195
+ <wsdl:output message="tns:GetCommTaskStateHttpGetOut" />
2196
+ </wsdl:operation>
2197
+ <wsdl:operation name="ChangeThermostatUI">
2198
+ <wsdl:input message="tns:ChangeThermostatUIHttpGetIn" />
2199
+ <wsdl:output message="tns:ChangeThermostatUIHttpGetOut" />
2200
+ </wsdl:operation>
2201
+ <wsdl:operation name="ChangeThermostatFan">
2202
+ <wsdl:input message="tns:ChangeThermostatFanHttpGetIn" />
2203
+ <wsdl:output message="tns:ChangeThermostatFanHttpGetOut" />
2204
+ </wsdl:operation>
2205
+ <wsdl:operation name="ChangeThermostatHumidification">
2206
+ <wsdl:input message="tns:ChangeThermostatHumidificationHttpGetIn" />
2207
+ <wsdl:output message="tns:ChangeThermostatHumidificationHttpGetOut" />
2208
+ </wsdl:operation>
2209
+ <wsdl:operation name="GetSchedule">
2210
+ <wsdl:input message="tns:GetScheduleHttpGetIn" />
2211
+ <wsdl:output message="tns:GetScheduleHttpGetOut" />
2212
+ </wsdl:operation>
2213
+ <wsdl:operation name="SubmitScheduleChanges">
2214
+ <wsdl:input message="tns:SubmitScheduleChangesHttpGetIn" />
2215
+ <wsdl:output message="tns:SubmitScheduleChangesHttpGetOut" />
2216
+ </wsdl:operation>
2217
+ <wsdl:operation name="CancelScheduleChanges">
2218
+ <wsdl:input message="tns:CancelScheduleChangesHttpGetIn" />
2219
+ <wsdl:output message="tns:CancelScheduleChangesHttpGetOut" />
2220
+ </wsdl:operation>
2221
+ <wsdl:operation name="GetSecurityQuestions">
2222
+ <wsdl:input message="tns:GetSecurityQuestionsHttpGetIn" />
2223
+ <wsdl:output message="tns:GetSecurityQuestionsHttpGetOut" />
2224
+ </wsdl:operation>
2225
+ <wsdl:operation name="ResetPassword">
2226
+ <wsdl:input message="tns:ResetPasswordHttpGetIn" />
2227
+ <wsdl:output message="tns:ResetPasswordHttpGetOut" />
2228
+ </wsdl:operation>
2229
+ <wsdl:operation name="WiringToolGetThermostats">
2230
+ <wsdl:input message="tns:WiringToolGetThermostatsHttpGetIn" />
2231
+ <wsdl:output message="tns:WiringToolGetThermostatsHttpGetOut" />
2232
+ </wsdl:operation>
2233
+ <wsdl:operation name="WiringToolGetWireMapWithAnswer">
2234
+ <wsdl:input message="tns:WiringToolGetWireMapWithAnswerHttpGetIn" />
2235
+ <wsdl:output message="tns:WiringToolGetWireMapWithAnswerHttpGetOut" />
2236
+ </wsdl:operation>
2237
+ </wsdl:portType>
2238
+ <wsdl:portType name="MobileV2HttpPost">
2239
+ <wsdl:operation name="CreateAccount">
2240
+ <wsdl:input message="tns:CreateAccountHttpPostIn" />
2241
+ <wsdl:output message="tns:CreateAccountHttpPostOut" />
2242
+ </wsdl:operation>
2243
+ <wsdl:operation name="CreateLocation">
2244
+ <wsdl:input message="tns:CreateLocationHttpPostIn" />
2245
+ <wsdl:output message="tns:CreateLocationHttpPostOut" />
2246
+ </wsdl:operation>
2247
+ <wsdl:operation name="GetUserAddressInfo">
2248
+ <wsdl:input message="tns:GetUserAddressInfoHttpPostIn" />
2249
+ <wsdl:output message="tns:GetUserAddressInfoHttpPostOut" />
2250
+ </wsdl:operation>
2251
+ <wsdl:operation name="GetSystemGeoInfo">
2252
+ <wsdl:input message="tns:GetSystemGeoInfoHttpPostIn" />
2253
+ <wsdl:output message="tns:GetSystemGeoInfoHttpPostOut" />
2254
+ </wsdl:operation>
2255
+ <wsdl:operation name="RegisterGateway">
2256
+ <wsdl:input message="tns:RegisterGatewayHttpPostIn" />
2257
+ <wsdl:output message="tns:RegisterGatewayHttpPostOut" />
2258
+ </wsdl:operation>
2259
+ <wsdl:operation name="AuthenticateUserLogin">
2260
+ <wsdl:input message="tns:AuthenticateUserLoginHttpPostIn" />
2261
+ <wsdl:output message="tns:AuthenticateUserLoginHttpPostOut" />
2262
+ </wsdl:operation>
2263
+ <wsdl:operation name="ResendAccountActivationEmail">
2264
+ <wsdl:input message="tns:ResendAccountActivationEmailHttpPostIn" />
2265
+ <wsdl:output message="tns:ResendAccountActivationEmailHttpPostOut" />
2266
+ </wsdl:operation>
2267
+ <wsdl:operation name="KeepAlive">
2268
+ <wsdl:input message="tns:KeepAliveHttpPostIn" />
2269
+ <wsdl:output message="tns:KeepAliveHttpPostOut" />
2270
+ </wsdl:operation>
2271
+ <wsdl:operation name="LogOff">
2272
+ <wsdl:input message="tns:LogOffHttpPostIn" />
2273
+ <wsdl:output message="tns:LogOffHttpPostOut" />
2274
+ </wsdl:operation>
2275
+ <wsdl:operation name="GetLocations">
2276
+ <wsdl:input message="tns:GetLocationsHttpPostIn" />
2277
+ <wsdl:output message="tns:GetLocationsHttpPostOut" />
2278
+ </wsdl:operation>
2279
+ <wsdl:operation name="GetShortLocationInfo">
2280
+ <wsdl:input message="tns:GetShortLocationInfoHttpPostIn" />
2281
+ <wsdl:output message="tns:GetShortLocationInfoHttpPostOut" />
2282
+ </wsdl:operation>
2283
+ <wsdl:operation name="GetVolatileThermostatData">
2284
+ <wsdl:input message="tns:GetVolatileThermostatDataHttpPostIn" />
2285
+ <wsdl:output message="tns:GetVolatileThermostatDataHttpPostOut" />
2286
+ </wsdl:operation>
2287
+ <wsdl:operation name="GetThermostat">
2288
+ <wsdl:input message="tns:GetThermostatHttpPostIn" />
2289
+ <wsdl:output message="tns:GetThermostatHttpPostOut" />
2290
+ </wsdl:operation>
2291
+ <wsdl:operation name="GetThermostatUI">
2292
+ <wsdl:input message="tns:GetThermostatUIHttpPostIn" />
2293
+ <wsdl:output message="tns:GetThermostatUIHttpPostOut" />
2294
+ </wsdl:operation>
2295
+ <wsdl:operation name="GetThermostatFan">
2296
+ <wsdl:input message="tns:GetThermostatFanHttpPostIn" />
2297
+ <wsdl:output message="tns:GetThermostatFanHttpPostOut" />
2298
+ </wsdl:operation>
2299
+ <wsdl:operation name="GetThermostatHumidification">
2300
+ <wsdl:input message="tns:GetThermostatHumidificationHttpPostIn" />
2301
+ <wsdl:output message="tns:GetThermostatHumidificationHttpPostOut" />
2302
+ </wsdl:operation>
2303
+ <wsdl:operation name="GetWeatherForecast">
2304
+ <wsdl:input message="tns:GetWeatherForecastHttpPostIn" />
2305
+ <wsdl:output message="tns:GetWeatherForecastHttpPostOut" />
2306
+ </wsdl:operation>
2307
+ <wsdl:operation name="DismissSiteAlert">
2308
+ <wsdl:input message="tns:DismissSiteAlertHttpPostIn" />
2309
+ <wsdl:output message="tns:DismissSiteAlertHttpPostOut" />
2310
+ </wsdl:operation>
2311
+ <wsdl:operation name="DismissThermostatAlert">
2312
+ <wsdl:input message="tns:DismissThermostatAlertHttpPostIn" />
2313
+ <wsdl:output message="tns:DismissThermostatAlertHttpPostOut" />
2314
+ </wsdl:operation>
2315
+ <wsdl:operation name="DismissCommunicationAlert">
2316
+ <wsdl:input message="tns:DismissCommunicationAlertHttpPostIn" />
2317
+ <wsdl:output message="tns:DismissCommunicationAlertHttpPostOut" />
2318
+ </wsdl:operation>
2319
+ <wsdl:operation name="GetCommTaskState">
2320
+ <wsdl:input message="tns:GetCommTaskStateHttpPostIn" />
2321
+ <wsdl:output message="tns:GetCommTaskStateHttpPostOut" />
2322
+ </wsdl:operation>
2323
+ <wsdl:operation name="ChangeThermostatUI">
2324
+ <wsdl:input message="tns:ChangeThermostatUIHttpPostIn" />
2325
+ <wsdl:output message="tns:ChangeThermostatUIHttpPostOut" />
2326
+ </wsdl:operation>
2327
+ <wsdl:operation name="ChangeThermostatFan">
2328
+ <wsdl:input message="tns:ChangeThermostatFanHttpPostIn" />
2329
+ <wsdl:output message="tns:ChangeThermostatFanHttpPostOut" />
2330
+ </wsdl:operation>
2331
+ <wsdl:operation name="ChangeThermostatHumidification">
2332
+ <wsdl:input message="tns:ChangeThermostatHumidificationHttpPostIn" />
2333
+ <wsdl:output message="tns:ChangeThermostatHumidificationHttpPostOut" />
2334
+ </wsdl:operation>
2335
+ <wsdl:operation name="GetSchedule">
2336
+ <wsdl:input message="tns:GetScheduleHttpPostIn" />
2337
+ <wsdl:output message="tns:GetScheduleHttpPostOut" />
2338
+ </wsdl:operation>
2339
+ <wsdl:operation name="SubmitScheduleChanges">
2340
+ <wsdl:input message="tns:SubmitScheduleChangesHttpPostIn" />
2341
+ <wsdl:output message="tns:SubmitScheduleChangesHttpPostOut" />
2342
+ </wsdl:operation>
2343
+ <wsdl:operation name="CancelScheduleChanges">
2344
+ <wsdl:input message="tns:CancelScheduleChangesHttpPostIn" />
2345
+ <wsdl:output message="tns:CancelScheduleChangesHttpPostOut" />
2346
+ </wsdl:operation>
2347
+ <wsdl:operation name="GetSecurityQuestions">
2348
+ <wsdl:input message="tns:GetSecurityQuestionsHttpPostIn" />
2349
+ <wsdl:output message="tns:GetSecurityQuestionsHttpPostOut" />
2350
+ </wsdl:operation>
2351
+ <wsdl:operation name="ResetPassword">
2352
+ <wsdl:input message="tns:ResetPasswordHttpPostIn" />
2353
+ <wsdl:output message="tns:ResetPasswordHttpPostOut" />
2354
+ </wsdl:operation>
2355
+ <wsdl:operation name="WiringToolGetThermostats">
2356
+ <wsdl:input message="tns:WiringToolGetThermostatsHttpPostIn" />
2357
+ <wsdl:output message="tns:WiringToolGetThermostatsHttpPostOut" />
2358
+ </wsdl:operation>
2359
+ <wsdl:operation name="WiringToolGetWireMapWithAnswer">
2360
+ <wsdl:input message="tns:WiringToolGetWireMapWithAnswerHttpPostIn" />
2361
+ <wsdl:output message="tns:WiringToolGetWireMapWithAnswerHttpPostOut" />
2362
+ </wsdl:operation>
2363
+ </wsdl:portType>
2364
+ <wsdl:binding name="MobileV2Soap" type="tns:MobileV2Soap">
2365
+ <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
2366
+ <wsdl:operation name="CreateAccount">
2367
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/CreateAccount" style="document" />
2368
+ <wsdl:input>
2369
+ <soap:body use="literal" />
2370
+ </wsdl:input>
2371
+ <wsdl:output>
2372
+ <soap:body use="literal" />
2373
+ </wsdl:output>
2374
+ </wsdl:operation>
2375
+ <wsdl:operation name="CreateLocation">
2376
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/CreateLocation" style="document" />
2377
+ <wsdl:input>
2378
+ <soap:body use="literal" />
2379
+ </wsdl:input>
2380
+ <wsdl:output>
2381
+ <soap:body use="literal" />
2382
+ </wsdl:output>
2383
+ </wsdl:operation>
2384
+ <wsdl:operation name="GetUserAddressInfo">
2385
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetUserAddressInfo" style="document" />
2386
+ <wsdl:input>
2387
+ <soap:body use="literal" />
2388
+ </wsdl:input>
2389
+ <wsdl:output>
2390
+ <soap:body use="literal" />
2391
+ </wsdl:output>
2392
+ </wsdl:operation>
2393
+ <wsdl:operation name="GetSystemGeoInfo">
2394
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetSystemGeoInfo" style="document" />
2395
+ <wsdl:input>
2396
+ <soap:body use="literal" />
2397
+ </wsdl:input>
2398
+ <wsdl:output>
2399
+ <soap:body use="literal" />
2400
+ </wsdl:output>
2401
+ </wsdl:operation>
2402
+ <wsdl:operation name="RegisterGateway">
2403
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/RegisterGateway" style="document" />
2404
+ <wsdl:input>
2405
+ <soap:body use="literal" />
2406
+ </wsdl:input>
2407
+ <wsdl:output>
2408
+ <soap:body use="literal" />
2409
+ </wsdl:output>
2410
+ </wsdl:operation>
2411
+ <wsdl:operation name="AuthenticateUserLogin">
2412
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/AuthenticateUserLogin" style="document" />
2413
+ <wsdl:input>
2414
+ <soap:body use="literal" />
2415
+ </wsdl:input>
2416
+ <wsdl:output>
2417
+ <soap:body use="literal" />
2418
+ </wsdl:output>
2419
+ </wsdl:operation>
2420
+ <wsdl:operation name="ResendAccountActivationEmail">
2421
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/ResendAccountActivationEmail" style="document" />
2422
+ <wsdl:input>
2423
+ <soap:body use="literal" />
2424
+ </wsdl:input>
2425
+ <wsdl:output>
2426
+ <soap:body use="literal" />
2427
+ </wsdl:output>
2428
+ </wsdl:operation>
2429
+ <wsdl:operation name="KeepAlive">
2430
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/KeepAlive" style="document" />
2431
+ <wsdl:input>
2432
+ <soap:body use="literal" />
2433
+ </wsdl:input>
2434
+ <wsdl:output>
2435
+ <soap:body use="literal" />
2436
+ </wsdl:output>
2437
+ </wsdl:operation>
2438
+ <wsdl:operation name="LogOff">
2439
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/LogOff" style="document" />
2440
+ <wsdl:input>
2441
+ <soap:body use="literal" />
2442
+ </wsdl:input>
2443
+ <wsdl:output>
2444
+ <soap:body use="literal" />
2445
+ </wsdl:output>
2446
+ </wsdl:operation>
2447
+ <wsdl:operation name="GetLocations">
2448
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetLocations" style="document" />
2449
+ <wsdl:input>
2450
+ <soap:body use="literal" />
2451
+ </wsdl:input>
2452
+ <wsdl:output>
2453
+ <soap:body use="literal" />
2454
+ </wsdl:output>
2455
+ </wsdl:operation>
2456
+ <wsdl:operation name="GetShortLocationInfo">
2457
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetShortLocationInfo" style="document" />
2458
+ <wsdl:input>
2459
+ <soap:body use="literal" />
2460
+ </wsdl:input>
2461
+ <wsdl:output>
2462
+ <soap:body use="literal" />
2463
+ </wsdl:output>
2464
+ </wsdl:operation>
2465
+ <wsdl:operation name="GetVolatileThermostatData">
2466
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetVolatileThermostatData" style="document" />
2467
+ <wsdl:input>
2468
+ <soap:body use="literal" />
2469
+ </wsdl:input>
2470
+ <wsdl:output>
2471
+ <soap:body use="literal" />
2472
+ </wsdl:output>
2473
+ </wsdl:operation>
2474
+ <wsdl:operation name="GetThermostat">
2475
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetThermostat" style="document" />
2476
+ <wsdl:input>
2477
+ <soap:body use="literal" />
2478
+ </wsdl:input>
2479
+ <wsdl:output>
2480
+ <soap:body use="literal" />
2481
+ </wsdl:output>
2482
+ </wsdl:operation>
2483
+ <wsdl:operation name="GetThermostatUI">
2484
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetThermostatUI" style="document" />
2485
+ <wsdl:input>
2486
+ <soap:body use="literal" />
2487
+ </wsdl:input>
2488
+ <wsdl:output>
2489
+ <soap:body use="literal" />
2490
+ </wsdl:output>
2491
+ </wsdl:operation>
2492
+ <wsdl:operation name="GetThermostatFan">
2493
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetThermostatFan" style="document" />
2494
+ <wsdl:input>
2495
+ <soap:body use="literal" />
2496
+ </wsdl:input>
2497
+ <wsdl:output>
2498
+ <soap:body use="literal" />
2499
+ </wsdl:output>
2500
+ </wsdl:operation>
2501
+ <wsdl:operation name="GetThermostatHumidification">
2502
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetThermostatHumidification" style="document" />
2503
+ <wsdl:input>
2504
+ <soap:body use="literal" />
2505
+ </wsdl:input>
2506
+ <wsdl:output>
2507
+ <soap:body use="literal" />
2508
+ </wsdl:output>
2509
+ </wsdl:operation>
2510
+ <wsdl:operation name="GetWeatherForecast">
2511
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetWeatherForecast" style="document" />
2512
+ <wsdl:input>
2513
+ <soap:body use="literal" />
2514
+ </wsdl:input>
2515
+ <wsdl:output>
2516
+ <soap:body use="literal" />
2517
+ </wsdl:output>
2518
+ </wsdl:operation>
2519
+ <wsdl:operation name="DismissSiteAlert">
2520
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/DismissSiteAlert" style="document" />
2521
+ <wsdl:input>
2522
+ <soap:body use="literal" />
2523
+ </wsdl:input>
2524
+ <wsdl:output>
2525
+ <soap:body use="literal" />
2526
+ </wsdl:output>
2527
+ </wsdl:operation>
2528
+ <wsdl:operation name="DismissThermostatAlert">
2529
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/DismissThermostatAlert" style="document" />
2530
+ <wsdl:input>
2531
+ <soap:body use="literal" />
2532
+ </wsdl:input>
2533
+ <wsdl:output>
2534
+ <soap:body use="literal" />
2535
+ </wsdl:output>
2536
+ </wsdl:operation>
2537
+ <wsdl:operation name="DismissCommunicationAlert">
2538
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/DismissCommunicationAlert" style="document" />
2539
+ <wsdl:input>
2540
+ <soap:body use="literal" />
2541
+ </wsdl:input>
2542
+ <wsdl:output>
2543
+ <soap:body use="literal" />
2544
+ </wsdl:output>
2545
+ </wsdl:operation>
2546
+ <wsdl:operation name="GetCommTaskState">
2547
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetCommTaskState" style="document" />
2548
+ <wsdl:input>
2549
+ <soap:body use="literal" />
2550
+ </wsdl:input>
2551
+ <wsdl:output>
2552
+ <soap:body use="literal" />
2553
+ </wsdl:output>
2554
+ </wsdl:operation>
2555
+ <wsdl:operation name="ChangeThermostatUI">
2556
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/ChangeThermostatUI" style="document" />
2557
+ <wsdl:input>
2558
+ <soap:body use="literal" />
2559
+ </wsdl:input>
2560
+ <wsdl:output>
2561
+ <soap:body use="literal" />
2562
+ </wsdl:output>
2563
+ </wsdl:operation>
2564
+ <wsdl:operation name="ChangeThermostatFan">
2565
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/ChangeThermostatFan" style="document" />
2566
+ <wsdl:input>
2567
+ <soap:body use="literal" />
2568
+ </wsdl:input>
2569
+ <wsdl:output>
2570
+ <soap:body use="literal" />
2571
+ </wsdl:output>
2572
+ </wsdl:operation>
2573
+ <wsdl:operation name="ChangeThermostatHumidification">
2574
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/ChangeThermostatHumidification" style="document" />
2575
+ <wsdl:input>
2576
+ <soap:body use="literal" />
2577
+ </wsdl:input>
2578
+ <wsdl:output>
2579
+ <soap:body use="literal" />
2580
+ </wsdl:output>
2581
+ </wsdl:operation>
2582
+ <wsdl:operation name="GetSchedule">
2583
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetSchedule" style="document" />
2584
+ <wsdl:input>
2585
+ <soap:body use="literal" />
2586
+ </wsdl:input>
2587
+ <wsdl:output>
2588
+ <soap:body use="literal" />
2589
+ </wsdl:output>
2590
+ </wsdl:operation>
2591
+ <wsdl:operation name="ChangeSchedule">
2592
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/ChangeSchedule" style="document" />
2593
+ <wsdl:input>
2594
+ <soap:body use="literal" />
2595
+ </wsdl:input>
2596
+ <wsdl:output>
2597
+ <soap:body use="literal" />
2598
+ </wsdl:output>
2599
+ </wsdl:operation>
2600
+ <wsdl:operation name="SubmitScheduleChanges">
2601
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/SubmitScheduleChanges" style="document" />
2602
+ <wsdl:input>
2603
+ <soap:body use="literal" />
2604
+ </wsdl:input>
2605
+ <wsdl:output>
2606
+ <soap:body use="literal" />
2607
+ </wsdl:output>
2608
+ </wsdl:operation>
2609
+ <wsdl:operation name="CancelScheduleChanges">
2610
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/CancelScheduleChanges" style="document" />
2611
+ <wsdl:input>
2612
+ <soap:body use="literal" />
2613
+ </wsdl:input>
2614
+ <wsdl:output>
2615
+ <soap:body use="literal" />
2616
+ </wsdl:output>
2617
+ </wsdl:operation>
2618
+ <wsdl:operation name="GetSecurityQuestions">
2619
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetSecurityQuestions" style="document" />
2620
+ <wsdl:input>
2621
+ <soap:body use="literal" />
2622
+ </wsdl:input>
2623
+ <wsdl:output>
2624
+ <soap:body use="literal" />
2625
+ </wsdl:output>
2626
+ </wsdl:operation>
2627
+ <wsdl:operation name="ResetPassword">
2628
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/ResetPassword" style="document" />
2629
+ <wsdl:input>
2630
+ <soap:body use="literal" />
2631
+ </wsdl:input>
2632
+ <wsdl:output>
2633
+ <soap:body use="literal" />
2634
+ </wsdl:output>
2635
+ </wsdl:operation>
2636
+ <wsdl:operation name="WiringToolGetThermostats">
2637
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/WiringToolGetThermostats" style="document" />
2638
+ <wsdl:input>
2639
+ <soap:body use="literal" />
2640
+ </wsdl:input>
2641
+ <wsdl:output>
2642
+ <soap:body use="literal" />
2643
+ </wsdl:output>
2644
+ </wsdl:operation>
2645
+ <wsdl:operation name="WiringToolGetWireMapWithAnswer">
2646
+ <soap:operation soapAction="http://services.alarmnet.com/Services/MobileV2/WiringToolGetWireMapWithAnswer" style="document" />
2647
+ <wsdl:input>
2648
+ <soap:body use="literal" />
2649
+ </wsdl:input>
2650
+ <wsdl:output>
2651
+ <soap:body use="literal" />
2652
+ </wsdl:output>
2653
+ </wsdl:operation>
2654
+ </wsdl:binding>
2655
+ <wsdl:binding name="MobileV2Soap12" type="tns:MobileV2Soap">
2656
+ <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
2657
+ <wsdl:operation name="CreateAccount">
2658
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/CreateAccount" style="document" />
2659
+ <wsdl:input>
2660
+ <soap12:body use="literal" />
2661
+ </wsdl:input>
2662
+ <wsdl:output>
2663
+ <soap12:body use="literal" />
2664
+ </wsdl:output>
2665
+ </wsdl:operation>
2666
+ <wsdl:operation name="CreateLocation">
2667
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/CreateLocation" style="document" />
2668
+ <wsdl:input>
2669
+ <soap12:body use="literal" />
2670
+ </wsdl:input>
2671
+ <wsdl:output>
2672
+ <soap12:body use="literal" />
2673
+ </wsdl:output>
2674
+ </wsdl:operation>
2675
+ <wsdl:operation name="GetUserAddressInfo">
2676
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetUserAddressInfo" style="document" />
2677
+ <wsdl:input>
2678
+ <soap12:body use="literal" />
2679
+ </wsdl:input>
2680
+ <wsdl:output>
2681
+ <soap12:body use="literal" />
2682
+ </wsdl:output>
2683
+ </wsdl:operation>
2684
+ <wsdl:operation name="GetSystemGeoInfo">
2685
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetSystemGeoInfo" style="document" />
2686
+ <wsdl:input>
2687
+ <soap12:body use="literal" />
2688
+ </wsdl:input>
2689
+ <wsdl:output>
2690
+ <soap12:body use="literal" />
2691
+ </wsdl:output>
2692
+ </wsdl:operation>
2693
+ <wsdl:operation name="RegisterGateway">
2694
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/RegisterGateway" style="document" />
2695
+ <wsdl:input>
2696
+ <soap12:body use="literal" />
2697
+ </wsdl:input>
2698
+ <wsdl:output>
2699
+ <soap12:body use="literal" />
2700
+ </wsdl:output>
2701
+ </wsdl:operation>
2702
+ <wsdl:operation name="AuthenticateUserLogin">
2703
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/AuthenticateUserLogin" style="document" />
2704
+ <wsdl:input>
2705
+ <soap12:body use="literal" />
2706
+ </wsdl:input>
2707
+ <wsdl:output>
2708
+ <soap12:body use="literal" />
2709
+ </wsdl:output>
2710
+ </wsdl:operation>
2711
+ <wsdl:operation name="ResendAccountActivationEmail">
2712
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/ResendAccountActivationEmail" style="document" />
2713
+ <wsdl:input>
2714
+ <soap12:body use="literal" />
2715
+ </wsdl:input>
2716
+ <wsdl:output>
2717
+ <soap12:body use="literal" />
2718
+ </wsdl:output>
2719
+ </wsdl:operation>
2720
+ <wsdl:operation name="KeepAlive">
2721
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/KeepAlive" style="document" />
2722
+ <wsdl:input>
2723
+ <soap12:body use="literal" />
2724
+ </wsdl:input>
2725
+ <wsdl:output>
2726
+ <soap12:body use="literal" />
2727
+ </wsdl:output>
2728
+ </wsdl:operation>
2729
+ <wsdl:operation name="LogOff">
2730
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/LogOff" style="document" />
2731
+ <wsdl:input>
2732
+ <soap12:body use="literal" />
2733
+ </wsdl:input>
2734
+ <wsdl:output>
2735
+ <soap12:body use="literal" />
2736
+ </wsdl:output>
2737
+ </wsdl:operation>
2738
+ <wsdl:operation name="GetLocations">
2739
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetLocations" style="document" />
2740
+ <wsdl:input>
2741
+ <soap12:body use="literal" />
2742
+ </wsdl:input>
2743
+ <wsdl:output>
2744
+ <soap12:body use="literal" />
2745
+ </wsdl:output>
2746
+ </wsdl:operation>
2747
+ <wsdl:operation name="GetShortLocationInfo">
2748
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetShortLocationInfo" style="document" />
2749
+ <wsdl:input>
2750
+ <soap12:body use="literal" />
2751
+ </wsdl:input>
2752
+ <wsdl:output>
2753
+ <soap12:body use="literal" />
2754
+ </wsdl:output>
2755
+ </wsdl:operation>
2756
+ <wsdl:operation name="GetVolatileThermostatData">
2757
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetVolatileThermostatData" style="document" />
2758
+ <wsdl:input>
2759
+ <soap12:body use="literal" />
2760
+ </wsdl:input>
2761
+ <wsdl:output>
2762
+ <soap12:body use="literal" />
2763
+ </wsdl:output>
2764
+ </wsdl:operation>
2765
+ <wsdl:operation name="GetThermostat">
2766
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetThermostat" style="document" />
2767
+ <wsdl:input>
2768
+ <soap12:body use="literal" />
2769
+ </wsdl:input>
2770
+ <wsdl:output>
2771
+ <soap12:body use="literal" />
2772
+ </wsdl:output>
2773
+ </wsdl:operation>
2774
+ <wsdl:operation name="GetThermostatUI">
2775
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetThermostatUI" style="document" />
2776
+ <wsdl:input>
2777
+ <soap12:body use="literal" />
2778
+ </wsdl:input>
2779
+ <wsdl:output>
2780
+ <soap12:body use="literal" />
2781
+ </wsdl:output>
2782
+ </wsdl:operation>
2783
+ <wsdl:operation name="GetThermostatFan">
2784
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetThermostatFan" style="document" />
2785
+ <wsdl:input>
2786
+ <soap12:body use="literal" />
2787
+ </wsdl:input>
2788
+ <wsdl:output>
2789
+ <soap12:body use="literal" />
2790
+ </wsdl:output>
2791
+ </wsdl:operation>
2792
+ <wsdl:operation name="GetThermostatHumidification">
2793
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetThermostatHumidification" style="document" />
2794
+ <wsdl:input>
2795
+ <soap12:body use="literal" />
2796
+ </wsdl:input>
2797
+ <wsdl:output>
2798
+ <soap12:body use="literal" />
2799
+ </wsdl:output>
2800
+ </wsdl:operation>
2801
+ <wsdl:operation name="GetWeatherForecast">
2802
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetWeatherForecast" style="document" />
2803
+ <wsdl:input>
2804
+ <soap12:body use="literal" />
2805
+ </wsdl:input>
2806
+ <wsdl:output>
2807
+ <soap12:body use="literal" />
2808
+ </wsdl:output>
2809
+ </wsdl:operation>
2810
+ <wsdl:operation name="DismissSiteAlert">
2811
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/DismissSiteAlert" style="document" />
2812
+ <wsdl:input>
2813
+ <soap12:body use="literal" />
2814
+ </wsdl:input>
2815
+ <wsdl:output>
2816
+ <soap12:body use="literal" />
2817
+ </wsdl:output>
2818
+ </wsdl:operation>
2819
+ <wsdl:operation name="DismissThermostatAlert">
2820
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/DismissThermostatAlert" style="document" />
2821
+ <wsdl:input>
2822
+ <soap12:body use="literal" />
2823
+ </wsdl:input>
2824
+ <wsdl:output>
2825
+ <soap12:body use="literal" />
2826
+ </wsdl:output>
2827
+ </wsdl:operation>
2828
+ <wsdl:operation name="DismissCommunicationAlert">
2829
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/DismissCommunicationAlert" style="document" />
2830
+ <wsdl:input>
2831
+ <soap12:body use="literal" />
2832
+ </wsdl:input>
2833
+ <wsdl:output>
2834
+ <soap12:body use="literal" />
2835
+ </wsdl:output>
2836
+ </wsdl:operation>
2837
+ <wsdl:operation name="GetCommTaskState">
2838
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetCommTaskState" style="document" />
2839
+ <wsdl:input>
2840
+ <soap12:body use="literal" />
2841
+ </wsdl:input>
2842
+ <wsdl:output>
2843
+ <soap12:body use="literal" />
2844
+ </wsdl:output>
2845
+ </wsdl:operation>
2846
+ <wsdl:operation name="ChangeThermostatUI">
2847
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/ChangeThermostatUI" style="document" />
2848
+ <wsdl:input>
2849
+ <soap12:body use="literal" />
2850
+ </wsdl:input>
2851
+ <wsdl:output>
2852
+ <soap12:body use="literal" />
2853
+ </wsdl:output>
2854
+ </wsdl:operation>
2855
+ <wsdl:operation name="ChangeThermostatFan">
2856
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/ChangeThermostatFan" style="document" />
2857
+ <wsdl:input>
2858
+ <soap12:body use="literal" />
2859
+ </wsdl:input>
2860
+ <wsdl:output>
2861
+ <soap12:body use="literal" />
2862
+ </wsdl:output>
2863
+ </wsdl:operation>
2864
+ <wsdl:operation name="ChangeThermostatHumidification">
2865
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/ChangeThermostatHumidification" style="document" />
2866
+ <wsdl:input>
2867
+ <soap12:body use="literal" />
2868
+ </wsdl:input>
2869
+ <wsdl:output>
2870
+ <soap12:body use="literal" />
2871
+ </wsdl:output>
2872
+ </wsdl:operation>
2873
+ <wsdl:operation name="GetSchedule">
2874
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetSchedule" style="document" />
2875
+ <wsdl:input>
2876
+ <soap12:body use="literal" />
2877
+ </wsdl:input>
2878
+ <wsdl:output>
2879
+ <soap12:body use="literal" />
2880
+ </wsdl:output>
2881
+ </wsdl:operation>
2882
+ <wsdl:operation name="ChangeSchedule">
2883
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/ChangeSchedule" style="document" />
2884
+ <wsdl:input>
2885
+ <soap12:body use="literal" />
2886
+ </wsdl:input>
2887
+ <wsdl:output>
2888
+ <soap12:body use="literal" />
2889
+ </wsdl:output>
2890
+ </wsdl:operation>
2891
+ <wsdl:operation name="SubmitScheduleChanges">
2892
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/SubmitScheduleChanges" style="document" />
2893
+ <wsdl:input>
2894
+ <soap12:body use="literal" />
2895
+ </wsdl:input>
2896
+ <wsdl:output>
2897
+ <soap12:body use="literal" />
2898
+ </wsdl:output>
2899
+ </wsdl:operation>
2900
+ <wsdl:operation name="CancelScheduleChanges">
2901
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/CancelScheduleChanges" style="document" />
2902
+ <wsdl:input>
2903
+ <soap12:body use="literal" />
2904
+ </wsdl:input>
2905
+ <wsdl:output>
2906
+ <soap12:body use="literal" />
2907
+ </wsdl:output>
2908
+ </wsdl:operation>
2909
+ <wsdl:operation name="GetSecurityQuestions">
2910
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/GetSecurityQuestions" style="document" />
2911
+ <wsdl:input>
2912
+ <soap12:body use="literal" />
2913
+ </wsdl:input>
2914
+ <wsdl:output>
2915
+ <soap12:body use="literal" />
2916
+ </wsdl:output>
2917
+ </wsdl:operation>
2918
+ <wsdl:operation name="ResetPassword">
2919
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/ResetPassword" style="document" />
2920
+ <wsdl:input>
2921
+ <soap12:body use="literal" />
2922
+ </wsdl:input>
2923
+ <wsdl:output>
2924
+ <soap12:body use="literal" />
2925
+ </wsdl:output>
2926
+ </wsdl:operation>
2927
+ <wsdl:operation name="WiringToolGetThermostats">
2928
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/WiringToolGetThermostats" style="document" />
2929
+ <wsdl:input>
2930
+ <soap12:body use="literal" />
2931
+ </wsdl:input>
2932
+ <wsdl:output>
2933
+ <soap12:body use="literal" />
2934
+ </wsdl:output>
2935
+ </wsdl:operation>
2936
+ <wsdl:operation name="WiringToolGetWireMapWithAnswer">
2937
+ <soap12:operation soapAction="http://services.alarmnet.com/Services/MobileV2/WiringToolGetWireMapWithAnswer" style="document" />
2938
+ <wsdl:input>
2939
+ <soap12:body use="literal" />
2940
+ </wsdl:input>
2941
+ <wsdl:output>
2942
+ <soap12:body use="literal" />
2943
+ </wsdl:output>
2944
+ </wsdl:operation>
2945
+ </wsdl:binding>
2946
+ <wsdl:binding name="MobileV2HttpGet" type="tns:MobileV2HttpGet">
2947
+ <http:binding verb="GET" />
2948
+ <wsdl:operation name="CreateAccount">
2949
+ <http:operation location="/CreateAccount" />
2950
+ <wsdl:input>
2951
+ <http:urlEncoded />
2952
+ </wsdl:input>
2953
+ <wsdl:output>
2954
+ <mime:mimeXml part="Body" />
2955
+ </wsdl:output>
2956
+ </wsdl:operation>
2957
+ <wsdl:operation name="CreateLocation">
2958
+ <http:operation location="/CreateLocation" />
2959
+ <wsdl:input>
2960
+ <http:urlEncoded />
2961
+ </wsdl:input>
2962
+ <wsdl:output>
2963
+ <mime:mimeXml part="Body" />
2964
+ </wsdl:output>
2965
+ </wsdl:operation>
2966
+ <wsdl:operation name="GetUserAddressInfo">
2967
+ <http:operation location="/GetUserAddressInfo" />
2968
+ <wsdl:input>
2969
+ <http:urlEncoded />
2970
+ </wsdl:input>
2971
+ <wsdl:output>
2972
+ <mime:mimeXml part="Body" />
2973
+ </wsdl:output>
2974
+ </wsdl:operation>
2975
+ <wsdl:operation name="GetSystemGeoInfo">
2976
+ <http:operation location="/GetSystemGeoInfo" />
2977
+ <wsdl:input>
2978
+ <http:urlEncoded />
2979
+ </wsdl:input>
2980
+ <wsdl:output>
2981
+ <mime:mimeXml part="Body" />
2982
+ </wsdl:output>
2983
+ </wsdl:operation>
2984
+ <wsdl:operation name="RegisterGateway">
2985
+ <http:operation location="/RegisterGateway" />
2986
+ <wsdl:input>
2987
+ <http:urlEncoded />
2988
+ </wsdl:input>
2989
+ <wsdl:output>
2990
+ <mime:mimeXml part="Body" />
2991
+ </wsdl:output>
2992
+ </wsdl:operation>
2993
+ <wsdl:operation name="AuthenticateUserLogin">
2994
+ <http:operation location="/AuthenticateUserLogin" />
2995
+ <wsdl:input>
2996
+ <http:urlEncoded />
2997
+ </wsdl:input>
2998
+ <wsdl:output>
2999
+ <mime:mimeXml part="Body" />
3000
+ </wsdl:output>
3001
+ </wsdl:operation>
3002
+ <wsdl:operation name="ResendAccountActivationEmail">
3003
+ <http:operation location="/ResendAccountActivationEmail" />
3004
+ <wsdl:input>
3005
+ <http:urlEncoded />
3006
+ </wsdl:input>
3007
+ <wsdl:output>
3008
+ <mime:mimeXml part="Body" />
3009
+ </wsdl:output>
3010
+ </wsdl:operation>
3011
+ <wsdl:operation name="KeepAlive">
3012
+ <http:operation location="/KeepAlive" />
3013
+ <wsdl:input>
3014
+ <http:urlEncoded />
3015
+ </wsdl:input>
3016
+ <wsdl:output>
3017
+ <mime:mimeXml part="Body" />
3018
+ </wsdl:output>
3019
+ </wsdl:operation>
3020
+ <wsdl:operation name="LogOff">
3021
+ <http:operation location="/LogOff" />
3022
+ <wsdl:input>
3023
+ <http:urlEncoded />
3024
+ </wsdl:input>
3025
+ <wsdl:output>
3026
+ <mime:mimeXml part="Body" />
3027
+ </wsdl:output>
3028
+ </wsdl:operation>
3029
+ <wsdl:operation name="GetLocations">
3030
+ <http:operation location="/GetLocations" />
3031
+ <wsdl:input>
3032
+ <http:urlEncoded />
3033
+ </wsdl:input>
3034
+ <wsdl:output>
3035
+ <mime:mimeXml part="Body" />
3036
+ </wsdl:output>
3037
+ </wsdl:operation>
3038
+ <wsdl:operation name="GetShortLocationInfo">
3039
+ <http:operation location="/GetShortLocationInfo" />
3040
+ <wsdl:input>
3041
+ <http:urlEncoded />
3042
+ </wsdl:input>
3043
+ <wsdl:output>
3044
+ <mime:mimeXml part="Body" />
3045
+ </wsdl:output>
3046
+ </wsdl:operation>
3047
+ <wsdl:operation name="GetVolatileThermostatData">
3048
+ <http:operation location="/GetVolatileThermostatData" />
3049
+ <wsdl:input>
3050
+ <http:urlEncoded />
3051
+ </wsdl:input>
3052
+ <wsdl:output>
3053
+ <mime:mimeXml part="Body" />
3054
+ </wsdl:output>
3055
+ </wsdl:operation>
3056
+ <wsdl:operation name="GetThermostat">
3057
+ <http:operation location="/GetThermostat" />
3058
+ <wsdl:input>
3059
+ <http:urlEncoded />
3060
+ </wsdl:input>
3061
+ <wsdl:output>
3062
+ <mime:mimeXml part="Body" />
3063
+ </wsdl:output>
3064
+ </wsdl:operation>
3065
+ <wsdl:operation name="GetThermostatUI">
3066
+ <http:operation location="/GetThermostatUI" />
3067
+ <wsdl:input>
3068
+ <http:urlEncoded />
3069
+ </wsdl:input>
3070
+ <wsdl:output>
3071
+ <mime:mimeXml part="Body" />
3072
+ </wsdl:output>
3073
+ </wsdl:operation>
3074
+ <wsdl:operation name="GetThermostatFan">
3075
+ <http:operation location="/GetThermostatFan" />
3076
+ <wsdl:input>
3077
+ <http:urlEncoded />
3078
+ </wsdl:input>
3079
+ <wsdl:output>
3080
+ <mime:mimeXml part="Body" />
3081
+ </wsdl:output>
3082
+ </wsdl:operation>
3083
+ <wsdl:operation name="GetThermostatHumidification">
3084
+ <http:operation location="/GetThermostatHumidification" />
3085
+ <wsdl:input>
3086
+ <http:urlEncoded />
3087
+ </wsdl:input>
3088
+ <wsdl:output>
3089
+ <mime:mimeXml part="Body" />
3090
+ </wsdl:output>
3091
+ </wsdl:operation>
3092
+ <wsdl:operation name="GetWeatherForecast">
3093
+ <http:operation location="/GetWeatherForecast" />
3094
+ <wsdl:input>
3095
+ <http:urlEncoded />
3096
+ </wsdl:input>
3097
+ <wsdl:output>
3098
+ <mime:mimeXml part="Body" />
3099
+ </wsdl:output>
3100
+ </wsdl:operation>
3101
+ <wsdl:operation name="DismissSiteAlert">
3102
+ <http:operation location="/DismissSiteAlert" />
3103
+ <wsdl:input>
3104
+ <http:urlEncoded />
3105
+ </wsdl:input>
3106
+ <wsdl:output>
3107
+ <mime:mimeXml part="Body" />
3108
+ </wsdl:output>
3109
+ </wsdl:operation>
3110
+ <wsdl:operation name="DismissThermostatAlert">
3111
+ <http:operation location="/DismissThermostatAlert" />
3112
+ <wsdl:input>
3113
+ <http:urlEncoded />
3114
+ </wsdl:input>
3115
+ <wsdl:output>
3116
+ <mime:mimeXml part="Body" />
3117
+ </wsdl:output>
3118
+ </wsdl:operation>
3119
+ <wsdl:operation name="DismissCommunicationAlert">
3120
+ <http:operation location="/DismissCommunicationAlert" />
3121
+ <wsdl:input>
3122
+ <http:urlEncoded />
3123
+ </wsdl:input>
3124
+ <wsdl:output>
3125
+ <mime:mimeXml part="Body" />
3126
+ </wsdl:output>
3127
+ </wsdl:operation>
3128
+ <wsdl:operation name="GetCommTaskState">
3129
+ <http:operation location="/GetCommTaskState" />
3130
+ <wsdl:input>
3131
+ <http:urlEncoded />
3132
+ </wsdl:input>
3133
+ <wsdl:output>
3134
+ <mime:mimeXml part="Body" />
3135
+ </wsdl:output>
3136
+ </wsdl:operation>
3137
+ <wsdl:operation name="ChangeThermostatUI">
3138
+ <http:operation location="/ChangeThermostatUI" />
3139
+ <wsdl:input>
3140
+ <http:urlEncoded />
3141
+ </wsdl:input>
3142
+ <wsdl:output>
3143
+ <mime:mimeXml part="Body" />
3144
+ </wsdl:output>
3145
+ </wsdl:operation>
3146
+ <wsdl:operation name="ChangeThermostatFan">
3147
+ <http:operation location="/ChangeThermostatFan" />
3148
+ <wsdl:input>
3149
+ <http:urlEncoded />
3150
+ </wsdl:input>
3151
+ <wsdl:output>
3152
+ <mime:mimeXml part="Body" />
3153
+ </wsdl:output>
3154
+ </wsdl:operation>
3155
+ <wsdl:operation name="ChangeThermostatHumidification">
3156
+ <http:operation location="/ChangeThermostatHumidification" />
3157
+ <wsdl:input>
3158
+ <http:urlEncoded />
3159
+ </wsdl:input>
3160
+ <wsdl:output>
3161
+ <mime:mimeXml part="Body" />
3162
+ </wsdl:output>
3163
+ </wsdl:operation>
3164
+ <wsdl:operation name="GetSchedule">
3165
+ <http:operation location="/GetSchedule" />
3166
+ <wsdl:input>
3167
+ <http:urlEncoded />
3168
+ </wsdl:input>
3169
+ <wsdl:output>
3170
+ <mime:mimeXml part="Body" />
3171
+ </wsdl:output>
3172
+ </wsdl:operation>
3173
+ <wsdl:operation name="SubmitScheduleChanges">
3174
+ <http:operation location="/SubmitScheduleChanges" />
3175
+ <wsdl:input>
3176
+ <http:urlEncoded />
3177
+ </wsdl:input>
3178
+ <wsdl:output>
3179
+ <mime:mimeXml part="Body" />
3180
+ </wsdl:output>
3181
+ </wsdl:operation>
3182
+ <wsdl:operation name="CancelScheduleChanges">
3183
+ <http:operation location="/CancelScheduleChanges" />
3184
+ <wsdl:input>
3185
+ <http:urlEncoded />
3186
+ </wsdl:input>
3187
+ <wsdl:output>
3188
+ <mime:mimeXml part="Body" />
3189
+ </wsdl:output>
3190
+ </wsdl:operation>
3191
+ <wsdl:operation name="GetSecurityQuestions">
3192
+ <http:operation location="/GetSecurityQuestions" />
3193
+ <wsdl:input>
3194
+ <http:urlEncoded />
3195
+ </wsdl:input>
3196
+ <wsdl:output>
3197
+ <mime:mimeXml part="Body" />
3198
+ </wsdl:output>
3199
+ </wsdl:operation>
3200
+ <wsdl:operation name="ResetPassword">
3201
+ <http:operation location="/ResetPassword" />
3202
+ <wsdl:input>
3203
+ <http:urlEncoded />
3204
+ </wsdl:input>
3205
+ <wsdl:output>
3206
+ <mime:mimeXml part="Body" />
3207
+ </wsdl:output>
3208
+ </wsdl:operation>
3209
+ <wsdl:operation name="WiringToolGetThermostats">
3210
+ <http:operation location="/WiringToolGetThermostats" />
3211
+ <wsdl:input>
3212
+ <http:urlEncoded />
3213
+ </wsdl:input>
3214
+ <wsdl:output>
3215
+ <mime:mimeXml part="Body" />
3216
+ </wsdl:output>
3217
+ </wsdl:operation>
3218
+ <wsdl:operation name="WiringToolGetWireMapWithAnswer">
3219
+ <http:operation location="/WiringToolGetWireMapWithAnswer" />
3220
+ <wsdl:input>
3221
+ <http:urlEncoded />
3222
+ </wsdl:input>
3223
+ <wsdl:output>
3224
+ <mime:mimeXml part="Body" />
3225
+ </wsdl:output>
3226
+ </wsdl:operation>
3227
+ </wsdl:binding>
3228
+ <wsdl:binding name="MobileV2HttpPost" type="tns:MobileV2HttpPost">
3229
+ <http:binding verb="POST" />
3230
+ <wsdl:operation name="CreateAccount">
3231
+ <http:operation location="/CreateAccount" />
3232
+ <wsdl:input>
3233
+ <mime:content type="application/x-www-form-urlencoded" />
3234
+ </wsdl:input>
3235
+ <wsdl:output>
3236
+ <mime:mimeXml part="Body" />
3237
+ </wsdl:output>
3238
+ </wsdl:operation>
3239
+ <wsdl:operation name="CreateLocation">
3240
+ <http:operation location="/CreateLocation" />
3241
+ <wsdl:input>
3242
+ <mime:content type="application/x-www-form-urlencoded" />
3243
+ </wsdl:input>
3244
+ <wsdl:output>
3245
+ <mime:mimeXml part="Body" />
3246
+ </wsdl:output>
3247
+ </wsdl:operation>
3248
+ <wsdl:operation name="GetUserAddressInfo">
3249
+ <http:operation location="/GetUserAddressInfo" />
3250
+ <wsdl:input>
3251
+ <mime:content type="application/x-www-form-urlencoded" />
3252
+ </wsdl:input>
3253
+ <wsdl:output>
3254
+ <mime:mimeXml part="Body" />
3255
+ </wsdl:output>
3256
+ </wsdl:operation>
3257
+ <wsdl:operation name="GetSystemGeoInfo">
3258
+ <http:operation location="/GetSystemGeoInfo" />
3259
+ <wsdl:input>
3260
+ <mime:content type="application/x-www-form-urlencoded" />
3261
+ </wsdl:input>
3262
+ <wsdl:output>
3263
+ <mime:mimeXml part="Body" />
3264
+ </wsdl:output>
3265
+ </wsdl:operation>
3266
+ <wsdl:operation name="RegisterGateway">
3267
+ <http:operation location="/RegisterGateway" />
3268
+ <wsdl:input>
3269
+ <mime:content type="application/x-www-form-urlencoded" />
3270
+ </wsdl:input>
3271
+ <wsdl:output>
3272
+ <mime:mimeXml part="Body" />
3273
+ </wsdl:output>
3274
+ </wsdl:operation>
3275
+ <wsdl:operation name="AuthenticateUserLogin">
3276
+ <http:operation location="/AuthenticateUserLogin" />
3277
+ <wsdl:input>
3278
+ <mime:content type="application/x-www-form-urlencoded" />
3279
+ </wsdl:input>
3280
+ <wsdl:output>
3281
+ <mime:mimeXml part="Body" />
3282
+ </wsdl:output>
3283
+ </wsdl:operation>
3284
+ <wsdl:operation name="ResendAccountActivationEmail">
3285
+ <http:operation location="/ResendAccountActivationEmail" />
3286
+ <wsdl:input>
3287
+ <mime:content type="application/x-www-form-urlencoded" />
3288
+ </wsdl:input>
3289
+ <wsdl:output>
3290
+ <mime:mimeXml part="Body" />
3291
+ </wsdl:output>
3292
+ </wsdl:operation>
3293
+ <wsdl:operation name="KeepAlive">
3294
+ <http:operation location="/KeepAlive" />
3295
+ <wsdl:input>
3296
+ <mime:content type="application/x-www-form-urlencoded" />
3297
+ </wsdl:input>
3298
+ <wsdl:output>
3299
+ <mime:mimeXml part="Body" />
3300
+ </wsdl:output>
3301
+ </wsdl:operation>
3302
+ <wsdl:operation name="LogOff">
3303
+ <http:operation location="/LogOff" />
3304
+ <wsdl:input>
3305
+ <mime:content type="application/x-www-form-urlencoded" />
3306
+ </wsdl:input>
3307
+ <wsdl:output>
3308
+ <mime:mimeXml part="Body" />
3309
+ </wsdl:output>
3310
+ </wsdl:operation>
3311
+ <wsdl:operation name="GetLocations">
3312
+ <http:operation location="/GetLocations" />
3313
+ <wsdl:input>
3314
+ <mime:content type="application/x-www-form-urlencoded" />
3315
+ </wsdl:input>
3316
+ <wsdl:output>
3317
+ <mime:mimeXml part="Body" />
3318
+ </wsdl:output>
3319
+ </wsdl:operation>
3320
+ <wsdl:operation name="GetShortLocationInfo">
3321
+ <http:operation location="/GetShortLocationInfo" />
3322
+ <wsdl:input>
3323
+ <mime:content type="application/x-www-form-urlencoded" />
3324
+ </wsdl:input>
3325
+ <wsdl:output>
3326
+ <mime:mimeXml part="Body" />
3327
+ </wsdl:output>
3328
+ </wsdl:operation>
3329
+ <wsdl:operation name="GetVolatileThermostatData">
3330
+ <http:operation location="/GetVolatileThermostatData" />
3331
+ <wsdl:input>
3332
+ <mime:content type="application/x-www-form-urlencoded" />
3333
+ </wsdl:input>
3334
+ <wsdl:output>
3335
+ <mime:mimeXml part="Body" />
3336
+ </wsdl:output>
3337
+ </wsdl:operation>
3338
+ <wsdl:operation name="GetThermostat">
3339
+ <http:operation location="/GetThermostat" />
3340
+ <wsdl:input>
3341
+ <mime:content type="application/x-www-form-urlencoded" />
3342
+ </wsdl:input>
3343
+ <wsdl:output>
3344
+ <mime:mimeXml part="Body" />
3345
+ </wsdl:output>
3346
+ </wsdl:operation>
3347
+ <wsdl:operation name="GetThermostatUI">
3348
+ <http:operation location="/GetThermostatUI" />
3349
+ <wsdl:input>
3350
+ <mime:content type="application/x-www-form-urlencoded" />
3351
+ </wsdl:input>
3352
+ <wsdl:output>
3353
+ <mime:mimeXml part="Body" />
3354
+ </wsdl:output>
3355
+ </wsdl:operation>
3356
+ <wsdl:operation name="GetThermostatFan">
3357
+ <http:operation location="/GetThermostatFan" />
3358
+ <wsdl:input>
3359
+ <mime:content type="application/x-www-form-urlencoded" />
3360
+ </wsdl:input>
3361
+ <wsdl:output>
3362
+ <mime:mimeXml part="Body" />
3363
+ </wsdl:output>
3364
+ </wsdl:operation>
3365
+ <wsdl:operation name="GetThermostatHumidification">
3366
+ <http:operation location="/GetThermostatHumidification" />
3367
+ <wsdl:input>
3368
+ <mime:content type="application/x-www-form-urlencoded" />
3369
+ </wsdl:input>
3370
+ <wsdl:output>
3371
+ <mime:mimeXml part="Body" />
3372
+ </wsdl:output>
3373
+ </wsdl:operation>
3374
+ <wsdl:operation name="GetWeatherForecast">
3375
+ <http:operation location="/GetWeatherForecast" />
3376
+ <wsdl:input>
3377
+ <mime:content type="application/x-www-form-urlencoded" />
3378
+ </wsdl:input>
3379
+ <wsdl:output>
3380
+ <mime:mimeXml part="Body" />
3381
+ </wsdl:output>
3382
+ </wsdl:operation>
3383
+ <wsdl:operation name="DismissSiteAlert">
3384
+ <http:operation location="/DismissSiteAlert" />
3385
+ <wsdl:input>
3386
+ <mime:content type="application/x-www-form-urlencoded" />
3387
+ </wsdl:input>
3388
+ <wsdl:output>
3389
+ <mime:mimeXml part="Body" />
3390
+ </wsdl:output>
3391
+ </wsdl:operation>
3392
+ <wsdl:operation name="DismissThermostatAlert">
3393
+ <http:operation location="/DismissThermostatAlert" />
3394
+ <wsdl:input>
3395
+ <mime:content type="application/x-www-form-urlencoded" />
3396
+ </wsdl:input>
3397
+ <wsdl:output>
3398
+ <mime:mimeXml part="Body" />
3399
+ </wsdl:output>
3400
+ </wsdl:operation>
3401
+ <wsdl:operation name="DismissCommunicationAlert">
3402
+ <http:operation location="/DismissCommunicationAlert" />
3403
+ <wsdl:input>
3404
+ <mime:content type="application/x-www-form-urlencoded" />
3405
+ </wsdl:input>
3406
+ <wsdl:output>
3407
+ <mime:mimeXml part="Body" />
3408
+ </wsdl:output>
3409
+ </wsdl:operation>
3410
+ <wsdl:operation name="GetCommTaskState">
3411
+ <http:operation location="/GetCommTaskState" />
3412
+ <wsdl:input>
3413
+ <mime:content type="application/x-www-form-urlencoded" />
3414
+ </wsdl:input>
3415
+ <wsdl:output>
3416
+ <mime:mimeXml part="Body" />
3417
+ </wsdl:output>
3418
+ </wsdl:operation>
3419
+ <wsdl:operation name="ChangeThermostatUI">
3420
+ <http:operation location="/ChangeThermostatUI" />
3421
+ <wsdl:input>
3422
+ <mime:content type="application/x-www-form-urlencoded" />
3423
+ </wsdl:input>
3424
+ <wsdl:output>
3425
+ <mime:mimeXml part="Body" />
3426
+ </wsdl:output>
3427
+ </wsdl:operation>
3428
+ <wsdl:operation name="ChangeThermostatFan">
3429
+ <http:operation location="/ChangeThermostatFan" />
3430
+ <wsdl:input>
3431
+ <mime:content type="application/x-www-form-urlencoded" />
3432
+ </wsdl:input>
3433
+ <wsdl:output>
3434
+ <mime:mimeXml part="Body" />
3435
+ </wsdl:output>
3436
+ </wsdl:operation>
3437
+ <wsdl:operation name="ChangeThermostatHumidification">
3438
+ <http:operation location="/ChangeThermostatHumidification" />
3439
+ <wsdl:input>
3440
+ <mime:content type="application/x-www-form-urlencoded" />
3441
+ </wsdl:input>
3442
+ <wsdl:output>
3443
+ <mime:mimeXml part="Body" />
3444
+ </wsdl:output>
3445
+ </wsdl:operation>
3446
+ <wsdl:operation name="GetSchedule">
3447
+ <http:operation location="/GetSchedule" />
3448
+ <wsdl:input>
3449
+ <mime:content type="application/x-www-form-urlencoded" />
3450
+ </wsdl:input>
3451
+ <wsdl:output>
3452
+ <mime:mimeXml part="Body" />
3453
+ </wsdl:output>
3454
+ </wsdl:operation>
3455
+ <wsdl:operation name="SubmitScheduleChanges">
3456
+ <http:operation location="/SubmitScheduleChanges" />
3457
+ <wsdl:input>
3458
+ <mime:content type="application/x-www-form-urlencoded" />
3459
+ </wsdl:input>
3460
+ <wsdl:output>
3461
+ <mime:mimeXml part="Body" />
3462
+ </wsdl:output>
3463
+ </wsdl:operation>
3464
+ <wsdl:operation name="CancelScheduleChanges">
3465
+ <http:operation location="/CancelScheduleChanges" />
3466
+ <wsdl:input>
3467
+ <mime:content type="application/x-www-form-urlencoded" />
3468
+ </wsdl:input>
3469
+ <wsdl:output>
3470
+ <mime:mimeXml part="Body" />
3471
+ </wsdl:output>
3472
+ </wsdl:operation>
3473
+ <wsdl:operation name="GetSecurityQuestions">
3474
+ <http:operation location="/GetSecurityQuestions" />
3475
+ <wsdl:input>
3476
+ <mime:content type="application/x-www-form-urlencoded" />
3477
+ </wsdl:input>
3478
+ <wsdl:output>
3479
+ <mime:mimeXml part="Body" />
3480
+ </wsdl:output>
3481
+ </wsdl:operation>
3482
+ <wsdl:operation name="ResetPassword">
3483
+ <http:operation location="/ResetPassword" />
3484
+ <wsdl:input>
3485
+ <mime:content type="application/x-www-form-urlencoded" />
3486
+ </wsdl:input>
3487
+ <wsdl:output>
3488
+ <mime:mimeXml part="Body" />
3489
+ </wsdl:output>
3490
+ </wsdl:operation>
3491
+ <wsdl:operation name="WiringToolGetThermostats">
3492
+ <http:operation location="/WiringToolGetThermostats" />
3493
+ <wsdl:input>
3494
+ <mime:content type="application/x-www-form-urlencoded" />
3495
+ </wsdl:input>
3496
+ <wsdl:output>
3497
+ <mime:mimeXml part="Body" />
3498
+ </wsdl:output>
3499
+ </wsdl:operation>
3500
+ <wsdl:operation name="WiringToolGetWireMapWithAnswer">
3501
+ <http:operation location="/WiringToolGetWireMapWithAnswer" />
3502
+ <wsdl:input>
3503
+ <mime:content type="application/x-www-form-urlencoded" />
3504
+ </wsdl:input>
3505
+ <wsdl:output>
3506
+ <mime:mimeXml part="Body" />
3507
+ </wsdl:output>
3508
+ </wsdl:operation>
3509
+ </wsdl:binding>
3510
+ <wsdl:service name="MobileV2">
3511
+ <wsdl:port name="MobileV2Soap" binding="tns:MobileV2Soap">
3512
+ <soap:address location="https://rs.alarmnet.com/TotalConnectComfort/ws/MobileV2.asmx" />
3513
+ </wsdl:port>
3514
+ <wsdl:port name="MobileV2Soap12" binding="tns:MobileV2Soap12">
3515
+ <soap12:address location="https://rs.alarmnet.com/TotalConnectComfort/ws/MobileV2.asmx" />
3516
+ </wsdl:port>
3517
+ <wsdl:port name="MobileV2HttpGet" binding="tns:MobileV2HttpGet">
3518
+ <http:address location="https://rs.alarmnet.com/TotalConnectComfort/ws/MobileV2.asmx" />
3519
+ </wsdl:port>
3520
+ <wsdl:port name="MobileV2HttpPost" binding="tns:MobileV2HttpPost">
3521
+ <http:address location="https://rs.alarmnet.com/TotalConnectComfort/ws/MobileV2.asmx" />
3522
+ </wsdl:port>
3523
+ </wsdl:service>
3524
+ </wsdl:definitions>