polylink_api 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +54 -0
- data/.rspec +2 -0
- data/.travis.yml.backup +8 -0
- data/Gemfile +4 -0
- data/Guardfile +5 -0
- data/LICENSE +21 -0
- data/LICENSE.txt +22 -0
- data/README.md +6 -0
- data/Rakefile +5 -0
- data/lib/polylink_api/configuration.rb +27 -0
- data/lib/polylink_api/did.rb +13 -0
- data/lib/polylink_api/helper.rb +219 -0
- data/lib/polylink_api/models/log.rb +17 -0
- data/lib/polylink_api/version.rb +3 -0
- data/lib/polylink_api.rb +29 -0
- data/polylink_api.gemspec +29 -0
- data/spec/config/mongoid.yml +6 -0
- data/spec/config/test_voice.wav +0 -0
- data/spec/config/wsdl.xml +1125 -0
- data/spec/lib/polylink_api/did_spec.rb +8 -0
- data/spec/lib/polylink_api/helper_spec.rb +131 -0
- data/spec/lib/polylink_api/models/log_spec.rb +16 -0
- data/spec/spec_helper.rb +22 -0
- metadata +186 -0
@@ -0,0 +1,1125 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:soapenc11="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenc12="http://www.w3.org/2003/05/soap-encoding" xmlns:tns="http://services.com" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://services.com">
|
3
|
+
<wsdl:types>
|
4
|
+
<xsd:schema targetNamespace="http://services.com" elementFormDefault="qualified" attributeFormDefault="qualified">
|
5
|
+
<xsd:element name="deleteivrByVendor_did">
|
6
|
+
<xsd:complexType>
|
7
|
+
<xsd:sequence>
|
8
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
9
|
+
</xsd:sequence>
|
10
|
+
</xsd:complexType>
|
11
|
+
</xsd:element>
|
12
|
+
<xsd:element name="deleteivrByVendor_didResponse">
|
13
|
+
<xsd:complexType>
|
14
|
+
<xsd:sequence>
|
15
|
+
<xsd:element name="out" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
16
|
+
</xsd:sequence>
|
17
|
+
</xsd:complexType>
|
18
|
+
</xsd:element>
|
19
|
+
<xsd:element name="accountRefill_PayOnline">
|
20
|
+
<xsd:complexType>
|
21
|
+
<xsd:sequence>
|
22
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
23
|
+
<xsd:element name="in1" type="xsd:double" minOccurs="1" maxOccurs="1" />
|
24
|
+
<xsd:element name="in2" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
25
|
+
<xsd:element name="in3" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
26
|
+
<xsd:element name="in4" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
27
|
+
</xsd:sequence>
|
28
|
+
</xsd:complexType>
|
29
|
+
</xsd:element>
|
30
|
+
<xsd:element name="accountRefill_PayOnlineResponse">
|
31
|
+
<xsd:complexType>
|
32
|
+
<xsd:sequence>
|
33
|
+
<xsd:element name="out" type="xsd:anyType" nillable="true" minOccurs="1" maxOccurs="1" />
|
34
|
+
</xsd:sequence>
|
35
|
+
</xsd:complexType>
|
36
|
+
</xsd:element>
|
37
|
+
<xsd:element name="uploadDIDVoice">
|
38
|
+
<xsd:complexType>
|
39
|
+
<xsd:sequence>
|
40
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
41
|
+
<xsd:element name="in1" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
42
|
+
</xsd:sequence>
|
43
|
+
</xsd:complexType>
|
44
|
+
</xsd:element>
|
45
|
+
<xsd:element name="uploadDIDVoiceResponse">
|
46
|
+
<xsd:complexType>
|
47
|
+
<xsd:sequence>
|
48
|
+
<xsd:element name="out" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
49
|
+
</xsd:sequence>
|
50
|
+
</xsd:complexType>
|
51
|
+
</xsd:element>
|
52
|
+
<xsd:element name="updateAccountInfo">
|
53
|
+
<xsd:complexType>
|
54
|
+
<xsd:sequence>
|
55
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
56
|
+
<xsd:element name="in1" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
57
|
+
</xsd:sequence>
|
58
|
+
</xsd:complexType>
|
59
|
+
</xsd:element>
|
60
|
+
<xsd:element name="updateAccountInfoResponse">
|
61
|
+
<xsd:complexType>
|
62
|
+
<xsd:sequence>
|
63
|
+
<xsd:element name="out" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
64
|
+
</xsd:sequence>
|
65
|
+
</xsd:complexType>
|
66
|
+
</xsd:element>
|
67
|
+
<xsd:element name="setAccountStatus">
|
68
|
+
<xsd:complexType>
|
69
|
+
<xsd:sequence>
|
70
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
71
|
+
<xsd:element name="in1" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
72
|
+
</xsd:sequence>
|
73
|
+
</xsd:complexType>
|
74
|
+
</xsd:element>
|
75
|
+
<xsd:element name="setAccountStatusResponse">
|
76
|
+
<xsd:complexType>
|
77
|
+
<xsd:sequence>
|
78
|
+
<xsd:element name="out" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
79
|
+
</xsd:sequence>
|
80
|
+
</xsd:complexType>
|
81
|
+
</xsd:element>
|
82
|
+
<xsd:element name="accountRefill">
|
83
|
+
<xsd:complexType>
|
84
|
+
<xsd:sequence>
|
85
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
86
|
+
<xsd:element name="in1" type="xsd:double" minOccurs="1" maxOccurs="1" />
|
87
|
+
<xsd:element name="in2" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
88
|
+
<xsd:element name="in3" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
89
|
+
</xsd:sequence>
|
90
|
+
</xsd:complexType>
|
91
|
+
</xsd:element>
|
92
|
+
<xsd:element name="accountRefillResponse">
|
93
|
+
<xsd:complexType>
|
94
|
+
<xsd:sequence>
|
95
|
+
<xsd:element name="out" type="xsd:anyType" nillable="true" minOccurs="1" maxOccurs="1" />
|
96
|
+
</xsd:sequence>
|
97
|
+
</xsd:complexType>
|
98
|
+
</xsd:element>
|
99
|
+
<xsd:element name="getV2CID">
|
100
|
+
<xsd:complexType>
|
101
|
+
<xsd:sequence>
|
102
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
103
|
+
<xsd:element name="in1" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
104
|
+
<xsd:element name="in2" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
105
|
+
</xsd:sequence>
|
106
|
+
</xsd:complexType>
|
107
|
+
</xsd:element>
|
108
|
+
<xsd:element name="getV2CIDResponse">
|
109
|
+
<xsd:complexType>
|
110
|
+
<xsd:sequence>
|
111
|
+
<xsd:element name="out" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
112
|
+
</xsd:sequence>
|
113
|
+
</xsd:complexType>
|
114
|
+
</xsd:element>
|
115
|
+
<xsd:element name="bindivrByVendor_did">
|
116
|
+
<xsd:complexType>
|
117
|
+
<xsd:sequence>
|
118
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
119
|
+
<xsd:element name="in1" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
120
|
+
</xsd:sequence>
|
121
|
+
</xsd:complexType>
|
122
|
+
</xsd:element>
|
123
|
+
<xsd:element name="bindivrByVendor_didResponse">
|
124
|
+
<xsd:complexType>
|
125
|
+
<xsd:sequence>
|
126
|
+
<xsd:element name="out" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
127
|
+
</xsd:sequence>
|
128
|
+
</xsd:complexType>
|
129
|
+
</xsd:element>
|
130
|
+
<xsd:element name="getVendor_did_PhoneList">
|
131
|
+
<xsd:complexType />
|
132
|
+
</xsd:element>
|
133
|
+
<xsd:element name="getVendor_did_PhoneListResponse">
|
134
|
+
<xsd:complexType>
|
135
|
+
<xsd:sequence>
|
136
|
+
<xsd:element name="out" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
137
|
+
</xsd:sequence>
|
138
|
+
</xsd:complexType>
|
139
|
+
</xsd:element>
|
140
|
+
<xsd:element name="getBalance">
|
141
|
+
<xsd:complexType>
|
142
|
+
<xsd:sequence>
|
143
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
144
|
+
</xsd:sequence>
|
145
|
+
</xsd:complexType>
|
146
|
+
</xsd:element>
|
147
|
+
<xsd:element name="getBalanceResponse">
|
148
|
+
<xsd:complexType>
|
149
|
+
<xsd:sequence>
|
150
|
+
<xsd:element name="out" type="xsd:anyType" nillable="true" minOccurs="1" maxOccurs="1" />
|
151
|
+
</xsd:sequence>
|
152
|
+
</xsd:complexType>
|
153
|
+
</xsd:element>
|
154
|
+
<xsd:element name="getVendor_did_ivr_didList">
|
155
|
+
<xsd:complexType />
|
156
|
+
</xsd:element>
|
157
|
+
<xsd:element name="getVendor_did_ivr_didListResponse">
|
158
|
+
<xsd:complexType>
|
159
|
+
<xsd:sequence>
|
160
|
+
<xsd:element name="out" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
161
|
+
</xsd:sequence>
|
162
|
+
</xsd:complexType>
|
163
|
+
</xsd:element>
|
164
|
+
<xsd:element name="resetSipPassowrd">
|
165
|
+
<xsd:complexType>
|
166
|
+
<xsd:sequence>
|
167
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
168
|
+
<xsd:element name="in1" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
169
|
+
<xsd:element name="in2" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
170
|
+
</xsd:sequence>
|
171
|
+
</xsd:complexType>
|
172
|
+
</xsd:element>
|
173
|
+
<xsd:element name="resetSipPassowrdResponse">
|
174
|
+
<xsd:complexType>
|
175
|
+
<xsd:sequence>
|
176
|
+
<xsd:element name="out" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
177
|
+
</xsd:sequence>
|
178
|
+
</xsd:complexType>
|
179
|
+
</xsd:element>
|
180
|
+
<xsd:element name="deleteV2C_DID">
|
181
|
+
<xsd:complexType>
|
182
|
+
<xsd:sequence>
|
183
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
184
|
+
</xsd:sequence>
|
185
|
+
</xsd:complexType>
|
186
|
+
</xsd:element>
|
187
|
+
<xsd:element name="deleteV2C_DIDResponse">
|
188
|
+
<xsd:complexType>
|
189
|
+
<xsd:sequence>
|
190
|
+
<xsd:element name="out" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
191
|
+
</xsd:sequence>
|
192
|
+
</xsd:complexType>
|
193
|
+
</xsd:element>
|
194
|
+
<xsd:element name="login">
|
195
|
+
<xsd:complexType>
|
196
|
+
<xsd:sequence>
|
197
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
198
|
+
<xsd:element name="in1" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
199
|
+
</xsd:sequence>
|
200
|
+
</xsd:complexType>
|
201
|
+
</xsd:element>
|
202
|
+
<xsd:element name="loginResponse">
|
203
|
+
<xsd:complexType>
|
204
|
+
<xsd:sequence>
|
205
|
+
<xsd:element name="out" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
206
|
+
</xsd:sequence>
|
207
|
+
</xsd:complexType>
|
208
|
+
</xsd:element>
|
209
|
+
<xsd:element name="createV2C_DID">
|
210
|
+
<xsd:complexType>
|
211
|
+
<xsd:sequence>
|
212
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
213
|
+
<xsd:element name="in1" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
214
|
+
<xsd:element name="in2" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
215
|
+
<xsd:element name="in3" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
216
|
+
</xsd:sequence>
|
217
|
+
</xsd:complexType>
|
218
|
+
</xsd:element>
|
219
|
+
<xsd:element name="createV2C_DIDResponse">
|
220
|
+
<xsd:complexType>
|
221
|
+
<xsd:sequence>
|
222
|
+
<xsd:element name="out" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
223
|
+
</xsd:sequence>
|
224
|
+
</xsd:complexType>
|
225
|
+
</xsd:element>
|
226
|
+
<xsd:element name="deletePhoneByVendor_did">
|
227
|
+
<xsd:complexType>
|
228
|
+
<xsd:sequence>
|
229
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
230
|
+
</xsd:sequence>
|
231
|
+
</xsd:complexType>
|
232
|
+
</xsd:element>
|
233
|
+
<xsd:element name="deletePhoneByVendor_didResponse">
|
234
|
+
<xsd:complexType>
|
235
|
+
<xsd:sequence>
|
236
|
+
<xsd:element name="out" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
237
|
+
</xsd:sequence>
|
238
|
+
</xsd:complexType>
|
239
|
+
</xsd:element>
|
240
|
+
<xsd:element name="callTransfer">
|
241
|
+
<xsd:complexType>
|
242
|
+
<xsd:sequence>
|
243
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
244
|
+
<xsd:element name="in1" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
245
|
+
<xsd:element name="in2" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
246
|
+
</xsd:sequence>
|
247
|
+
</xsd:complexType>
|
248
|
+
</xsd:element>
|
249
|
+
<xsd:element name="callTransferResponse">
|
250
|
+
<xsd:complexType>
|
251
|
+
<xsd:sequence>
|
252
|
+
<xsd:element name="out" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
253
|
+
</xsd:sequence>
|
254
|
+
</xsd:complexType>
|
255
|
+
</xsd:element>
|
256
|
+
<xsd:element name="callBack_V2C_ID">
|
257
|
+
<xsd:complexType>
|
258
|
+
<xsd:sequence>
|
259
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
260
|
+
</xsd:sequence>
|
261
|
+
</xsd:complexType>
|
262
|
+
</xsd:element>
|
263
|
+
<xsd:element name="callBack_V2C_IDResponse">
|
264
|
+
<xsd:complexType>
|
265
|
+
<xsd:sequence>
|
266
|
+
<xsd:element name="out" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
267
|
+
</xsd:sequence>
|
268
|
+
</xsd:complexType>
|
269
|
+
</xsd:element>
|
270
|
+
<xsd:element name="setCallerID">
|
271
|
+
<xsd:complexType>
|
272
|
+
<xsd:sequence>
|
273
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
274
|
+
<xsd:element name="in1" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
275
|
+
</xsd:sequence>
|
276
|
+
</xsd:complexType>
|
277
|
+
</xsd:element>
|
278
|
+
<xsd:element name="setCallerIDResponse">
|
279
|
+
<xsd:complexType>
|
280
|
+
<xsd:sequence>
|
281
|
+
<xsd:element name="out" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
282
|
+
</xsd:sequence>
|
283
|
+
</xsd:complexType>
|
284
|
+
</xsd:element>
|
285
|
+
<xsd:element name="getivr_didList">
|
286
|
+
<xsd:complexType />
|
287
|
+
</xsd:element>
|
288
|
+
<xsd:element name="getivr_didListResponse">
|
289
|
+
<xsd:complexType>
|
290
|
+
<xsd:sequence>
|
291
|
+
<xsd:element name="out" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
292
|
+
</xsd:sequence>
|
293
|
+
</xsd:complexType>
|
294
|
+
</xsd:element>
|
295
|
+
<xsd:element name="addDevice">
|
296
|
+
<xsd:complexType>
|
297
|
+
<xsd:sequence>
|
298
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
299
|
+
<xsd:element name="in1" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
300
|
+
<xsd:element name="in2" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
301
|
+
<xsd:element name="in3" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
302
|
+
<xsd:element name="in4" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
303
|
+
<xsd:element name="in5" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
304
|
+
<xsd:element name="in6" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
305
|
+
</xsd:sequence>
|
306
|
+
</xsd:complexType>
|
307
|
+
</xsd:element>
|
308
|
+
<xsd:element name="addDeviceResponse">
|
309
|
+
<xsd:complexType>
|
310
|
+
<xsd:sequence>
|
311
|
+
<xsd:element name="out" type="xsd:anyType" nillable="true" minOccurs="1" maxOccurs="1" />
|
312
|
+
</xsd:sequence>
|
313
|
+
</xsd:complexType>
|
314
|
+
</xsd:element>
|
315
|
+
<xsd:element name="forgotPassword">
|
316
|
+
<xsd:complexType>
|
317
|
+
<xsd:sequence>
|
318
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
319
|
+
</xsd:sequence>
|
320
|
+
</xsd:complexType>
|
321
|
+
</xsd:element>
|
322
|
+
<xsd:element name="forgotPasswordResponse">
|
323
|
+
<xsd:complexType>
|
324
|
+
<xsd:sequence>
|
325
|
+
<xsd:element name="out" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
326
|
+
</xsd:sequence>
|
327
|
+
</xsd:complexType>
|
328
|
+
</xsd:element>
|
329
|
+
<xsd:element name="getOnlineSIP">
|
330
|
+
<xsd:complexType />
|
331
|
+
</xsd:element>
|
332
|
+
<xsd:element name="getOnlineSIPResponse">
|
333
|
+
<xsd:complexType>
|
334
|
+
<xsd:sequence>
|
335
|
+
<xsd:element name="out" type="xsd:anyType" nillable="true" minOccurs="1" maxOccurs="1" />
|
336
|
+
</xsd:sequence>
|
337
|
+
</xsd:complexType>
|
338
|
+
</xsd:element>
|
339
|
+
<xsd:element name="getCDR">
|
340
|
+
<xsd:complexType>
|
341
|
+
<xsd:sequence>
|
342
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
343
|
+
<xsd:element name="in1" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
344
|
+
<xsd:element name="in2" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
345
|
+
<xsd:element name="in3" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
346
|
+
<xsd:element name="in4" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
347
|
+
<xsd:element name="in5" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
348
|
+
</xsd:sequence>
|
349
|
+
</xsd:complexType>
|
350
|
+
</xsd:element>
|
351
|
+
<xsd:element name="getCDRResponse">
|
352
|
+
<xsd:complexType>
|
353
|
+
<xsd:sequence>
|
354
|
+
<xsd:element name="out" type="xsd:anyType" nillable="true" minOccurs="1" maxOccurs="1" />
|
355
|
+
</xsd:sequence>
|
356
|
+
</xsd:complexType>
|
357
|
+
</xsd:element>
|
358
|
+
<xsd:element name="resonanceAndPolling">
|
359
|
+
<xsd:complexType>
|
360
|
+
<xsd:sequence>
|
361
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
362
|
+
<xsd:element name="in1" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
363
|
+
<xsd:element name="in2" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
364
|
+
<xsd:element name="in3" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
365
|
+
<xsd:element name="in4" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
366
|
+
<xsd:element name="in5" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
367
|
+
<xsd:element name="in6" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
368
|
+
</xsd:sequence>
|
369
|
+
</xsd:complexType>
|
370
|
+
</xsd:element>
|
371
|
+
<xsd:element name="resonanceAndPollingResponse">
|
372
|
+
<xsd:complexType>
|
373
|
+
<xsd:sequence>
|
374
|
+
<xsd:element name="out" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
375
|
+
</xsd:sequence>
|
376
|
+
</xsd:complexType>
|
377
|
+
</xsd:element>
|
378
|
+
<xsd:element name="changeDevicePassword">
|
379
|
+
<xsd:complexType>
|
380
|
+
<xsd:sequence>
|
381
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
382
|
+
<xsd:element name="in1" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
383
|
+
<xsd:element name="in2" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
384
|
+
</xsd:sequence>
|
385
|
+
</xsd:complexType>
|
386
|
+
</xsd:element>
|
387
|
+
<xsd:element name="changeDevicePasswordResponse">
|
388
|
+
<xsd:complexType>
|
389
|
+
<xsd:sequence>
|
390
|
+
<xsd:element name="out" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
391
|
+
</xsd:sequence>
|
392
|
+
</xsd:complexType>
|
393
|
+
</xsd:element>
|
394
|
+
<xsd:element name="verification">
|
395
|
+
<xsd:complexType>
|
396
|
+
<xsd:sequence>
|
397
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
398
|
+
<xsd:element name="in1" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
399
|
+
<xsd:element name="in2" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
400
|
+
<xsd:element name="in3" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
401
|
+
<xsd:element name="in4" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
402
|
+
<xsd:element name="in5" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
403
|
+
</xsd:sequence>
|
404
|
+
</xsd:complexType>
|
405
|
+
</xsd:element>
|
406
|
+
<xsd:element name="verificationResponse">
|
407
|
+
<xsd:complexType>
|
408
|
+
<xsd:sequence>
|
409
|
+
<xsd:element name="out" type="xsd:anyType" nillable="true" minOccurs="1" maxOccurs="1" />
|
410
|
+
</xsd:sequence>
|
411
|
+
</xsd:complexType>
|
412
|
+
</xsd:element>
|
413
|
+
<xsd:element name="bindPhoneByVendor_did">
|
414
|
+
<xsd:complexType>
|
415
|
+
<xsd:sequence>
|
416
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
417
|
+
<xsd:element name="in1" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
418
|
+
</xsd:sequence>
|
419
|
+
</xsd:complexType>
|
420
|
+
</xsd:element>
|
421
|
+
<xsd:element name="bindPhoneByVendor_didResponse">
|
422
|
+
<xsd:complexType>
|
423
|
+
<xsd:sequence>
|
424
|
+
<xsd:element name="out" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
425
|
+
</xsd:sequence>
|
426
|
+
</xsd:complexType>
|
427
|
+
</xsd:element>
|
428
|
+
<xsd:element name="getV2C_CDR">
|
429
|
+
<xsd:complexType>
|
430
|
+
<xsd:sequence>
|
431
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
432
|
+
<xsd:element name="in1" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
433
|
+
<xsd:element name="in2" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
434
|
+
<xsd:element name="in3" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
435
|
+
<xsd:element name="in4" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
436
|
+
<xsd:element name="in5" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
437
|
+
<xsd:element name="in6" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
438
|
+
<xsd:element name="in7" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
439
|
+
</xsd:sequence>
|
440
|
+
</xsd:complexType>
|
441
|
+
</xsd:element>
|
442
|
+
<xsd:element name="getV2C_CDRResponse">
|
443
|
+
<xsd:complexType>
|
444
|
+
<xsd:sequence>
|
445
|
+
<xsd:element name="out" type="xsd:anyType" nillable="true" minOccurs="1" maxOccurs="1" />
|
446
|
+
</xsd:sequence>
|
447
|
+
</xsd:complexType>
|
448
|
+
</xsd:element>
|
449
|
+
<xsd:element name="callBack_getMinute">
|
450
|
+
<xsd:complexType>
|
451
|
+
<xsd:sequence>
|
452
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
453
|
+
<xsd:element name="in1" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
454
|
+
<xsd:element name="in2" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
455
|
+
<xsd:element name="in3" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
456
|
+
<xsd:element name="in4" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
457
|
+
<xsd:element name="in5" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
458
|
+
<xsd:element name="in6" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
459
|
+
</xsd:sequence>
|
460
|
+
</xsd:complexType>
|
461
|
+
</xsd:element>
|
462
|
+
<xsd:element name="callBack_getMinuteResponse">
|
463
|
+
<xsd:complexType>
|
464
|
+
<xsd:sequence>
|
465
|
+
<xsd:element name="out" type="xsd:anyType" nillable="true" minOccurs="1" maxOccurs="1" />
|
466
|
+
</xsd:sequence>
|
467
|
+
</xsd:complexType>
|
468
|
+
</xsd:element>
|
469
|
+
<xsd:element name="callBack">
|
470
|
+
<xsd:complexType>
|
471
|
+
<xsd:sequence>
|
472
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
473
|
+
<xsd:element name="in1" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
474
|
+
<xsd:element name="in2" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
475
|
+
<xsd:element name="in3" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
476
|
+
<xsd:element name="in4" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
477
|
+
<xsd:element name="in5" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
478
|
+
</xsd:sequence>
|
479
|
+
</xsd:complexType>
|
480
|
+
</xsd:element>
|
481
|
+
<xsd:element name="callBackResponse">
|
482
|
+
<xsd:complexType>
|
483
|
+
<xsd:sequence>
|
484
|
+
<xsd:element name="out" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
485
|
+
</xsd:sequence>
|
486
|
+
</xsd:complexType>
|
487
|
+
</xsd:element>
|
488
|
+
<xsd:element name="changePassword">
|
489
|
+
<xsd:complexType>
|
490
|
+
<xsd:sequence>
|
491
|
+
<xsd:element name="in0" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
492
|
+
<xsd:element name="in1" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
493
|
+
<xsd:element name="in2" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="1" />
|
494
|
+
</xsd:sequence>
|
495
|
+
</xsd:complexType>
|
496
|
+
</xsd:element>
|
497
|
+
<xsd:element name="changePasswordResponse">
|
498
|
+
<xsd:complexType>
|
499
|
+
<xsd:sequence>
|
500
|
+
<xsd:element name="out" type="xsd:int" minOccurs="1" maxOccurs="1" />
|
501
|
+
</xsd:sequence>
|
502
|
+
</xsd:complexType>
|
503
|
+
</xsd:element>
|
504
|
+
</xsd:schema>
|
505
|
+
<xsd:schema targetNamespace="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="qualified" />
|
506
|
+
</wsdl:types>
|
507
|
+
<wsdl:message name="uploadDIDVoiceResponse">
|
508
|
+
<wsdl:part element="tns:uploadDIDVoiceResponse" name="parameters" />
|
509
|
+
</wsdl:message>
|
510
|
+
<wsdl:message name="changeDevicePassword">
|
511
|
+
<wsdl:part element="tns:changeDevicePassword" name="parameters" />
|
512
|
+
</wsdl:message>
|
513
|
+
<wsdl:message name="getOnlineSIP">
|
514
|
+
<wsdl:part element="tns:getOnlineSIP" name="parameters" />
|
515
|
+
</wsdl:message>
|
516
|
+
<wsdl:message name="bindPhoneByVendor_didResponse">
|
517
|
+
<wsdl:part element="tns:bindPhoneByVendor_didResponse" name="parameters" />
|
518
|
+
</wsdl:message>
|
519
|
+
<wsdl:message name="getV2C_CDR">
|
520
|
+
<wsdl:part element="tns:getV2C_CDR" name="parameters" />
|
521
|
+
</wsdl:message>
|
522
|
+
<wsdl:message name="changePassword">
|
523
|
+
<wsdl:part element="tns:changePassword" name="parameters" />
|
524
|
+
</wsdl:message>
|
525
|
+
<wsdl:message name="deleteivrByVendor_didResponse">
|
526
|
+
<wsdl:part element="tns:deleteivrByVendor_didResponse" name="parameters" />
|
527
|
+
</wsdl:message>
|
528
|
+
<wsdl:message name="accountRefill_PayOnline">
|
529
|
+
<wsdl:part element="tns:accountRefill_PayOnline" name="parameters" />
|
530
|
+
</wsdl:message>
|
531
|
+
<wsdl:message name="callBack_getMinuteResponse">
|
532
|
+
<wsdl:part element="tns:callBack_getMinuteResponse" name="parameters" />
|
533
|
+
</wsdl:message>
|
534
|
+
<wsdl:message name="verification">
|
535
|
+
<wsdl:part element="tns:verification" name="parameters" />
|
536
|
+
</wsdl:message>
|
537
|
+
<wsdl:message name="resetSipPassowrd">
|
538
|
+
<wsdl:part element="tns:resetSipPassowrd" name="parameters" />
|
539
|
+
</wsdl:message>
|
540
|
+
<wsdl:message name="deleteV2C_DIDResponse">
|
541
|
+
<wsdl:part element="tns:deleteV2C_DIDResponse" name="parameters" />
|
542
|
+
</wsdl:message>
|
543
|
+
<wsdl:message name="forgotPasswordResponse">
|
544
|
+
<wsdl:part element="tns:forgotPasswordResponse" name="parameters" />
|
545
|
+
</wsdl:message>
|
546
|
+
<wsdl:message name="accountRefill">
|
547
|
+
<wsdl:part element="tns:accountRefill" name="parameters" />
|
548
|
+
</wsdl:message>
|
549
|
+
<wsdl:message name="callBack">
|
550
|
+
<wsdl:part element="tns:callBack" name="parameters" />
|
551
|
+
</wsdl:message>
|
552
|
+
<wsdl:message name="loginResponse">
|
553
|
+
<wsdl:part element="tns:loginResponse" name="parameters" />
|
554
|
+
</wsdl:message>
|
555
|
+
<wsdl:message name="resonanceAndPollingResponse">
|
556
|
+
<wsdl:part element="tns:resonanceAndPollingResponse" name="parameters" />
|
557
|
+
</wsdl:message>
|
558
|
+
<wsdl:message name="setAccountStatusResponse">
|
559
|
+
<wsdl:part element="tns:setAccountStatusResponse" name="parameters" />
|
560
|
+
</wsdl:message>
|
561
|
+
<wsdl:message name="bindivrByVendor_did">
|
562
|
+
<wsdl:part element="tns:bindivrByVendor_did" name="parameters" />
|
563
|
+
</wsdl:message>
|
564
|
+
<wsdl:message name="updateAccountInfoResponse">
|
565
|
+
<wsdl:part element="tns:updateAccountInfoResponse" name="parameters" />
|
566
|
+
</wsdl:message>
|
567
|
+
<wsdl:message name="getVendor_did_ivr_didList">
|
568
|
+
<wsdl:part element="tns:getVendor_did_ivr_didList" name="parameters" />
|
569
|
+
</wsdl:message>
|
570
|
+
<wsdl:message name="getVendor_did_PhoneListResponse">
|
571
|
+
<wsdl:part element="tns:getVendor_did_PhoneListResponse" name="parameters" />
|
572
|
+
</wsdl:message>
|
573
|
+
<wsdl:message name="forgotPassword">
|
574
|
+
<wsdl:part element="tns:forgotPassword" name="parameters" />
|
575
|
+
</wsdl:message>
|
576
|
+
<wsdl:message name="updateAccountInfo">
|
577
|
+
<wsdl:part element="tns:updateAccountInfo" name="parameters" />
|
578
|
+
</wsdl:message>
|
579
|
+
<wsdl:message name="callTransfer">
|
580
|
+
<wsdl:part element="tns:callTransfer" name="parameters" />
|
581
|
+
</wsdl:message>
|
582
|
+
<wsdl:message name="accountRefill_PayOnlineResponse">
|
583
|
+
<wsdl:part element="tns:accountRefill_PayOnlineResponse" name="parameters" />
|
584
|
+
</wsdl:message>
|
585
|
+
<wsdl:message name="getBalance">
|
586
|
+
<wsdl:part element="tns:getBalance" name="parameters" />
|
587
|
+
</wsdl:message>
|
588
|
+
<wsdl:message name="accountRefillResponse">
|
589
|
+
<wsdl:part element="tns:accountRefillResponse" name="parameters" />
|
590
|
+
</wsdl:message>
|
591
|
+
<wsdl:message name="getV2C_CDRResponse">
|
592
|
+
<wsdl:part element="tns:getV2C_CDRResponse" name="parameters" />
|
593
|
+
</wsdl:message>
|
594
|
+
<wsdl:message name="resetSipPassowrdResponse">
|
595
|
+
<wsdl:part element="tns:resetSipPassowrdResponse" name="parameters" />
|
596
|
+
</wsdl:message>
|
597
|
+
<wsdl:message name="deletePhoneByVendor_did">
|
598
|
+
<wsdl:part element="tns:deletePhoneByVendor_did" name="parameters" />
|
599
|
+
</wsdl:message>
|
600
|
+
<wsdl:message name="uploadDIDVoice">
|
601
|
+
<wsdl:part element="tns:uploadDIDVoice" name="parameters" />
|
602
|
+
</wsdl:message>
|
603
|
+
<wsdl:message name="bindivrByVendor_didResponse">
|
604
|
+
<wsdl:part element="tns:bindivrByVendor_didResponse" name="parameters" />
|
605
|
+
</wsdl:message>
|
606
|
+
<wsdl:message name="bindPhoneByVendor_did">
|
607
|
+
<wsdl:part element="tns:bindPhoneByVendor_did" name="parameters" />
|
608
|
+
</wsdl:message>
|
609
|
+
<wsdl:message name="changeDevicePasswordResponse">
|
610
|
+
<wsdl:part element="tns:changeDevicePasswordResponse" name="parameters" />
|
611
|
+
</wsdl:message>
|
612
|
+
<wsdl:message name="deleteivrByVendor_did">
|
613
|
+
<wsdl:part element="tns:deleteivrByVendor_did" name="parameters" />
|
614
|
+
</wsdl:message>
|
615
|
+
<wsdl:message name="callTransferResponse">
|
616
|
+
<wsdl:part element="tns:callTransferResponse" name="parameters" />
|
617
|
+
</wsdl:message>
|
618
|
+
<wsdl:message name="getV2CIDResponse">
|
619
|
+
<wsdl:part element="tns:getV2CIDResponse" name="parameters" />
|
620
|
+
</wsdl:message>
|
621
|
+
<wsdl:message name="addDevice">
|
622
|
+
<wsdl:part element="tns:addDevice" name="parameters" />
|
623
|
+
</wsdl:message>
|
624
|
+
<wsdl:message name="setCallerIDResponse">
|
625
|
+
<wsdl:part element="tns:setCallerIDResponse" name="parameters" />
|
626
|
+
</wsdl:message>
|
627
|
+
<wsdl:message name="deletePhoneByVendor_didResponse">
|
628
|
+
<wsdl:part element="tns:deletePhoneByVendor_didResponse" name="parameters" />
|
629
|
+
</wsdl:message>
|
630
|
+
<wsdl:message name="setAccountStatus">
|
631
|
+
<wsdl:part element="tns:setAccountStatus" name="parameters" />
|
632
|
+
</wsdl:message>
|
633
|
+
<wsdl:message name="getCDRResponse">
|
634
|
+
<wsdl:part element="tns:getCDRResponse" name="parameters" />
|
635
|
+
</wsdl:message>
|
636
|
+
<wsdl:message name="resonanceAndPolling">
|
637
|
+
<wsdl:part element="tns:resonanceAndPolling" name="parameters" />
|
638
|
+
</wsdl:message>
|
639
|
+
<wsdl:message name="setCallerID">
|
640
|
+
<wsdl:part element="tns:setCallerID" name="parameters" />
|
641
|
+
</wsdl:message>
|
642
|
+
<wsdl:message name="getivr_didList">
|
643
|
+
<wsdl:part element="tns:getivr_didList" name="parameters" />
|
644
|
+
</wsdl:message>
|
645
|
+
<wsdl:message name="login">
|
646
|
+
<wsdl:part element="tns:login" name="parameters" />
|
647
|
+
</wsdl:message>
|
648
|
+
<wsdl:message name="getVendor_did_PhoneList">
|
649
|
+
<wsdl:part element="tns:getVendor_did_PhoneList" name="parameters" />
|
650
|
+
</wsdl:message>
|
651
|
+
<wsdl:message name="getivr_didListResponse">
|
652
|
+
<wsdl:part element="tns:getivr_didListResponse" name="parameters" />
|
653
|
+
</wsdl:message>
|
654
|
+
<wsdl:message name="callBack_V2C_ID">
|
655
|
+
<wsdl:part element="tns:callBack_V2C_ID" name="parameters" />
|
656
|
+
</wsdl:message>
|
657
|
+
<wsdl:message name="getVendor_did_ivr_didListResponse">
|
658
|
+
<wsdl:part element="tns:getVendor_did_ivr_didListResponse" name="parameters" />
|
659
|
+
</wsdl:message>
|
660
|
+
<wsdl:message name="getBalanceResponse">
|
661
|
+
<wsdl:part element="tns:getBalanceResponse" name="parameters" />
|
662
|
+
</wsdl:message>
|
663
|
+
<wsdl:message name="deleteV2C_DID">
|
664
|
+
<wsdl:part element="tns:deleteV2C_DID" name="parameters" />
|
665
|
+
</wsdl:message>
|
666
|
+
<wsdl:message name="callBackResponse">
|
667
|
+
<wsdl:part element="tns:callBackResponse" name="parameters" />
|
668
|
+
</wsdl:message>
|
669
|
+
<wsdl:message name="verificationResponse">
|
670
|
+
<wsdl:part element="tns:verificationResponse" name="parameters" />
|
671
|
+
</wsdl:message>
|
672
|
+
<wsdl:message name="callBack_V2C_IDResponse">
|
673
|
+
<wsdl:part element="tns:callBack_V2C_IDResponse" name="parameters" />
|
674
|
+
</wsdl:message>
|
675
|
+
<wsdl:message name="addDeviceResponse">
|
676
|
+
<wsdl:part element="tns:addDeviceResponse" name="parameters" />
|
677
|
+
</wsdl:message>
|
678
|
+
<wsdl:message name="getV2CID">
|
679
|
+
<wsdl:part element="tns:getV2CID" name="parameters" />
|
680
|
+
</wsdl:message>
|
681
|
+
<wsdl:message name="createV2C_DID">
|
682
|
+
<wsdl:part element="tns:createV2C_DID" name="parameters" />
|
683
|
+
</wsdl:message>
|
684
|
+
<wsdl:message name="changePasswordResponse">
|
685
|
+
<wsdl:part element="tns:changePasswordResponse" name="parameters" />
|
686
|
+
</wsdl:message>
|
687
|
+
<wsdl:message name="callBack_getMinute">
|
688
|
+
<wsdl:part element="tns:callBack_getMinute" name="parameters" />
|
689
|
+
</wsdl:message>
|
690
|
+
<wsdl:message name="getOnlineSIPResponse">
|
691
|
+
<wsdl:part element="tns:getOnlineSIPResponse" name="parameters" />
|
692
|
+
</wsdl:message>
|
693
|
+
<wsdl:message name="createV2C_DIDResponse">
|
694
|
+
<wsdl:part element="tns:createV2C_DIDResponse" name="parameters" />
|
695
|
+
</wsdl:message>
|
696
|
+
<wsdl:message name="getCDR">
|
697
|
+
<wsdl:part element="tns:getCDR" name="parameters" />
|
698
|
+
</wsdl:message>
|
699
|
+
<wsdl:portType name="cmsservicePortType">
|
700
|
+
<wsdl:operation name="deleteivrByVendor_did">
|
701
|
+
<wsdl:input message="tns:deleteivrByVendor_did" name="deleteivrByVendor_did" />
|
702
|
+
<wsdl:output message="tns:deleteivrByVendor_didResponse" name="deleteivrByVendor_didResponse" />
|
703
|
+
</wsdl:operation>
|
704
|
+
<wsdl:operation name="accountRefill_PayOnline">
|
705
|
+
<wsdl:input message="tns:accountRefill_PayOnline" name="accountRefill_PayOnline" />
|
706
|
+
<wsdl:output message="tns:accountRefill_PayOnlineResponse" name="accountRefill_PayOnlineResponse" />
|
707
|
+
</wsdl:operation>
|
708
|
+
<wsdl:operation name="uploadDIDVoice">
|
709
|
+
<wsdl:input message="tns:uploadDIDVoice" name="uploadDIDVoice" />
|
710
|
+
<wsdl:output message="tns:uploadDIDVoiceResponse" name="uploadDIDVoiceResponse" />
|
711
|
+
</wsdl:operation>
|
712
|
+
<wsdl:operation name="updateAccountInfo">
|
713
|
+
<wsdl:input message="tns:updateAccountInfo" name="updateAccountInfo" />
|
714
|
+
<wsdl:output message="tns:updateAccountInfoResponse" name="updateAccountInfoResponse" />
|
715
|
+
</wsdl:operation>
|
716
|
+
<wsdl:operation name="setAccountStatus">
|
717
|
+
<wsdl:input message="tns:setAccountStatus" name="setAccountStatus" />
|
718
|
+
<wsdl:output message="tns:setAccountStatusResponse" name="setAccountStatusResponse" />
|
719
|
+
</wsdl:operation>
|
720
|
+
<wsdl:operation name="accountRefill">
|
721
|
+
<wsdl:input message="tns:accountRefill" name="accountRefill" />
|
722
|
+
<wsdl:output message="tns:accountRefillResponse" name="accountRefillResponse" />
|
723
|
+
</wsdl:operation>
|
724
|
+
<wsdl:operation name="getV2CID">
|
725
|
+
<wsdl:input message="tns:getV2CID" name="getV2CID" />
|
726
|
+
<wsdl:output message="tns:getV2CIDResponse" name="getV2CIDResponse" />
|
727
|
+
</wsdl:operation>
|
728
|
+
<wsdl:operation name="bindivrByVendor_did">
|
729
|
+
<wsdl:input message="tns:bindivrByVendor_did" name="bindivrByVendor_did" />
|
730
|
+
<wsdl:output message="tns:bindivrByVendor_didResponse" name="bindivrByVendor_didResponse" />
|
731
|
+
</wsdl:operation>
|
732
|
+
<wsdl:operation name="getVendor_did_PhoneList">
|
733
|
+
<wsdl:input message="tns:getVendor_did_PhoneList" name="getVendor_did_PhoneList" />
|
734
|
+
<wsdl:output message="tns:getVendor_did_PhoneListResponse" name="getVendor_did_PhoneListResponse" />
|
735
|
+
</wsdl:operation>
|
736
|
+
<wsdl:operation name="getBalance">
|
737
|
+
<wsdl:input message="tns:getBalance" name="getBalance" />
|
738
|
+
<wsdl:output message="tns:getBalanceResponse" name="getBalanceResponse" />
|
739
|
+
</wsdl:operation>
|
740
|
+
<wsdl:operation name="getVendor_did_ivr_didList">
|
741
|
+
<wsdl:input message="tns:getVendor_did_ivr_didList" name="getVendor_did_ivr_didList" />
|
742
|
+
<wsdl:output message="tns:getVendor_did_ivr_didListResponse" name="getVendor_did_ivr_didListResponse" />
|
743
|
+
</wsdl:operation>
|
744
|
+
<wsdl:operation name="resetSipPassowrd">
|
745
|
+
<wsdl:input message="tns:resetSipPassowrd" name="resetSipPassowrd" />
|
746
|
+
<wsdl:output message="tns:resetSipPassowrdResponse" name="resetSipPassowrdResponse" />
|
747
|
+
</wsdl:operation>
|
748
|
+
<wsdl:operation name="deleteV2C_DID">
|
749
|
+
<wsdl:input message="tns:deleteV2C_DID" name="deleteV2C_DID" />
|
750
|
+
<wsdl:output message="tns:deleteV2C_DIDResponse" name="deleteV2C_DIDResponse" />
|
751
|
+
</wsdl:operation>
|
752
|
+
<wsdl:operation name="login">
|
753
|
+
<wsdl:input message="tns:login" name="login" />
|
754
|
+
<wsdl:output message="tns:loginResponse" name="loginResponse" />
|
755
|
+
</wsdl:operation>
|
756
|
+
<wsdl:operation name="createV2C_DID">
|
757
|
+
<wsdl:input message="tns:createV2C_DID" name="createV2C_DID" />
|
758
|
+
<wsdl:output message="tns:createV2C_DIDResponse" name="createV2C_DIDResponse" />
|
759
|
+
</wsdl:operation>
|
760
|
+
<wsdl:operation name="deletePhoneByVendor_did">
|
761
|
+
<wsdl:input message="tns:deletePhoneByVendor_did" name="deletePhoneByVendor_did" />
|
762
|
+
<wsdl:output message="tns:deletePhoneByVendor_didResponse" name="deletePhoneByVendor_didResponse" />
|
763
|
+
</wsdl:operation>
|
764
|
+
<wsdl:operation name="callTransfer">
|
765
|
+
<wsdl:input message="tns:callTransfer" name="callTransfer" />
|
766
|
+
<wsdl:output message="tns:callTransferResponse" name="callTransferResponse" />
|
767
|
+
</wsdl:operation>
|
768
|
+
<wsdl:operation name="callBack_V2C_ID">
|
769
|
+
<wsdl:input message="tns:callBack_V2C_ID" name="callBack_V2C_ID" />
|
770
|
+
<wsdl:output message="tns:callBack_V2C_IDResponse" name="callBack_V2C_IDResponse" />
|
771
|
+
</wsdl:operation>
|
772
|
+
<wsdl:operation name="setCallerID">
|
773
|
+
<wsdl:input message="tns:setCallerID" name="setCallerID" />
|
774
|
+
<wsdl:output message="tns:setCallerIDResponse" name="setCallerIDResponse" />
|
775
|
+
</wsdl:operation>
|
776
|
+
<wsdl:operation name="getivr_didList">
|
777
|
+
<wsdl:input message="tns:getivr_didList" name="getivr_didList" />
|
778
|
+
<wsdl:output message="tns:getivr_didListResponse" name="getivr_didListResponse" />
|
779
|
+
</wsdl:operation>
|
780
|
+
<wsdl:operation name="addDevice">
|
781
|
+
<wsdl:input message="tns:addDevice" name="addDevice" />
|
782
|
+
<wsdl:output message="tns:addDeviceResponse" name="addDeviceResponse" />
|
783
|
+
</wsdl:operation>
|
784
|
+
<wsdl:operation name="forgotPassword">
|
785
|
+
<wsdl:input message="tns:forgotPassword" name="forgotPassword" />
|
786
|
+
<wsdl:output message="tns:forgotPasswordResponse" name="forgotPasswordResponse" />
|
787
|
+
</wsdl:operation>
|
788
|
+
<wsdl:operation name="getOnlineSIP">
|
789
|
+
<wsdl:input message="tns:getOnlineSIP" name="getOnlineSIP" />
|
790
|
+
<wsdl:output message="tns:getOnlineSIPResponse" name="getOnlineSIPResponse" />
|
791
|
+
</wsdl:operation>
|
792
|
+
<wsdl:operation name="getCDR">
|
793
|
+
<wsdl:input message="tns:getCDR" name="getCDR" />
|
794
|
+
<wsdl:output message="tns:getCDRResponse" name="getCDRResponse" />
|
795
|
+
</wsdl:operation>
|
796
|
+
<wsdl:operation name="resonanceAndPolling">
|
797
|
+
<wsdl:input message="tns:resonanceAndPolling" name="resonanceAndPolling" />
|
798
|
+
<wsdl:output message="tns:resonanceAndPollingResponse" name="resonanceAndPollingResponse" />
|
799
|
+
</wsdl:operation>
|
800
|
+
<wsdl:operation name="changeDevicePassword">
|
801
|
+
<wsdl:input message="tns:changeDevicePassword" name="changeDevicePassword" />
|
802
|
+
<wsdl:output message="tns:changeDevicePasswordResponse" name="changeDevicePasswordResponse" />
|
803
|
+
</wsdl:operation>
|
804
|
+
<wsdl:operation name="verification">
|
805
|
+
<wsdl:input message="tns:verification" name="verification" />
|
806
|
+
<wsdl:output message="tns:verificationResponse" name="verificationResponse" />
|
807
|
+
</wsdl:operation>
|
808
|
+
<wsdl:operation name="bindPhoneByVendor_did">
|
809
|
+
<wsdl:input message="tns:bindPhoneByVendor_did" name="bindPhoneByVendor_did" />
|
810
|
+
<wsdl:output message="tns:bindPhoneByVendor_didResponse" name="bindPhoneByVendor_didResponse" />
|
811
|
+
</wsdl:operation>
|
812
|
+
<wsdl:operation name="getV2C_CDR">
|
813
|
+
<wsdl:input message="tns:getV2C_CDR" name="getV2C_CDR" />
|
814
|
+
<wsdl:output message="tns:getV2C_CDRResponse" name="getV2C_CDRResponse" />
|
815
|
+
</wsdl:operation>
|
816
|
+
<wsdl:operation name="callBack_getMinute">
|
817
|
+
<wsdl:input message="tns:callBack_getMinute" name="callBack_getMinute" />
|
818
|
+
<wsdl:output message="tns:callBack_getMinuteResponse" name="callBack_getMinuteResponse" />
|
819
|
+
</wsdl:operation>
|
820
|
+
<wsdl:operation name="callBack">
|
821
|
+
<wsdl:input message="tns:callBack" name="callBack" />
|
822
|
+
<wsdl:output message="tns:callBackResponse" name="callBackResponse" />
|
823
|
+
</wsdl:operation>
|
824
|
+
<wsdl:operation name="changePassword">
|
825
|
+
<wsdl:input message="tns:changePassword" name="changePassword" />
|
826
|
+
<wsdl:output message="tns:changePasswordResponse" name="changePasswordResponse" />
|
827
|
+
</wsdl:operation>
|
828
|
+
</wsdl:portType>
|
829
|
+
<wsdl:binding name="cmsserviceHttpBinding" type="tns:cmsservicePortType">
|
830
|
+
<wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
|
831
|
+
<wsdl:operation name="deleteivrByVendor_did">
|
832
|
+
<wsdlsoap:operation soapAction="" />
|
833
|
+
<wsdl:input name="deleteivrByVendor_did">
|
834
|
+
<wsdlsoap:body use="literal" />
|
835
|
+
</wsdl:input>
|
836
|
+
<wsdl:output name="deleteivrByVendor_didResponse">
|
837
|
+
<wsdlsoap:body use="literal" />
|
838
|
+
</wsdl:output>
|
839
|
+
</wsdl:operation>
|
840
|
+
<wsdl:operation name="accountRefill_PayOnline">
|
841
|
+
<wsdlsoap:operation soapAction="" />
|
842
|
+
<wsdl:input name="accountRefill_PayOnline">
|
843
|
+
<wsdlsoap:body use="literal" />
|
844
|
+
</wsdl:input>
|
845
|
+
<wsdl:output name="accountRefill_PayOnlineResponse">
|
846
|
+
<wsdlsoap:body use="literal" />
|
847
|
+
</wsdl:output>
|
848
|
+
</wsdl:operation>
|
849
|
+
<wsdl:operation name="uploadDIDVoice">
|
850
|
+
<wsdlsoap:operation soapAction="" />
|
851
|
+
<wsdl:input name="uploadDIDVoice">
|
852
|
+
<wsdlsoap:body use="literal" />
|
853
|
+
</wsdl:input>
|
854
|
+
<wsdl:output name="uploadDIDVoiceResponse">
|
855
|
+
<wsdlsoap:body use="literal" />
|
856
|
+
</wsdl:output>
|
857
|
+
</wsdl:operation>
|
858
|
+
<wsdl:operation name="updateAccountInfo">
|
859
|
+
<wsdlsoap:operation soapAction="" />
|
860
|
+
<wsdl:input name="updateAccountInfo">
|
861
|
+
<wsdlsoap:body use="literal" />
|
862
|
+
</wsdl:input>
|
863
|
+
<wsdl:output name="updateAccountInfoResponse">
|
864
|
+
<wsdlsoap:body use="literal" />
|
865
|
+
</wsdl:output>
|
866
|
+
</wsdl:operation>
|
867
|
+
<wsdl:operation name="setAccountStatus">
|
868
|
+
<wsdlsoap:operation soapAction="" />
|
869
|
+
<wsdl:input name="setAccountStatus">
|
870
|
+
<wsdlsoap:body use="literal" />
|
871
|
+
</wsdl:input>
|
872
|
+
<wsdl:output name="setAccountStatusResponse">
|
873
|
+
<wsdlsoap:body use="literal" />
|
874
|
+
</wsdl:output>
|
875
|
+
</wsdl:operation>
|
876
|
+
<wsdl:operation name="accountRefill">
|
877
|
+
<wsdlsoap:operation soapAction="" />
|
878
|
+
<wsdl:input name="accountRefill">
|
879
|
+
<wsdlsoap:body use="literal" />
|
880
|
+
</wsdl:input>
|
881
|
+
<wsdl:output name="accountRefillResponse">
|
882
|
+
<wsdlsoap:body use="literal" />
|
883
|
+
</wsdl:output>
|
884
|
+
</wsdl:operation>
|
885
|
+
<wsdl:operation name="getV2CID">
|
886
|
+
<wsdlsoap:operation soapAction="" />
|
887
|
+
<wsdl:input name="getV2CID">
|
888
|
+
<wsdlsoap:body use="literal" />
|
889
|
+
</wsdl:input>
|
890
|
+
<wsdl:output name="getV2CIDResponse">
|
891
|
+
<wsdlsoap:body use="literal" />
|
892
|
+
</wsdl:output>
|
893
|
+
</wsdl:operation>
|
894
|
+
<wsdl:operation name="bindivrByVendor_did">
|
895
|
+
<wsdlsoap:operation soapAction="" />
|
896
|
+
<wsdl:input name="bindivrByVendor_did">
|
897
|
+
<wsdlsoap:body use="literal" />
|
898
|
+
</wsdl:input>
|
899
|
+
<wsdl:output name="bindivrByVendor_didResponse">
|
900
|
+
<wsdlsoap:body use="literal" />
|
901
|
+
</wsdl:output>
|
902
|
+
</wsdl:operation>
|
903
|
+
<wsdl:operation name="getVendor_did_PhoneList">
|
904
|
+
<wsdlsoap:operation soapAction="" />
|
905
|
+
<wsdl:input name="getVendor_did_PhoneList">
|
906
|
+
<wsdlsoap:body use="literal" />
|
907
|
+
</wsdl:input>
|
908
|
+
<wsdl:output name="getVendor_did_PhoneListResponse">
|
909
|
+
<wsdlsoap:body use="literal" />
|
910
|
+
</wsdl:output>
|
911
|
+
</wsdl:operation>
|
912
|
+
<wsdl:operation name="getBalance">
|
913
|
+
<wsdlsoap:operation soapAction="" />
|
914
|
+
<wsdl:input name="getBalance">
|
915
|
+
<wsdlsoap:body use="literal" />
|
916
|
+
</wsdl:input>
|
917
|
+
<wsdl:output name="getBalanceResponse">
|
918
|
+
<wsdlsoap:body use="literal" />
|
919
|
+
</wsdl:output>
|
920
|
+
</wsdl:operation>
|
921
|
+
<wsdl:operation name="getVendor_did_ivr_didList">
|
922
|
+
<wsdlsoap:operation soapAction="" />
|
923
|
+
<wsdl:input name="getVendor_did_ivr_didList">
|
924
|
+
<wsdlsoap:body use="literal" />
|
925
|
+
</wsdl:input>
|
926
|
+
<wsdl:output name="getVendor_did_ivr_didListResponse">
|
927
|
+
<wsdlsoap:body use="literal" />
|
928
|
+
</wsdl:output>
|
929
|
+
</wsdl:operation>
|
930
|
+
<wsdl:operation name="resetSipPassowrd">
|
931
|
+
<wsdlsoap:operation soapAction="" />
|
932
|
+
<wsdl:input name="resetSipPassowrd">
|
933
|
+
<wsdlsoap:body use="literal" />
|
934
|
+
</wsdl:input>
|
935
|
+
<wsdl:output name="resetSipPassowrdResponse">
|
936
|
+
<wsdlsoap:body use="literal" />
|
937
|
+
</wsdl:output>
|
938
|
+
</wsdl:operation>
|
939
|
+
<wsdl:operation name="deleteV2C_DID">
|
940
|
+
<wsdlsoap:operation soapAction="" />
|
941
|
+
<wsdl:input name="deleteV2C_DID">
|
942
|
+
<wsdlsoap:body use="literal" />
|
943
|
+
</wsdl:input>
|
944
|
+
<wsdl:output name="deleteV2C_DIDResponse">
|
945
|
+
<wsdlsoap:body use="literal" />
|
946
|
+
</wsdl:output>
|
947
|
+
</wsdl:operation>
|
948
|
+
<wsdl:operation name="login">
|
949
|
+
<wsdlsoap:operation soapAction="" />
|
950
|
+
<wsdl:input name="login">
|
951
|
+
<wsdlsoap:body use="literal" />
|
952
|
+
</wsdl:input>
|
953
|
+
<wsdl:output name="loginResponse">
|
954
|
+
<wsdlsoap:body use="literal" />
|
955
|
+
</wsdl:output>
|
956
|
+
</wsdl:operation>
|
957
|
+
<wsdl:operation name="createV2C_DID">
|
958
|
+
<wsdlsoap:operation soapAction="" />
|
959
|
+
<wsdl:input name="createV2C_DID">
|
960
|
+
<wsdlsoap:body use="literal" />
|
961
|
+
</wsdl:input>
|
962
|
+
<wsdl:output name="createV2C_DIDResponse">
|
963
|
+
<wsdlsoap:body use="literal" />
|
964
|
+
</wsdl:output>
|
965
|
+
</wsdl:operation>
|
966
|
+
<wsdl:operation name="deletePhoneByVendor_did">
|
967
|
+
<wsdlsoap:operation soapAction="" />
|
968
|
+
<wsdl:input name="deletePhoneByVendor_did">
|
969
|
+
<wsdlsoap:body use="literal" />
|
970
|
+
</wsdl:input>
|
971
|
+
<wsdl:output name="deletePhoneByVendor_didResponse">
|
972
|
+
<wsdlsoap:body use="literal" />
|
973
|
+
</wsdl:output>
|
974
|
+
</wsdl:operation>
|
975
|
+
<wsdl:operation name="callTransfer">
|
976
|
+
<wsdlsoap:operation soapAction="" />
|
977
|
+
<wsdl:input name="callTransfer">
|
978
|
+
<wsdlsoap:body use="literal" />
|
979
|
+
</wsdl:input>
|
980
|
+
<wsdl:output name="callTransferResponse">
|
981
|
+
<wsdlsoap:body use="literal" />
|
982
|
+
</wsdl:output>
|
983
|
+
</wsdl:operation>
|
984
|
+
<wsdl:operation name="callBack_V2C_ID">
|
985
|
+
<wsdlsoap:operation soapAction="" />
|
986
|
+
<wsdl:input name="callBack_V2C_ID">
|
987
|
+
<wsdlsoap:body use="literal" />
|
988
|
+
</wsdl:input>
|
989
|
+
<wsdl:output name="callBack_V2C_IDResponse">
|
990
|
+
<wsdlsoap:body use="literal" />
|
991
|
+
</wsdl:output>
|
992
|
+
</wsdl:operation>
|
993
|
+
<wsdl:operation name="setCallerID">
|
994
|
+
<wsdlsoap:operation soapAction="" />
|
995
|
+
<wsdl:input name="setCallerID">
|
996
|
+
<wsdlsoap:body use="literal" />
|
997
|
+
</wsdl:input>
|
998
|
+
<wsdl:output name="setCallerIDResponse">
|
999
|
+
<wsdlsoap:body use="literal" />
|
1000
|
+
</wsdl:output>
|
1001
|
+
</wsdl:operation>
|
1002
|
+
<wsdl:operation name="getivr_didList">
|
1003
|
+
<wsdlsoap:operation soapAction="" />
|
1004
|
+
<wsdl:input name="getivr_didList">
|
1005
|
+
<wsdlsoap:body use="literal" />
|
1006
|
+
</wsdl:input>
|
1007
|
+
<wsdl:output name="getivr_didListResponse">
|
1008
|
+
<wsdlsoap:body use="literal" />
|
1009
|
+
</wsdl:output>
|
1010
|
+
</wsdl:operation>
|
1011
|
+
<wsdl:operation name="addDevice">
|
1012
|
+
<wsdlsoap:operation soapAction="" />
|
1013
|
+
<wsdl:input name="addDevice">
|
1014
|
+
<wsdlsoap:body use="literal" />
|
1015
|
+
</wsdl:input>
|
1016
|
+
<wsdl:output name="addDeviceResponse">
|
1017
|
+
<wsdlsoap:body use="literal" />
|
1018
|
+
</wsdl:output>
|
1019
|
+
</wsdl:operation>
|
1020
|
+
<wsdl:operation name="forgotPassword">
|
1021
|
+
<wsdlsoap:operation soapAction="" />
|
1022
|
+
<wsdl:input name="forgotPassword">
|
1023
|
+
<wsdlsoap:body use="literal" />
|
1024
|
+
</wsdl:input>
|
1025
|
+
<wsdl:output name="forgotPasswordResponse">
|
1026
|
+
<wsdlsoap:body use="literal" />
|
1027
|
+
</wsdl:output>
|
1028
|
+
</wsdl:operation>
|
1029
|
+
<wsdl:operation name="getOnlineSIP">
|
1030
|
+
<wsdlsoap:operation soapAction="" />
|
1031
|
+
<wsdl:input name="getOnlineSIP">
|
1032
|
+
<wsdlsoap:body use="literal" />
|
1033
|
+
</wsdl:input>
|
1034
|
+
<wsdl:output name="getOnlineSIPResponse">
|
1035
|
+
<wsdlsoap:body use="literal" />
|
1036
|
+
</wsdl:output>
|
1037
|
+
</wsdl:operation>
|
1038
|
+
<wsdl:operation name="getCDR">
|
1039
|
+
<wsdlsoap:operation soapAction="" />
|
1040
|
+
<wsdl:input name="getCDR">
|
1041
|
+
<wsdlsoap:body use="literal" />
|
1042
|
+
</wsdl:input>
|
1043
|
+
<wsdl:output name="getCDRResponse">
|
1044
|
+
<wsdlsoap:body use="literal" />
|
1045
|
+
</wsdl:output>
|
1046
|
+
</wsdl:operation>
|
1047
|
+
<wsdl:operation name="resonanceAndPolling">
|
1048
|
+
<wsdlsoap:operation soapAction="" />
|
1049
|
+
<wsdl:input name="resonanceAndPolling">
|
1050
|
+
<wsdlsoap:body use="literal" />
|
1051
|
+
</wsdl:input>
|
1052
|
+
<wsdl:output name="resonanceAndPollingResponse">
|
1053
|
+
<wsdlsoap:body use="literal" />
|
1054
|
+
</wsdl:output>
|
1055
|
+
</wsdl:operation>
|
1056
|
+
<wsdl:operation name="changeDevicePassword">
|
1057
|
+
<wsdlsoap:operation soapAction="" />
|
1058
|
+
<wsdl:input name="changeDevicePassword">
|
1059
|
+
<wsdlsoap:body use="literal" />
|
1060
|
+
</wsdl:input>
|
1061
|
+
<wsdl:output name="changeDevicePasswordResponse">
|
1062
|
+
<wsdlsoap:body use="literal" />
|
1063
|
+
</wsdl:output>
|
1064
|
+
</wsdl:operation>
|
1065
|
+
<wsdl:operation name="verification">
|
1066
|
+
<wsdlsoap:operation soapAction="" />
|
1067
|
+
<wsdl:input name="verification">
|
1068
|
+
<wsdlsoap:body use="literal" />
|
1069
|
+
</wsdl:input>
|
1070
|
+
<wsdl:output name="verificationResponse">
|
1071
|
+
<wsdlsoap:body use="literal" />
|
1072
|
+
</wsdl:output>
|
1073
|
+
</wsdl:operation>
|
1074
|
+
<wsdl:operation name="bindPhoneByVendor_did">
|
1075
|
+
<wsdlsoap:operation soapAction="" />
|
1076
|
+
<wsdl:input name="bindPhoneByVendor_did">
|
1077
|
+
<wsdlsoap:body use="literal" />
|
1078
|
+
</wsdl:input>
|
1079
|
+
<wsdl:output name="bindPhoneByVendor_didResponse">
|
1080
|
+
<wsdlsoap:body use="literal" />
|
1081
|
+
</wsdl:output>
|
1082
|
+
</wsdl:operation>
|
1083
|
+
<wsdl:operation name="getV2C_CDR">
|
1084
|
+
<wsdlsoap:operation soapAction="" />
|
1085
|
+
<wsdl:input name="getV2C_CDR">
|
1086
|
+
<wsdlsoap:body use="literal" />
|
1087
|
+
</wsdl:input>
|
1088
|
+
<wsdl:output name="getV2C_CDRResponse">
|
1089
|
+
<wsdlsoap:body use="literal" />
|
1090
|
+
</wsdl:output>
|
1091
|
+
</wsdl:operation>
|
1092
|
+
<wsdl:operation name="callBack_getMinute">
|
1093
|
+
<wsdlsoap:operation soapAction="" />
|
1094
|
+
<wsdl:input name="callBack_getMinute">
|
1095
|
+
<wsdlsoap:body use="literal" />
|
1096
|
+
</wsdl:input>
|
1097
|
+
<wsdl:output name="callBack_getMinuteResponse">
|
1098
|
+
<wsdlsoap:body use="literal" />
|
1099
|
+
</wsdl:output>
|
1100
|
+
</wsdl:operation>
|
1101
|
+
<wsdl:operation name="callBack">
|
1102
|
+
<wsdlsoap:operation soapAction="" />
|
1103
|
+
<wsdl:input name="callBack">
|
1104
|
+
<wsdlsoap:body use="literal" />
|
1105
|
+
</wsdl:input>
|
1106
|
+
<wsdl:output name="callBackResponse">
|
1107
|
+
<wsdlsoap:body use="literal" />
|
1108
|
+
</wsdl:output>
|
1109
|
+
</wsdl:operation>
|
1110
|
+
<wsdl:operation name="changePassword">
|
1111
|
+
<wsdlsoap:operation soapAction="" />
|
1112
|
+
<wsdl:input name="changePassword">
|
1113
|
+
<wsdlsoap:body use="literal" />
|
1114
|
+
</wsdl:input>
|
1115
|
+
<wsdl:output name="changePasswordResponse">
|
1116
|
+
<wsdlsoap:body use="literal" />
|
1117
|
+
</wsdl:output>
|
1118
|
+
</wsdl:operation>
|
1119
|
+
</wsdl:binding>
|
1120
|
+
<wsdl:service name="cmsservice">
|
1121
|
+
<wsdl:port binding="tns:cmsserviceHttpBinding" name="cmsserviceHttpPort">
|
1122
|
+
<wsdlsoap:address location="http://61.152.148.59/pms/services/cmsservice" />
|
1123
|
+
</wsdl:port>
|
1124
|
+
</wsdl:service>
|
1125
|
+
</wsdl:definitions>
|