softlayer 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,143 @@
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_Account_Link_Bluemix?xsd"/>
6
+ </xsd:schema>
7
+ <xsd:schema targetNamespace="http://api.service.softlayer.com/soap/v3.1/">
8
+ <xsd:complexType name="SoftLayer_Account_Link_BluemixInitParameters">
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_Account_Link_BluemixObjectMask">
15
+ <xsd:sequence>
16
+ <xsd:element minOccurs="1" maxOccurs="1" name="mask" type="tns:SoftLayer_Account_Link_Bluemix"/>
17
+ </xsd:sequence>
18
+ </xsd:complexType>
19
+ </xsd:schema>
20
+ </types>
21
+ <message name="SoftLayer_Account_Link_BluemixInitParametersHeader">
22
+ <part name="SoftLayer_Account_Link_BluemixInitParameters" type="tns:SoftLayer_Account_Link_BluemixInitParameters"/>
23
+ </message>
24
+ <message name="getAccount"/>
25
+ <message name="getAccountResponse">
26
+ <part name="getAccountReturn" type="tns:SoftLayer_Account"/>
27
+ </message>
28
+ <message name="getObject"/>
29
+ <message name="getObjectResponse">
30
+ <part name="getObjectReturn" type="tns:SoftLayer_Account_Link_Bluemix"/>
31
+ </message>
32
+ <message name="getServiceProvider"/>
33
+ <message name="getServiceProviderResponse">
34
+ <part name="getServiceProviderReturn" type="tns:SoftLayer_Service_Provider"/>
35
+ </message>
36
+ <message name="getSupportTierType">
37
+ <part name="imsAccount" type="tns:SoftLayer_Account"/>
38
+ </message>
39
+ <message name="getSupportTierTypeResponse">
40
+ <part name="getSupportTierTypeReturn" type="xsd:string"/>
41
+ </message>
42
+ <message name="authenticateHeader">
43
+ <part name="authenticate" type="tns:authenticate"/>
44
+ </message>
45
+ <message name="resultLimitHeader">
46
+ <part name="resultLimit" type="tns:resultLimit"/>
47
+ </message>
48
+ <message name="totalItemsHeader">
49
+ <part name="totalItems" type="tns:totalItems"/>
50
+ </message>
51
+ <message name="SoftLayer_Account_Link_BluemixObjectMaskHeader">
52
+ <part name="SoftLayer_Account_Link_BluemixObjectMask" type="tns:SoftLayer_Account_Link_BluemixObjectMask"/>
53
+ </message>
54
+ <message name="SoftLayer_Account_Link_BluemixObjectFilterHeader">
55
+ <part name="SoftLayer_Account_Link_BluemixObjectFilter" type="tns:SoftLayer_Account_Link_BluemixObjectFilter"/>
56
+ </message>
57
+ <message name="SoftLayer_ObjectMaskHeader">
58
+ <part name="SoftLayer_ObjectMask" type="tns:SoftLayer_ObjectMask"/>
59
+ </message>
60
+ <portType name="SoftLayer_Account_Link_BluemixPortType">
61
+ <documentation></documentation>
62
+ <operation name="getAccount">
63
+ <documentation></documentation>
64
+ <input message="tns:getAccount"/>
65
+ <output message="tns:getAccountResponse"/>
66
+ </operation>
67
+ <operation name="getObject">
68
+ <documentation></documentation>
69
+ <input message="tns:getObject"/>
70
+ <output message="tns:getObjectResponse"/>
71
+ </operation>
72
+ <operation name="getServiceProvider">
73
+ <documentation></documentation>
74
+ <input message="tns:getServiceProvider"/>
75
+ <output message="tns:getServiceProviderResponse"/>
76
+ </operation>
77
+ <operation name="getSupportTierType">
78
+ <documentation></documentation>
79
+ <input message="tns:getSupportTierType"/>
80
+ <output message="tns:getSupportTierTypeResponse"/>
81
+ </operation>
82
+ </portType>
83
+ <binding name="SoftLayer_Account_Link_BluemixBinding" type="tns:SoftLayer_Account_Link_BluemixPortType">
84
+ <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
85
+ <operation name="getAccount">
86
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Account_Link_BluemixAction"/>
87
+ <input>
88
+ <soap:header message="tns:SoftLayer_Account_Link_BluemixObjectMaskHeader" part="SoftLayer_Account_Link_BluemixObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
89
+ <soap:header message="tns:SoftLayer_Account_Link_BluemixObjectFilterHeader" part="SoftLayer_Account_Link_BluemixObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
90
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
91
+ <soap:header message="tns:SoftLayer_Account_Link_BluemixInitParametersHeader" part="SoftLayer_Account_Link_BluemixInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
92
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
93
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
94
+ </input>
95
+ <output>
96
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
97
+ </output>
98
+ </operation>
99
+ <operation name="getObject">
100
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Account_Link_BluemixAction"/>
101
+ <input>
102
+ <soap:header message="tns:SoftLayer_Account_Link_BluemixObjectMaskHeader" part="SoftLayer_Account_Link_BluemixObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
103
+ <soap:header message="tns:SoftLayer_Account_Link_BluemixObjectFilterHeader" part="SoftLayer_Account_Link_BluemixObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
104
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
105
+ <soap:header message="tns:SoftLayer_Account_Link_BluemixInitParametersHeader" part="SoftLayer_Account_Link_BluemixInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
106
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
107
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
108
+ </input>
109
+ <output>
110
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
111
+ </output>
112
+ </operation>
113
+ <operation name="getServiceProvider">
114
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Account_Link_BluemixAction"/>
115
+ <input>
116
+ <soap:header message="tns:SoftLayer_Account_Link_BluemixObjectMaskHeader" part="SoftLayer_Account_Link_BluemixObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
117
+ <soap:header message="tns:SoftLayer_Account_Link_BluemixObjectFilterHeader" part="SoftLayer_Account_Link_BluemixObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
118
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
119
+ <soap:header message="tns:SoftLayer_Account_Link_BluemixInitParametersHeader" part="SoftLayer_Account_Link_BluemixInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
120
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
121
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
122
+ </input>
123
+ <output>
124
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
125
+ </output>
126
+ </operation>
127
+ <operation name="getSupportTierType">
128
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Account_Link_BluemixAction"/>
129
+ <input>
130
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
131
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
132
+ </input>
133
+ <output>
134
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
135
+ </output>
136
+ </operation>
137
+ </binding>
138
+ <service name="SoftLayer_Account_Link_BluemixService">
139
+ <port name="SoftLayer_Account_Link_BluemixPort" binding="tns:SoftLayer_Account_Link_BluemixBinding">
140
+ <soap:address location="https://api.softlayer.com/soap/v3.1/SoftLayer_Account_Link_Bluemix"/>
141
+ </port>
142
+ </service>
143
+ </definitions>
@@ -40,6 +40,10 @@
40
40
  <message name="getGroupsResponse">
41
41
  <part name="getGroupsReturn" type="tns:SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_GroupArray"/>
42
42
  </message>
43
+ <message name="getHealthCheck"/>
44
+ <message name="getHealthCheckResponse">
45
+ <part name="getHealthCheckReturn" type="tns:SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Health_Check"/>
46
+ </message>
43
47
  <message name="getHealthChecks"/>
44
48
  <message name="getHealthChecksResponse">
45
49
  <part name="getHealthChecksReturn" type="tns:SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Health_CheckArray"/>
@@ -52,6 +56,10 @@
52
56
  <message name="getObjectResponse">
53
57
  <part name="getObjectReturn" type="tns:SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service"/>
54
58
  </message>
59
+ <message name="getServiceGroup"/>
60
+ <message name="getServiceGroupResponse">
61
+ <part name="getServiceGroupReturn" type="tns:SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_Group"/>
62
+ </message>
55
63
  <message name="toggleStatus"/>
56
64
  <message name="toggleStatusResponse">
57
65
  <part name="toggleStatusReturn" type="xsd:boolean"/>
@@ -98,6 +106,11 @@ This method returns the raw binary image data. </documentation>
98
106
  <input message="tns:getGroups"/>
99
107
  <output message="tns:getGroupsResponse"/>
100
108
  </operation>
109
+ <operation name="getHealthCheck">
110
+ <documentation></documentation>
111
+ <input message="tns:getHealthCheck"/>
112
+ <output message="tns:getHealthCheckResponse"/>
113
+ </operation>
101
114
  <operation name="getHealthChecks">
102
115
  <documentation></documentation>
103
116
  <input message="tns:getHealthChecks"/>
@@ -113,6 +126,11 @@ This method returns the raw binary image data. </documentation>
113
126
  <input message="tns:getObject"/>
114
127
  <output message="tns:getObjectResponse"/>
115
128
  </operation>
129
+ <operation name="getServiceGroup">
130
+ <documentation></documentation>
131
+ <input message="tns:getServiceGroup"/>
132
+ <output message="tns:getServiceGroupResponse"/>
133
+ </operation>
116
134
  <operation name="toggleStatus">
117
135
  <documentation></documentation>
118
136
  <input message="tns:toggleStatus"/>
@@ -175,6 +193,20 @@ This method returns the raw binary image data. </documentation>
175
193
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
176
194
  </output>
177
195
  </operation>
196
+ <operation name="getHealthCheck">
197
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_ServiceAction"/>
198
+ <input>
199
+ <soap:header message="tns:SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_ServiceObjectMaskHeader" part="SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_ServiceObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
200
+ <soap:header message="tns:SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_ServiceObjectFilterHeader" part="SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_ServiceObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
201
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
202
+ <soap:header message="tns:SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_ServiceInitParametersHeader" part="SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_ServiceInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
203
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
204
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
205
+ </input>
206
+ <output>
207
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
208
+ </output>
209
+ </operation>
178
210
  <operation name="getHealthChecks">
179
211
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_ServiceAction"/>
180
212
  <input>
@@ -219,6 +251,20 @@ This method returns the raw binary image data. </documentation>
219
251
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
220
252
  </output>
221
253
  </operation>
254
+ <operation name="getServiceGroup">
255
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_ServiceAction"/>
256
+ <input>
257
+ <soap:header message="tns:SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_ServiceObjectMaskHeader" part="SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_ServiceObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
258
+ <soap:header message="tns:SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_ServiceObjectFilterHeader" part="SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_ServiceObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
259
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
260
+ <soap:header message="tns:SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_ServiceInitParametersHeader" part="SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_ServiceInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
261
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
262
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
263
+ </input>
264
+ <output>
265
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
266
+ </output>
267
+ </operation>
222
268
  <operation name="toggleStatus">
223
269
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_ServiceAction"/>
224
270
  <input>
@@ -48,6 +48,10 @@
48
48
  <message name="getServicesResponse">
49
49
  <part name="getServicesReturn" type="tns:SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_ServiceArray"/>
50
50
  </message>
51
+ <message name="getVirtualServer"/>
52
+ <message name="getVirtualServerResponse">
53
+ <part name="getVirtualServerReturn" type="tns:SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServer"/>
54
+ </message>
51
55
  <message name="getVirtualServers"/>
52
56
  <message name="getVirtualServersResponse">
53
57
  <part name="getVirtualServersReturn" type="tns:SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServerArray"/>
@@ -108,6 +112,11 @@ This method returns the raw binary image data. </documentation>
108
112
  <input message="tns:getServices"/>
109
113
  <output message="tns:getServicesResponse"/>
110
114
  </operation>
115
+ <operation name="getVirtualServer">
116
+ <documentation></documentation>
117
+ <input message="tns:getVirtualServer"/>
118
+ <output message="tns:getVirtualServerResponse"/>
119
+ </operation>
111
120
  <operation name="getVirtualServers">
112
121
  <documentation></documentation>
113
122
  <input message="tns:getVirtualServers"/>
@@ -206,6 +215,20 @@ This method returns the raw binary image data. </documentation>
206
215
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
207
216
  </output>
208
217
  </operation>
218
+ <operation name="getVirtualServer">
219
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_GroupAction"/>
220
+ <input>
221
+ <soap:header message="tns:SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_GroupObjectMaskHeader" part="SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_GroupObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
222
+ <soap:header message="tns:SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_GroupObjectFilterHeader" part="SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_GroupObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
223
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
224
+ <soap:header message="tns:SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_GroupInitParametersHeader" part="SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_GroupInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
225
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
226
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
227
+ </input>
228
+ <output>
229
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
230
+ </output>
231
+ </operation>
209
232
  <operation name="getVirtualServers">
210
233
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_GroupAction"/>
211
234
  <input>
@@ -0,0 +1,141 @@
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_Ticket_Attachment_File?xsd"/>
6
+ </xsd:schema>
7
+ <xsd:schema targetNamespace="http://api.service.softlayer.com/soap/v3.1/">
8
+ <xsd:complexType name="SoftLayer_Ticket_Attachment_FileInitParameters">
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_Ticket_Attachment_FileObjectMask">
15
+ <xsd:sequence>
16
+ <xsd:element minOccurs="1" maxOccurs="1" name="mask" type="tns:SoftLayer_Ticket_Attachment_File"/>
17
+ </xsd:sequence>
18
+ </xsd:complexType>
19
+ </xsd:schema>
20
+ </types>
21
+ <message name="SoftLayer_Ticket_Attachment_FileInitParametersHeader">
22
+ <part name="SoftLayer_Ticket_Attachment_FileInitParameters" type="tns:SoftLayer_Ticket_Attachment_FileInitParameters"/>
23
+ </message>
24
+ <message name="getExtensionWhitelist"/>
25
+ <message name="getExtensionWhitelistResponse">
26
+ <part name="getExtensionWhitelistReturn" type="tns:ArrayOfstring"/>
27
+ </message>
28
+ <message name="getObject"/>
29
+ <message name="getObjectResponse">
30
+ <part name="getObjectReturn" type="tns:SoftLayer_Ticket_Attachment_File"/>
31
+ </message>
32
+ <message name="getTicket"/>
33
+ <message name="getTicketResponse">
34
+ <part name="getTicketReturn" type="tns:SoftLayer_Ticket"/>
35
+ </message>
36
+ <message name="getUpdate"/>
37
+ <message name="getUpdateResponse">
38
+ <part name="getUpdateReturn" type="tns:SoftLayer_Ticket_Update"/>
39
+ </message>
40
+ <message name="authenticateHeader">
41
+ <part name="authenticate" type="tns:authenticate"/>
42
+ </message>
43
+ <message name="resultLimitHeader">
44
+ <part name="resultLimit" type="tns:resultLimit"/>
45
+ </message>
46
+ <message name="totalItemsHeader">
47
+ <part name="totalItems" type="tns:totalItems"/>
48
+ </message>
49
+ <message name="SoftLayer_Ticket_Attachment_FileObjectMaskHeader">
50
+ <part name="SoftLayer_Ticket_Attachment_FileObjectMask" type="tns:SoftLayer_Ticket_Attachment_FileObjectMask"/>
51
+ </message>
52
+ <message name="SoftLayer_Ticket_Attachment_FileObjectFilterHeader">
53
+ <part name="SoftLayer_Ticket_Attachment_FileObjectFilter" type="tns:SoftLayer_Ticket_Attachment_FileObjectFilter"/>
54
+ </message>
55
+ <message name="SoftLayer_ObjectMaskHeader">
56
+ <part name="SoftLayer_ObjectMask" type="tns:SoftLayer_ObjectMask"/>
57
+ </message>
58
+ <portType name="SoftLayer_Ticket_Attachment_FilePortType">
59
+ <documentation></documentation>
60
+ <operation name="getExtensionWhitelist">
61
+ <documentation></documentation>
62
+ <input message="tns:getExtensionWhitelist"/>
63
+ <output message="tns:getExtensionWhitelistResponse"/>
64
+ </operation>
65
+ <operation name="getObject">
66
+ <documentation></documentation>
67
+ <input message="tns:getObject"/>
68
+ <output message="tns:getObjectResponse"/>
69
+ </operation>
70
+ <operation name="getTicket">
71
+ <documentation></documentation>
72
+ <input message="tns:getTicket"/>
73
+ <output message="tns:getTicketResponse"/>
74
+ </operation>
75
+ <operation name="getUpdate">
76
+ <documentation>Retrieve the ticket that a file is attached to.</documentation>
77
+ <input message="tns:getUpdate"/>
78
+ <output message="tns:getUpdateResponse"/>
79
+ </operation>
80
+ </portType>
81
+ <binding name="SoftLayer_Ticket_Attachment_FileBinding" type="tns:SoftLayer_Ticket_Attachment_FilePortType">
82
+ <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
83
+ <operation name="getExtensionWhitelist">
84
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Ticket_Attachment_FileAction"/>
85
+ <input>
86
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
87
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
88
+ </input>
89
+ <output>
90
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
91
+ </output>
92
+ </operation>
93
+ <operation name="getObject">
94
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Ticket_Attachment_FileAction"/>
95
+ <input>
96
+ <soap:header message="tns:SoftLayer_Ticket_Attachment_FileObjectMaskHeader" part="SoftLayer_Ticket_Attachment_FileObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
97
+ <soap:header message="tns:SoftLayer_Ticket_Attachment_FileObjectFilterHeader" part="SoftLayer_Ticket_Attachment_FileObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
98
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
99
+ <soap:header message="tns:SoftLayer_Ticket_Attachment_FileInitParametersHeader" part="SoftLayer_Ticket_Attachment_FileInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
100
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
101
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
102
+ </input>
103
+ <output>
104
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
105
+ </output>
106
+ </operation>
107
+ <operation name="getTicket">
108
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Ticket_Attachment_FileAction"/>
109
+ <input>
110
+ <soap:header message="tns:SoftLayer_Ticket_Attachment_FileObjectMaskHeader" part="SoftLayer_Ticket_Attachment_FileObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
111
+ <soap:header message="tns:SoftLayer_Ticket_Attachment_FileObjectFilterHeader" part="SoftLayer_Ticket_Attachment_FileObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
112
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
113
+ <soap:header message="tns:SoftLayer_Ticket_Attachment_FileInitParametersHeader" part="SoftLayer_Ticket_Attachment_FileInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
114
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
115
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
116
+ </input>
117
+ <output>
118
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
119
+ </output>
120
+ </operation>
121
+ <operation name="getUpdate">
122
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Ticket_Attachment_FileAction"/>
123
+ <input>
124
+ <soap:header message="tns:SoftLayer_Ticket_Attachment_FileObjectMaskHeader" part="SoftLayer_Ticket_Attachment_FileObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
125
+ <soap:header message="tns:SoftLayer_Ticket_Attachment_FileObjectFilterHeader" part="SoftLayer_Ticket_Attachment_FileObjectFilter" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
126
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
127
+ <soap:header message="tns:SoftLayer_Ticket_Attachment_FileInitParametersHeader" part="SoftLayer_Ticket_Attachment_FileInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
128
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
129
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
130
+ </input>
131
+ <output>
132
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
133
+ </output>
134
+ </operation>
135
+ </binding>
136
+ <service name="SoftLayer_Ticket_Attachment_FileService">
137
+ <port name="SoftLayer_Ticket_Attachment_FilePort" binding="tns:SoftLayer_Ticket_Attachment_FileBinding">
138
+ <soap:address location="https://api.softlayer.com/soap/v3.1/SoftLayer_Ticket_Attachment_File"/>
139
+ </port>
140
+ </service>
141
+ </definitions>
@@ -149,6 +149,13 @@
149
149
  <message name="generateAuthorizationEndpointUrlResponse">
150
150
  <part name="generateAuthorizationEndpointUrlReturn" type="xsd:string"/>
151
151
  </message>
152
+ <message name="getAccessTokenFromOpenIdConnectAuthorizeRedirect">
153
+ <part name="providerType" type="xsd:int"/>
154
+ <part name="response" type="xsd:string"/>
155
+ </message>
156
+ <message name="getAccessTokenFromOpenIdConnectAuthorizeRedirectResponse">
157
+ <part name="getAccessTokenFromOpenIdConnectAuthorizeRedirectReturn" type="xsd:string"/>
158
+ </message>
152
159
  <message name="getAccount"/>
153
160
  <message name="getAccountResponse">
154
161
  <part name="getAccountReturn" type="tns:SoftLayer_Account"/>
@@ -195,6 +202,10 @@
195
202
  <message name="getClosedTicketsResponse">
196
203
  <part name="getClosedTicketsReturn" type="tns:SoftLayer_TicketArray"/>
197
204
  </message>
205
+ <message name="getDefaultAccount"/>
206
+ <message name="getDefaultAccountResponse">
207
+ <part name="getDefaultAccountReturn" type="tns:SoftLayer_Account"/>
208
+ </message>
198
209
  <message name="getDefaultSecurityQuestions">
199
210
  <part name="key" type="xsd:string"/>
200
211
  </message>
@@ -245,6 +256,12 @@
245
256
  <message name="getLoginAttemptsResponse">
246
257
  <part name="getLoginAttemptsReturn" type="tns:SoftLayer_User_Customer_Access_AuthenticationArray"/>
247
258
  </message>
259
+ <message name="getMappedAccounts">
260
+ <part name="providerType" type="xsd:int"/>
261
+ </message>
262
+ <message name="getMappedAccountsResponse">
263
+ <part name="getMappedAccountsReturn" type="tns:SoftLayer_AccountArray"/>
264
+ </message>
248
265
  <message name="getMobileDevices"/>
249
266
  <message name="getMobileDevicesResponse">
250
267
  <part name="getMobileDevicesReturn" type="tns:SoftLayer_User_Customer_MobileDeviceArray"/>
@@ -520,6 +537,12 @@
520
537
  <message name="samlLogout">
521
538
  <part name="samlResponse" type="xsd:string"/>
522
539
  </message>
540
+ <message name="setDefaultAccount">
541
+ <part name="accountId" type="xsd:int"/>
542
+ </message>
543
+ <message name="setDefaultAccountResponse">
544
+ <part name="setDefaultAccountReturn" type="tns:SoftLayer_Account"/>
545
+ </message>
523
546
  <message name="setPasswordFromLostPasswordRequest">
524
547
  <part name="key" type="xsd:string"/>
525
548
  <part name="password" type="xsd:string"/>
@@ -723,6 +746,11 @@ Note: The redirect URL must exactly match one of the URLs that was pre-registere
723
746
  <input message="tns:generateAuthorizationEndpointUrl"/>
724
747
  <output message="tns:generateAuthorizationEndpointUrlResponse"/>
725
748
  </operation>
749
+ <operation name="getAccessTokenFromOpenIdConnectAuthorizeRedirect">
750
+ <documentation></documentation>
751
+ <input message="tns:getAccessTokenFromOpenIdConnectAuthorizeRedirect"/>
752
+ <output message="tns:getAccessTokenFromOpenIdConnectAuthorizeRedirectResponse"/>
753
+ </operation>
726
754
  <operation name="getAccount">
727
755
  <documentation>Retrieve the customer account that a user belongs to.</documentation>
728
756
  <input message="tns:getAccount"/>
@@ -778,6 +806,11 @@ Note: The redirect URL must exactly match one of the URLs that was pre-registere
778
806
  <input message="tns:getClosedTickets"/>
779
807
  <output message="tns:getClosedTicketsResponse"/>
780
808
  </operation>
809
+ <operation name="getDefaultAccount">
810
+ <documentation>This API gets the default for the OpenIdConnect identity that is linked from the current SoftLayer user identity. It also sets a default if there is none present. </documentation>
811
+ <input message="tns:getDefaultAccount"/>
812
+ <output message="tns:getDefaultAccountResponse"/>
813
+ </operation>
781
814
  <operation name="getDefaultSecurityQuestions">
782
815
  <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
816
  <input message="tns:getDefaultSecurityQuestions"/>
@@ -838,6 +871,11 @@ Note: The redirect URL must exactly match one of the URLs that was pre-registere
838
871
  <input message="tns:getLoginAttempts"/>
839
872
  <output message="tns:getLoginAttemptsResponse"/>
840
873
  </operation>
874
+ <operation name="getMappedAccounts">
875
+ <documentation>An OpenIdConnect identity, for example an IBMid, can be linked or mapped to one or more individual SoftLayer users, but no more than one SoftLayer user per account. This effectively links the OpenIdConnect identity to those accounts. This API returns a list of all the accounts for which there is a link between the OpenIdConnect identity and a SoftLayer user. </documentation>
876
+ <input message="tns:getMappedAccounts"/>
877
+ <output message="tns:getMappedAccountsResponse"/>
878
+ </operation>
841
879
  <operation name="getMobileDevices">
842
880
  <documentation>Retrieve a portal user's associated mobile device profiles.</documentation>
843
881
  <input message="tns:getMobileDevices"/>
@@ -1139,6 +1177,11 @@ Users can assign CloudLayer Computing Instance access to their child users, but
1139
1177
  <documentation></documentation>
1140
1178
  <input message="tns:samlLogout"/>
1141
1179
  </operation>
1180
+ <operation name="setDefaultAccount">
1181
+ <documentation>This API sets the default account for the OpenIdConnect identity that is linked from the current SoftLayer user identity. </documentation>
1182
+ <input message="tns:setDefaultAccount"/>
1183
+ <output message="tns:setDefaultAccountResponse"/>
1184
+ </operation>
1142
1185
  <operation name="setPasswordFromLostPasswordRequest">
1143
1186
  <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
1187
 
@@ -1460,6 +1503,15 @@ Finally, users can only update their own VPN password. An account's master user
1460
1503
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1461
1504
  </output>
1462
1505
  </operation>
1506
+ <operation name="getAccessTokenFromOpenIdConnectAuthorizeRedirect">
1507
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1508
+ <input>
1509
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1510
+ </input>
1511
+ <output>
1512
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1513
+ </output>
1514
+ </operation>
1463
1515
  <operation name="getAccount">
1464
1516
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1465
1517
  <input>
@@ -1613,6 +1665,19 @@ Finally, users can only update their own VPN password. An account's master user
1613
1665
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1614
1666
  </output>
1615
1667
  </operation>
1668
+ <operation name="getDefaultAccount">
1669
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1670
+ <input>
1671
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1672
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
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_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1675
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1676
+ </input>
1677
+ <output>
1678
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1679
+ </output>
1680
+ </operation>
1616
1681
  <operation name="getDefaultSecurityQuestions">
1617
1682
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1618
1683
  <input>
@@ -1782,6 +1847,19 @@ Finally, users can only update their own VPN password. An account's master user
1782
1847
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1783
1848
  </output>
1784
1849
  </operation>
1850
+ <operation name="getMappedAccounts">
1851
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1852
+ <input>
1853
+ <soap:header message="tns:authenticateHeader" part="authenticate" 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:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1856
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1857
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1858
+ </input>
1859
+ <output>
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>
1785
1863
  <operation name="getMobileDevices">
1786
1864
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
1787
1865
  <input>
@@ -2478,6 +2556,19 @@ Finally, users can only update their own VPN password. An account's master user
2478
2556
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2479
2557
  </input>
2480
2558
  </operation>
2559
+ <operation name="setDefaultAccount">
2560
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2561
+ <input>
2562
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2563
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectInitParametersHeader" part="SoftLayer_User_Customer_OpenIdConnectInitParameters" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2564
+ <soap:header message="tns:SoftLayer_User_Customer_OpenIdConnectObjectMaskHeader" part="SoftLayer_User_Customer_OpenIdConnectObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2565
+ <soap:header message="tns:SoftLayer_ObjectMaskHeader" part="SoftLayer_ObjectMask" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2566
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2567
+ </input>
2568
+ <output>
2569
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
2570
+ </output>
2571
+ </operation>
2481
2572
  <operation name="setPasswordFromLostPasswordRequest">
2482
2573
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_User_Customer_OpenIdConnectAction"/>
2483
2574
  <input>