softlayer 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2582 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://api.service.softlayer.com/soap/v3.1/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="slApi" targetNamespace="http://api.service.softlayer.com/soap/v3.1/">
3
+ <types>
4
+ <xsd:schema targetNamespace="http://api.service.softlayer.com/soap/v3.1/">
5
+ <xsd:include namespace="http://api.service.softlayer.com/soap/v3.1/" schemaLocation="https://api.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnect?xsd"/>
6
+ </xsd:schema>
7
+ <xsd:schema targetNamespace="http://api.service.softlayer.com/soap/v3.1/">
8
+ <xsd:complexType name="SoftLayer_User_Customer_OpenIdConnectInitParameters">
9
+ <xsd:sequence>
10
+ <xsd:element minOccurs="1" maxOccurs="1" name="id" type="xsd:int"/>
11
+ <xsd:element minOccurs="0" maxOccurs="1" name="globalIdentifier" type="xsd:string"/>
12
+ </xsd:sequence>
13
+ </xsd:complexType>
14
+ <xsd:complexType name="SoftLayer_User_Customer_OpenIdConnectObjectMask">
15
+ <xsd:sequence>
16
+ <xsd:element minOccurs="1" maxOccurs="1" name="mask" type="tns:SoftLayer_User_Customer_OpenIdConnect"/>
17
+ </xsd:sequence>
18
+ </xsd:complexType>
19
+ </xsd:schema>
20
+ </types>
21
+ <message name="SoftLayer_User_Customer_OpenIdConnectInitParametersHeader">
22
+ <part name="SoftLayer_User_Customer_OpenIdConnectInitParameters" type="tns:SoftLayer_User_Customer_OpenIdConnectInitParameters"/>
23
+ </message>
24
+ <message name="acknowledgeSupportPolicy"/>
25
+ <message name="addApiAuthenticationKey"/>
26
+ <message name="addApiAuthenticationKeyResponse">
27
+ <part name="addApiAuthenticationKeyReturn" type="xsd:string"/>
28
+ </message>
29
+ <message name="addBulkHardwareAccess">
30
+ <part name="hardwareIds" type="tns:ArrayOfint"/>
31
+ </message>
32
+ <message name="addBulkHardwareAccessResponse">
33
+ <part name="addBulkHardwareAccessReturn" type="xsd:boolean"/>
34
+ </message>
35
+ <message name="addBulkPortalPermission">
36
+ <part name="permissions" type="tns:SoftLayer_User_Customer_CustomerPermission_PermissionArray"/>
37
+ </message>
38
+ <message name="addBulkPortalPermissionResponse">
39
+ <part name="addBulkPortalPermissionReturn" type="xsd:boolean"/>
40
+ </message>
41
+ <message name="addBulkRoles">
42
+ <part name="roles" type="tns:SoftLayer_User_Permission_RoleArray"/>
43
+ </message>
44
+ <message name="addBulkVirtualGuestAccess">
45
+ <part name="virtualGuestIds" type="tns:ArrayOfint"/>
46
+ </message>
47
+ <message name="addBulkVirtualGuestAccessResponse">
48
+ <part name="addBulkVirtualGuestAccessReturn" type="xsd:boolean"/>
49
+ </message>
50
+ <message name="addExternalBinding">
51
+ <part name="externalBinding" type="tns:SoftLayer_User_External_Binding"/>
52
+ </message>
53
+ <message name="addExternalBindingResponse">
54
+ <part name="addExternalBindingReturn" type="tns:SoftLayer_User_Customer_External_Binding"/>
55
+ </message>
56
+ <message name="addHardwareAccess">
57
+ <part name="hardwareId" type="xsd:int"/>
58
+ </message>
59
+ <message name="addHardwareAccessResponse">
60
+ <part name="addHardwareAccessReturn" type="xsd:boolean"/>
61
+ </message>
62
+ <message name="addNotificationSubscriber">
63
+ <part name="notificationKeyName" type="xsd:string"/>
64
+ </message>
65
+ <message name="addNotificationSubscriberResponse">
66
+ <part name="addNotificationSubscriberReturn" type="xsd:boolean"/>
67
+ </message>
68
+ <message name="addPortalPermission">
69
+ <part name="permission" type="tns:SoftLayer_User_Customer_CustomerPermission_Permission"/>
70
+ </message>
71
+ <message name="addPortalPermissionResponse">
72
+ <part name="addPortalPermissionReturn" type="xsd:boolean"/>
73
+ </message>
74
+ <message name="addRole">
75
+ <part name="role" type="tns:SoftLayer_User_Permission_Role"/>
76
+ </message>
77
+ <message name="addVirtualGuestAccess">
78
+ <part name="virtualGuestId" type="xsd:int"/>
79
+ </message>
80
+ <message name="addVirtualGuestAccessResponse">
81
+ <part name="addVirtualGuestAccessReturn" type="xsd:boolean"/>
82
+ </message>
83
+ <message name="changePreference">
84
+ <part name="preferenceTypeKeyName" type="xsd:string"/>
85
+ <part name="value" type="xsd:string"/>
86
+ </message>
87
+ <message name="changePreferenceResponse">
88
+ <part name="changePreferenceReturn" type="tns:SoftLayer_User_PreferenceArray"/>
89
+ </message>
90
+ <message name="checkExternalAuthenticationStatus">
91
+ <part name="authenticationContainer" type="tns:SoftLayer_Container_User_Customer_External_Binding"/>
92
+ </message>
93
+ <message name="checkExternalAuthenticationStatusResponse">
94
+ <part name="checkExternalAuthenticationStatusReturn" type="tns:SoftLayer_Container_User_Customer_Portal_Token"/>
95
+ </message>
96
+ <message name="createNotificationSubscriber">
97
+ <part name="keyName" type="xsd:string"/>
98
+ <part name="resourceTableId" type="xsd:int"/>
99
+ </message>
100
+ <message name="createNotificationSubscriberResponse">
101
+ <part name="createNotificationSubscriberReturn" type="xsd:boolean"/>
102
+ </message>
103
+ <message name="createObject">
104
+ <part name="templateObject" type="tns:SoftLayer_User_Customer_OpenIdConnect"/>
105
+ <part name="password" type="xsd:string"/>
106
+ <part name="vpnPassword" type="xsd:string"/>
107
+ </message>
108
+ <message name="createObjectResponse">
109
+ <part name="createObjectReturn" type="tns:SoftLayer_User_Customer_OpenIdConnect"/>
110
+ </message>
111
+ <message name="createSubscriberDeliveryMethods">
112
+ <part name="notificationKeyName" type="xsd:string"/>
113
+ <part name="deliveryMethodKeyNames" type="tns:ArrayOfstring"/>
114
+ </message>
115
+ <message name="createSubscriberDeliveryMethodsResponse">
116
+ <part name="createSubscriberDeliveryMethodsReturn" type="xsd:boolean"/>
117
+ </message>
118
+ <message name="deactivateNotificationSubscriber">
119
+ <part name="keyName" type="xsd:string"/>
120
+ <part name="resourceTableId" type="xsd:int"/>
121
+ </message>
122
+ <message name="deactivateNotificationSubscriberResponse">
123
+ <part name="deactivateNotificationSubscriberReturn" type="xsd:boolean"/>
124
+ </message>
125
+ <message name="editObject">
126
+ <part name="templateObject" type="tns:SoftLayer_User_Customer_OpenIdConnect"/>
127
+ </message>
128
+ <message name="editObjectResponse">
129
+ <part name="editObjectReturn" type="xsd:boolean"/>
130
+ </message>
131
+ <message name="editObjects">
132
+ <part name="templateObjects" type="tns:SoftLayer_User_Customer_OpenIdConnectArray"/>
133
+ </message>
134
+ <message name="editObjectsResponse">
135
+ <part name="editObjectsReturn" type="xsd:boolean"/>
136
+ </message>
137
+ <message name="findUserPreference">
138
+ <part name="profileName" type="xsd:string"/>
139
+ <part name="containerKeyname" type="xsd:string"/>
140
+ <part name="preferenceKeyname" type="xsd:string"/>
141
+ </message>
142
+ <message name="findUserPreferenceResponse">
143
+ <part name="findUserPreferenceReturn" type="tns:SoftLayer_Layout_ProfileArray"/>
144
+ </message>
145
+ <message name="generateAuthorizationEndpointUrl">
146
+ <part name="providerType" type="xsd:int"/>
147
+ <part name="redirectionUrl" type="xsd:string"/>
148
+ </message>
149
+ <message name="generateAuthorizationEndpointUrlResponse">
150
+ <part name="generateAuthorizationEndpointUrlReturn" type="xsd:string"/>
151
+ </message>
152
+ <message name="getAccount"/>
153
+ <message name="getAccountResponse">
154
+ <part name="getAccountReturn" type="tns:SoftLayer_Account"/>
155
+ </message>
156
+ <message name="getActions"/>
157
+ <message name="getActionsResponse">
158
+ <part name="getActionsReturn" type="tns:SoftLayer_User_Permission_ActionArray"/>
159
+ </message>
160
+ <message name="getActiveExternalAuthenticationVendors"/>
161
+ <message name="getActiveExternalAuthenticationVendorsResponse">
162
+ <part name="getActiveExternalAuthenticationVendorsReturn" type="tns:SoftLayer_Container_User_Customer_External_Binding_VendorArray"/>
163
+ </message>
164
+ <message name="getAdditionalEmails"/>
165
+ <message name="getAdditionalEmailsResponse">
166
+ <part name="getAdditionalEmailsReturn" type="tns:SoftLayer_User_Customer_AdditionalEmailArray"/>
167
+ </message>
168
+ <message name="getAllowedHardwareIds"/>
169
+ <message name="getAllowedHardwareIdsResponse">
170
+ <part name="getAllowedHardwareIdsReturn" type="tns:ArrayOfint"/>
171
+ </message>
172
+ <message name="getAllowedVirtualGuestIds"/>
173
+ <message name="getAllowedVirtualGuestIdsResponse">
174
+ <part name="getAllowedVirtualGuestIdsReturn" type="tns:ArrayOfint"/>
175
+ </message>
176
+ <message name="getApiAuthenticationKeys"/>
177
+ <message name="getApiAuthenticationKeysResponse">
178
+ <part name="getApiAuthenticationKeysReturn" type="tns:SoftLayer_User_Customer_ApiAuthenticationArray"/>
179
+ </message>
180
+ <message name="getAuthenticationToken">
181
+ <part name="token" type="tns:SoftLayer_Container_User_Authentication_Token"/>
182
+ </message>
183
+ <message name="getAuthenticationTokenResponse">
184
+ <part name="getAuthenticationTokenReturn" type="tns:SoftLayer_Container_User_Authentication_Token"/>
185
+ </message>
186
+ <message name="getCdnAccounts"/>
187
+ <message name="getCdnAccountsResponse">
188
+ <part name="getCdnAccountsReturn" type="tns:SoftLayer_Network_ContentDelivery_AccountArray"/>
189
+ </message>
190
+ <message name="getChildUsers"/>
191
+ <message name="getChildUsersResponse">
192
+ <part name="getChildUsersReturn" type="tns:SoftLayer_User_CustomerArray"/>
193
+ </message>
194
+ <message name="getClosedTickets"/>
195
+ <message name="getClosedTicketsResponse">
196
+ <part name="getClosedTicketsReturn" type="tns:SoftLayer_TicketArray"/>
197
+ </message>
198
+ <message name="getDefaultSecurityQuestions">
199
+ <part name="key" type="xsd:string"/>
200
+ </message>
201
+ <message name="getDefaultSecurityQuestionsResponse">
202
+ <part name="getDefaultSecurityQuestionsReturn" type="tns:SoftLayer_User_Security_QuestionArray"/>
203
+ </message>
204
+ <message name="getExternalBindings"/>
205
+ <message name="getExternalBindingsResponse">
206
+ <part name="getExternalBindingsReturn" type="tns:SoftLayer_User_External_BindingArray"/>
207
+ </message>
208
+ <message name="getHardware"/>
209
+ <message name="getHardwareResponse">
210
+ <part name="getHardwareReturn" type="tns:SoftLayer_HardwareArray"/>
211
+ </message>
212
+ <message name="getHardwareCount"/>
213
+ <message name="getHardwareCountResponse">
214
+ <part name="getHardwareCountReturn" type="xsd:int"/>
215
+ </message>
216
+ <message name="getHardwareNotifications"/>
217
+ <message name="getHardwareNotificationsResponse">
218
+ <part name="getHardwareNotificationsReturn" type="tns:SoftLayer_User_Customer_Notification_HardwareArray"/>
219
+ </message>
220
+ <message name="getHasAcknowledgedSupportPolicyFlag"/>
221
+ <message name="getHasAcknowledgedSupportPolicyFlagResponse">
222
+ <part name="getHasAcknowledgedSupportPolicyFlagReturn" type="xsd:boolean"/>
223
+ </message>
224
+ <message name="getHasFullHardwareAccessFlag"/>
225
+ <message name="getHasFullHardwareAccessFlagResponse">
226
+ <part name="getHasFullHardwareAccessFlagReturn" type="xsd:boolean"/>
227
+ </message>
228
+ <message name="getHasFullVirtualGuestAccessFlag"/>
229
+ <message name="getHasFullVirtualGuestAccessFlagResponse">
230
+ <part name="getHasFullVirtualGuestAccessFlagReturn" type="xsd:boolean"/>
231
+ </message>
232
+ <message name="getImpersonationToken"/>
233
+ <message name="getImpersonationTokenResponse">
234
+ <part name="getImpersonationTokenReturn" type="xsd:string"/>
235
+ </message>
236
+ <message name="getLayoutProfiles"/>
237
+ <message name="getLayoutProfilesResponse">
238
+ <part name="getLayoutProfilesReturn" type="tns:SoftLayer_Layout_ProfileArray"/>
239
+ </message>
240
+ <message name="getLocale"/>
241
+ <message name="getLocaleResponse">
242
+ <part name="getLocaleReturn" type="tns:SoftLayer_Locale"/>
243
+ </message>
244
+ <message name="getLoginAttempts"/>
245
+ <message name="getLoginAttemptsResponse">
246
+ <part name="getLoginAttemptsReturn" type="tns:SoftLayer_User_Customer_Access_AuthenticationArray"/>
247
+ </message>
248
+ <message name="getMobileDevices"/>
249
+ <message name="getMobileDevicesResponse">
250
+ <part name="getMobileDevicesReturn" type="tns:SoftLayer_User_Customer_MobileDeviceArray"/>
251
+ </message>
252
+ <message name="getNotificationSubscribers"/>
253
+ <message name="getNotificationSubscribersResponse">
254
+ <part name="getNotificationSubscribersReturn" type="tns:SoftLayer_Notification_SubscriberArray"/>
255
+ </message>
256
+ <message name="getObject"/>
257
+ <message name="getObjectResponse">
258
+ <part name="getObjectReturn" type="tns:SoftLayer_User_Customer_OpenIdConnect"/>
259
+ </message>
260
+ <message name="getOpenTickets"/>
261
+ <message name="getOpenTicketsResponse">
262
+ <part name="getOpenTicketsReturn" type="tns:SoftLayer_TicketArray"/>
263
+ </message>
264
+ <message name="getOverrides"/>
265
+ <message name="getOverridesResponse">
266
+ <part name="getOverridesReturn" type="tns:SoftLayer_Network_Service_Vpn_OverridesArray"/>
267
+ </message>
268
+ <message name="getParent"/>
269
+ <message name="getParentResponse">
270
+ <part name="getParentReturn" type="tns:SoftLayer_User_Customer"/>
271
+ </message>
272
+ <message name="getPermissions"/>
273
+ <message name="getPermissionsResponse">
274
+ <part name="getPermissionsReturn" type="tns:SoftLayer_User_Customer_CustomerPermission_PermissionArray"/>
275
+ </message>
276
+ <message name="getPortalLoginToken">
277
+ <part name="username" type="xsd:string"/>
278
+ <part name="password" type="xsd:string"/>
279
+ <part name="securityQuestionId" type="xsd:int"/>
280
+ <part name="securityQuestionAnswer" type="xsd:string"/>
281
+ </message>
282
+ <message name="getPortalLoginTokenResponse">
283
+ <part name="getPortalLoginTokenReturn" type="tns:SoftLayer_Container_User_Customer_Portal_Token"/>
284
+ </message>
285
+ <message name="getPortalLoginTokenOpenIdConnect">
286
+ <part name="providerType" type="xsd:int"/>
287
+ <part name="accessToken" type="xsd:string"/>
288
+ <part name="accountId" type="xsd:int"/>
289
+ </message>
290
+ <message name="getPortalLoginTokenOpenIdConnectResponse">
291
+ <part name="getPortalLoginTokenOpenIdConnectReturn" type="tns:SoftLayer_Container_User_Customer_Portal_Token"/>
292
+ </message>
293
+ <message name="getPreference">
294
+ <part name="preferenceTypeKeyName" type="xsd:string"/>
295
+ </message>
296
+ <message name="getPreferenceResponse">
297
+ <part name="getPreferenceReturn" type="tns:SoftLayer_User_Preference"/>
298
+ </message>
299
+ <message name="getPreferenceTypes"/>
300
+ <message name="getPreferenceTypesResponse">
301
+ <part name="getPreferenceTypesReturn" type="tns:SoftLayer_User_Preference_TypeArray"/>
302
+ </message>
303
+ <message name="getPreferences"/>
304
+ <message name="getPreferencesResponse">
305
+ <part name="getPreferencesReturn" type="tns:SoftLayer_User_PreferenceArray"/>
306
+ </message>
307
+ <message name="getRoles"/>
308
+ <message name="getRolesResponse">
309
+ <part name="getRolesReturn" type="tns:SoftLayer_User_Permission_RoleArray"/>
310
+ </message>
311
+ <message name="getSalesforceUserLink"/>
312
+ <message name="getSalesforceUserLinkResponse">
313
+ <part name="getSalesforceUserLinkReturn" type="tns:SoftLayer_User_Customer_Link"/>
314
+ </message>
315
+ <message name="getSecurityAnswers"/>
316
+ <message name="getSecurityAnswersResponse">
317
+ <part name="getSecurityAnswersReturn" type="tns:SoftLayer_User_Customer_Security_AnswerArray"/>
318
+ </message>
319
+ <message name="getSubscribers"/>
320
+ <message name="getSubscribersResponse">
321
+ <part name="getSubscribersReturn" type="tns:SoftLayer_Notification_User_SubscriberArray"/>
322
+ </message>
323
+ <message name="getSuccessfulLogins"/>
324
+ <message name="getSuccessfulLoginsResponse">
325
+ <part name="getSuccessfulLoginsReturn" type="tns:SoftLayer_User_Customer_Access_AuthenticationArray"/>
326
+ </message>
327
+ <message name="getSupportPolicyAcknowledgementRequiredFlag"/>
328
+ <message name="getSupportPolicyAcknowledgementRequiredFlagResponse">
329
+ <part name="getSupportPolicyAcknowledgementRequiredFlagReturn" type="xsd:int"/>
330
+ </message>
331
+ <message name="getSupportPolicyDocument"/>
332
+ <message name="getSupportPolicyDocumentResponse">
333
+ <part name="getSupportPolicyDocumentReturn" type="xsd:base64Binary"/>
334
+ </message>
335
+ <message name="getSupportPolicyName"/>
336
+ <message name="getSupportPolicyNameResponse">
337
+ <part name="getSupportPolicyNameReturn" type="xsd:string"/>
338
+ </message>
339
+ <message name="getSupportedLocales"/>
340
+ <message name="getSupportedLocalesResponse">
341
+ <part name="getSupportedLocalesReturn" type="tns:SoftLayer_LocaleArray"/>
342
+ </message>
343
+ <message name="getSurveyRequiredFlag"/>
344
+ <message name="getSurveyRequiredFlagResponse">
345
+ <part name="getSurveyRequiredFlagReturn" type="xsd:boolean"/>
346
+ </message>
347
+ <message name="getSurveys"/>
348
+ <message name="getSurveysResponse">
349
+ <part name="getSurveysReturn" type="tns:SoftLayer_SurveyArray"/>
350
+ </message>
351
+ <message name="getTickets"/>
352
+ <message name="getTicketsResponse">
353
+ <part name="getTicketsReturn" type="tns:SoftLayer_TicketArray"/>
354
+ </message>
355
+ <message name="getTimezone"/>
356
+ <message name="getTimezoneResponse">
357
+ <part name="getTimezoneReturn" type="tns:SoftLayer_Locale_Timezone"/>
358
+ </message>
359
+ <message name="getUnsuccessfulLogins"/>
360
+ <message name="getUnsuccessfulLoginsResponse">
361
+ <part name="getUnsuccessfulLoginsReturn" type="tns:SoftLayer_User_Customer_Access_AuthenticationArray"/>
362
+ </message>
363
+ <message name="getUserFromLostPasswordRequest">
364
+ <part name="key" type="xsd:string"/>
365
+ </message>
366
+ <message name="getUserFromLostPasswordRequestResponse">
367
+ <part name="getUserFromLostPasswordRequestReturn" type="tns:SoftLayer_User_Security_QuestionArray"/>
368
+ </message>
369
+ <message name="getUserLinks"/>
370
+ <message name="getUserLinksResponse">
371
+ <part name="getUserLinksReturn" type="tns:SoftLayer_User_Customer_LinkArray"/>
372
+ </message>
373
+ <message name="getUserPreferences">
374
+ <part name="profileName" type="xsd:string"/>
375
+ <part name="containerKeyname" type="xsd:string"/>
376
+ </message>
377
+ <message name="getUserPreferencesResponse">
378
+ <part name="getUserPreferencesReturn" type="tns:SoftLayer_Layout_ProfileArray"/>
379
+ </message>
380
+ <message name="getUserStatus"/>
381
+ <message name="getUserStatusResponse">
382
+ <part name="getUserStatusReturn" type="tns:SoftLayer_User_Customer_Status"/>
383
+ </message>
384
+ <message name="getVirtualGuestCount"/>
385
+ <message name="getVirtualGuestCountResponse">
386
+ <part name="getVirtualGuestCountReturn" type="xsd:int"/>
387
+ </message>
388
+ <message name="getVirtualGuests"/>
389
+ <message name="getVirtualGuestsResponse">
390
+ <part name="getVirtualGuestsReturn" type="tns:SoftLayer_Virtual_GuestArray"/>
391
+ </message>
392
+ <message name="inTerminalStatus"/>
393
+ <message name="inTerminalStatusResponse">
394
+ <part name="inTerminalStatusReturn" type="xsd:boolean"/>
395
+ </message>
396
+ <message name="initiateExternalAuthentication">
397
+ <part name="authenticationContainer" type="tns:SoftLayer_Container_User_Customer_External_Binding"/>
398
+ </message>
399
+ <message name="initiateExternalAuthenticationResponse">
400
+ <part name="initiateExternalAuthenticationReturn" type="xsd:string"/>
401
+ </message>
402
+ <message name="isMasterUser"/>
403
+ <message name="isMasterUserResponse">
404
+ <part name="isMasterUserReturn" type="xsd:boolean"/>
405
+ </message>
406
+ <message name="isValidForumPassword">
407
+ <part name="password" type="xsd:string"/>
408
+ </message>
409
+ <message name="isValidForumPasswordResponse">
410
+ <part name="isValidForumPasswordReturn" type="xsd:boolean"/>
411
+ </message>
412
+ <message name="isValidPortalPassword">
413
+ <part name="password" type="xsd:string"/>
414
+ </message>
415
+ <message name="isValidPortalPasswordResponse">
416
+ <part name="isValidPortalPasswordReturn" type="xsd:boolean"/>
417
+ </message>
418
+ <message name="lostPassword">
419
+ <part name="username" type="xsd:string"/>
420
+ <part name="email" type="xsd:string"/>
421
+ </message>
422
+ <message name="lostPasswordResponse">
423
+ <part name="lostPasswordReturn" type="xsd:boolean"/>
424
+ </message>
425
+ <message name="performExternalAuthentication">
426
+ <part name="authenticationContainer" type="tns:SoftLayer_Container_User_Customer_External_Binding"/>
427
+ </message>
428
+ <message name="performExternalAuthenticationResponse">
429
+ <part name="performExternalAuthenticationReturn" type="tns:SoftLayer_Container_User_Customer_Portal_Token"/>
430
+ </message>
431
+ <message name="removeAllHardwareAccessForThisUser"/>
432
+ <message name="removeAllHardwareAccessForThisUserResponse">
433
+ <part name="removeAllHardwareAccessForThisUserReturn" type="xsd:boolean"/>
434
+ </message>
435
+ <message name="removeAllVirtualAccessForThisUser"/>
436
+ <message name="removeAllVirtualAccessForThisUserResponse">
437
+ <part name="removeAllVirtualAccessForThisUserReturn" type="xsd:boolean"/>
438
+ </message>
439
+ <message name="removeApiAuthenticationKey">
440
+ <part name="keyId" type="xsd:int"/>
441
+ </message>
442
+ <message name="removeApiAuthenticationKeyResponse">
443
+ <part name="removeApiAuthenticationKeyReturn" type="xsd:boolean"/>
444
+ </message>
445
+ <message name="removeBulkHardwareAccess">
446
+ <part name="hardwareIds" type="tns:ArrayOfint"/>
447
+ </message>
448
+ <message name="removeBulkHardwareAccessResponse">
449
+ <part name="removeBulkHardwareAccessReturn" type="xsd:boolean"/>
450
+ </message>
451
+ <message name="removeBulkPortalPermission">
452
+ <part name="permissions" type="tns:SoftLayer_User_Customer_CustomerPermission_PermissionArray"/>
453
+ </message>
454
+ <message name="removeBulkPortalPermissionResponse">
455
+ <part name="removeBulkPortalPermissionReturn" type="xsd:boolean"/>
456
+ </message>
457
+ <message name="removeBulkRoles">
458
+ <part name="roles" type="tns:SoftLayer_User_Permission_RoleArray"/>
459
+ </message>
460
+ <message name="removeBulkVirtualGuestAccess">
461
+ <part name="virtualGuestIds" type="tns:ArrayOfint"/>
462
+ </message>
463
+ <message name="removeBulkVirtualGuestAccessResponse">
464
+ <part name="removeBulkVirtualGuestAccessReturn" type="xsd:boolean"/>
465
+ </message>
466
+ <message name="removeExternalBinding">
467
+ <part name="externalBinding" type="tns:SoftLayer_User_External_Binding"/>
468
+ </message>
469
+ <message name="removeExternalBindingResponse">
470
+ <part name="removeExternalBindingReturn" type="xsd:boolean"/>
471
+ </message>
472
+ <message name="removeHardwareAccess">
473
+ <part name="hardwareId" type="xsd:int"/>
474
+ </message>
475
+ <message name="removeHardwareAccessResponse">
476
+ <part name="removeHardwareAccessReturn" type="xsd:boolean"/>
477
+ </message>
478
+ <message name="removePortalPermission">
479
+ <part name="permission" type="tns:SoftLayer_User_Customer_CustomerPermission_Permission"/>
480
+ </message>
481
+ <message name="removePortalPermissionResponse">
482
+ <part name="removePortalPermissionReturn" type="xsd:boolean"/>
483
+ </message>
484
+ <message name="removeRole">
485
+ <part name="role" type="tns:SoftLayer_User_Permission_Role"/>
486
+ </message>
487
+ <message name="removeVirtualGuestAccess">
488
+ <part name="virtualGuestId" type="xsd:int"/>
489
+ </message>
490
+ <message name="removeVirtualGuestAccessResponse">
491
+ <part name="removeVirtualGuestAccessReturn" type="xsd:boolean"/>
492
+ </message>
493
+ <message name="resetExpiredPassword">
494
+ <part name="username" type="xsd:string"/>
495
+ <part name="password" type="xsd:string"/>
496
+ <part name="newPassword" type="xsd:string"/>
497
+ <part name="securityQuestionId" type="xsd:int"/>
498
+ <part name="securityQuestionAnswer" type="xsd:string"/>
499
+ </message>
500
+ <message name="resetExpiredPasswordResponse">
501
+ <part name="resetExpiredPasswordReturn" type="xsd:boolean"/>
502
+ </message>
503
+ <message name="samlAuthenticate">
504
+ <part name="accountId" type="xsd:string"/>
505
+ <part name="samlResponse" type="xsd:string"/>
506
+ </message>
507
+ <message name="samlAuthenticateResponse">
508
+ <part name="samlAuthenticateReturn" type="tns:SoftLayer_Container_User_Customer_Portal_Token"/>
509
+ </message>
510
+ <message name="samlBeginAuthentication">
511
+ <part name="accountId" type="xsd:int"/>
512
+ </message>
513
+ <message name="samlBeginAuthenticationResponse">
514
+ <part name="samlBeginAuthenticationReturn" type="xsd:string"/>
515
+ </message>
516
+ <message name="samlBeginLogout"/>
517
+ <message name="samlBeginLogoutResponse">
518
+ <part name="samlBeginLogoutReturn" type="xsd:string"/>
519
+ </message>
520
+ <message name="samlLogout">
521
+ <part name="samlResponse" type="xsd:string"/>
522
+ </message>
523
+ <message name="setPasswordFromLostPasswordRequest">
524
+ <part name="key" type="xsd:string"/>
525
+ <part name="password" type="xsd:string"/>
526
+ <part name="securityAnswers" type="tns:SoftLayer_User_Customer_Security_AnswerArray"/>
527
+ </message>
528
+ <message name="setPasswordFromLostPasswordRequestResponse">
529
+ <part name="setPasswordFromLostPasswordRequestReturn" type="xsd:boolean"/>
530
+ </message>
531
+ <message name="updateForumPassword">
532
+ <part name="password" type="xsd:string"/>
533
+ </message>
534
+ <message name="updateForumPasswordResponse">
535
+ <part name="updateForumPasswordReturn" type="xsd:boolean"/>
536
+ </message>
537
+ <message name="updateNotificationSubscriber">
538
+ <part name="notificationKeyName" type="xsd:string"/>
539
+ <part name="active" type="xsd:int"/>
540
+ </message>
541
+ <message name="updateNotificationSubscriberResponse">
542
+ <part name="updateNotificationSubscriberReturn" type="xsd:boolean"/>
543
+ </message>
544
+ <message name="updatePassword">
545
+ <part name="password" type="xsd:string"/>
546
+ </message>
547
+ <message name="updatePasswordResponse">
548
+ <part name="updatePasswordReturn" type="xsd:boolean"/>
549
+ </message>
550
+ <message name="updateSecurityAnswers">
551
+ <part name="questions" type="tns:SoftLayer_User_Security_QuestionArray"/>
552
+ <part name="answers" type="tns:ArrayOfstring"/>
553
+ </message>
554
+ <message name="updateSecurityAnswersResponse">
555
+ <part name="updateSecurityAnswersReturn" type="xsd:boolean"/>
556
+ </message>
557
+ <message name="updateSubscriberDeliveryMethod">
558
+ <part name="notificationKeyName" type="xsd:string"/>
559
+ <part name="deliveryMethodKeyNames" type="tns:ArrayOfstring"/>
560
+ <part name="active" type="xsd:int"/>
561
+ </message>
562
+ <message name="updateSubscriberDeliveryMethodResponse">
563
+ <part name="updateSubscriberDeliveryMethodReturn" type="xsd:boolean"/>
564
+ </message>
565
+ <message name="updateVpnPassword">
566
+ <part name="password" type="xsd:string"/>
567
+ </message>
568
+ <message name="updateVpnPasswordResponse">
569
+ <part name="updateVpnPasswordReturn" type="xsd:boolean"/>
570
+ </message>
571
+ <message name="updateVpnUser"/>
572
+ <message name="updateVpnUserResponse">
573
+ <part name="updateVpnUserReturn" type="xsd:boolean"/>
574
+ </message>
575
+ <message name="validateAuthenticationToken">
576
+ <part name="authenticationToken" type="tns:SoftLayer_Container_User_Authentication_Token"/>
577
+ </message>
578
+ <message name="validateAuthenticationTokenResponse">
579
+ <part name="validateAuthenticationTokenReturn" type="tns:SoftLayer_Container_User_Customer_Portal_Token"/>
580
+ </message>
581
+ <message name="authenticateHeader">
582
+ <part name="authenticate" type="tns:authenticate"/>
583
+ </message>
584
+ <message name="resultLimitHeader">
585
+ <part name="resultLimit" type="tns:resultLimit"/>
586
+ </message>
587
+ <message name="totalItemsHeader">
588
+ <part name="totalItems" type="tns:totalItems"/>
589
+ </message>
590
+ <message name="SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader">
591
+ <part name="SoftLayer_User_Customer_OpenIdConnectObjectMask" type="tns:SoftLayer_User_Customer_OpenIdConnectObjectMask"/>
592
+ </message>
593
+ <message name="SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader">
594
+ <part name="SoftLayer_User_Customer_OpenIdConnectObjectFilter" type="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilter"/>
595
+ </message>
596
+ <message name="SoftLayer_ObjectMaskHeader">
597
+ <part name="SoftLayer_ObjectMask" type="tns:SoftLayer_ObjectMask"/>
598
+ </message>
599
+ <portType name="SoftLayer_User_Customer_OpenIdConnectPortType">
600
+ <documentation></documentation>
601
+ <operation name="acknowledgeSupportPolicy">
602
+ <documentation></documentation>
603
+ <input message="tns:acknowledgeSupportPolicy"/>
604
+ </operation>
605
+ <operation name="addApiAuthenticationKey">
606
+ <documentation>Create a user's API authentication key, allowing that user access to query the SoftLayer API. addApiAuthenticationKey() returns the users new API key. Each portal user is allowed a maximum of two API keys. </documentation>
607
+ <input message="tns:addApiAuthenticationKey"/>
608
+ <output message="tns:addApiAuthenticationKeyResponse"/>
609
+ </operation>
610
+ <operation name="addBulkHardwareAccess">
611
+ <documentation>Add multiple hardware to a portal user's hardware access list. A user's hardware access list controls which of an account's hardware objects a user has access to in the SoftLayer customer portal and API. Hardware does not exist in the SoftLayer portal and returns &amp;quot;not found&amp;quot; exceptions in the API if the user doesn't have access to it. addBulkHardwareAccess() does not attempt to add hardware access if the given user already has access to that hardware object.
612
+
613
+ Users can assign hardware access to their child users, but not to themselves. An account's master has access to all hardware on their customer account and can set hardware access for any of the other users on their account. </documentation>
614
+ <input message="tns:addBulkHardwareAccess"/>
615
+ <output message="tns:addBulkHardwareAccessResponse"/>
616
+ </operation>
617
+ <operation name="addBulkPortalPermission">
618
+ <documentation>Add multiple permissions to a portal user's permission set. [[Permissions]] control which features in the SoftLayer customer portal and API a user may use. addBulkPortalPermission() does not attempt to add permissions already assigned to the user.
619
+
620
+ Users can assign permissions to their child users, but not to themselves. An account's master has all portal permissions and can set permissions for any of the other users on their account.
621
+
622
+ Use the [[SoftLayer_User_Customer_CustomerPermission_Permission::getAllObjects]] method to retrieve a list of all permissions available in the SoftLayer customer portal and API. Permissions are removed based on the keyName property of the permission objects within the permissions parameter. </documentation>
623
+ <input message="tns:addBulkPortalPermission"/>
624
+ <output message="tns:addBulkPortalPermissionResponse"/>
625
+ </operation>
626
+ <operation name="addBulkRoles">
627
+ <documentation></documentation>
628
+ <input message="tns:addBulkRoles"/>
629
+ </operation>
630
+ <operation name="addBulkVirtualGuestAccess">
631
+ <documentation>Add multiple CloudLayer Computing Instances to a portal user's access list. A user's CloudLayer Computing Instance access list controls which of an account's CloudLayer Computing Instance objects a user has access to in the SoftLayer customer portal and API. CloudLayer Computing Instances do not exist in the SoftLayer portal and returns &amp;quot;not found&amp;quot; exceptions in the API if the user doesn't have access to it. addBulkVirtualGuestAccess() does not attempt to add CloudLayer Computing Instance access if the given user already has access to that CloudLayer Computing Instance object.
632
+
633
+ Users can assign CloudLayer Computing Instance access to their child users, but not to themselves. An account's master has access to all CloudLayer Computing Instances on their customer account and can set CloudLayer Computing Instance access for any of the other users on their account. </documentation>
634
+ <input message="tns:addBulkVirtualGuestAccess"/>
635
+ <output message="tns:addBulkVirtualGuestAccessResponse"/>
636
+ </operation>
637
+ <operation name="addExternalBinding">
638
+ <documentation></documentation>
639
+ <input message="tns:addExternalBinding"/>
640
+ <output message="tns:addExternalBindingResponse"/>
641
+ </operation>
642
+ <operation name="addHardwareAccess">
643
+ <documentation>Add hardware to a portal user's hardware access list. A user's hardware access list controls which of an account's hardware objects a user has access to in the SoftLayer customer portal and API. Hardware does not exist in the SoftLayer portal and returns &amp;quot;not found&amp;quot; exceptions in the API if the user doesn't have access to it. If a user already has access to the hardware you're attempting to add then addHardwareAccess() returns true.
644
+
645
+ Users can assign hardware access to their child users, but not to themselves. An account's master has access to all hardware on their customer account and can set hardware access for any of the other users on their account. </documentation>
646
+ <input message="tns:addHardwareAccess"/>
647
+ <output message="tns:addHardwareAccessResponse"/>
648
+ </operation>
649
+ <operation name="addNotificationSubscriber">
650
+ <documentation>Create a notification subscription record for the user. If a subscription record exists for the notification, the record will be set to active, if currently inactive. </documentation>
651
+ <input message="tns:addNotificationSubscriber"/>
652
+ <output message="tns:addNotificationSubscriberResponse"/>
653
+ </operation>
654
+ <operation name="addPortalPermission">
655
+ <documentation>Add a permission to a portal user's permission set. [[Permissions]] control which features in the SoftLayer customer portal and API a user may use. If the user already has the permission you're attempting to add then addPortalPermission() returns true.
656
+
657
+ Users can assign permissions to their child users, but not to themselves. An account's master has all portal permissions and can set permissions for any of the other users on their account.
658
+
659
+ Use the [[SoftLayer_User_Customer_CustomerPermission_Permission::getAllObjects]] method to retrieve a list of all permissions available in the SoftLayer customer portal and API. Permissions are added based on the keyName property of the permission parameter. </documentation>
660
+ <input message="tns:addPortalPermission"/>
661
+ <output message="tns:addPortalPermissionResponse"/>
662
+ </operation>
663
+ <operation name="addRole">
664
+ <documentation></documentation>
665
+ <input message="tns:addRole"/>
666
+ </operation>
667
+ <operation name="addVirtualGuestAccess">
668
+ <documentation>Add a CloudLayer Computing Instance to a portal user's access list. A user's CloudLayer Computing Instance access list controls which of an account's CloudLayer Computing Instance objects a user has access to in the SoftLayer customer portal and API. CloudLayer Computing Instances do not exist in the SoftLayer portal and returns &amp;quot;not found&amp;quot; exceptions in the API if the user doesn't have access to it. If a user already has access to the CloudLayer Computing Instance you're attempting to add then addVirtualGuestAccess() returns true.
669
+
670
+ Users can assign CloudLayer Computing Instance access to their child users, but not to themselves. An account's master has access to all CloudLayer Computing Instances on their customer account and can set CloudLayer Computing Instance access for any of the other users on their account. </documentation>
671
+ <input message="tns:addVirtualGuestAccess"/>
672
+ <output message="tns:addVirtualGuestAccessResponse"/>
673
+ </operation>
674
+ <operation name="changePreference">
675
+ <documentation>Select a type of preference you would like to modify using [[SoftLayer_User_Customer::getPreferenceTypes|getPreferenceTypes]] and invoke this method using that preference type key name. </documentation>
676
+ <input message="tns:changePreference"/>
677
+ <output message="tns:changePreferenceResponse"/>
678
+ </operation>
679
+ <operation name="checkExternalAuthenticationStatus">
680
+ <documentation>This service checks the result of a previously requested external authentication. [[SoftLayer_Container_User_Customer_External_Binding_Phone|Phone external binding]] container can be used for this service. Make sure to set the [[SoftLayer_Container_User_Customer_External_Binding_Phone::authenticationToken|authenticationToken]] that is generated by [[SoftLayer_User_Customer|initiateExternalAuthentication]] service. </documentation>
681
+ <input message="tns:checkExternalAuthenticationStatus"/>
682
+ <output message="tns:checkExternalAuthenticationStatusResponse"/>
683
+ </operation>
684
+ <operation name="createNotificationSubscriber">
685
+ <documentation>Create a new subscriber for a given resource. </documentation>
686
+ <input message="tns:createNotificationSubscriber"/>
687
+ <output message="tns:createNotificationSubscriberResponse"/>
688
+ </operation>
689
+ <operation name="createObject">
690
+ <documentation>Create a new user in the SoftLayer customer portal. createObject() creates a user's portal record and adds them into the SoftLayer community forums. It is no longer possible to set up the SSL or PPTP enable flag in this call since the manage permissions have not yet been set. You will need to make a subsequent call to edit object in order to enable VPN access. An account's master user and sub-users who have the User Manage permission can add new users. createObject() creates users with a default permission set. After adding a user it may be helpful to set their permissions and hardware access. </documentation>
691
+ <input message="tns:createObject"/>
692
+ <output message="tns:createObjectResponse"/>
693
+ </operation>
694
+ <operation name="createSubscriberDeliveryMethods">
695
+ <documentation>Create delivery methods for a notification that the user is subscribed to. Multiple delivery method keyNames can be supplied to create multiple delivery methods for the specified notification. Available delivery methods - 'EMAIL'. Available notifications - 'PLANNED_MAINTENANCE', 'UNPLANNED_INCIDENT'. </documentation>
696
+ <input message="tns:createSubscriberDeliveryMethods"/>
697
+ <output message="tns:createSubscriberDeliveryMethodsResponse"/>
698
+ </operation>
699
+ <operation name="deactivateNotificationSubscriber">
700
+ <documentation>Create a new subscriber for a given resource. </documentation>
701
+ <input message="tns:deactivateNotificationSubscriber"/>
702
+ <output message="tns:deactivateNotificationSubscriberResponse"/>
703
+ </operation>
704
+ <operation name="editObject">
705
+ <documentation>Account master users and sub-users who have the User Manage permission in the SoftLayer customer portal can update other user's information. Use editObject() if you wish to edit a single user account. Users who do not have the User Manage permission can only update their own information. </documentation>
706
+ <input message="tns:editObject"/>
707
+ <output message="tns:editObjectResponse"/>
708
+ </operation>
709
+ <operation name="editObjects">
710
+ <documentation>Account master users and sub-users who have the User Manage permission in the SoftLayer customer portal can update other user's information. Use editObjects() if you wish to edit multiple users at once. Users who do not have the User Manage permission can only update their own information. </documentation>
711
+ <input message="tns:editObjects"/>
712
+ <output message="tns:editObjectsResponse"/>
713
+ </operation>
714
+ <operation name="findUserPreference">
715
+ <documentation></documentation>
716
+ <input message="tns:findUserPreference"/>
717
+ <output message="tns:findUserPreferenceResponse"/>
718
+ </operation>
719
+ <operation name="generateAuthorizationEndpointUrl">
720
+ <documentation>Create an OpenIDConnect authorization url for the client. This url is then used to retrieve an appropriate authentication code.
721
+
722
+ Note: The redirect URL must exactly match one of the URLs that was pre-registered as a whitelist with the OpenIDConnect Service for the client id. This URL is not checked by this method, but is validated by the OpenIDConnect Service API. </documentation>
723
+ <input message="tns:generateAuthorizationEndpointUrl"/>
724
+ <output message="tns:generateAuthorizationEndpointUrlResponse"/>
725
+ </operation>
726
+ <operation name="getAccount">
727
+ <documentation>Retrieve the customer account that a user belongs to.</documentation>
728
+ <input message="tns:getAccount"/>
729
+ <output message="tns:getAccountResponse"/>
730
+ </operation>
731
+ <operation name="getActions">
732
+ <documentation></documentation>
733
+ <input message="tns:getActions"/>
734
+ <output message="tns:getActionsResponse"/>
735
+ </operation>
736
+ <operation name="getActiveExternalAuthenticationVendors">
737
+ <documentation>The getActiveExternalAuthenticationVendors method will return a list of available external vendors that a SoftLayer user can authenticate against. The list will only contain vendors for which the user has at least one active external binding. </documentation>
738
+ <input message="tns:getActiveExternalAuthenticationVendors"/>
739
+ <output message="tns:getActiveExternalAuthenticationVendorsResponse"/>
740
+ </operation>
741
+ <operation name="getAdditionalEmails">
742
+ <documentation>Retrieve a portal user's additional email addresses. These email addresses are contacted when updates are made to support tickets.</documentation>
743
+ <input message="tns:getAdditionalEmails"/>
744
+ <output message="tns:getAdditionalEmailsResponse"/>
745
+ </operation>
746
+ <operation name="getAllowedHardwareIds">
747
+ <documentation></documentation>
748
+ <input message="tns:getAllowedHardwareIds"/>
749
+ <output message="tns:getAllowedHardwareIdsResponse"/>
750
+ </operation>
751
+ <operation name="getAllowedVirtualGuestIds">
752
+ <documentation></documentation>
753
+ <input message="tns:getAllowedVirtualGuestIds"/>
754
+ <output message="tns:getAllowedVirtualGuestIdsResponse"/>
755
+ </operation>
756
+ <operation name="getApiAuthenticationKeys">
757
+ <documentation>Retrieve a portal user's API Authentication keys. There is a max limit of two API keys per user.</documentation>
758
+ <input message="tns:getApiAuthenticationKeys"/>
759
+ <output message="tns:getApiAuthenticationKeysResponse"/>
760
+ </operation>
761
+ <operation name="getAuthenticationToken">
762
+ <documentation></documentation>
763
+ <input message="tns:getAuthenticationToken"/>
764
+ <output message="tns:getAuthenticationTokenResponse"/>
765
+ </operation>
766
+ <operation name="getCdnAccounts">
767
+ <documentation>Retrieve the CDN accounts associated with a portal user.</documentation>
768
+ <input message="tns:getCdnAccounts"/>
769
+ <output message="tns:getCdnAccountsResponse"/>
770
+ </operation>
771
+ <operation name="getChildUsers">
772
+ <documentation>Retrieve a portal user's child users. Some portal users may not have child users.</documentation>
773
+ <input message="tns:getChildUsers"/>
774
+ <output message="tns:getChildUsersResponse"/>
775
+ </operation>
776
+ <operation name="getClosedTickets">
777
+ <documentation>Retrieve an user's associated closed tickets.</documentation>
778
+ <input message="tns:getClosedTickets"/>
779
+ <output message="tns:getClosedTicketsResponse"/>
780
+ </operation>
781
+ <operation name="getDefaultSecurityQuestions">
782
+ <documentation>Retrieve default security questions. The default security questions will be used during the password reset process if a user has not set up their own security questions and answers.</documentation>
783
+ <input message="tns:getDefaultSecurityQuestions"/>
784
+ <output message="tns:getDefaultSecurityQuestionsResponse"/>
785
+ </operation>
786
+ <operation name="getExternalBindings">
787
+ <documentation>Retrieve the external authentication bindings that link an external identifier to a SoftLayer user.</documentation>
788
+ <input message="tns:getExternalBindings"/>
789
+ <output message="tns:getExternalBindingsResponse"/>
790
+ </operation>
791
+ <operation name="getHardware">
792
+ <documentation>Retrieve a portal user's accessible hardware. These permissions control which hardware a user has access to in the SoftLayer customer portal.</documentation>
793
+ <input message="tns:getHardware"/>
794
+ <output message="tns:getHardwareResponse"/>
795
+ </operation>
796
+ <operation name="getHardwareCount">
797
+ <documentation>Retrieve the number of servers that a portal user has access to. Portal users can have restrictions set to limit services for and to perform actions on hardware. You can set these permissions in the portal by clicking the &amp;quot;administrative&amp;quot; then &amp;quot;user admin&amp;quot; links. </documentation>
798
+ <input message="tns:getHardwareCount"/>
799
+ <output message="tns:getHardwareCountResponse"/>
800
+ </operation>
801
+ <operation name="getHardwareNotifications">
802
+ <documentation>Retrieve hardware notifications associated with this user. A hardware notification links a user to a piece of hardware, and that user will be notified if any monitors on that hardware fail, if the monitors have a status of 'Notify User'.</documentation>
803
+ <input message="tns:getHardwareNotifications"/>
804
+ <output message="tns:getHardwareNotificationsResponse"/>
805
+ </operation>
806
+ <operation name="getHasAcknowledgedSupportPolicyFlag">
807
+ <documentation>Retrieve whether or not a user has acknowledged the support policy.</documentation>
808
+ <input message="tns:getHasAcknowledgedSupportPolicyFlag"/>
809
+ <output message="tns:getHasAcknowledgedSupportPolicyFlagResponse"/>
810
+ </operation>
811
+ <operation name="getHasFullHardwareAccessFlag">
812
+ <documentation>Retrieve whether or not a portal user has access to all hardware on their account.</documentation>
813
+ <input message="tns:getHasFullHardwareAccessFlag"/>
814
+ <output message="tns:getHasFullHardwareAccessFlagResponse"/>
815
+ </operation>
816
+ <operation name="getHasFullVirtualGuestAccessFlag">
817
+ <documentation>Retrieve whether or not a portal user has access to all hardware on their account.</documentation>
818
+ <input message="tns:getHasFullVirtualGuestAccessFlag"/>
819
+ <output message="tns:getHasFullVirtualGuestAccessFlagResponse"/>
820
+ </operation>
821
+ <operation name="getImpersonationToken">
822
+ <documentation></documentation>
823
+ <input message="tns:getImpersonationToken"/>
824
+ <output message="tns:getImpersonationTokenResponse"/>
825
+ </operation>
826
+ <operation name="getLayoutProfiles">
827
+ <documentation></documentation>
828
+ <input message="tns:getLayoutProfiles"/>
829
+ <output message="tns:getLayoutProfilesResponse"/>
830
+ </operation>
831
+ <operation name="getLocale">
832
+ <documentation>Retrieve a user's locale. Locale holds user's language and region information.</documentation>
833
+ <input message="tns:getLocale"/>
834
+ <output message="tns:getLocaleResponse"/>
835
+ </operation>
836
+ <operation name="getLoginAttempts">
837
+ <documentation>Retrieve a user's attempts to log into the SoftLayer customer portal.</documentation>
838
+ <input message="tns:getLoginAttempts"/>
839
+ <output message="tns:getLoginAttemptsResponse"/>
840
+ </operation>
841
+ <operation name="getMobileDevices">
842
+ <documentation>Retrieve a portal user's associated mobile device profiles.</documentation>
843
+ <input message="tns:getMobileDevices"/>
844
+ <output message="tns:getMobileDevicesResponse"/>
845
+ </operation>
846
+ <operation name="getNotificationSubscribers">
847
+ <documentation>Retrieve notification subscription records for the user.</documentation>
848
+ <input message="tns:getNotificationSubscribers"/>
849
+ <output message="tns:getNotificationSubscribersResponse"/>
850
+ </operation>
851
+ <operation name="getObject">
852
+ <documentation></documentation>
853
+ <input message="tns:getObject"/>
854
+ <output message="tns:getObjectResponse"/>
855
+ </operation>
856
+ <operation name="getOpenTickets">
857
+ <documentation>Retrieve an user's associated open tickets.</documentation>
858
+ <input message="tns:getOpenTickets"/>
859
+ <output message="tns:getOpenTicketsResponse"/>
860
+ </operation>
861
+ <operation name="getOverrides">
862
+ <documentation>Retrieve a portal user's vpn accessible subnets.</documentation>
863
+ <input message="tns:getOverrides"/>
864
+ <output message="tns:getOverridesResponse"/>
865
+ </operation>
866
+ <operation name="getParent">
867
+ <documentation>Retrieve a portal user's parent user. If a SoftLayer_User_Customer has a null parentId property then it doesn't have a parent user.</documentation>
868
+ <input message="tns:getParent"/>
869
+ <output message="tns:getParentResponse"/>
870
+ </operation>
871
+ <operation name="getPermissions">
872
+ <documentation>Retrieve a portal user's permissions. These permissions control that user's access to functions within the SoftLayer customer portal and API.</documentation>
873
+ <input message="tns:getPermissions"/>
874
+ <output message="tns:getPermissionsResponse"/>
875
+ </operation>
876
+ <operation name="getPortalLoginToken">
877
+ <documentation>Attempt to authenticate a username and password to the SoftLayer customer portal. Many portal user accounts are configured to require answering a security question on login. In this case getPortalLoginToken() also verifies the given security question ID and answer. If authentication is successful then the API returns a token containing the ID of the authenticated user and a hash key used by the SoftLayer customer portal to maintain authentication. </documentation>
878
+ <input message="tns:getPortalLoginToken"/>
879
+ <output message="tns:getPortalLoginTokenResponse"/>
880
+ </operation>
881
+ <operation name="getPortalLoginTokenOpenIdConnect">
882
+ <documentation>Attempt to authenticate a supplied OpenIdConnect access token to the SoftLayer customer portal. If authentication is successful then the API returns a token containing the ID of the authenticated user and a hash key used by the SoftLayer customer portal to maintain authentication. </documentation>
883
+ <input message="tns:getPortalLoginTokenOpenIdConnect"/>
884
+ <output message="tns:getPortalLoginTokenOpenIdConnectResponse"/>
885
+ </operation>
886
+ <operation name="getPreference">
887
+ <documentation>Select a type of preference you would like to get using [[SoftLayer_User_Customer::getPreferenceTypes|getPreferenceTypes]] and invoke this method using that preference type key name. </documentation>
888
+ <input message="tns:getPreference"/>
889
+ <output message="tns:getPreferenceResponse"/>
890
+ </operation>
891
+ <operation name="getPreferenceTypes">
892
+ <documentation>Use any of the preference types to fetch or modify user preferences using [[SoftLayer_User_Customer::getPreference|getPreference]] or [[SoftLayer_User_Customer::changePreference|changePreference]], respectively. </documentation>
893
+ <input message="tns:getPreferenceTypes"/>
894
+ <output message="tns:getPreferenceTypesResponse"/>
895
+ </operation>
896
+ <operation name="getPreferences">
897
+ <documentation></documentation>
898
+ <input message="tns:getPreferences"/>
899
+ <output message="tns:getPreferencesResponse"/>
900
+ </operation>
901
+ <operation name="getRoles">
902
+ <documentation></documentation>
903
+ <input message="tns:getRoles"/>
904
+ <output message="tns:getRolesResponse"/>
905
+ </operation>
906
+ <operation name="getSalesforceUserLink">
907
+ <documentation></documentation>
908
+ <input message="tns:getSalesforceUserLink"/>
909
+ <output message="tns:getSalesforceUserLinkResponse"/>
910
+ </operation>
911
+ <operation name="getSecurityAnswers">
912
+ <documentation>Retrieve a portal user's security question answers. Some portal users may not have security answers or may not be configured to require answering a security question on login.</documentation>
913
+ <input message="tns:getSecurityAnswers"/>
914
+ <output message="tns:getSecurityAnswersResponse"/>
915
+ </operation>
916
+ <operation name="getSubscribers">
917
+ <documentation>Retrieve a user's notification subscription records.</documentation>
918
+ <input message="tns:getSubscribers"/>
919
+ <output message="tns:getSubscribersResponse"/>
920
+ </operation>
921
+ <operation name="getSuccessfulLogins">
922
+ <documentation>Retrieve a user's successful attempts to log into the SoftLayer customer portal.</documentation>
923
+ <input message="tns:getSuccessfulLogins"/>
924
+ <output message="tns:getSuccessfulLoginsResponse"/>
925
+ </operation>
926
+ <operation name="getSupportPolicyAcknowledgementRequiredFlag">
927
+ <documentation>Retrieve whether or not a user is required to acknowledge the support policy for portal access.</documentation>
928
+ <input message="tns:getSupportPolicyAcknowledgementRequiredFlag"/>
929
+ <output message="tns:getSupportPolicyAcknowledgementRequiredFlagResponse"/>
930
+ </operation>
931
+ <operation name="getSupportPolicyDocument">
932
+ <documentation></documentation>
933
+ <input message="tns:getSupportPolicyDocument"/>
934
+ <output message="tns:getSupportPolicyDocumentResponse"/>
935
+ </operation>
936
+ <operation name="getSupportPolicyName">
937
+ <documentation></documentation>
938
+ <input message="tns:getSupportPolicyName"/>
939
+ <output message="tns:getSupportPolicyNameResponse"/>
940
+ </operation>
941
+ <operation name="getSupportedLocales">
942
+ <documentation></documentation>
943
+ <input message="tns:getSupportedLocales"/>
944
+ <output message="tns:getSupportedLocalesResponse"/>
945
+ </operation>
946
+ <operation name="getSurveyRequiredFlag">
947
+ <documentation>Retrieve whether or not a user must take a brief survey the next time they log into the SoftLayer customer portal.</documentation>
948
+ <input message="tns:getSurveyRequiredFlag"/>
949
+ <output message="tns:getSurveyRequiredFlagResponse"/>
950
+ </operation>
951
+ <operation name="getSurveys">
952
+ <documentation>Retrieve the surveys that a user has taken in the SoftLayer customer portal.</documentation>
953
+ <input message="tns:getSurveys"/>
954
+ <output message="tns:getSurveysResponse"/>
955
+ </operation>
956
+ <operation name="getTickets">
957
+ <documentation>Retrieve an user's associated tickets.</documentation>
958
+ <input message="tns:getTickets"/>
959
+ <output message="tns:getTicketsResponse"/>
960
+ </operation>
961
+ <operation name="getTimezone">
962
+ <documentation>Retrieve a portal user's time zone.</documentation>
963
+ <input message="tns:getTimezone"/>
964
+ <output message="tns:getTimezoneResponse"/>
965
+ </operation>
966
+ <operation name="getUnsuccessfulLogins">
967
+ <documentation>Retrieve a user's unsuccessful attempts to log into the SoftLayer customer portal.</documentation>
968
+ <input message="tns:getUnsuccessfulLogins"/>
969
+ <output message="tns:getUnsuccessfulLoginsResponse"/>
970
+ </operation>
971
+ <operation name="getUserFromLostPasswordRequest">
972
+ <documentation>Retrieve a user object using a password recovery key received in an email generated by the [[SoftLayer_User_Customer::lostPassword|lostPassword]] method. The SoftLayer customer portal uses getUserFromLostPasswordRequest() to retrieve user security questions. Password recovery keys are valid for 24 hours after they're generated. </documentation>
973
+ <input message="tns:getUserFromLostPasswordRequest"/>
974
+ <output message="tns:getUserFromLostPasswordRequestResponse"/>
975
+ </operation>
976
+ <operation name="getUserLinks">
977
+ <documentation></documentation>
978
+ <input message="tns:getUserLinks"/>
979
+ <output message="tns:getUserLinksResponse"/>
980
+ </operation>
981
+ <operation name="getUserPreferences">
982
+ <documentation></documentation>
983
+ <input message="tns:getUserPreferences"/>
984
+ <output message="tns:getUserPreferencesResponse"/>
985
+ </operation>
986
+ <operation name="getUserStatus">
987
+ <documentation>Retrieve a portal user's status, which controls overall access to the SoftLayer customer portal and VPN access to the private network.</documentation>
988
+ <input message="tns:getUserStatus"/>
989
+ <output message="tns:getUserStatusResponse"/>
990
+ </operation>
991
+ <operation name="getVirtualGuestCount">
992
+ <documentation>Retrieve the number of CloudLayer Computing Instances that a portal user has access to. Portal users can have restrictions set to limit services for and to perform actions on CloudLayer Computing Instances. You can set these permissions in the portal by clicking the &amp;quot;administrative&amp;quot; then &amp;quot;user admin&amp;quot; links. </documentation>
993
+ <input message="tns:getVirtualGuestCount"/>
994
+ <output message="tns:getVirtualGuestCountResponse"/>
995
+ </operation>
996
+ <operation name="getVirtualGuests">
997
+ <documentation>Retrieve a portal user's accessible CloudLayer Computing Instances. These permissions control which CloudLayer Computing Instances a user has access to in the SoftLayer customer portal.</documentation>
998
+ <input message="tns:getVirtualGuests"/>
999
+ <output message="tns:getVirtualGuestsResponse"/>
1000
+ </operation>
1001
+ <operation name="inTerminalStatus">
1002
+ <documentation></documentation>
1003
+ <input message="tns:inTerminalStatus"/>
1004
+ <output message="tns:inTerminalStatusResponse"/>
1005
+ </operation>
1006
+ <operation name="initiateExternalAuthentication">
1007
+ <documentation>The service initiates an external authentication with the given external authentication vendor. The authentication container and its content will be verified before an attempt is made to initiate an external authentication. [[SoftLayer_Container_User_Customer_External_Binding_Phone|Phone external binding]] container can be used for this service.
1008
+
1009
+ This service returns a unique authentication request token. You can use [[SoftLayer_User_Customer::checkExternalAuthenticationStatus|checkExternalAuthenticationStatus]] service to check if the authentication request is complete or not. </documentation>
1010
+ <input message="tns:initiateExternalAuthentication"/>
1011
+ <output message="tns:initiateExternalAuthenticationResponse"/>
1012
+ </operation>
1013
+ <operation name="isMasterUser">
1014
+ <documentation>Portal users are considered master users if they don't have an associated parent user. The only users who don't have parent users are users whose username matches their SoftLayer account name. Master users have special permissions throughout the SoftLayer customer portal. </documentation>
1015
+ <input message="tns:isMasterUser"/>
1016
+ <output message="tns:isMasterUserResponse"/>
1017
+ </operation>
1018
+ <operation name="isValidForumPassword">
1019
+ <documentation>Determine if a string is the given user's login password to the SoftLayer community forums. </documentation>
1020
+ <input message="tns:isValidForumPassword"/>
1021
+ <output message="tns:isValidForumPasswordResponse"/>
1022
+ </operation>
1023
+ <operation name="isValidPortalPassword">
1024
+ <documentation>Determine if a string is the given user's login password to the SoftLayer customer portal. </documentation>
1025
+ <input message="tns:isValidPortalPassword"/>
1026
+ <output message="tns:isValidPortalPasswordResponse"/>
1027
+ </operation>
1028
+ <operation name="lostPassword">
1029
+ <documentation>SoftLayer provides a way for users of it's customer portal to recover lost passwords. The lostPassword() method is the first step in this process. Given a valid username and email address, the SoftLayer API will email the address provided with a URL to visit to begin the password recovery process. The last part of this URL is a hash key that's used as an identifier throughout this process. Use this hash key in the [[SoftLayer_User_Customer::setPasswordFromLostPasswordRequest|setPasswordFromLostPasswordRequest]] method to reset a user's password. Password recovery hash keys are valid for 24 hours after they're generated. </documentation>
1030
+ <input message="tns:lostPassword"/>
1031
+ <output message="tns:lostPasswordResponse"/>
1032
+ </operation>
1033
+ <operation name="performExternalAuthentication">
1034
+ <documentation>The perform external authentication method will authenticate the given external authentication container with an external vendor. The authentication container and its contents will be verified before an attempt is made to authenticate the contents of the container with an external vendor. </documentation>
1035
+ <input message="tns:performExternalAuthentication"/>
1036
+ <output message="tns:performExternalAuthenticationResponse"/>
1037
+ </operation>
1038
+ <operation name="removeAllHardwareAccessForThisUser">
1039
+ <documentation>Remove all hardware from a portal user's hardware access list. A user's hardware access list controls which of an account's hardware objects a user has access to in the SoftLayer customer portal and API. If the current user does not have administrative privileges over this user, an inadequate permissions exception will get thrown.
1040
+
1041
+ Users can call this function on child users, but not to themselves. An account's master has access to all users permissions on their account. </documentation>
1042
+ <input message="tns:removeAllHardwareAccessForThisUser"/>
1043
+ <output message="tns:removeAllHardwareAccessForThisUserResponse"/>
1044
+ </operation>
1045
+ <operation name="removeAllVirtualAccessForThisUser">
1046
+ <documentation>Remove all cloud computing instances from a portal user's instance access list. A user's instance access list controls which of an account's computing instance objects a user has access to in the SoftLayer customer portal and API. If the current user does not have administrative privileges over this user, an inadequate permissions exception will get thrown.
1047
+
1048
+ Users can call this function on child users, but not to themselves. An account's master has access to all users permissions on their account. </documentation>
1049
+ <input message="tns:removeAllVirtualAccessForThisUser"/>
1050
+ <output message="tns:removeAllVirtualAccessForThisUserResponse"/>
1051
+ </operation>
1052
+ <operation name="removeApiAuthenticationKey">
1053
+ <documentation>Remove a user's API authentication key, removing that user's access to query the SoftLayer API. </documentation>
1054
+ <input message="tns:removeApiAuthenticationKey"/>
1055
+ <output message="tns:removeApiAuthenticationKeyResponse"/>
1056
+ </operation>
1057
+ <operation name="removeBulkHardwareAccess">
1058
+ <documentation>Remove multiple hardware from a portal user's hardware access list. A user's hardware access list controls which of an account's hardware objects a user has access to in the SoftLayer customer portal and API. Hardware does not exist in the SoftLayer portal and returns &amp;quot;not found&amp;quot; exceptions in the API if the user doesn't have access to it. If a user does not has access to the hardware you're attempting remove add then removeBulkHardwareAccess() returns true.
1059
+
1060
+ Users can assign hardware access to their child users, but not to themselves. An account's master has access to all hardware on their customer account and can set hardware access for any of the other users on their account.
1061
+
1062
+ If the user has full hardware access, then it will provide access to &amp;quot;ALL but passed in&amp;quot; hardware ids. </documentation>
1063
+ <input message="tns:removeBulkHardwareAccess"/>
1064
+ <output message="tns:removeBulkHardwareAccessResponse"/>
1065
+ </operation>
1066
+ <operation name="removeBulkPortalPermission">
1067
+ <documentation>Remove multiple permissions from a portal user's permission set. [[Permissions]] control which features in the SoftLayer customer portal and API a user may use. Removing a user's permission will affect that user's portal and API access. removePortalPermission() does not attempt to remove permissions that are not assigned to the user.
1068
+
1069
+ Users can assign permissions to their child users, but not to themselves. An account's master has all portal permissions and can set permissions for any of the other users on their account.
1070
+
1071
+ Use the [[SoftLayer_User_Customer_CustomerPermission_Permission::getAllObjects]] method to retrieve a list of all permissions available in the SoftLayer customer portal and API. Permissions are removed based on the keyName property of the permission objects within the permissions parameter. </documentation>
1072
+ <input message="tns:removeBulkPortalPermission"/>
1073
+ <output message="tns:removeBulkPortalPermissionResponse"/>
1074
+ </operation>
1075
+ <operation name="removeBulkRoles">
1076
+ <documentation></documentation>
1077
+ <input message="tns:removeBulkRoles"/>
1078
+ </operation>
1079
+ <operation name="removeBulkVirtualGuestAccess">
1080
+ <documentation>Remove multiple CloudLayer Computing Instances from a portal user's access list. A user's CloudLayer Computing Instance access list controls which of an account's CloudLayer Computing Instance objects a user has access to in the SoftLayer customer portal and API. CloudLayer Computing Instances do not exist in the SoftLayer portal and returns &amp;quot;not found&amp;quot; exceptions in the API if the user doesn't have access to it. If a user does not has access to the CloudLayer Computing Instance you're attempting remove add then removeBulkVirtualGuestAccess() returns true.
1081
+
1082
+ Users can assign CloudLayer Computing Instance access to their child users, but not to themselves. An account's master has access to all CloudLayer Computing Instances on their customer account and can set hardware access for any of the other users on their account. </documentation>
1083
+ <input message="tns:removeBulkVirtualGuestAccess"/>
1084
+ <output message="tns:removeBulkVirtualGuestAccessResponse"/>
1085
+ </operation>
1086
+ <operation name="removeExternalBinding">
1087
+ <documentation></documentation>
1088
+ <input message="tns:removeExternalBinding"/>
1089
+ <output message="tns:removeExternalBindingResponse"/>
1090
+ </operation>
1091
+ <operation name="removeHardwareAccess">
1092
+ <documentation>Remove hardware from a portal user's hardware access list. A user's hardware access list controls which of an account's hardware objects a user has access to in the SoftLayer customer portal and API. Hardware does not exist in the SoftLayer portal and returns &amp;quot;not found&amp;quot; exceptions in the API if the user doesn't have access to it. If a user does not has access to the hardware you're attempting remove add then removeHardwareAccess() returns true.
1093
+
1094
+ Users can assign hardware access to their child users, but not to themselves. An account's master has access to all hardware on their customer account and can set hardware access for any of the other users on their account. </documentation>
1095
+ <input message="tns:removeHardwareAccess"/>
1096
+ <output message="tns:removeHardwareAccessResponse"/>
1097
+ </operation>
1098
+ <operation name="removePortalPermission">
1099
+ <documentation>Remove a permission from a portal user's permission set. [[Permissions]] control which features in the SoftLayer customer portal and API a user may use. Removing a user's permission will affect that user's portal and API access. If the user does not have the permission you're attempting to remove then removePortalPermission() returns true.
1100
+
1101
+ Users can assign permissions to their child users, but not to themselves. An account's master has all portal permissions and can set permissions for any of the other users on their account.
1102
+
1103
+ Use the [[SoftLayer_User_Customer_CustomerPermission_Permission::getAllObjects]] method to retrieve a list of all permissions available in the SoftLayer customer portal and API. Permissions are removed based on the keyName property of the permission parameter. </documentation>
1104
+ <input message="tns:removePortalPermission"/>
1105
+ <output message="tns:removePortalPermissionResponse"/>
1106
+ </operation>
1107
+ <operation name="removeRole">
1108
+ <documentation></documentation>
1109
+ <input message="tns:removeRole"/>
1110
+ </operation>
1111
+ <operation name="removeVirtualGuestAccess">
1112
+ <documentation>Remove a CloudLayer Computing Instance from a portal user's access list. A user's CloudLayer Computing Instance access list controls which of an account's computing instances a user has access to in the SoftLayer customer portal and API. CloudLayer Computing Instances do not exist in the SoftLayer portal and returns &amp;quot;not found&amp;quot; exceptions in the API if the user doesn't have access to it. If a user does not has access to the CloudLayer Computing Instance you're attempting remove add then removeVirtualGuestAccess() returns true.
1113
+
1114
+ Users can assign CloudLayer Computing Instance access to their child users, but not to themselves. An account's master has access to all CloudLayer Computing Instances on their customer account and can set instance access for any of the other users on their account. </documentation>
1115
+ <input message="tns:removeVirtualGuestAccess"/>
1116
+ <output message="tns:removeVirtualGuestAccessResponse"/>
1117
+ </operation>
1118
+ <operation name="resetExpiredPassword">
1119
+ <documentation>Attempt to authenticate a username and password to the SoftLayer customer portal and reset there password. If authentication and password reset is successful then the API returns true. </documentation>
1120
+ <input message="tns:resetExpiredPassword"/>
1121
+ <output message="tns:resetExpiredPasswordResponse"/>
1122
+ </operation>
1123
+ <operation name="samlAuthenticate">
1124
+ <documentation></documentation>
1125
+ <input message="tns:samlAuthenticate"/>
1126
+ <output message="tns:samlAuthenticateResponse"/>
1127
+ </operation>
1128
+ <operation name="samlBeginAuthentication">
1129
+ <documentation></documentation>
1130
+ <input message="tns:samlBeginAuthentication"/>
1131
+ <output message="tns:samlBeginAuthenticationResponse"/>
1132
+ </operation>
1133
+ <operation name="samlBeginLogout">
1134
+ <documentation></documentation>
1135
+ <input message="tns:samlBeginLogout"/>
1136
+ <output message="tns:samlBeginLogoutResponse"/>
1137
+ </operation>
1138
+ <operation name="samlLogout">
1139
+ <documentation></documentation>
1140
+ <input message="tns:samlLogout"/>
1141
+ </operation>
1142
+ <operation name="setPasswordFromLostPasswordRequest">
1143
+ <documentation>Set a user's password via the lost password recovery system, using a password recovery key received in an email generated by the [[SoftLayer_User_Customer::lostPassword|lostPassword]] method. Password recovery keys are valid for 24 hours after they're generated.
1144
+
1145
+ User portal passwords must match the following restrictions. Portal passwords must...
1146
+ * ...be over eight characters long.
1147
+ * ...be under twenty characters long.
1148
+ * ...contain at least one uppercase letter
1149
+ * ...contain at least one lowercase letter
1150
+ * ...contain at least one number
1151
+ * ...contain one of the special characters _ - | @ . , ? / ! ~ # $ % ^ &amp;amp; * ( ) { } [ ] \ + =
1152
+ * ...not match your username
1153
+ * ...not match your forum password</documentation>
1154
+ <input message="tns:setPasswordFromLostPasswordRequest"/>
1155
+ <output message="tns:setPasswordFromLostPasswordRequestResponse"/>
1156
+ </operation>
1157
+ <operation name="updateForumPassword">
1158
+ <documentation>Update a user's password on the SoftLayer community forums. As with portal passwords, user forum passwords must match the following restrictions. Forum passwords must...
1159
+ * ...be over eight characters long.
1160
+ * ...be under twenty characters long.
1161
+ * ...contain at least one uppercase letter
1162
+ * ...contain at least one lowercase letter
1163
+ * ...contain at least one number
1164
+ * ...contain one of the special characters _ - | @ . , ? / ! ~ # $ % ^ &amp;amp; * ( ) { } [ ] \ + =
1165
+ * ...not match your username
1166
+ * ...not match your portal password
1167
+ Finally, users can only update their own password. </documentation>
1168
+ <input message="tns:updateForumPassword"/>
1169
+ <output message="tns:updateForumPasswordResponse"/>
1170
+ </operation>
1171
+ <operation name="updateNotificationSubscriber">
1172
+ <documentation>Update the active status for a notification that the user is subscribed to. A notification along with an active flag can be supplied to update the active status for a particular notification subscription. </documentation>
1173
+ <input message="tns:updateNotificationSubscriber"/>
1174
+ <output message="tns:updateNotificationSubscriberResponse"/>
1175
+ </operation>
1176
+ <operation name="updatePassword">
1177
+ <documentation>Update a user's password on the SoftLayer customer portal. As with forum passwords, user portal passwords must match the following restrictions. Portal passwords must...
1178
+ * ...be over eight characters long.
1179
+ * ...be under twenty characters long.
1180
+ * ...contain at least one uppercase letter
1181
+ * ...contain at least one lowercase letter
1182
+ * ...contain at least one number
1183
+ * ...contain one of the special characters _ - | @ . , ? / ! ~ # $ % ^ &amp;amp; * ( ) { } [ ] \ + =
1184
+ * ...not match your username
1185
+ * ...not match your forum password
1186
+ Finally, users can only update their own password. An account's master user can update any of their account users' passwords. </documentation>
1187
+ <input message="tns:updatePassword"/>
1188
+ <output message="tns:updatePasswordResponse"/>
1189
+ </operation>
1190
+ <operation name="updateSecurityAnswers">
1191
+ <documentation>Update a user's login security questions and answers on the SoftLayer customer portal. These questions and answers are used to optionally log into the SoftLayer customer portal using two-factor authentication. Each user must have three distinct questions set with a unique answer for each question, and each answer may only contain alphanumeric or the . , - _ ( ) [ ] : ; &amp;gt; &amp;lt; characters. Existing user security questions and answers are deleted before new ones are set, and users may only update their own security questions and answers. </documentation>
1192
+ <input message="tns:updateSecurityAnswers"/>
1193
+ <output message="tns:updateSecurityAnswersResponse"/>
1194
+ </operation>
1195
+ <operation name="updateSubscriberDeliveryMethod">
1196
+ <documentation>Update a delivery method for a notification that the user is subscribed to. A delivery method keyName along with an active flag can be supplied to update the active status of the delivery methods for the specified notification. Available delivery methods - 'EMAIL'. Available notifications - 'PLANNED_MAINTENANCE', 'UNPLANNED_INCIDENT'. </documentation>
1197
+ <input message="tns:updateSubscriberDeliveryMethod"/>
1198
+ <output message="tns:updateSubscriberDeliveryMethodResponse"/>
1199
+ </operation>
1200
+ <operation name="updateVpnPassword">
1201
+ <documentation>Update a user's VPN password on the SoftLayer customer portal. As with portal passwords, VPN passwords must match the following restrictions. VPN passwords must...
1202
+ * ...be over eight characters long.
1203
+ * ...be under twenty characters long.
1204
+ * ...contain at least one uppercase letter
1205
+ * ...contain at least one lowercase letter
1206
+ * ...contain at least one number
1207
+ * ...contain one of the special characters _ - | @ . , ? / ! ~ # $ % ^ &amp;amp; * ( ) { } [ ] \ =
1208
+ * ...not match your username
1209
+ * ...not match your forum password
1210
+ Finally, users can only update their own VPN password. An account's master user can update any of their account users' VPN passwords. </documentation>
1211
+ <input message="tns:updateVpnPassword"/>
1212
+ <output message="tns:updateVpnPasswordResponse"/>
1213
+ </operation>
1214
+ <operation name="updateVpnUser">
1215
+ <documentation>Always call this function to enable changes when manually configuring VPN subnet access. </documentation>
1216
+ <input message="tns:updateVpnUser"/>
1217
+ <output message="tns:updateVpnUserResponse"/>
1218
+ </operation>
1219
+ <operation name="validateAuthenticationToken">
1220
+ <documentation></documentation>
1221
+ <input message="tns:validateAuthenticationToken"/>
1222
+ <output message="tns:validateAuthenticationTokenResponse"/>
1223
+ </operation>
1224
+ </portType>
1225
+ <binding name="SoftLayer_User_Customer_OpenIdConnectBinding" type="tns:SoftLayer_User_Customer_OpenIdConnectPortType">
1226
+ <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
1227
+ <operation name="acknowledgeSupportPolicy">
1228
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1229
+ <input>
1230
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1231
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1232
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1233
+ </input>
1234
+ </operation>
1235
+ <operation name="addApiAuthenticationKey">
1236
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1237
+ <input>
1238
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1239
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1240
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1241
+ </input>
1242
+ <output>
1243
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1244
+ </output>
1245
+ </operation>
1246
+ <operation name="addBulkHardwareAccess">
1247
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1248
+ <input>
1249
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1250
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1251
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1252
+ </input>
1253
+ <output>
1254
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1255
+ </output>
1256
+ </operation>
1257
+ <operation name="addBulkPortalPermission">
1258
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1259
+ <input>
1260
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1261
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1262
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1263
+ </input>
1264
+ <output>
1265
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1266
+ </output>
1267
+ </operation>
1268
+ <operation name="addBulkRoles">
1269
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1270
+ <input>
1271
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1272
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1273
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1274
+ </input>
1275
+ </operation>
1276
+ <operation name="addBulkVirtualGuestAccess">
1277
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1278
+ <input>
1279
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1280
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1281
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1282
+ </input>
1283
+ <output>
1284
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1285
+ </output>
1286
+ </operation>
1287
+ <operation name="addExternalBinding">
1288
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1289
+ <input>
1290
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1291
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1292
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1293
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1294
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1295
+ </input>
1296
+ <output>
1297
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1298
+ </output>
1299
+ </operation>
1300
+ <operation name="addHardwareAccess">
1301
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1302
+ <input>
1303
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1304
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1305
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1306
+ </input>
1307
+ <output>
1308
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1309
+ </output>
1310
+ </operation>
1311
+ <operation name="addNotificationSubscriber">
1312
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1313
+ <input>
1314
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1315
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1316
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1317
+ </input>
1318
+ <output>
1319
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1320
+ </output>
1321
+ </operation>
1322
+ <operation name="addPortalPermission">
1323
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1324
+ <input>
1325
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1326
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1327
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1328
+ </input>
1329
+ <output>
1330
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1331
+ </output>
1332
+ </operation>
1333
+ <operation name="addRole">
1334
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1335
+ <input>
1336
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1337
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1338
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1339
+ </input>
1340
+ </operation>
1341
+ <operation name="addVirtualGuestAccess">
1342
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1343
+ <input>
1344
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1345
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1346
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1347
+ </input>
1348
+ <output>
1349
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1350
+ </output>
1351
+ </operation>
1352
+ <operation name="changePreference">
1353
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1354
+ <input>
1355
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1356
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1357
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1358
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1359
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1360
+ </input>
1361
+ <output>
1362
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1363
+ </output>
1364
+ </operation>
1365
+ <operation name="checkExternalAuthenticationStatus">
1366
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1367
+ <input>
1368
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1369
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1370
+ </input>
1371
+ <output>
1372
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1373
+ </output>
1374
+ </operation>
1375
+ <operation name="createNotificationSubscriber">
1376
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1377
+ <input>
1378
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1379
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1380
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1381
+ </input>
1382
+ <output>
1383
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1384
+ </output>
1385
+ </operation>
1386
+ <operation name="createObject">
1387
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1388
+ <input>
1389
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1390
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1391
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1392
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1393
+ </input>
1394
+ <output>
1395
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1396
+ </output>
1397
+ </operation>
1398
+ <operation name="createSubscriberDeliveryMethods">
1399
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1400
+ <input>
1401
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1402
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1403
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1404
+ </input>
1405
+ <output>
1406
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1407
+ </output>
1408
+ </operation>
1409
+ <operation name="deactivateNotificationSubscriber">
1410
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1411
+ <input>
1412
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1413
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1414
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1415
+ </input>
1416
+ <output>
1417
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1418
+ </output>
1419
+ </operation>
1420
+ <operation name="editObject">
1421
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1422
+ <input>
1423
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1424
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1425
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1426
+ </input>
1427
+ <output>
1428
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1429
+ </output>
1430
+ </operation>
1431
+ <operation name="editObjects">
1432
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1433
+ <input>
1434
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1435
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1436
+ </input>
1437
+ <output>
1438
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1439
+ </output>
1440
+ </operation>
1441
+ <operation name="findUserPreference">
1442
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1443
+ <input>
1444
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1445
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1446
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1447
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1448
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1449
+ </input>
1450
+ <output>
1451
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1452
+ </output>
1453
+ </operation>
1454
+ <operation name="generateAuthorizationEndpointUrl">
1455
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1456
+ <input>
1457
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1458
+ </input>
1459
+ <output>
1460
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1461
+ </output>
1462
+ </operation>
1463
+ <operation name="getAccount">
1464
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1465
+ <input>
1466
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1467
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1468
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1469
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1470
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1471
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1472
+ </input>
1473
+ <output>
1474
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1475
+ </output>
1476
+ </operation>
1477
+ <operation name="getActions">
1478
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1479
+ <input>
1480
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1481
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1482
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1483
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1484
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1485
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1486
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1487
+ </input>
1488
+ <output>
1489
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1490
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1491
+ </output>
1492
+ </operation>
1493
+ <operation name="getActiveExternalAuthenticationVendors">
1494
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1495
+ <input>
1496
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1497
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1498
+ </input>
1499
+ <output>
1500
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1501
+ </output>
1502
+ </operation>
1503
+ <operation name="getAdditionalEmails">
1504
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1505
+ <input>
1506
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1507
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1508
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1509
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1510
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1511
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1512
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1513
+ </input>
1514
+ <output>
1515
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1516
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1517
+ </output>
1518
+ </operation>
1519
+ <operation name="getAllowedHardwareIds">
1520
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1521
+ <input>
1522
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1523
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1524
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1525
+ </input>
1526
+ <output>
1527
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1528
+ </output>
1529
+ </operation>
1530
+ <operation name="getAllowedVirtualGuestIds">
1531
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1532
+ <input>
1533
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1534
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1535
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1536
+ </input>
1537
+ <output>
1538
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1539
+ </output>
1540
+ </operation>
1541
+ <operation name="getApiAuthenticationKeys">
1542
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1543
+ <input>
1544
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1545
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1546
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1547
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1548
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1549
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1550
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1551
+ </input>
1552
+ <output>
1553
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1554
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1555
+ </output>
1556
+ </operation>
1557
+ <operation name="getAuthenticationToken">
1558
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1559
+ <input>
1560
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1561
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1562
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1563
+ </input>
1564
+ <output>
1565
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1566
+ </output>
1567
+ </operation>
1568
+ <operation name="getCdnAccounts">
1569
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1570
+ <input>
1571
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1572
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1573
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1574
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1575
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1576
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1577
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1578
+ </input>
1579
+ <output>
1580
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1581
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1582
+ </output>
1583
+ </operation>
1584
+ <operation name="getChildUsers">
1585
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1586
+ <input>
1587
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1588
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1589
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1590
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1591
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1592
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1593
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1594
+ </input>
1595
+ <output>
1596
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1597
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1598
+ </output>
1599
+ </operation>
1600
+ <operation name="getClosedTickets">
1601
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1602
+ <input>
1603
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1604
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1605
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1606
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1607
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1608
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1609
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1610
+ </input>
1611
+ <output>
1612
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1613
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1614
+ </output>
1615
+ </operation>
1616
+ <operation name="getDefaultSecurityQuestions">
1617
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1618
+ <input>
1619
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1620
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1621
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1622
+ </input>
1623
+ <output>
1624
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1625
+ </output>
1626
+ </operation>
1627
+ <operation name="getExternalBindings">
1628
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1629
+ <input>
1630
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1631
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1632
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1633
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1634
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1635
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1636
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1637
+ </input>
1638
+ <output>
1639
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1640
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1641
+ </output>
1642
+ </operation>
1643
+ <operation name="getHardware">
1644
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1645
+ <input>
1646
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1647
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1648
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1649
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1650
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1651
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1652
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1653
+ </input>
1654
+ <output>
1655
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1656
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1657
+ </output>
1658
+ </operation>
1659
+ <operation name="getHardwareCount">
1660
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1661
+ <input>
1662
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1663
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1664
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1665
+ </input>
1666
+ <output>
1667
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1668
+ </output>
1669
+ </operation>
1670
+ <operation name="getHardwareNotifications">
1671
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1672
+ <input>
1673
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1674
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1675
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1676
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1677
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1678
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1679
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1680
+ </input>
1681
+ <output>
1682
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1683
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1684
+ </output>
1685
+ </operation>
1686
+ <operation name="getHasAcknowledgedSupportPolicyFlag">
1687
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1688
+ <input>
1689
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1690
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1691
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1692
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1693
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1694
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1695
+ </input>
1696
+ <output>
1697
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1698
+ </output>
1699
+ </operation>
1700
+ <operation name="getHasFullHardwareAccessFlag">
1701
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1702
+ <input>
1703
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1704
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1705
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1706
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1707
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1708
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1709
+ </input>
1710
+ <output>
1711
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1712
+ </output>
1713
+ </operation>
1714
+ <operation name="getHasFullVirtualGuestAccessFlag">
1715
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1716
+ <input>
1717
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1718
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1719
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1720
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1721
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1722
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1723
+ </input>
1724
+ <output>
1725
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1726
+ </output>
1727
+ </operation>
1728
+ <operation name="getImpersonationToken">
1729
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1730
+ <input>
1731
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1732
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1733
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1734
+ </input>
1735
+ <output>
1736
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1737
+ </output>
1738
+ </operation>
1739
+ <operation name="getLayoutProfiles">
1740
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1741
+ <input>
1742
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1743
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1744
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1745
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1746
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1747
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1748
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1749
+ </input>
1750
+ <output>
1751
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1752
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1753
+ </output>
1754
+ </operation>
1755
+ <operation name="getLocale">
1756
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1757
+ <input>
1758
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1759
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1760
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1761
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1762
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1763
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1764
+ </input>
1765
+ <output>
1766
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1767
+ </output>
1768
+ </operation>
1769
+ <operation name="getLoginAttempts">
1770
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1771
+ <input>
1772
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1773
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1774
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1775
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1776
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1777
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1778
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1779
+ </input>
1780
+ <output>
1781
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1782
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1783
+ </output>
1784
+ </operation>
1785
+ <operation name="getMobileDevices">
1786
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1787
+ <input>
1788
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1789
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1790
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1791
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1792
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1793
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1794
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1795
+ </input>
1796
+ <output>
1797
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1798
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1799
+ </output>
1800
+ </operation>
1801
+ <operation name="getNotificationSubscribers">
1802
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1803
+ <input>
1804
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1805
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1806
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1807
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1808
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1809
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1810
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1811
+ </input>
1812
+ <output>
1813
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1814
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1815
+ </output>
1816
+ </operation>
1817
+ <operation name="getObject">
1818
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1819
+ <input>
1820
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1821
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1822
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1823
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1824
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1825
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1826
+ </input>
1827
+ <output>
1828
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1829
+ </output>
1830
+ </operation>
1831
+ <operation name="getOpenTickets">
1832
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1833
+ <input>
1834
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1835
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1836
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1837
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1838
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1839
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1840
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1841
+ </input>
1842
+ <output>
1843
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1844
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1845
+ </output>
1846
+ </operation>
1847
+ <operation name="getOverrides">
1848
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1849
+ <input>
1850
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1851
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1852
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1853
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1854
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1855
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1856
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1857
+ </input>
1858
+ <output>
1859
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1860
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1861
+ </output>
1862
+ </operation>
1863
+ <operation name="getParent">
1864
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1865
+ <input>
1866
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1867
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1868
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1869
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1870
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1871
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1872
+ </input>
1873
+ <output>
1874
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1875
+ </output>
1876
+ </operation>
1877
+ <operation name="getPermissions">
1878
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1879
+ <input>
1880
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1881
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1882
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1883
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1884
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1885
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1886
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1887
+ </input>
1888
+ <output>
1889
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1890
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1891
+ </output>
1892
+ </operation>
1893
+ <operation name="getPortalLoginToken">
1894
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1895
+ <input>
1896
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1897
+ </input>
1898
+ <output>
1899
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1900
+ </output>
1901
+ </operation>
1902
+ <operation name="getPortalLoginTokenOpenIdConnect">
1903
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1904
+ <input>
1905
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1906
+ </input>
1907
+ <output>
1908
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1909
+ </output>
1910
+ </operation>
1911
+ <operation name="getPreference">
1912
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1913
+ <input>
1914
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1915
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1916
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1917
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1918
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1919
+ </input>
1920
+ <output>
1921
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1922
+ </output>
1923
+ </operation>
1924
+ <operation name="getPreferenceTypes">
1925
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1926
+ <input>
1927
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1928
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1929
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1930
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1931
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1932
+ </input>
1933
+ <output>
1934
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1935
+ </output>
1936
+ </operation>
1937
+ <operation name="getPreferences">
1938
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1939
+ <input>
1940
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1941
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1942
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1943
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1944
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1945
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1946
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1947
+ </input>
1948
+ <output>
1949
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1950
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1951
+ </output>
1952
+ </operation>
1953
+ <operation name="getRoles">
1954
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1955
+ <input>
1956
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1957
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1958
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1959
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1960
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1961
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1962
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1963
+ </input>
1964
+ <output>
1965
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1966
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1967
+ </output>
1968
+ </operation>
1969
+ <operation name="getSalesforceUserLink">
1970
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1971
+ <input>
1972
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1973
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1974
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1975
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1976
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1977
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1978
+ </input>
1979
+ <output>
1980
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1981
+ </output>
1982
+ </operation>
1983
+ <operation name="getSecurityAnswers">
1984
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1985
+ <input>
1986
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1987
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1988
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1989
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1990
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1991
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1992
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1993
+ </input>
1994
+ <output>
1995
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1996
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1997
+ </output>
1998
+ </operation>
1999
+ <operation name="getSubscribers">
2000
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2001
+ <input>
2002
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2003
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2004
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2005
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2006
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2007
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2008
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2009
+ </input>
2010
+ <output>
2011
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2012
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2013
+ </output>
2014
+ </operation>
2015
+ <operation name="getSuccessfulLogins">
2016
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2017
+ <input>
2018
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2019
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2020
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2021
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2022
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2023
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2024
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2025
+ </input>
2026
+ <output>
2027
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2028
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2029
+ </output>
2030
+ </operation>
2031
+ <operation name="getSupportPolicyAcknowledgementRequiredFlag">
2032
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2033
+ <input>
2034
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2035
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2036
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2037
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2038
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2039
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2040
+ </input>
2041
+ <output>
2042
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2043
+ </output>
2044
+ </operation>
2045
+ <operation name="getSupportPolicyDocument">
2046
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2047
+ <input>
2048
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2049
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2050
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2051
+ </input>
2052
+ <output>
2053
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2054
+ </output>
2055
+ </operation>
2056
+ <operation name="getSupportPolicyName">
2057
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2058
+ <input>
2059
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2060
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2061
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2062
+ </input>
2063
+ <output>
2064
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2065
+ </output>
2066
+ </operation>
2067
+ <operation name="getSupportedLocales">
2068
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2069
+ <input>
2070
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2071
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2072
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2073
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2074
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2075
+ </input>
2076
+ <output>
2077
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2078
+ </output>
2079
+ </operation>
2080
+ <operation name="getSurveyRequiredFlag">
2081
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2082
+ <input>
2083
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2084
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2085
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2086
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2087
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2088
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2089
+ </input>
2090
+ <output>
2091
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2092
+ </output>
2093
+ </operation>
2094
+ <operation name="getSurveys">
2095
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2096
+ <input>
2097
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2098
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2099
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2100
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2101
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2102
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2103
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2104
+ </input>
2105
+ <output>
2106
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2107
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2108
+ </output>
2109
+ </operation>
2110
+ <operation name="getTickets">
2111
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2112
+ <input>
2113
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2114
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2115
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2116
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2117
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2118
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2119
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2120
+ </input>
2121
+ <output>
2122
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2123
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2124
+ </output>
2125
+ </operation>
2126
+ <operation name="getTimezone">
2127
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2128
+ <input>
2129
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2130
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2131
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2132
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2133
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2134
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2135
+ </input>
2136
+ <output>
2137
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2138
+ </output>
2139
+ </operation>
2140
+ <operation name="getUnsuccessfulLogins">
2141
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2142
+ <input>
2143
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2144
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2145
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2146
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2147
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2148
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2149
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2150
+ </input>
2151
+ <output>
2152
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2153
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2154
+ </output>
2155
+ </operation>
2156
+ <operation name="getUserFromLostPasswordRequest">
2157
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2158
+ <input>
2159
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2160
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2161
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2162
+ </input>
2163
+ <output>
2164
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2165
+ </output>
2166
+ </operation>
2167
+ <operation name="getUserLinks">
2168
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2169
+ <input>
2170
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2171
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2172
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2173
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2174
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2175
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2176
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2177
+ </input>
2178
+ <output>
2179
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2180
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2181
+ </output>
2182
+ </operation>
2183
+ <operation name="getUserPreferences">
2184
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2185
+ <input>
2186
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2187
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2188
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2189
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2190
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2191
+ </input>
2192
+ <output>
2193
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2194
+ </output>
2195
+ </operation>
2196
+ <operation name="getUserStatus">
2197
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2198
+ <input>
2199
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2200
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2201
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2202
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2203
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2204
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2205
+ </input>
2206
+ <output>
2207
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2208
+ </output>
2209
+ </operation>
2210
+ <operation name="getVirtualGuestCount">
2211
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2212
+ <input>
2213
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2214
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2215
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2216
+ </input>
2217
+ <output>
2218
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2219
+ </output>
2220
+ </operation>
2221
+ <operation name="getVirtualGuests">
2222
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2223
+ <input>
2224
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2225
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectFilterHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2226
+ <soap:header message="tns:resultLimitHeader" part="resultLimit" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2227
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2228
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2229
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2230
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2231
+ </input>
2232
+ <output>
2233
+ <soap:header message="tns:totalItemsHeader" part="totalItems" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2234
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2235
+ </output>
2236
+ </operation>
2237
+ <operation name="inTerminalStatus">
2238
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2239
+ <input>
2240
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2241
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2242
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2243
+ </input>
2244
+ <output>
2245
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2246
+ </output>
2247
+ </operation>
2248
+ <operation name="initiateExternalAuthentication">
2249
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2250
+ <input>
2251
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2252
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2253
+ </input>
2254
+ <output>
2255
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2256
+ </output>
2257
+ </operation>
2258
+ <operation name="isMasterUser">
2259
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2260
+ <input>
2261
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2262
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2263
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2264
+ </input>
2265
+ <output>
2266
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2267
+ </output>
2268
+ </operation>
2269
+ <operation name="isValidForumPassword">
2270
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2271
+ <input>
2272
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2273
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2274
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2275
+ </input>
2276
+ <output>
2277
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2278
+ </output>
2279
+ </operation>
2280
+ <operation name="isValidPortalPassword">
2281
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2282
+ <input>
2283
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2284
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2285
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2286
+ </input>
2287
+ <output>
2288
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2289
+ </output>
2290
+ </operation>
2291
+ <operation name="lostPassword">
2292
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2293
+ <input>
2294
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2295
+ </input>
2296
+ <output>
2297
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2298
+ </output>
2299
+ </operation>
2300
+ <operation name="performExternalAuthentication">
2301
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2302
+ <input>
2303
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2304
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2305
+ </input>
2306
+ <output>
2307
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2308
+ </output>
2309
+ </operation>
2310
+ <operation name="removeAllHardwareAccessForThisUser">
2311
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2312
+ <input>
2313
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2314
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2315
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2316
+ </input>
2317
+ <output>
2318
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2319
+ </output>
2320
+ </operation>
2321
+ <operation name="removeAllVirtualAccessForThisUser">
2322
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2323
+ <input>
2324
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2325
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2326
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2327
+ </input>
2328
+ <output>
2329
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2330
+ </output>
2331
+ </operation>
2332
+ <operation name="removeApiAuthenticationKey">
2333
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2334
+ <input>
2335
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2336
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2337
+ </input>
2338
+ <output>
2339
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2340
+ </output>
2341
+ </operation>
2342
+ <operation name="removeBulkHardwareAccess">
2343
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2344
+ <input>
2345
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2346
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2347
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2348
+ </input>
2349
+ <output>
2350
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2351
+ </output>
2352
+ </operation>
2353
+ <operation name="removeBulkPortalPermission">
2354
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2355
+ <input>
2356
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2357
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2358
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2359
+ </input>
2360
+ <output>
2361
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2362
+ </output>
2363
+ </operation>
2364
+ <operation name="removeBulkRoles">
2365
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2366
+ <input>
2367
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2368
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2369
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2370
+ </input>
2371
+ </operation>
2372
+ <operation name="removeBulkVirtualGuestAccess">
2373
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2374
+ <input>
2375
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2376
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2377
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2378
+ </input>
2379
+ <output>
2380
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2381
+ </output>
2382
+ </operation>
2383
+ <operation name="removeExternalBinding">
2384
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2385
+ <input>
2386
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2387
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2388
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2389
+ </input>
2390
+ <output>
2391
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2392
+ </output>
2393
+ </operation>
2394
+ <operation name="removeHardwareAccess">
2395
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2396
+ <input>
2397
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2398
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2399
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2400
+ </input>
2401
+ <output>
2402
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2403
+ </output>
2404
+ </operation>
2405
+ <operation name="removePortalPermission">
2406
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2407
+ <input>
2408
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2409
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2410
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2411
+ </input>
2412
+ <output>
2413
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2414
+ </output>
2415
+ </operation>
2416
+ <operation name="removeRole">
2417
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2418
+ <input>
2419
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2420
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2421
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2422
+ </input>
2423
+ </operation>
2424
+ <operation name="removeVirtualGuestAccess">
2425
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2426
+ <input>
2427
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2428
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2429
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2430
+ </input>
2431
+ <output>
2432
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2433
+ </output>
2434
+ </operation>
2435
+ <operation name="resetExpiredPassword">
2436
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2437
+ <input>
2438
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2439
+ </input>
2440
+ <output>
2441
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2442
+ </output>
2443
+ </operation>
2444
+ <operation name="samlAuthenticate">
2445
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2446
+ <input>
2447
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2448
+ </input>
2449
+ <output>
2450
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2451
+ </output>
2452
+ </operation>
2453
+ <operation name="samlBeginAuthentication">
2454
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2455
+ <input>
2456
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2457
+ </input>
2458
+ <output>
2459
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2460
+ </output>
2461
+ </operation>
2462
+ <operation name="samlBeginLogout">
2463
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2464
+ <input>
2465
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2466
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2467
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2468
+ </input>
2469
+ <output>
2470
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2471
+ </output>
2472
+ </operation>
2473
+ <operation name="samlLogout">
2474
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2475
+ <input>
2476
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2477
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2478
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2479
+ </input>
2480
+ </operation>
2481
+ <operation name="setPasswordFromLostPasswordRequest">
2482
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2483
+ <input>
2484
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2485
+ </input>
2486
+ <output>
2487
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2488
+ </output>
2489
+ </operation>
2490
+ <operation name="updateForumPassword">
2491
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2492
+ <input>
2493
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2494
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2495
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2496
+ </input>
2497
+ <output>
2498
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2499
+ </output>
2500
+ </operation>
2501
+ <operation name="updateNotificationSubscriber">
2502
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2503
+ <input>
2504
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2505
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2506
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2507
+ </input>
2508
+ <output>
2509
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2510
+ </output>
2511
+ </operation>
2512
+ <operation name="updatePassword">
2513
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2514
+ <input>
2515
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2516
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2517
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2518
+ </input>
2519
+ <output>
2520
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2521
+ </output>
2522
+ </operation>
2523
+ <operation name="updateSecurityAnswers">
2524
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2525
+ <input>
2526
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2527
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2528
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2529
+ </input>
2530
+ <output>
2531
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2532
+ </output>
2533
+ </operation>
2534
+ <operation name="updateSubscriberDeliveryMethod">
2535
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2536
+ <input>
2537
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2538
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2539
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2540
+ </input>
2541
+ <output>
2542
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2543
+ </output>
2544
+ </operation>
2545
+ <operation name="updateVpnPassword">
2546
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2547
+ <input>
2548
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2549
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2550
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2551
+ </input>
2552
+ <output>
2553
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2554
+ </output>
2555
+ </operation>
2556
+ <operation name="updateVpnUser">
2557
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2558
+ <input>
2559
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2560
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2561
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2562
+ </input>
2563
+ <output>
2564
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2565
+ </output>
2566
+ </operation>
2567
+ <operation name="validateAuthenticationToken">
2568
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2569
+ <input>
2570
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2571
+ </input>
2572
+ <output>
2573
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2574
+ </output>
2575
+ </operation>
2576
+ </binding>
2577
+ <service name="SoftLayer_User_Customer_OpenIdConnectService">
2578
+ <port name="SoftLayer_User_Customer_OpenIdConnectPort" binding="tns:SoftLayer_User_Customer_OpenIdConnectBinding">
2579
+ <soap:address location="https://api.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnect"/>
2580
+ </port>
2581
+ </service>
2582
+ </definitions>