Statistics
| Branch: | Revision:

m2u-upass-ws / test / soap-ui / UPass-soapui-project.xml @ 2:8013c4c9233f

History | View | Annotate | Download (244 KB)

1 0:53910be9bd5d hadi
<?xml version="1.0" encoding="UTF-8"?>
2
<con:soapui-project name="UPass" resourceRoot="" defaultScriptLanguage="Groovy" soapui-version="4.5.2" abortOnError="false" runType="SEQUENTIAL" activeEnvironment="Default" xmlns:con="http://eviware.com/soapui/config"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.actions.iface.tools.soapui.TestRunnerAction@values-local"><![CDATA[<xml-fragment xmlns:con="http://eviware.com/soapui/config">
3
  <con:entry key="Global Properties" value=""/>
4
  <con:entry key="TestSuite" value="UPassTestSuite"/>
5
  <con:entry key="Report to Generate" value=""/>
6
  <con:entry key="Password" value=""/>
7
  <con:entry key="soapui-setings.xml Password" value=""/>
8
  <con:entry key="TestRunner Path" value=""/>
9
  <con:entry key="Tool Args" value=""/>
10
  <con:entry key="Ignore Errors" value="false"/>
11
  <con:entry key="Host:Port" value=""/>
12
  <con:entry key="WSS Password Type" value=""/>
13
  <con:entry key="Save Project" value="false"/>
14
  <con:entry key="Enable UI" value="false"/>
15
  <con:entry key="System Properties" value=""/>
16
  <con:entry key="Domain" value=""/>
17
  <con:entry key="Coverage Report" value="false"/>
18
  <con:entry key="Export JUnit Results" value="false"/>
19
  <con:entry key="Open Report" value="false"/>
20
  <con:entry key="Project Properties" value=""/>
21
  <con:entry key="Project Password" value=""/>
22
  <con:entry key="Export All" value="false"/>
23
  <con:entry key="Report Format(s)" value=""/>
24
  <con:entry key="TestCase" value="UserModifiTests"/>
25
  <con:entry key="Print Report" value="false"/>
26
  <con:entry key="Username" value=""/>
27
  <con:entry key="Root Folder" value=""/>
28
  <con:entry key="Save After" value="false"/>
29
  <con:entry key="Add Settings" value="false"/>
30
  <con:entry key="Endpoint" value=""/>
31
</xml-fragment>]]></con:setting></con:settings><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="WS_UPassSoapBinding" type="wsdl" bindingName="{http://upass.ws.my}WS_UPassSoapBinding" soapVersion="1_1" anonymous="optional" definition="file:${#projectDir}/../../WebContent/wsdl/WS_UPass.wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="file:${#projectDir}/../../../WebContent/wsdl/WS_UPass.wsdl"><con:part><con:url>file:${#projectDir}/../../../WebContent/wsdl/WS_UPass.wsdl</con:url><con:content><![CDATA[<wsdl:definitions targetNamespace="http://upass.ws.my" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://upass.ws.my" xmlns:intf="http://upass.ws.my" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
32
  <!--WSDL created by Apache Axis version: 1.4
33
Built on Apr 22, 2006 (06:55:48 PDT)-->
34
  <wsdl:types>
35
    <schema elementFormDefault="qualified" targetNamespace="http://upass.ws.my" xmlns="http://www.w3.org/2001/XMLSchema">
36
      <element name="wsAD_AddUser">
37
        <complexType>
38
          <sequence>
39
            <element name="rootAlias" type="xsd:string"/>
40
            <element name="rootPassword" type="xsd:string"/>
41
            <element name="adminUserAlias" type="xsd:string"/>
42
            <element name="adminDesc" type="xsd:string"/>
43
            <element name="adminUserPassword" type="xsd:string"/>
44
          </sequence>
45
        </complexType>
46
      </element>
47
      <element name="wsAD_AddUserResponse">
48
        <complexType>
49
          <sequence>
50
            <element name="wsAD_AddUserReturn" type="xsd:int"/>
51
          </sequence>
52
        </complexType>
53
      </element>
54
      <element name="wsAD_ModifyUser">
55
        <complexType>
56
          <sequence>
57
            <element name="rootAlias" type="xsd:string"/>
58
            <element name="rootPassword" type="xsd:string"/>
59
            <element name="adminUserAlias" type="xsd:string"/>
60
            <element name="adminDesc" type="xsd:string"/>
61
            <element name="adminUserPassword" type="xsd:string"/>
62
          </sequence>
63
        </complexType>
64
      </element>
65
      <element name="wsAD_ModifyUserResponse">
66
        <complexType>
67
          <sequence>
68
            <element name="wsAD_ModifyUserReturn" type="xsd:int"/>
69
          </sequence>
70
        </complexType>
71
      </element>
72
      <element name="wsAD_ActivateUser">
73
        <complexType>
74
          <sequence>
75
            <element name="rootAlias" type="xsd:string"/>
76
            <element name="rootPassword" type="xsd:string"/>
77
            <element name="adminUserAlias" type="xsd:string"/>
78
          </sequence>
79
        </complexType>
80
      </element>
81
      <element name="wsAD_ActivateUserResponse">
82
        <complexType>
83
          <sequence>
84
            <element name="wsAD_ActivateUserReturn" type="xsd:int"/>
85
          </sequence>
86
        </complexType>
87
      </element>
88
      <element name="wsAD_LockUser">
89
        <complexType>
90
          <sequence>
91
            <element name="rootAlias" type="xsd:string"/>
92
            <element name="rootPassword" type="xsd:string"/>
93
            <element name="adminUserAlias" type="xsd:string"/>
94
          </sequence>
95
        </complexType>
96
      </element>
97
      <element name="wsAD_LockUserResponse">
98
        <complexType>
99
          <sequence>
100
            <element name="wsAD_LockUserReturn" type="xsd:int"/>
101
          </sequence>
102
        </complexType>
103
      </element>
104
      <element name="wsAD_SuspendUser">
105
        <complexType>
106
          <sequence>
107
            <element name="rootAlias" type="xsd:string"/>
108
            <element name="rootPassword" type="xsd:string"/>
109
            <element name="adminUserAlias" type="xsd:string"/>
110
            <element name="fromDate" type="xsd:string"/>
111
            <element name="nMinutes" type="xsd:int"/>
112
          </sequence>
113
        </complexType>
114
      </element>
115
      <element name="wsAD_SuspendUserResponse">
116
        <complexType>
117
          <sequence>
118
            <element name="wsAD_SuspendUserReturn" type="xsd:int"/>
119
          </sequence>
120
        </complexType>
121
      </element>
122
      <element name="wsUA_AddUser">
123
        <complexType>
124
          <sequence>
125
            <element name="adminUserAlias" type="xsd:string"/>
126
            <element name="adminUserPassword" type="xsd:string"/>
127
            <element name="userAlias" type="xsd:string"/>
128
            <element name="userDesc" type="xsd:string"/>
129
            <element name="userPassword" type="xsd:string"/>
130
            <element name="appId" type="xsd:int"/>
131
          </sequence>
132
        </complexType>
133
      </element>
134
      <element name="wsUA_AddUserResponse">
135
        <complexType>
136
          <sequence>
137
            <element name="wsUA_AddUserReturn" type="xsd:int"/>
138
          </sequence>
139
        </complexType>
140
      </element>
141
      <element name="wsUA_ModifyUser">
142
        <complexType>
143
          <sequence>
144
            <element name="adminUserAlias" type="xsd:string"/>
145
            <element name="adminUserPassword" type="xsd:string"/>
146
            <element name="userAlias" type="xsd:string"/>
147
            <element name="userDesc" type="xsd:string"/>
148
            <element name="userPassword" type="xsd:string"/>
149
          </sequence>
150
        </complexType>
151
      </element>
152
      <element name="wsUA_ModifyUserResponse">
153
        <complexType>
154
          <sequence>
155
            <element name="wsUA_ModifyUserReturn" type="xsd:int"/>
156
          </sequence>
157
        </complexType>
158
      </element>
159
      <element name="wsUA_ActivateUser">
160
        <complexType>
161
          <sequence>
162
            <element name="adminUserAlias" type="xsd:string"/>
163
            <element name="adminUserPassword" type="xsd:string"/>
164
            <element name="userAlias" type="xsd:string"/>
165
          </sequence>
166
        </complexType>
167
      </element>
168
      <element name="wsUA_ActivateUserResponse">
169
        <complexType>
170
          <sequence>
171
            <element name="wsUA_ActivateUserReturn" type="xsd:int"/>
172
          </sequence>
173
        </complexType>
174
      </element>
175
      <element name="wsUA_LockUser">
176
        <complexType>
177
          <sequence>
178
            <element name="adminUserAlias" type="xsd:string"/>
179
            <element name="adminUserPassword" type="xsd:string"/>
180
            <element name="userAlias" type="xsd:string"/>
181
          </sequence>
182
        </complexType>
183
      </element>
184
      <element name="wsUA_LockUserResponse">
185
        <complexType>
186
          <sequence>
187
            <element name="wsUA_LockUserReturn" type="xsd:int"/>
188
          </sequence>
189
        </complexType>
190
      </element>
191
      <element name="wsUA_SuspendUser">
192
        <complexType>
193
          <sequence>
194
            <element name="adminUserAlias" type="xsd:string"/>
195
            <element name="adminUserPassword" type="xsd:string"/>
196
            <element name="userAlias" type="xsd:string"/>
197
            <element name="fromDate" type="xsd:string"/>
198
            <element name="nMinutes" type="xsd:int"/>
199
          </sequence>
200
        </complexType>
201
      </element>
202
      <element name="wsUA_SuspendUserResponse">
203
        <complexType>
204
          <sequence>
205
            <element name="wsUA_SuspendUserReturn" type="xsd:int"/>
206
          </sequence>
207
        </complexType>
208
      </element>
209
      <element name="wsUA_IsUserExist">
210
        <complexType>
211
          <sequence>
212
            <element name="userAlias" type="xsd:string"/>
213
          </sequence>
214
        </complexType>
215
      </element>
216
      <element name="wsUA_IsUserExistResponse">
217
        <complexType>
218
          <sequence>
219
            <element name="wsUA_IsUserExistReturn" type="xsd:int"/>
220
          </sequence>
221
        </complexType>
222
      </element>
223
      <element name="wsUA_GetUserType">
224
        <complexType>
225
          <sequence>
226
            <element name="userAlias" type="xsd:string"/>
227
          </sequence>
228
        </complexType>
229
      </element>
230
      <element name="wsUA_GetUserTypeResponse">
231
        <complexType>
232
          <sequence>
233
            <element name="wsUA_GetUserTypeReturn" type="xsd:int"/>
234
          </sequence>
235
        </complexType>
236
      </element>
237
      <element name="wsUA_DeleteUser">
238
        <complexType>
239
          <sequence>
240
            <element name="adminUserAlias" type="xsd:string"/>
241
            <element name="adminUserPassword" type="xsd:string"/>
242
            <element name="userAlias" type="xsd:string"/>
243
          </sequence>
244
        </complexType>
245
      </element>
246
      <element name="wsUA_DeleteUserResponse">
247
        <complexType>
248
          <sequence>
249
            <element name="wsUA_DeleteUserReturn" type="xsd:int"/>
250
          </sequence>
251
        </complexType>
252
      </element>
253
      <element name="wsSP_Login">
254
        <complexType>
255
          <sequence>
256
            <element name="userAlias" type="xsd:string"/>
257
            <element name="password" type="xsd:string"/>
258
          </sequence>
259
        </complexType>
260
      </element>
261
      <element name="wsSP_LoginResponse">
262
        <complexType>
263
          <sequence>
264
            <element name="wsSP_LoginReturn" type="xsd:int"/>
265
          </sequence>
266
        </complexType>
267
      </element>
268
      <element name="wsSP_VerifyStaticPassword">
269
        <complexType>
270
          <sequence>
271
            <element name="userAlias" type="xsd:string"/>
272
            <element name="password" type="xsd:string"/>
273
          </sequence>
274
        </complexType>
275
      </element>
276
      <element name="wsSP_VerifyStaticPasswordResponse">
277
        <complexType>
278
          <sequence>
279
            <element name="wsSP_VerifyStaticPasswordReturn" type="xsd:int"/>
280
          </sequence>
281
        </complexType>
282
      </element>
283
      <element name="wsSP_ChangeStaticPassword">
284
        <complexType>
285
          <sequence>
286
            <element name="userAlias" type="xsd:string"/>
287
            <element name="newPassword" type="xsd:string"/>
288
            <element name="oldPassword" type="xsd:string"/>
289
          </sequence>
290
        </complexType>
291
      </element>
292
      <element name="wsSP_ChangeStaticPasswordResponse">
293
        <complexType>
294
          <sequence>
295
            <element name="wsSP_ChangeStaticPasswordReturn" type="xsd:int"/>
296
          </sequence>
297
        </complexType>
298
      </element>
299
      <element name="wsSP_ForceChangeStaticPassword">
300
        <complexType>
301
          <sequence>
302
            <element name="userAlias" type="xsd:string"/>
303
            <element name="newPassword" type="xsd:string"/>
304
            <element name="oldPassword" type="xsd:string"/>
305
          </sequence>
306
        </complexType>
307
      </element>
308
      <element name="wsSP_ForceChangeStaticPasswordResponse">
309
        <complexType>
310
          <sequence>
311
            <element name="wsSP_ForceChangeStaticPasswordReturn" type="xsd:int"/>
312
          </sequence>
313
        </complexType>
314
      </element>
315
      <element name="wsSP_VerifyPasswordComplexity">
316
        <complexType>
317
          <sequence>
318
            <element name="password" type="xsd:string"/>
319
            <element name="applicationId" type="xsd:int"/>
320
          </sequence>
321
        </complexType>
322
      </element>
323
      <element name="wsSP_VerifyPasswordComplexityResponse">
324
        <complexType>
325
          <sequence>
326
            <element name="wsSP_VerifyPasswordComplexityReturn" type="xsd:int"/>
327
          </sequence>
328
        </complexType>
329
      </element>
330
      <element name="wsGenerateTAC">
331
        <complexType>
332
          <sequence>
333
            <element name="userAlias" type="xsd:string"/>
334
            <element name="appId" type="xsd:int"/>
335
          </sequence>
336
        </complexType>
337
      </element>
338
      <element name="wsGenerateTACResponse">
339
        <complexType>
340
          <sequence>
341
            <element name="wsGenerateTACReturn" type="xsd:string"/>
342
          </sequence>
343
        </complexType>
344
      </element>
345
      <element name="wsGenerateTACwithSessionID">
346
        <complexType>
347
          <sequence>
348
            <element name="userAlias" type="xsd:string"/>
349
            <element name="sessionID" type="xsd:string"/>
350
            <element name="appId" type="xsd:int"/>
351
          </sequence>
352
        </complexType>
353
      </element>
354
      <element name="wsGenerateTACwithSessionIDResponse">
355
        <complexType>
356
          <sequence>
357
            <element name="wsGenerateTACwithSessionIDReturn" type="xsd:string"/>
358
          </sequence>
359
        </complexType>
360
      </element>
361
      <element name="wsGenerateTACwithSessionIDNonce">
362
        <complexType>
363
          <sequence>
364
            <element name="userAlias" type="xsd:string"/>
365
            <element name="sessionID" type="xsd:string"/>
366
            <element name="nonce" type="xsd:string"/>
367
            <element name="appId" type="xsd:int"/>
368
          </sequence>
369
        </complexType>
370
      </element>
371
      <element name="wsGenerateTACwithSessionIDNonceResponse">
372
        <complexType>
373
          <sequence>
374
            <element name="wsGenerateTACwithSessionIDNonceReturn" type="xsd:string"/>
375
          </sequence>
376
        </complexType>
377
      </element>
378
      <element name="wsVerifyTAC">
379
        <complexType>
380
          <sequence>
381
            <element name="userAlias" type="xsd:string"/>
382
            <element name="inTac" type="xsd:string"/>
383
          </sequence>
384
        </complexType>
385
      </element>
386
      <element name="wsVerifyTACResponse">
387
        <complexType>
388
          <sequence>
389
            <element name="wsVerifyTACReturn" type="xsd:int"/>
390
          </sequence>
391
        </complexType>
392
      </element>
393
      <element name="wsVerifyTACwithSessionID">
394
        <complexType>
395
          <sequence>
396
            <element name="userAlias" type="xsd:string"/>
397
            <element name="inTac" type="xsd:string"/>
398
            <element name="sessionID" type="xsd:string"/>
399
          </sequence>
400
        </complexType>
401
      </element>
402
      <element name="wsVerifyTACwithSessionIDResponse">
403
        <complexType>
404
          <sequence>
405
            <element name="wsVerifyTACwithSessionIDReturn" type="xsd:int"/>
406
          </sequence>
407
        </complexType>
408
      </element>
409
      <element name="wsVerifyTACwithSessionIDNonce">
410
        <complexType>
411
          <sequence>
412
            <element name="userAlias" type="xsd:string"/>
413
            <element name="inTac" type="xsd:string"/>
414
            <element name="sessionID" type="xsd:string"/>
415
            <element name="nonce" type="xsd:string"/>
416
          </sequence>
417
        </complexType>
418
      </element>
419
      <element name="wsVerifyTACwithSessionIDNonceResponse">
420
        <complexType>
421
          <sequence>
422
            <element name="wsVerifyTACwithSessionIDNonceReturn" type="xsd:int"/>
423
          </sequence>
424
        </complexType>
425
      </element>
426
      <element name="wsResetTAC">
427
        <complexType>
428
          <sequence>
429
            <element name="adminUserAlias" type="xsd:string"/>
430
            <element name="adminUserPassword" type="xsd:string"/>
431
            <element name="userAlias" type="xsd:string"/>
432
          </sequence>
433
        </complexType>
434
      </element>
435
      <element name="wsResetTACResponse">
436
        <complexType>
437
          <sequence>
438
            <element name="wsResetTACReturn" type="xsd:int"/>
439
          </sequence>
440
        </complexType>
441
      </element>
442
      <element name="wsDisableTAC">
443
        <complexType>
444
          <sequence>
445
            <element name="adminUserAlias" type="xsd:string"/>
446
            <element name="adminUserPassword" type="xsd:string"/>
447
            <element name="userAlias" type="xsd:string"/>
448
          </sequence>
449
        </complexType>
450
      </element>
451
      <element name="wsDisableTACResponse">
452
        <complexType>
453
          <sequence>
454
            <element name="wsDisableTACReturn" type="xsd:int"/>
455
          </sequence>
456
        </complexType>
457
      </element>
458
      <element name="wsVerifyToken">
459
        <complexType>
460
          <sequence>
461
            <element name="userAlias" type="xsd:string"/>
462
            <element name="inPassword" type="xsd:string"/>
463
          </sequence>
464
        </complexType>
465
      </element>
466
      <element name="wsVerifyTokenResponse">
467
        <complexType>
468
          <sequence>
469
            <element name="wsVerifyTokenReturn" type="xsd:int"/>
470
          </sequence>
471
        </complexType>
472
      </element>
473
      <element name="wsResetToken">
474
        <complexType>
475
          <sequence>
476
            <element name="adminUserAlias" type="xsd:string"/>
477
            <element name="adminUserPassword" type="xsd:string"/>
478
            <element name="userAlias" type="xsd:string"/>
479
          </sequence>
480
        </complexType>
481
      </element>
482
      <element name="wsResetTokenResponse">
483
        <complexType>
484
          <sequence>
485
            <element name="wsResetTokenReturn" type="xsd:int"/>
486
          </sequence>
487
        </complexType>
488
      </element>
489
      <element name="wsDeleteTokenFromStore">
490
        <complexType>
491
          <sequence>
492
            <element name="adminUserAlias" type="xsd:string"/>
493
            <element name="adminUserPassword" type="xsd:string"/>
494
            <element name="serialNumber" type="xsd:string"/>
495
          </sequence>
496
        </complexType>
497
      </element>
498
      <element name="wsDeleteTokenFromStoreResponse">
499
        <complexType>
500
          <sequence>
501
            <element name="wsDeleteTokenFromStoreReturn" type="xsd:int"/>
502
          </sequence>
503
        </complexType>
504
      </element>
505
      <element name="wsAssignTokenToUser">
506
        <complexType>
507
          <sequence>
508
            <element name="adminUserAlias" type="xsd:string"/>
509
            <element name="adminUserPassword" type="xsd:string"/>
510
            <element name="serialNumber" type="xsd:string"/>
511
            <element name="userAlias" type="xsd:string"/>
512
          </sequence>
513
        </complexType>
514
      </element>
515
      <element name="wsAssignTokenToUserResponse">
516
        <complexType>
517
          <sequence>
518
            <element name="wsAssignTokenToUserReturn" type="xsd:int"/>
519
          </sequence>
520
        </complexType>
521
      </element>
522
      <element name="wsUnassignTokenFromUser">
523
        <complexType>
524
          <sequence>
525
            <element name="adminUserAlias" type="xsd:string"/>
526
            <element name="adminUserPassword" type="xsd:string"/>
527
            <element name="userAlias" type="xsd:string"/>
528
          </sequence>
529
        </complexType>
530
      </element>
531
      <element name="wsUnassignTokenFromUserResponse">
532
        <complexType>
533
          <sequence>
534
            <element name="wsUnassignTokenFromUserReturn" type="xsd:int"/>
535
          </sequence>
536
        </complexType>
537
      </element>
538
      <element name="wsDisableToken">
539
        <complexType>
540
          <sequence>
541
            <element name="adminUserAlias" type="xsd:string"/>
542
            <element name="adminUserPassword" type="xsd:string"/>
543
            <element name="userAlias" type="xsd:string"/>
544
          </sequence>
545
        </complexType>
546
      </element>
547
      <element name="wsDisableTokenResponse">
548
        <complexType>
549
          <sequence>
550
            <element name="wsDisableTokenReturn" type="xsd:int"/>
551
          </sequence>
552
        </complexType>
553
      </element>
554
      <element name="wsEnableToken">
555
        <complexType>
556
          <sequence>
557
            <element name="adminUserAlias" type="xsd:string"/>
558
            <element name="adminUserPassword" type="xsd:string"/>
559
            <element name="userAlias" type="xsd:string"/>
560
          </sequence>
561
        </complexType>
562
      </element>
563
      <element name="wsEnableTokenResponse">
564
        <complexType>
565
          <sequence>
566
            <element name="wsEnableTokenReturn" type="xsd:int"/>
567
          </sequence>
568
        </complexType>
569
      </element>
570
      <element name="wsGetTokenVendor">
571
        <complexType/>
572
      </element>
573
      <element name="wsGetTokenVendorResponse">
574
        <complexType>
575
          <sequence>
576
            <element name="wsGetTokenVendorReturn" type="xsd:string"/>
577
          </sequence>
578
        </complexType>
579
      </element>
580
      <element name="wsCheckPasswordReused">
581
        <complexType>
582
          <sequence>
583
            <element name="userAlias" type="xsd:string"/>
584
            <element name="password" type="xsd:string"/>
585
          </sequence>
586
        </complexType>
587
      </element>
588
      <element name="wsCheckPasswordReusedResponse">
589
        <complexType>
590
          <sequence>
591
            <element name="wsCheckPasswordReusedReturn" type="xsd:int"/>
592
          </sequence>
593
        </complexType>
594
      </element>
595
      <element name="wsGenerateSecurityCode">
596
        <complexType>
597
          <sequence>
598
            <element name="referenceId" type="xsd:string"/>
599
          </sequence>
600
        </complexType>
601
      </element>
602
      <element name="wsGenerateSecurityCodeResponse">
603
        <complexType>
604
          <sequence>
605
            <element name="wsGenerateSecurityCodeReturn" type="xsd:string"/>
606
          </sequence>
607
        </complexType>
608
      </element>
609
      <element name="wsVerifySecurityCode">
610
        <complexType>
611
          <sequence>
612
            <element name="referenceId" type="xsd:string"/>
613
            <element name="securityCode" type="xsd:string"/>
614
          </sequence>
615
        </complexType>
616
      </element>
617
      <element name="wsVerifySecurityCodeResponse">
618
        <complexType>
619
          <sequence>
620
            <element name="wsVerifySecurityCodeReturn" type="xsd:int"/>
621
          </sequence>
622
        </complexType>
623
      </element>
624
      <element name="wsSynchronizeToken">
625
        <complexType>
626
          <sequence>
627
            <element name="adminUserAlias" type="xsd:string"/>
628
            <element name="adminUserPassword" type="xsd:string"/>
629
            <element name="userAlias" type="xsd:string"/>
630
            <element name="otp1" type="xsd:string"/>
631
            <element name="otp2" type="xsd:string"/>
632
          </sequence>
633
        </complexType>
634
      </element>
635
      <element name="wsSynchronizeTokenResponse">
636
        <complexType>
637
          <sequence>
638
            <element name="wsSynchronizeTokenReturn" type="xsd:int"/>
639
          </sequence>
640
        </complexType>
641
      </element>
642
    </schema>
643
  </wsdl:types>
644
  <wsdl:message name="wsGenerateSecurityCodeRequest">
645
    <wsdl:part element="impl:wsGenerateSecurityCode" name="parameters"></wsdl:part>
646
  </wsdl:message>
647
  <wsdl:message name="wsResetTokenRequest">
648
    <wsdl:part element="impl:wsResetToken" name="parameters"></wsdl:part>
649
  </wsdl:message>
650
  <wsdl:message name="wsUA_LockUserResponse">
651
    <wsdl:part element="impl:wsUA_LockUserResponse" name="parameters"></wsdl:part>
652
  </wsdl:message>
653
  <wsdl:message name="wsGenerateTACRequest">
654
    <wsdl:part element="impl:wsGenerateTAC" name="parameters"></wsdl:part>
655
  </wsdl:message>
656
  <wsdl:message name="wsVerifyTokenResponse">
657
    <wsdl:part element="impl:wsVerifyTokenResponse" name="parameters"></wsdl:part>
658
  </wsdl:message>
659
  <wsdl:message name="wsVerifyTACRequest">
660
    <wsdl:part element="impl:wsVerifyTAC" name="parameters"></wsdl:part>
661
  </wsdl:message>
662
  <wsdl:message name="wsSynchronizeTokenRequest">
663
    <wsdl:part element="impl:wsSynchronizeToken" name="parameters"></wsdl:part>
664
  </wsdl:message>
665
  <wsdl:message name="wsAD_ModifyUserRequest">
666
    <wsdl:part element="impl:wsAD_ModifyUser" name="parameters"></wsdl:part>
667
  </wsdl:message>
668
  <wsdl:message name="wsGenerateTACResponse">
669
    <wsdl:part element="impl:wsGenerateTACResponse" name="parameters"></wsdl:part>
670
  </wsdl:message>
671
  <wsdl:message name="wsGenerateTACwithSessionIDNonceRequest">
672
    <wsdl:part element="impl:wsGenerateTACwithSessionIDNonce" name="parameters"></wsdl:part>
673
  </wsdl:message>
674
  <wsdl:message name="wsUA_DeleteUserRequest">
675
    <wsdl:part element="impl:wsUA_DeleteUser" name="parameters"></wsdl:part>
676
  </wsdl:message>
677
  <wsdl:message name="wsEnableTokenResponse">
678
    <wsdl:part element="impl:wsEnableTokenResponse" name="parameters"></wsdl:part>
679
  </wsdl:message>
680
  <wsdl:message name="wsAD_ActivateUserResponse">
681
    <wsdl:part element="impl:wsAD_ActivateUserResponse" name="parameters"></wsdl:part>
682
  </wsdl:message>
683
  <wsdl:message name="wsGenerateTACwithSessionIDRequest">
684
    <wsdl:part element="impl:wsGenerateTACwithSessionID" name="parameters"></wsdl:part>
685
  </wsdl:message>
686
  <wsdl:message name="wsAD_SuspendUserResponse">
687
    <wsdl:part element="impl:wsAD_SuspendUserResponse" name="parameters"></wsdl:part>
688
  </wsdl:message>
689
  <wsdl:message name="wsAssignTokenToUserResponse">
690
    <wsdl:part element="impl:wsAssignTokenToUserResponse" name="parameters"></wsdl:part>
691
  </wsdl:message>
692
  <wsdl:message name="wsAD_LockUserResponse">
693
    <wsdl:part element="impl:wsAD_LockUserResponse" name="parameters"></wsdl:part>
694
  </wsdl:message>
695
  <wsdl:message name="wsVerifyTACResponse">
696
    <wsdl:part element="impl:wsVerifyTACResponse" name="parameters"></wsdl:part>
697
  </wsdl:message>
698
  <wsdl:message name="wsAssignTokenToUserRequest">
699
    <wsdl:part element="impl:wsAssignTokenToUser" name="parameters"></wsdl:part>
700
  </wsdl:message>
701
  <wsdl:message name="wsUA_ModifyUserRequest">
702
    <wsdl:part element="impl:wsUA_ModifyUser" name="parameters"></wsdl:part>
703
  </wsdl:message>
704
  <wsdl:message name="wsUA_DeleteUserResponse">
705
    <wsdl:part element="impl:wsUA_DeleteUserResponse" name="parameters"></wsdl:part>
706
  </wsdl:message>
707
  <wsdl:message name="wsAD_LockUserRequest">
708
    <wsdl:part element="impl:wsAD_LockUser" name="parameters"></wsdl:part>
709
  </wsdl:message>
710
  <wsdl:message name="wsSP_LoginRequest">
711
    <wsdl:part element="impl:wsSP_Login" name="parameters"></wsdl:part>
712
  </wsdl:message>
713
  <wsdl:message name="wsCheckPasswordReusedRequest">
714
    <wsdl:part element="impl:wsCheckPasswordReused" name="parameters"></wsdl:part>
715
  </wsdl:message>
716
  <wsdl:message name="wsResetTACResponse">
717
    <wsdl:part element="impl:wsResetTACResponse" name="parameters"></wsdl:part>
718
  </wsdl:message>
719
  <wsdl:message name="wsDisableTokenRequest">
720
    <wsdl:part element="impl:wsDisableToken" name="parameters"></wsdl:part>
721
  </wsdl:message>
722
  <wsdl:message name="wsUA_AddUserResponse">
723
    <wsdl:part element="impl:wsUA_AddUserResponse" name="parameters"></wsdl:part>
724
  </wsdl:message>
725
  <wsdl:message name="wsGenerateTACwithSessionIDResponse">
726
    <wsdl:part element="impl:wsGenerateTACwithSessionIDResponse" name="parameters"></wsdl:part>
727
  </wsdl:message>
728
  <wsdl:message name="wsUnassignTokenFromUserRequest">
729
    <wsdl:part element="impl:wsUnassignTokenFromUser" name="parameters"></wsdl:part>
730
  </wsdl:message>
731
  <wsdl:message name="wsSP_VerifyStaticPasswordResponse">
732
    <wsdl:part element="impl:wsSP_VerifyStaticPasswordResponse" name="parameters"></wsdl:part>
733
  </wsdl:message>
734
  <wsdl:message name="wsEnableTokenRequest">
735
    <wsdl:part element="impl:wsEnableToken" name="parameters"></wsdl:part>
736
  </wsdl:message>
737
  <wsdl:message name="wsGetTokenVendorResponse">
738
    <wsdl:part element="impl:wsGetTokenVendorResponse" name="parameters"></wsdl:part>
739
  </wsdl:message>
740
  <wsdl:message name="wsUA_SuspendUserRequest">
741
    <wsdl:part element="impl:wsUA_SuspendUser" name="parameters"></wsdl:part>
742
  </wsdl:message>
743
  <wsdl:message name="wsUA_AddUserRequest">
744
    <wsdl:part element="impl:wsUA_AddUser" name="parameters"></wsdl:part>
745
  </wsdl:message>
746
  <wsdl:message name="wsUA_IsUserExistRequest">
747
    <wsdl:part element="impl:wsUA_IsUserExist" name="parameters"></wsdl:part>
748
  </wsdl:message>
749
  <wsdl:message name="wsUA_LockUserRequest">
750
    <wsdl:part element="impl:wsUA_LockUser" name="parameters"></wsdl:part>
751
  </wsdl:message>
752
  <wsdl:message name="wsUA_ActivateUserRequest">
753
    <wsdl:part element="impl:wsUA_ActivateUser" name="parameters"></wsdl:part>
754
  </wsdl:message>
755
  <wsdl:message name="wsGenerateTACwithSessionIDNonceResponse">
756
    <wsdl:part element="impl:wsGenerateTACwithSessionIDNonceResponse" name="parameters"></wsdl:part>
757
  </wsdl:message>
758
  <wsdl:message name="wsAD_ModifyUserResponse">
759
    <wsdl:part element="impl:wsAD_ModifyUserResponse" name="parameters"></wsdl:part>
760
  </wsdl:message>
761
  <wsdl:message name="wsSP_VerifyStaticPasswordRequest">
762
    <wsdl:part element="impl:wsSP_VerifyStaticPassword" name="parameters"></wsdl:part>
763
  </wsdl:message>
764
  <wsdl:message name="wsSP_ChangeStaticPasswordRequest">
765
    <wsdl:part element="impl:wsSP_ChangeStaticPassword" name="parameters"></wsdl:part>
766
  </wsdl:message>
767
  <wsdl:message name="wsDeleteTokenFromStoreRequest">
768
    <wsdl:part element="impl:wsDeleteTokenFromStore" name="parameters"></wsdl:part>
769
  </wsdl:message>
770
  <wsdl:message name="wsDisableTACResponse">
771
    <wsdl:part element="impl:wsDisableTACResponse" name="parameters"></wsdl:part>
772
  </wsdl:message>
773
  <wsdl:message name="wsVerifyTACwithSessionIDRequest">
774
    <wsdl:part element="impl:wsVerifyTACwithSessionID" name="parameters"></wsdl:part>
775
  </wsdl:message>
776
  <wsdl:message name="wsUnassignTokenFromUserResponse">
777
    <wsdl:part element="impl:wsUnassignTokenFromUserResponse" name="parameters"></wsdl:part>
778
  </wsdl:message>
779
  <wsdl:message name="wsAD_AddUserResponse">
780
    <wsdl:part element="impl:wsAD_AddUserResponse" name="parameters"></wsdl:part>
781
  </wsdl:message>
782
  <wsdl:message name="wsVerifySecurityCodeResponse">
783
    <wsdl:part element="impl:wsVerifySecurityCodeResponse" name="parameters"></wsdl:part>
784
  </wsdl:message>
785
  <wsdl:message name="wsSP_ForceChangeStaticPasswordRequest">
786
    <wsdl:part element="impl:wsSP_ForceChangeStaticPassword" name="parameters"></wsdl:part>
787
  </wsdl:message>
788
  <wsdl:message name="wsUA_GetUserTypeResponse">
789
    <wsdl:part element="impl:wsUA_GetUserTypeResponse" name="parameters"></wsdl:part>
790
  </wsdl:message>
791
  <wsdl:message name="wsVerifySecurityCodeRequest">
792
    <wsdl:part element="impl:wsVerifySecurityCode" name="parameters"></wsdl:part>
793
  </wsdl:message>
794
  <wsdl:message name="wsSP_LoginResponse">
795
    <wsdl:part element="impl:wsSP_LoginResponse" name="parameters"></wsdl:part>
796
  </wsdl:message>
797
  <wsdl:message name="wsSP_ForceChangeStaticPasswordResponse">
798
    <wsdl:part element="impl:wsSP_ForceChangeStaticPasswordResponse" name="parameters"></wsdl:part>
799
  </wsdl:message>
800
  <wsdl:message name="wsUA_IsUserExistResponse">
801
    <wsdl:part element="impl:wsUA_IsUserExistResponse" name="parameters"></wsdl:part>
802
  </wsdl:message>
803
  <wsdl:message name="wsGenerateSecurityCodeResponse">
804
    <wsdl:part element="impl:wsGenerateSecurityCodeResponse" name="parameters"></wsdl:part>
805
  </wsdl:message>
806
  <wsdl:message name="wsVerifyTokenRequest">
807
    <wsdl:part element="impl:wsVerifyToken" name="parameters"></wsdl:part>
808
  </wsdl:message>
809
  <wsdl:message name="wsResetTACRequest">
810
    <wsdl:part element="impl:wsResetTAC" name="parameters"></wsdl:part>
811
  </wsdl:message>
812
  <wsdl:message name="wsUA_GetUserTypeRequest">
813
    <wsdl:part element="impl:wsUA_GetUserType" name="parameters"></wsdl:part>
814
  </wsdl:message>
815
  <wsdl:message name="wsAD_AddUserRequest">
816
    <wsdl:part element="impl:wsAD_AddUser" name="parameters"></wsdl:part>
817
  </wsdl:message>
818
  <wsdl:message name="wsUA_ModifyUserResponse">
819
    <wsdl:part element="impl:wsUA_ModifyUserResponse" name="parameters"></wsdl:part>
820
  </wsdl:message>
821
  <wsdl:message name="wsVerifyTACwithSessionIDNonceRequest">
822
    <wsdl:part element="impl:wsVerifyTACwithSessionIDNonce" name="parameters"></wsdl:part>
823
  </wsdl:message>
824
  <wsdl:message name="wsSynchronizeTokenResponse">
825
    <wsdl:part element="impl:wsSynchronizeTokenResponse" name="parameters"></wsdl:part>
826
  </wsdl:message>
827
  <wsdl:message name="wsAD_ActivateUserRequest">
828
    <wsdl:part element="impl:wsAD_ActivateUser" name="parameters"></wsdl:part>
829
  </wsdl:message>
830
  <wsdl:message name="wsUA_ActivateUserResponse">
831
    <wsdl:part element="impl:wsUA_ActivateUserResponse" name="parameters"></wsdl:part>
832
  </wsdl:message>
833
  <wsdl:message name="wsSP_VerifyPasswordComplexityRequest">
834
    <wsdl:part element="impl:wsSP_VerifyPasswordComplexity" name="parameters"></wsdl:part>
835
  </wsdl:message>
836
  <wsdl:message name="wsDisableTACRequest">
837
    <wsdl:part element="impl:wsDisableTAC" name="parameters"></wsdl:part>
838
  </wsdl:message>
839
  <wsdl:message name="wsCheckPasswordReusedResponse">
840
    <wsdl:part element="impl:wsCheckPasswordReusedResponse" name="parameters"></wsdl:part>
841
  </wsdl:message>
842
  <wsdl:message name="wsResetTokenResponse">
843
    <wsdl:part element="impl:wsResetTokenResponse" name="parameters"></wsdl:part>
844
  </wsdl:message>
845
  <wsdl:message name="wsAD_SuspendUserRequest">
846
    <wsdl:part element="impl:wsAD_SuspendUser" name="parameters"></wsdl:part>
847
  </wsdl:message>
848
  <wsdl:message name="wsGetTokenVendorRequest">
849
    <wsdl:part element="impl:wsGetTokenVendor" name="parameters"></wsdl:part>
850
  </wsdl:message>
851
  <wsdl:message name="wsSP_VerifyPasswordComplexityResponse">
852
    <wsdl:part element="impl:wsSP_VerifyPasswordComplexityResponse" name="parameters"></wsdl:part>
853
  </wsdl:message>
854
  <wsdl:message name="wsDisableTokenResponse">
855
    <wsdl:part element="impl:wsDisableTokenResponse" name="parameters"></wsdl:part>
856
  </wsdl:message>
857
  <wsdl:message name="wsVerifyTACwithSessionIDNonceResponse">
858
    <wsdl:part element="impl:wsVerifyTACwithSessionIDNonceResponse" name="parameters"></wsdl:part>
859
  </wsdl:message>
860
  <wsdl:message name="wsDeleteTokenFromStoreResponse">
861
    <wsdl:part element="impl:wsDeleteTokenFromStoreResponse" name="parameters"></wsdl:part>
862
  </wsdl:message>
863
  <wsdl:message name="wsVerifyTACwithSessionIDResponse">
864
    <wsdl:part element="impl:wsVerifyTACwithSessionIDResponse" name="parameters"></wsdl:part>
865
  </wsdl:message>
866
  <wsdl:message name="wsUA_SuspendUserResponse">
867
    <wsdl:part element="impl:wsUA_SuspendUserResponse" name="parameters"></wsdl:part>
868
  </wsdl:message>
869
  <wsdl:message name="wsSP_ChangeStaticPasswordResponse">
870
    <wsdl:part element="impl:wsSP_ChangeStaticPasswordResponse" name="parameters"></wsdl:part>
871
  </wsdl:message>
872
  <wsdl:portType name="WS_UPass">
873
    <wsdl:operation name="wsAD_AddUser">
874
      <wsdl:input message="impl:wsAD_AddUserRequest" name="wsAD_AddUserRequest"></wsdl:input>
875
      <wsdl:output message="impl:wsAD_AddUserResponse" name="wsAD_AddUserResponse"></wsdl:output>
876
    </wsdl:operation>
877
    <wsdl:operation name="wsAD_ModifyUser">
878
      <wsdl:input message="impl:wsAD_ModifyUserRequest" name="wsAD_ModifyUserRequest"></wsdl:input>
879
      <wsdl:output message="impl:wsAD_ModifyUserResponse" name="wsAD_ModifyUserResponse"></wsdl:output>
880
    </wsdl:operation>
881
    <wsdl:operation name="wsAD_ActivateUser">
882
      <wsdl:input message="impl:wsAD_ActivateUserRequest" name="wsAD_ActivateUserRequest"></wsdl:input>
883
      <wsdl:output message="impl:wsAD_ActivateUserResponse" name="wsAD_ActivateUserResponse"></wsdl:output>
884
    </wsdl:operation>
885
    <wsdl:operation name="wsAD_LockUser">
886
      <wsdl:input message="impl:wsAD_LockUserRequest" name="wsAD_LockUserRequest"></wsdl:input>
887
      <wsdl:output message="impl:wsAD_LockUserResponse" name="wsAD_LockUserResponse"></wsdl:output>
888
    </wsdl:operation>
889
    <wsdl:operation name="wsAD_SuspendUser">
890
      <wsdl:input message="impl:wsAD_SuspendUserRequest" name="wsAD_SuspendUserRequest"></wsdl:input>
891
      <wsdl:output message="impl:wsAD_SuspendUserResponse" name="wsAD_SuspendUserResponse"></wsdl:output>
892
    </wsdl:operation>
893
    <wsdl:operation name="wsUA_AddUser">
894
      <wsdl:input message="impl:wsUA_AddUserRequest" name="wsUA_AddUserRequest"></wsdl:input>
895
      <wsdl:output message="impl:wsUA_AddUserResponse" name="wsUA_AddUserResponse"></wsdl:output>
896
    </wsdl:operation>
897
    <wsdl:operation name="wsUA_ModifyUser">
898
      <wsdl:input message="impl:wsUA_ModifyUserRequest" name="wsUA_ModifyUserRequest"></wsdl:input>
899
      <wsdl:output message="impl:wsUA_ModifyUserResponse" name="wsUA_ModifyUserResponse"></wsdl:output>
900
    </wsdl:operation>
901
    <wsdl:operation name="wsUA_ActivateUser">
902
      <wsdl:input message="impl:wsUA_ActivateUserRequest" name="wsUA_ActivateUserRequest"></wsdl:input>
903
      <wsdl:output message="impl:wsUA_ActivateUserResponse" name="wsUA_ActivateUserResponse"></wsdl:output>
904
    </wsdl:operation>
905
    <wsdl:operation name="wsUA_LockUser">
906
      <wsdl:input message="impl:wsUA_LockUserRequest" name="wsUA_LockUserRequest"></wsdl:input>
907
      <wsdl:output message="impl:wsUA_LockUserResponse" name="wsUA_LockUserResponse"></wsdl:output>
908
    </wsdl:operation>
909
    <wsdl:operation name="wsUA_SuspendUser">
910
      <wsdl:input message="impl:wsUA_SuspendUserRequest" name="wsUA_SuspendUserRequest"></wsdl:input>
911
      <wsdl:output message="impl:wsUA_SuspendUserResponse" name="wsUA_SuspendUserResponse"></wsdl:output>
912
    </wsdl:operation>
913
    <wsdl:operation name="wsUA_IsUserExist">
914
      <wsdl:input message="impl:wsUA_IsUserExistRequest" name="wsUA_IsUserExistRequest"></wsdl:input>
915
      <wsdl:output message="impl:wsUA_IsUserExistResponse" name="wsUA_IsUserExistResponse"></wsdl:output>
916
    </wsdl:operation>
917
    <wsdl:operation name="wsUA_GetUserType">
918
      <wsdl:input message="impl:wsUA_GetUserTypeRequest" name="wsUA_GetUserTypeRequest"></wsdl:input>
919
      <wsdl:output message="impl:wsUA_GetUserTypeResponse" name="wsUA_GetUserTypeResponse"></wsdl:output>
920
    </wsdl:operation>
921
    <wsdl:operation name="wsUA_DeleteUser">
922
      <wsdl:input message="impl:wsUA_DeleteUserRequest" name="wsUA_DeleteUserRequest"></wsdl:input>
923
      <wsdl:output message="impl:wsUA_DeleteUserResponse" name="wsUA_DeleteUserResponse"></wsdl:output>
924
    </wsdl:operation>
925
    <wsdl:operation name="wsSP_Login">
926
      <wsdl:input message="impl:wsSP_LoginRequest" name="wsSP_LoginRequest"></wsdl:input>
927
      <wsdl:output message="impl:wsSP_LoginResponse" name="wsSP_LoginResponse"></wsdl:output>
928
    </wsdl:operation>
929
    <wsdl:operation name="wsSP_VerifyStaticPassword">
930
      <wsdl:input message="impl:wsSP_VerifyStaticPasswordRequest" name="wsSP_VerifyStaticPasswordRequest"></wsdl:input>
931
      <wsdl:output message="impl:wsSP_VerifyStaticPasswordResponse" name="wsSP_VerifyStaticPasswordResponse"></wsdl:output>
932
    </wsdl:operation>
933
    <wsdl:operation name="wsSP_ChangeStaticPassword">
934
      <wsdl:input message="impl:wsSP_ChangeStaticPasswordRequest" name="wsSP_ChangeStaticPasswordRequest"></wsdl:input>
935
      <wsdl:output message="impl:wsSP_ChangeStaticPasswordResponse" name="wsSP_ChangeStaticPasswordResponse"></wsdl:output>
936
    </wsdl:operation>
937
    <wsdl:operation name="wsSP_ForceChangeStaticPassword">
938
      <wsdl:input message="impl:wsSP_ForceChangeStaticPasswordRequest" name="wsSP_ForceChangeStaticPasswordRequest"></wsdl:input>
939
      <wsdl:output message="impl:wsSP_ForceChangeStaticPasswordResponse" name="wsSP_ForceChangeStaticPasswordResponse"></wsdl:output>
940
    </wsdl:operation>
941
    <wsdl:operation name="wsSP_VerifyPasswordComplexity">
942
      <wsdl:input message="impl:wsSP_VerifyPasswordComplexityRequest" name="wsSP_VerifyPasswordComplexityRequest"></wsdl:input>
943
      <wsdl:output message="impl:wsSP_VerifyPasswordComplexityResponse" name="wsSP_VerifyPasswordComplexityResponse"></wsdl:output>
944
    </wsdl:operation>
945
    <wsdl:operation name="wsGenerateTAC">
946
      <wsdl:input message="impl:wsGenerateTACRequest" name="wsGenerateTACRequest"></wsdl:input>
947
      <wsdl:output message="impl:wsGenerateTACResponse" name="wsGenerateTACResponse"></wsdl:output>
948
    </wsdl:operation>
949
    <wsdl:operation name="wsGenerateTACwithSessionID">
950
      <wsdl:input message="impl:wsGenerateTACwithSessionIDRequest" name="wsGenerateTACwithSessionIDRequest"></wsdl:input>
951
      <wsdl:output message="impl:wsGenerateTACwithSessionIDResponse" name="wsGenerateTACwithSessionIDResponse"></wsdl:output>
952
    </wsdl:operation>
953
    <wsdl:operation name="wsGenerateTACwithSessionIDNonce">
954
      <wsdl:input message="impl:wsGenerateTACwithSessionIDNonceRequest" name="wsGenerateTACwithSessionIDNonceRequest"></wsdl:input>
955
      <wsdl:output message="impl:wsGenerateTACwithSessionIDNonceResponse" name="wsGenerateTACwithSessionIDNonceResponse"></wsdl:output>
956
    </wsdl:operation>
957
    <wsdl:operation name="wsVerifyTAC">
958
      <wsdl:input message="impl:wsVerifyTACRequest" name="wsVerifyTACRequest"></wsdl:input>
959
      <wsdl:output message="impl:wsVerifyTACResponse" name="wsVerifyTACResponse"></wsdl:output>
960
    </wsdl:operation>
961
    <wsdl:operation name="wsVerifyTACwithSessionID">
962
      <wsdl:input message="impl:wsVerifyTACwithSessionIDRequest" name="wsVerifyTACwithSessionIDRequest"></wsdl:input>
963
      <wsdl:output message="impl:wsVerifyTACwithSessionIDResponse" name="wsVerifyTACwithSessionIDResponse"></wsdl:output>
964
    </wsdl:operation>
965
    <wsdl:operation name="wsVerifyTACwithSessionIDNonce">
966
      <wsdl:input message="impl:wsVerifyTACwithSessionIDNonceRequest" name="wsVerifyTACwithSessionIDNonceRequest"></wsdl:input>
967
      <wsdl:output message="impl:wsVerifyTACwithSessionIDNonceResponse" name="wsVerifyTACwithSessionIDNonceResponse"></wsdl:output>
968
    </wsdl:operation>
969
    <wsdl:operation name="wsResetTAC">
970
      <wsdl:input message="impl:wsResetTACRequest" name="wsResetTACRequest"></wsdl:input>
971
      <wsdl:output message="impl:wsResetTACResponse" name="wsResetTACResponse"></wsdl:output>
972
    </wsdl:operation>
973
    <wsdl:operation name="wsDisableTAC">
974
      <wsdl:input message="impl:wsDisableTACRequest" name="wsDisableTACRequest"></wsdl:input>
975
      <wsdl:output message="impl:wsDisableTACResponse" name="wsDisableTACResponse"></wsdl:output>
976
    </wsdl:operation>
977
    <wsdl:operation name="wsVerifyToken">
978
      <wsdl:input message="impl:wsVerifyTokenRequest" name="wsVerifyTokenRequest"></wsdl:input>
979
      <wsdl:output message="impl:wsVerifyTokenResponse" name="wsVerifyTokenResponse"></wsdl:output>
980
    </wsdl:operation>
981
    <wsdl:operation name="wsResetToken">
982
      <wsdl:input message="impl:wsResetTokenRequest" name="wsResetTokenRequest"></wsdl:input>
983
      <wsdl:output message="impl:wsResetTokenResponse" name="wsResetTokenResponse"></wsdl:output>
984
    </wsdl:operation>
985
    <wsdl:operation name="wsDeleteTokenFromStore">
986
      <wsdl:input message="impl:wsDeleteTokenFromStoreRequest" name="wsDeleteTokenFromStoreRequest"></wsdl:input>
987
      <wsdl:output message="impl:wsDeleteTokenFromStoreResponse" name="wsDeleteTokenFromStoreResponse"></wsdl:output>
988
    </wsdl:operation>
989
    <wsdl:operation name="wsAssignTokenToUser">
990
      <wsdl:input message="impl:wsAssignTokenToUserRequest" name="wsAssignTokenToUserRequest"></wsdl:input>
991
      <wsdl:output message="impl:wsAssignTokenToUserResponse" name="wsAssignTokenToUserResponse"></wsdl:output>
992
    </wsdl:operation>
993
    <wsdl:operation name="wsUnassignTokenFromUser">
994
      <wsdl:input message="impl:wsUnassignTokenFromUserRequest" name="wsUnassignTokenFromUserRequest"></wsdl:input>
995
      <wsdl:output message="impl:wsUnassignTokenFromUserResponse" name="wsUnassignTokenFromUserResponse"></wsdl:output>
996
    </wsdl:operation>
997
    <wsdl:operation name="wsDisableToken">
998
      <wsdl:input message="impl:wsDisableTokenRequest" name="wsDisableTokenRequest"></wsdl:input>
999
      <wsdl:output message="impl:wsDisableTokenResponse" name="wsDisableTokenResponse"></wsdl:output>
1000
    </wsdl:operation>
1001
    <wsdl:operation name="wsEnableToken">
1002
      <wsdl:input message="impl:wsEnableTokenRequest" name="wsEnableTokenRequest"></wsdl:input>
1003
      <wsdl:output message="impl:wsEnableTokenResponse" name="wsEnableTokenResponse"></wsdl:output>
1004
    </wsdl:operation>
1005
    <wsdl:operation name="wsGetTokenVendor">
1006
      <wsdl:input message="impl:wsGetTokenVendorRequest" name="wsGetTokenVendorRequest"></wsdl:input>
1007
      <wsdl:output message="impl:wsGetTokenVendorResponse" name="wsGetTokenVendorResponse"></wsdl:output>
1008
    </wsdl:operation>
1009
    <wsdl:operation name="wsCheckPasswordReused">
1010
      <wsdl:input message="impl:wsCheckPasswordReusedRequest" name="wsCheckPasswordReusedRequest"></wsdl:input>
1011
      <wsdl:output message="impl:wsCheckPasswordReusedResponse" name="wsCheckPasswordReusedResponse"></wsdl:output>
1012
    </wsdl:operation>
1013
    <wsdl:operation name="wsGenerateSecurityCode">
1014
      <wsdl:input message="impl:wsGenerateSecurityCodeRequest" name="wsGenerateSecurityCodeRequest"></wsdl:input>
1015
      <wsdl:output message="impl:wsGenerateSecurityCodeResponse" name="wsGenerateSecurityCodeResponse"></wsdl:output>
1016
    </wsdl:operation>
1017
    <wsdl:operation name="wsVerifySecurityCode">
1018
      <wsdl:input message="impl:wsVerifySecurityCodeRequest" name="wsVerifySecurityCodeRequest"></wsdl:input>
1019
      <wsdl:output message="impl:wsVerifySecurityCodeResponse" name="wsVerifySecurityCodeResponse"></wsdl:output>
1020
    </wsdl:operation>
1021
    <wsdl:operation name="wsSynchronizeToken">
1022
      <wsdl:input message="impl:wsSynchronizeTokenRequest" name="wsSynchronizeTokenRequest"></wsdl:input>
1023
      <wsdl:output message="impl:wsSynchronizeTokenResponse" name="wsSynchronizeTokenResponse"></wsdl:output>
1024
    </wsdl:operation>
1025
  </wsdl:portType>
1026
  <wsdl:binding name="WS_UPassSoapBinding" type="impl:WS_UPass">
1027
    <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
1028
    <wsdl:operation name="wsAD_AddUser">
1029
      <wsdlsoap:operation soapAction=""/>
1030
      <wsdl:input name="wsAD_AddUserRequest">
1031
        <wsdlsoap:body use="literal"/>
1032
      </wsdl:input>
1033
      <wsdl:output name="wsAD_AddUserResponse">
1034
        <wsdlsoap:body use="literal"/>
1035
      </wsdl:output>
1036
    </wsdl:operation>
1037
    <wsdl:operation name="wsAD_ModifyUser">
1038
      <wsdlsoap:operation soapAction=""/>
1039
      <wsdl:input name="wsAD_ModifyUserRequest">
1040
        <wsdlsoap:body use="literal"/>
1041
      </wsdl:input>
1042
      <wsdl:output name="wsAD_ModifyUserResponse">
1043
        <wsdlsoap:body use="literal"/>
1044
      </wsdl:output>
1045
    </wsdl:operation>
1046
    <wsdl:operation name="wsAD_ActivateUser">
1047
      <wsdlsoap:operation soapAction=""/>
1048
      <wsdl:input name="wsAD_ActivateUserRequest">
1049
        <wsdlsoap:body use="literal"/>
1050
      </wsdl:input>
1051
      <wsdl:output name="wsAD_ActivateUserResponse">
1052
        <wsdlsoap:body use="literal"/>
1053
      </wsdl:output>
1054
    </wsdl:operation>
1055
    <wsdl:operation name="wsAD_LockUser">
1056
      <wsdlsoap:operation soapAction=""/>
1057
      <wsdl:input name="wsAD_LockUserRequest">
1058
        <wsdlsoap:body use="literal"/>
1059
      </wsdl:input>
1060
      <wsdl:output name="wsAD_LockUserResponse">
1061
        <wsdlsoap:body use="literal"/>
1062
      </wsdl:output>
1063
    </wsdl:operation>
1064
    <wsdl:operation name="wsAD_SuspendUser">
1065
      <wsdlsoap:operation soapAction=""/>
1066
      <wsdl:input name="wsAD_SuspendUserRequest">
1067
        <wsdlsoap:body use="literal"/>
1068
      </wsdl:input>
1069
      <wsdl:output name="wsAD_SuspendUserResponse">
1070
        <wsdlsoap:body use="literal"/>
1071
      </wsdl:output>
1072
    </wsdl:operation>
1073
    <wsdl:operation name="wsUA_AddUser">
1074
      <wsdlsoap:operation soapAction=""/>
1075
      <wsdl:input name="wsUA_AddUserRequest">
1076
        <wsdlsoap:body use="literal"/>
1077
      </wsdl:input>
1078
      <wsdl:output name="wsUA_AddUserResponse">
1079
        <wsdlsoap:body use="literal"/>
1080
      </wsdl:output>
1081
    </wsdl:operation>
1082
    <wsdl:operation name="wsUA_ModifyUser">
1083
      <wsdlsoap:operation soapAction=""/>
1084
      <wsdl:input name="wsUA_ModifyUserRequest">
1085
        <wsdlsoap:body use="literal"/>
1086
      </wsdl:input>
1087
      <wsdl:output name="wsUA_ModifyUserResponse">
1088
        <wsdlsoap:body use="literal"/>
1089
      </wsdl:output>
1090
    </wsdl:operation>
1091
    <wsdl:operation name="wsUA_ActivateUser">
1092
      <wsdlsoap:operation soapAction=""/>
1093
      <wsdl:input name="wsUA_ActivateUserRequest">
1094
        <wsdlsoap:body use="literal"/>
1095
      </wsdl:input>
1096
      <wsdl:output name="wsUA_ActivateUserResponse">
1097
        <wsdlsoap:body use="literal"/>
1098
      </wsdl:output>
1099
    </wsdl:operation>
1100
    <wsdl:operation name="wsUA_LockUser">
1101
      <wsdlsoap:operation soapAction=""/>
1102
      <wsdl:input name="wsUA_LockUserRequest">
1103
        <wsdlsoap:body use="literal"/>
1104
      </wsdl:input>
1105
      <wsdl:output name="wsUA_LockUserResponse">
1106
        <wsdlsoap:body use="literal"/>
1107
      </wsdl:output>
1108
    </wsdl:operation>
1109
    <wsdl:operation name="wsUA_SuspendUser">
1110
      <wsdlsoap:operation soapAction=""/>
1111
      <wsdl:input name="wsUA_SuspendUserRequest">
1112
        <wsdlsoap:body use="literal"/>
1113
      </wsdl:input>
1114
      <wsdl:output name="wsUA_SuspendUserResponse">
1115
        <wsdlsoap:body use="literal"/>
1116
      </wsdl:output>
1117
    </wsdl:operation>
1118
    <wsdl:operation name="wsUA_IsUserExist">
1119
      <wsdlsoap:operation soapAction=""/>
1120
      <wsdl:input name="wsUA_IsUserExistRequest">
1121
        <wsdlsoap:body use="literal"/>
1122
      </wsdl:input>
1123
      <wsdl:output name="wsUA_IsUserExistResponse">
1124
        <wsdlsoap:body use="literal"/>
1125
      </wsdl:output>
1126
    </wsdl:operation>
1127
    <wsdl:operation name="wsUA_GetUserType">
1128
      <wsdlsoap:operation soapAction=""/>
1129
      <wsdl:input name="wsUA_GetUserTypeRequest">
1130
        <wsdlsoap:body use="literal"/>
1131
      </wsdl:input>
1132
      <wsdl:output name="wsUA_GetUserTypeResponse">
1133
        <wsdlsoap:body use="literal"/>
1134
      </wsdl:output>
1135
    </wsdl:operation>
1136
    <wsdl:operation name="wsUA_DeleteUser">
1137
      <wsdlsoap:operation soapAction=""/>
1138
      <wsdl:input name="wsUA_DeleteUserRequest">
1139
        <wsdlsoap:body use="literal"/>
1140
      </wsdl:input>
1141
      <wsdl:output name="wsUA_DeleteUserResponse">
1142
        <wsdlsoap:body use="literal"/>
1143
      </wsdl:output>
1144
    </wsdl:operation>
1145
    <wsdl:operation name="wsSP_Login">
1146
      <wsdlsoap:operation soapAction=""/>
1147
      <wsdl:input name="wsSP_LoginRequest">
1148
        <wsdlsoap:body use="literal"/>
1149
      </wsdl:input>
1150
      <wsdl:output name="wsSP_LoginResponse">
1151
        <wsdlsoap:body use="literal"/>
1152
      </wsdl:output>
1153
    </wsdl:operation>
1154
    <wsdl:operation name="wsSP_VerifyStaticPassword">
1155
      <wsdlsoap:operation soapAction=""/>
1156
      <wsdl:input name="wsSP_VerifyStaticPasswordRequest">
1157
        <wsdlsoap:body use="literal"/>
1158
      </wsdl:input>
1159
      <wsdl:output name="wsSP_VerifyStaticPasswordResponse">
1160
        <wsdlsoap:body use="literal"/>
1161
      </wsdl:output>
1162
    </wsdl:operation>
1163
    <wsdl:operation name="wsSP_ChangeStaticPassword">
1164
      <wsdlsoap:operation soapAction=""/>
1165
      <wsdl:input name="wsSP_ChangeStaticPasswordRequest">
1166
        <wsdlsoap:body use="literal"/>
1167
      </wsdl:input>
1168
      <wsdl:output name="wsSP_ChangeStaticPasswordResponse">
1169
        <wsdlsoap:body use="literal"/>
1170
      </wsdl:output>
1171
    </wsdl:operation>
1172
    <wsdl:operation name="wsSP_ForceChangeStaticPassword">
1173
      <wsdlsoap:operation soapAction=""/>
1174
      <wsdl:input name="wsSP_ForceChangeStaticPasswordRequest">
1175
        <wsdlsoap:body use="literal"/>
1176
      </wsdl:input>
1177
      <wsdl:output name="wsSP_ForceChangeStaticPasswordResponse">
1178
        <wsdlsoap:body use="literal"/>
1179
      </wsdl:output>
1180
    </wsdl:operation>
1181
    <wsdl:operation name="wsSP_VerifyPasswordComplexity">
1182
      <wsdlsoap:operation soapAction=""/>
1183
      <wsdl:input name="wsSP_VerifyPasswordComplexityRequest">
1184
        <wsdlsoap:body use="literal"/>
1185
      </wsdl:input>
1186
      <wsdl:output name="wsSP_VerifyPasswordComplexityResponse">
1187
        <wsdlsoap:body use="literal"/>
1188
      </wsdl:output>
1189
    </wsdl:operation>
1190
    <wsdl:operation name="wsGenerateTAC">
1191
      <wsdlsoap:operation soapAction=""/>
1192
      <wsdl:input name="wsGenerateTACRequest">
1193
        <wsdlsoap:body use="literal"/>
1194
      </wsdl:input>
1195
      <wsdl:output name="wsGenerateTACResponse">
1196
        <wsdlsoap:body use="literal"/>
1197
      </wsdl:output>
1198
    </wsdl:operation>
1199
    <wsdl:operation name="wsGenerateTACwithSessionID">
1200
      <wsdlsoap:operation soapAction=""/>
1201
      <wsdl:input name="wsGenerateTACwithSessionIDRequest">
1202
        <wsdlsoap:body use="literal"/>
1203
      </wsdl:input>
1204
      <wsdl:output name="wsGenerateTACwithSessionIDResponse">
1205
        <wsdlsoap:body use="literal"/>
1206
      </wsdl:output>
1207
    </wsdl:operation>
1208
    <wsdl:operation name="wsGenerateTACwithSessionIDNonce">
1209
      <wsdlsoap:operation soapAction=""/>
1210
      <wsdl:input name="wsGenerateTACwithSessionIDNonceRequest">
1211
        <wsdlsoap:body use="literal"/>
1212
      </wsdl:input>
1213
      <wsdl:output name="wsGenerateTACwithSessionIDNonceResponse">
1214
        <wsdlsoap:body use="literal"/>
1215
      </wsdl:output>
1216
    </wsdl:operation>
1217
    <wsdl:operation name="wsVerifyTAC">
1218
      <wsdlsoap:operation soapAction=""/>
1219
      <wsdl:input name="wsVerifyTACRequest">
1220
        <wsdlsoap:body use="literal"/>
1221
      </wsdl:input>
1222
      <wsdl:output name="wsVerifyTACResponse">
1223
        <wsdlsoap:body use="literal"/>
1224
      </wsdl:output>
1225
    </wsdl:operation>
1226
    <wsdl:operation name="wsVerifyTACwithSessionID">
1227
      <wsdlsoap:operation soapAction=""/>
1228
      <wsdl:input name="wsVerifyTACwithSessionIDRequest">
1229
        <wsdlsoap:body use="literal"/>
1230
      </wsdl:input>
1231
      <wsdl:output name="wsVerifyTACwithSessionIDResponse">
1232
        <wsdlsoap:body use="literal"/>
1233
      </wsdl:output>
1234
    </wsdl:operation>
1235
    <wsdl:operation name="wsVerifyTACwithSessionIDNonce">
1236
      <wsdlsoap:operation soapAction=""/>
1237
      <wsdl:input name="wsVerifyTACwithSessionIDNonceRequest">
1238
        <wsdlsoap:body use="literal"/>
1239
      </wsdl:input>
1240
      <wsdl:output name="wsVerifyTACwithSessionIDNonceResponse">
1241
        <wsdlsoap:body use="literal"/>
1242
      </wsdl:output>
1243
    </wsdl:operation>
1244
    <wsdl:operation name="wsResetTAC">
1245
      <wsdlsoap:operation soapAction=""/>
1246
      <wsdl:input name="wsResetTACRequest">
1247
        <wsdlsoap:body use="literal"/>
1248
      </wsdl:input>
1249
      <wsdl:output name="wsResetTACResponse">
1250
        <wsdlsoap:body use="literal"/>
1251
      </wsdl:output>
1252
    </wsdl:operation>
1253
    <wsdl:operation name="wsDisableTAC">
1254
      <wsdlsoap:operation soapAction=""/>
1255
      <wsdl:input name="wsDisableTACRequest">
1256
        <wsdlsoap:body use="literal"/>
1257
      </wsdl:input>
1258
      <wsdl:output name="wsDisableTACResponse">
1259
        <wsdlsoap:body use="literal"/>
1260
      </wsdl:output>
1261
    </wsdl:operation>
1262
    <wsdl:operation name="wsVerifyToken">
1263
      <wsdlsoap:operation soapAction=""/>
1264
      <wsdl:input name="wsVerifyTokenRequest">
1265
        <wsdlsoap:body use="literal"/>
1266
      </wsdl:input>
1267
      <wsdl:output name="wsVerifyTokenResponse">
1268
        <wsdlsoap:body use="literal"/>
1269
      </wsdl:output>
1270
    </wsdl:operation>
1271
    <wsdl:operation name="wsResetToken">
1272
      <wsdlsoap:operation soapAction=""/>
1273
      <wsdl:input name="wsResetTokenRequest">
1274
        <wsdlsoap:body use="literal"/>
1275
      </wsdl:input>
1276
      <wsdl:output name="wsResetTokenResponse">
1277
        <wsdlsoap:body use="literal"/>
1278
      </wsdl:output>
1279
    </wsdl:operation>
1280
    <wsdl:operation name="wsDeleteTokenFromStore">
1281
      <wsdlsoap:operation soapAction=""/>
1282
      <wsdl:input name="wsDeleteTokenFromStoreRequest">
1283
        <wsdlsoap:body use="literal"/>
1284
      </wsdl:input>
1285
      <wsdl:output name="wsDeleteTokenFromStoreResponse">
1286
        <wsdlsoap:body use="literal"/>
1287
      </wsdl:output>
1288
    </wsdl:operation>
1289
    <wsdl:operation name="wsAssignTokenToUser">
1290
      <wsdlsoap:operation soapAction=""/>
1291
      <wsdl:input name="wsAssignTokenToUserRequest">
1292
        <wsdlsoap:body use="literal"/>
1293
      </wsdl:input>
1294
      <wsdl:output name="wsAssignTokenToUserResponse">
1295
        <wsdlsoap:body use="literal"/>
1296
      </wsdl:output>
1297
    </wsdl:operation>
1298
    <wsdl:operation name="wsUnassignTokenFromUser">
1299
      <wsdlsoap:operation soapAction=""/>
1300
      <wsdl:input name="wsUnassignTokenFromUserRequest">
1301
        <wsdlsoap:body use="literal"/>
1302
      </wsdl:input>
1303
      <wsdl:output name="wsUnassignTokenFromUserResponse">
1304
        <wsdlsoap:body use="literal"/>
1305
      </wsdl:output>
1306
    </wsdl:operation>
1307
    <wsdl:operation name="wsDisableToken">
1308
      <wsdlsoap:operation soapAction=""/>
1309
      <wsdl:input name="wsDisableTokenRequest">
1310
        <wsdlsoap:body use="literal"/>
1311
      </wsdl:input>
1312
      <wsdl:output name="wsDisableTokenResponse">
1313
        <wsdlsoap:body use="literal"/>
1314
      </wsdl:output>
1315
    </wsdl:operation>
1316
    <wsdl:operation name="wsEnableToken">
1317
      <wsdlsoap:operation soapAction=""/>
1318
      <wsdl:input name="wsEnableTokenRequest">
1319
        <wsdlsoap:body use="literal"/>
1320
      </wsdl:input>
1321
      <wsdl:output name="wsEnableTokenResponse">
1322
        <wsdlsoap:body use="literal"/>
1323
      </wsdl:output>
1324
    </wsdl:operation>
1325
    <wsdl:operation name="wsGetTokenVendor">
1326
      <wsdlsoap:operation soapAction=""/>
1327
      <wsdl:input name="wsGetTokenVendorRequest">
1328
        <wsdlsoap:body use="literal"/>
1329
      </wsdl:input>
1330
      <wsdl:output name="wsGetTokenVendorResponse">
1331
        <wsdlsoap:body use="literal"/>
1332
      </wsdl:output>
1333
    </wsdl:operation>
1334
    <wsdl:operation name="wsCheckPasswordReused">
1335
      <wsdlsoap:operation soapAction=""/>
1336
      <wsdl:input name="wsCheckPasswordReusedRequest">
1337
        <wsdlsoap:body use="literal"/>
1338
      </wsdl:input>
1339
      <wsdl:output name="wsCheckPasswordReusedResponse">
1340
        <wsdlsoap:body use="literal"/>
1341
      </wsdl:output>
1342
    </wsdl:operation>
1343
    <wsdl:operation name="wsGenerateSecurityCode">
1344
      <wsdlsoap:operation soapAction=""/>
1345
      <wsdl:input name="wsGenerateSecurityCodeRequest">
1346
        <wsdlsoap:body use="literal"/>
1347
      </wsdl:input>
1348
      <wsdl:output name="wsGenerateSecurityCodeResponse">
1349
        <wsdlsoap:body use="literal"/>
1350
      </wsdl:output>
1351
    </wsdl:operation>
1352
    <wsdl:operation name="wsVerifySecurityCode">
1353
      <wsdlsoap:operation soapAction=""/>
1354
      <wsdl:input name="wsVerifySecurityCodeRequest">
1355
        <wsdlsoap:body use="literal"/>
1356
      </wsdl:input>
1357
      <wsdl:output name="wsVerifySecurityCodeResponse">
1358
        <wsdlsoap:body use="literal"/>
1359
      </wsdl:output>
1360
    </wsdl:operation>
1361
    <wsdl:operation name="wsSynchronizeToken">
1362
      <wsdlsoap:operation soapAction=""/>
1363
      <wsdl:input name="wsSynchronizeTokenRequest">
1364
        <wsdlsoap:body use="literal"/>
1365
      </wsdl:input>
1366
      <wsdl:output name="wsSynchronizeTokenResponse">
1367
        <wsdlsoap:body use="literal"/>
1368
      </wsdl:output>
1369
    </wsdl:operation>
1370
  </wsdl:binding>
1371
  <wsdl:service name="WS_UPassService">
1372
    <wsdl:port binding="impl:WS_UPassSoapBinding" name="WS_UPass">
1373 2:8013c4c9233f hadi
      <wsdlsoap:address location="http://localhost:8080/m2u-upass-ws/services/WS_UPass"/>
1374 0:53910be9bd5d hadi
    </wsdl:port>
1375
  </wsdl:service>
1376 2:8013c4c9233f hadi
</wsdl:definitions>]]></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache><con:endpoints><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:endpoint>http://sum1-nb:8088/mockWS_UPassSoapBinding</con:endpoint><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint></con:endpoints><con:operation isOneWay="false" action="" name="wsAD_ActivateUser" bindingOperationName="wsAD_ActivateUser" type="Request-Response" outputName="wsAD_ActivateUserResponse" inputName="wsAD_ActivateUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1377 0:53910be9bd5d hadi
   <soapenv:Header/>
1378
   <soapenv:Body>
1379
      <upas:wsAD_ActivateUser>
1380
         <upas:rootAlias>${#Project#rootAlias}</upas:rootAlias>
1381
         <upas:rootPassword>${#Project#rootPassword}</upas:rootPassword>
1382
         <upas:adminUserAlias>test-admin-1</upas:adminUserAlias>
1383
      </upas:wsAD_ActivateUser>
1384
   </soapenv:Body>
1385 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsAD_ActivateUserRequest"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1386 0:53910be9bd5d hadi
   <soapenv:Header/>
1387
   <soapenv:Body>
1388
      <upas:wsAD_ActivateUser>
1389
         <upas:rootAlias>?</upas:rootAlias>
1390
         <upas:rootPassword>?</upas:rootPassword>
1391
         <upas:adminUserAlias>?</upas:adminUserAlias>
1392
      </upas:wsAD_ActivateUser>
1393
   </soapenv:Body>
1394 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsAD_ActivateUserRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsAD_AddUser" bindingOperationName="wsAD_AddUser" type="Request-Response" outputName="wsAD_AddUserResponse" inputName="wsAD_AddUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1395 0:53910be9bd5d hadi
   <soapenv:Header/>
1396
   <soapenv:Body>
1397
      <upas:wsAD_AddUser>
1398
         <upas:rootAlias>${#Project#rootAlias}</upas:rootAlias>
1399
         <upas:rootPassword>${#Project#rootPassword}</upas:rootPassword>
1400
         <upas:adminUserAlias>test-admin-1</upas:adminUserAlias>
1401
         <upas:adminDesc>Test Admin</upas:adminDesc>
1402
         <upas:adminUserPassword>Passw0rd</upas:adminUserPassword>
1403
      </upas:wsAD_AddUser>
1404
   </soapenv:Body>
1405 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsAD_AddUserRequest"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1406 0:53910be9bd5d hadi
   <soapenv:Header/>
1407
   <soapenv:Body>
1408
      <upas:wsAD_AddUser>
1409
         <upas:rootAlias>?</upas:rootAlias>
1410
         <upas:rootPassword>?</upas:rootPassword>
1411
         <upas:adminUserAlias>?</upas:adminUserAlias>
1412
         <upas:adminDesc>?</upas:adminDesc>
1413
         <upas:adminUserPassword>?</upas:adminUserPassword>
1414
      </upas:wsAD_AddUser>
1415
   </soapenv:Body>
1416 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsAD_AddUserRequest"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsAD_LockUser" bindingOperationName="wsAD_LockUser" type="Request-Response" outputName="wsAD_LockUserResponse" inputName="wsAD_LockUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1417 0:53910be9bd5d hadi
   <soapenv:Header/>
1418
   <soapenv:Body>
1419
      <upas:wsAD_LockUser>
1420
         <upas:rootAlias>${#Project#rootAlias}</upas:rootAlias>
1421
         <upas:rootPassword>${#Project#rootPassword}</upas:rootPassword>
1422
         <upas:adminUserAlias>test-admin-1</upas:adminUserAlias>
1423
      </upas:wsAD_LockUser>
1424
   </soapenv:Body>
1425 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsAD_LockUserRequest"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1426 0:53910be9bd5d hadi
   <soapenv:Header/>
1427
   <soapenv:Body>
1428
      <upas:wsAD_LockUser>
1429
         <upas:rootAlias>?</upas:rootAlias>
1430
         <upas:rootPassword>?</upas:rootPassword>
1431
         <upas:adminUserAlias>?</upas:adminUserAlias>
1432
      </upas:wsAD_LockUser>
1433
   </soapenv:Body>
1434 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsAD_LockUserRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsAD_ModifyUser" bindingOperationName="wsAD_ModifyUser" type="Request-Response" outputName="wsAD_ModifyUserResponse" inputName="wsAD_ModifyUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1435 0:53910be9bd5d hadi
   <soapenv:Header/>
1436
   <soapenv:Body>
1437
      <upas:wsAD_ModifyUser>
1438
         <upas:rootAlias>?</upas:rootAlias>
1439
         <upas:rootPassword>?</upas:rootPassword>
1440
         <upas:adminUserAlias>?</upas:adminUserAlias>
1441
         <upas:adminDesc>?</upas:adminDesc>
1442
         <upas:adminUserPassword>?</upas:adminUserPassword>
1443
      </upas:wsAD_ModifyUser>
1444
   </soapenv:Body>
1445 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsAD_ModifyUserRequest"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1446 0:53910be9bd5d hadi
   <soapenv:Header/>
1447
   <soapenv:Body>
1448
      <upas:wsAD_ModifyUser>
1449
         <upas:rootAlias>?</upas:rootAlias>
1450
         <upas:rootPassword>?</upas:rootPassword>
1451
         <upas:adminUserAlias>?</upas:adminUserAlias>
1452
         <upas:adminDesc>?</upas:adminDesc>
1453
         <upas:adminUserPassword>?</upas:adminUserPassword>
1454
      </upas:wsAD_ModifyUser>
1455
   </soapenv:Body>
1456 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsAD_ModifyUserRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsAD_SuspendUser" bindingOperationName="wsAD_SuspendUser" type="Request-Response" outputName="wsAD_SuspendUserResponse" inputName="wsAD_SuspendUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1457 0:53910be9bd5d hadi
   <soapenv:Header/>
1458
   <soapenv:Body>
1459
      <upas:wsAD_SuspendUser>
1460
         <upas:rootAlias>?</upas:rootAlias>
1461
         <upas:rootPassword>?</upas:rootPassword>
1462
         <upas:adminUserAlias>?</upas:adminUserAlias>
1463
         <upas:fromDate>?</upas:fromDate>
1464
         <upas:nMinutes>?</upas:nMinutes>
1465
      </upas:wsAD_SuspendUser>
1466
   </soapenv:Body>
1467 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsAD_SuspendUserRequest"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1468 0:53910be9bd5d hadi
   <soapenv:Header/>
1469
   <soapenv:Body>
1470
      <upas:wsAD_SuspendUser>
1471
         <upas:rootAlias>?</upas:rootAlias>
1472
         <upas:rootPassword>?</upas:rootPassword>
1473
         <upas:adminUserAlias>?</upas:adminUserAlias>
1474
         <upas:fromDate>?</upas:fromDate>
1475
         <upas:nMinutes>?</upas:nMinutes>
1476
      </upas:wsAD_SuspendUser>
1477
   </soapenv:Body>
1478 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsAD_SuspendUserRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsAssignTokenToUser" bindingOperationName="wsAssignTokenToUser" type="Request-Response" outputName="wsAssignTokenToUserResponse" inputName="wsAssignTokenToUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1479 0:53910be9bd5d hadi
   <soapenv:Header/>
1480
   <soapenv:Body>
1481
      <upas:wsAssignTokenToUser>
1482
         <upas:adminUserAlias>?</upas:adminUserAlias>
1483
         <upas:adminUserPassword>?</upas:adminUserPassword>
1484
         <upas:serialNumber>?</upas:serialNumber>
1485
         <upas:userAlias>?</upas:userAlias>
1486
      </upas:wsAssignTokenToUser>
1487
   </soapenv:Body>
1488 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsAssignTokenToUserRequest"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1489 0:53910be9bd5d hadi
   <soapenv:Header/>
1490
   <soapenv:Body>
1491
      <upas:wsAssignTokenToUser>
1492
         <upas:adminUserAlias>?</upas:adminUserAlias>
1493
         <upas:adminUserPassword>?</upas:adminUserPassword>
1494
         <upas:serialNumber>?</upas:serialNumber>
1495
         <upas:userAlias>?</upas:userAlias>
1496
      </upas:wsAssignTokenToUser>
1497
   </soapenv:Body>
1498 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsAssignTokenToUserRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsCheckPasswordReused" bindingOperationName="wsCheckPasswordReused" type="Request-Response" outputName="wsCheckPasswordReusedResponse" inputName="wsCheckPasswordReusedRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1499 0:53910be9bd5d hadi
   <soapenv:Header/>
1500
   <soapenv:Body>
1501
      <upas:wsCheckPasswordReused>
1502
         <upas:userAlias>?</upas:userAlias>
1503
         <upas:password>?</upas:password>
1504
      </upas:wsCheckPasswordReused>
1505
   </soapenv:Body>
1506 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsCheckPasswordReusedRequest"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1507 0:53910be9bd5d hadi
   <soapenv:Header/>
1508
   <soapenv:Body>
1509
      <upas:wsCheckPasswordReused>
1510
         <upas:userAlias>?</upas:userAlias>
1511
         <upas:password>?</upas:password>
1512
      </upas:wsCheckPasswordReused>
1513
   </soapenv:Body>
1514 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsCheckPasswordReusedRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsDeleteTokenFromStore" bindingOperationName="wsDeleteTokenFromStore" type="Request-Response" outputName="wsDeleteTokenFromStoreResponse" inputName="wsDeleteTokenFromStoreRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1515 0:53910be9bd5d hadi
   <soapenv:Header/>
1516
   <soapenv:Body>
1517
      <upas:wsDeleteTokenFromStore>
1518
         <upas:adminUserAlias>?</upas:adminUserAlias>
1519
         <upas:adminUserPassword>?</upas:adminUserPassword>
1520
         <upas:serialNumber>?</upas:serialNumber>
1521
      </upas:wsDeleteTokenFromStore>
1522
   </soapenv:Body>
1523 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsDeleteTokenFromStoreRequest"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1524 0:53910be9bd5d hadi
   <soapenv:Header/>
1525
   <soapenv:Body>
1526
      <upas:wsDeleteTokenFromStore>
1527
         <upas:adminUserAlias>?</upas:adminUserAlias>
1528
         <upas:adminUserPassword>?</upas:adminUserPassword>
1529
         <upas:serialNumber>?</upas:serialNumber>
1530
      </upas:wsDeleteTokenFromStore>
1531
   </soapenv:Body>
1532 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsDeleteTokenFromStoreRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsDisableTAC" bindingOperationName="wsDisableTAC" type="Request-Response" outputName="wsDisableTACResponse" inputName="wsDisableTACRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1533 0:53910be9bd5d hadi
   <soapenv:Header/>
1534
   <soapenv:Body>
1535
      <upas:wsDisableTAC>
1536
         <upas:adminUserAlias>?</upas:adminUserAlias>
1537
         <upas:adminUserPassword>?</upas:adminUserPassword>
1538
         <upas:userAlias>?</upas:userAlias>
1539
      </upas:wsDisableTAC>
1540
   </soapenv:Body>
1541 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsDisableTACRequest"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1542 0:53910be9bd5d hadi
   <soapenv:Header/>
1543
   <soapenv:Body>
1544
      <upas:wsDisableTAC>
1545
         <upas:adminUserAlias>?</upas:adminUserAlias>
1546
         <upas:adminUserPassword>?</upas:adminUserPassword>
1547
         <upas:userAlias>?</upas:userAlias>
1548
      </upas:wsDisableTAC>
1549
   </soapenv:Body>
1550 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsDisableTACRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsDisableToken" bindingOperationName="wsDisableToken" type="Request-Response" outputName="wsDisableTokenResponse" inputName="wsDisableTokenRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1551 0:53910be9bd5d hadi
   <soapenv:Header/>
1552
   <soapenv:Body>
1553
      <upas:wsDisableToken>
1554
         <upas:adminUserAlias>?</upas:adminUserAlias>
1555
         <upas:adminUserPassword>?</upas:adminUserPassword>
1556
         <upas:userAlias>?</upas:userAlias>
1557
      </upas:wsDisableToken>
1558
   </soapenv:Body>
1559 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsDisableTokenRequest"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1560 0:53910be9bd5d hadi
   <soapenv:Header/>
1561
   <soapenv:Body>
1562
      <upas:wsDisableToken>
1563
         <upas:adminUserAlias>?</upas:adminUserAlias>
1564
         <upas:adminUserPassword>?</upas:adminUserPassword>
1565
         <upas:userAlias>?</upas:userAlias>
1566
      </upas:wsDisableToken>
1567
   </soapenv:Body>
1568 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsDisableTokenRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsEnableToken" bindingOperationName="wsEnableToken" type="Request-Response" outputName="wsEnableTokenResponse" inputName="wsEnableTokenRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1569 0:53910be9bd5d hadi
   <soapenv:Header/>
1570
   <soapenv:Body>
1571
      <upas:wsEnableToken>
1572
         <upas:adminUserAlias>?</upas:adminUserAlias>
1573
         <upas:adminUserPassword>?</upas:adminUserPassword>
1574
         <upas:userAlias>?</upas:userAlias>
1575
      </upas:wsEnableToken>
1576
   </soapenv:Body>
1577 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsEnableTokenRequest"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1578 0:53910be9bd5d hadi
   <soapenv:Header/>
1579
   <soapenv:Body>
1580
      <upas:wsEnableToken>
1581
         <upas:adminUserAlias>?</upas:adminUserAlias>
1582
         <upas:adminUserPassword>?</upas:adminUserPassword>
1583
         <upas:userAlias>?</upas:userAlias>
1584
      </upas:wsEnableToken>
1585
   </soapenv:Body>
1586 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsEnableTokenRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsGenerateSecurityCode" bindingOperationName="wsGenerateSecurityCode" type="Request-Response" outputName="wsGenerateSecurityCodeResponse" inputName="wsGenerateSecurityCodeRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1587 0:53910be9bd5d hadi
   <soapenv:Header/>
1588
   <soapenv:Body>
1589
      <upas:wsGenerateSecurityCode>
1590
         <upas:referenceId>1234567890</upas:referenceId>
1591
      </upas:wsGenerateSecurityCode>
1592
   </soapenv:Body>
1593 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsGenerateSecurityCodeRequest"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1594 0:53910be9bd5d hadi
   <soapenv:Header/>
1595
   <soapenv:Body>
1596
      <upas:wsGenerateSecurityCode>
1597
         <upas:referenceId>?</upas:referenceId>
1598
      </upas:wsGenerateSecurityCode>
1599
   </soapenv:Body>
1600 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsGenerateSecurityCodeRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsGenerateTAC" bindingOperationName="wsGenerateTAC" type="Request-Response" outputName="wsGenerateTACResponse" inputName="wsGenerateTACRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1601 0:53910be9bd5d hadi
   <soapenv:Header/>
1602
   <soapenv:Body>
1603
      <upas:wsGenerateTAC>
1604
         <upas:userAlias>test-user-1</upas:userAlias>
1605
      </upas:wsGenerateTAC>
1606
   </soapenv:Body>
1607 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsGenerateTACRequest"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1608 0:53910be9bd5d hadi
   <soapenv:Header/>
1609
   <soapenv:Body>
1610
      <upas:wsGenerateTAC>
1611
         <upas:userAlias>?</upas:userAlias>
1612
      </upas:wsGenerateTAC>
1613
   </soapenv:Body>
1614 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsGenerateTACRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsGenerateTACwithSessionID" bindingOperationName="wsGenerateTACwithSessionID" type="Request-Response" outputName="wsGenerateTACwithSessionIDResponse" inputName="wsGenerateTACwithSessionIDRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1615 0:53910be9bd5d hadi
   <soapenv:Header/>
1616
   <soapenv:Body>
1617
      <upas:wsGenerateTACwithSessionID>
1618
         <upas:userAlias>test-user-1</upas:userAlias>
1619
         <upas:sessionID>1234567890</upas:sessionID>
1620
      </upas:wsGenerateTACwithSessionID>
1621
   </soapenv:Body>
1622 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsGenerateTACwithSessionIDRequest"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1623 0:53910be9bd5d hadi
   <soapenv:Header/>
1624
   <soapenv:Body>
1625
      <upas:wsGenerateTACwithSessionID>
1626
         <upas:userAlias>?</upas:userAlias>
1627
         <upas:sessionID>?</upas:sessionID>
1628
      </upas:wsGenerateTACwithSessionID>
1629
   </soapenv:Body>
1630 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsGenerateTACwithSessionIDRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsResetTAC" bindingOperationName="wsResetTAC" type="Request-Response" outputName="wsResetTACResponse" inputName="wsResetTACRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1631 0:53910be9bd5d hadi
   <soapenv:Header/>
1632
   <soapenv:Body>
1633
      <upas:wsResetTAC>
1634
         <upas:adminUserAlias>?</upas:adminUserAlias>
1635
         <upas:adminUserPassword>?</upas:adminUserPassword>
1636
         <upas:userAlias>?</upas:userAlias>
1637
      </upas:wsResetTAC>
1638
   </soapenv:Body>
1639 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsResetTACRequest"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1640 0:53910be9bd5d hadi
   <soapenv:Header/>
1641
   <soapenv:Body>
1642
      <upas:wsResetTAC>
1643
         <upas:adminUserAlias>?</upas:adminUserAlias>
1644
         <upas:adminUserPassword>?</upas:adminUserPassword>
1645
         <upas:userAlias>?</upas:userAlias>
1646
      </upas:wsResetTAC>
1647
   </soapenv:Body>
1648 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsResetTACRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsResetToken" bindingOperationName="wsResetToken" type="Request-Response" outputName="wsResetTokenResponse" inputName="wsResetTokenRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1649 0:53910be9bd5d hadi
   <soapenv:Header/>
1650
   <soapenv:Body>
1651
      <upas:wsResetToken>
1652
         <upas:adminUserAlias>?</upas:adminUserAlias>
1653
         <upas:adminUserPassword>?</upas:adminUserPassword>
1654
         <upas:userAlias>?</upas:userAlias>
1655
      </upas:wsResetToken>
1656
   </soapenv:Body>
1657 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsResetTokenRequest"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1658 0:53910be9bd5d hadi
   <soapenv:Header/>
1659
   <soapenv:Body>
1660
      <upas:wsResetToken>
1661
         <upas:adminUserAlias>?</upas:adminUserAlias>
1662
         <upas:adminUserPassword>?</upas:adminUserPassword>
1663
         <upas:userAlias>?</upas:userAlias>
1664
      </upas:wsResetToken>
1665
   </soapenv:Body>
1666 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsResetTokenRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsSP_ChangeStaticPassword" bindingOperationName="wsSP_ChangeStaticPassword" type="Request-Response" outputName="wsSP_ChangeStaticPasswordResponse" inputName="wsSP_ChangeStaticPasswordRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1667 0:53910be9bd5d hadi
   <soapenv:Header/>
1668
   <soapenv:Body>
1669
      <upas:wsSP_ChangeStaticPassword>
1670
         <upas:userAlias>?</upas:userAlias>
1671
         <upas:newPassword>?</upas:newPassword>
1672
         <upas:oldPassword>?</upas:oldPassword>
1673
      </upas:wsSP_ChangeStaticPassword>
1674
   </soapenv:Body>
1675 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsSP_ChangeStaticPasswordRequest"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1676 0:53910be9bd5d hadi
   <soapenv:Header/>
1677
   <soapenv:Body>
1678
      <upas:wsSP_ChangeStaticPassword>
1679
         <upas:userAlias>?</upas:userAlias>
1680
         <upas:newPassword>?</upas:newPassword>
1681
         <upas:oldPassword>?</upas:oldPassword>
1682
      </upas:wsSP_ChangeStaticPassword>
1683
   </soapenv:Body>
1684 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsSP_ChangeStaticPasswordRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsSP_VerifyStaticPassword" bindingOperationName="wsSP_VerifyStaticPassword" type="Request-Response" outputName="wsSP_VerifyStaticPasswordResponse" inputName="wsSP_VerifyStaticPasswordRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1685 0:53910be9bd5d hadi
   <soapenv:Header/>
1686
   <soapenv:Body>
1687
      <upas:wsSP_VerifyStaticPassword>
1688
         <upas:userAlias>?</upas:userAlias>
1689
         <upas:password>?</upas:password>
1690
      </upas:wsSP_VerifyStaticPassword>
1691
   </soapenv:Body>
1692 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsSP_VerifyStaticPasswordRequest"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1693 0:53910be9bd5d hadi
   <soapenv:Header/>
1694
   <soapenv:Body>
1695
      <upas:wsSP_VerifyStaticPassword>
1696
         <upas:userAlias>?</upas:userAlias>
1697
         <upas:password>?</upas:password>
1698
      </upas:wsSP_VerifyStaticPassword>
1699
   </soapenv:Body>
1700 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsSP_VerifyStaticPasswordRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsUA_ActivateUser" bindingOperationName="wsUA_ActivateUser" type="Request-Response" outputName="wsUA_ActivateUserResponse" inputName="wsUA_ActivateUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1701 0:53910be9bd5d hadi
   <soapenv:Header/>
1702
   <soapenv:Body>
1703
      <upas:wsUA_ActivateUser>
1704
         <upas:adminUserAlias>?</upas:adminUserAlias>
1705
         <upas:adminUserPassword>?</upas:adminUserPassword>
1706
         <upas:userAlias>?</upas:userAlias>
1707
      </upas:wsUA_ActivateUser>
1708
   </soapenv:Body>
1709 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_ActivateUserRequest"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1710 0:53910be9bd5d hadi
   <soapenv:Header/>
1711
   <soapenv:Body>
1712
      <upas:wsUA_ActivateUser>
1713
         <upas:adminUserAlias>?</upas:adminUserAlias>
1714
         <upas:adminUserPassword>?</upas:adminUserPassword>
1715
         <upas:userAlias>?</upas:userAlias>
1716
      </upas:wsUA_ActivateUser>
1717
   </soapenv:Body>
1718 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_ActivateUserRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsUA_AddUser" bindingOperationName="wsUA_AddUser" type="Request-Response" outputName="wsUA_AddUserResponse" inputName="wsUA_AddUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1719 0:53910be9bd5d hadi
   <soapenv:Header/>
1720
   <soapenv:Body>
1721
      <upas:wsUA_AddUser>
1722
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
1723
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
1724
         <upas:userAlias>test-user-1</upas:userAlias>
1725
         <upas:userDesc>Test User 1</upas:userDesc>
1726
         <upas:userPassword>Passw0rd</upas:userPassword>
1727
         <upas:appId>0</upas:appId>
1728
      </upas:wsUA_AddUser>
1729
   </soapenv:Body>
1730 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_AddUserRequest"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1731 0:53910be9bd5d hadi
   <soapenv:Header/>
1732
   <soapenv:Body>
1733
      <upas:wsUA_AddUser>
1734
         <upas:adminUserAlias>?</upas:adminUserAlias>
1735
         <upas:adminUserPassword>?</upas:adminUserPassword>
1736
         <upas:userAlias>?</upas:userAlias>
1737
         <upas:userDesc>?</upas:userDesc>
1738
         <upas:userPassword>?</upas:userPassword>
1739
         <upas:appId>?</upas:appId>
1740
      </upas:wsUA_AddUser>
1741
   </soapenv:Body>
1742 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_AddUserRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsUA_GetUserType" bindingOperationName="wsUA_GetUserType" type="Request-Response" outputName="wsUA_GetUserTypeResponse" inputName="wsUA_GetUserTypeRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1743 0:53910be9bd5d hadi
   <soapenv:Header/>
1744
   <soapenv:Body>
1745
      <upas:wsUA_GetUserType>
1746
         <upas:userAlias>test-user-1</upas:userAlias>
1747
      </upas:wsUA_GetUserType>
1748
   </soapenv:Body>
1749 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_GetUserTypeRequest"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1750 0:53910be9bd5d hadi
   <soapenv:Header/>
1751
   <soapenv:Body>
1752
      <upas:wsUA_GetUserType>
1753
         <upas:userAlias>?</upas:userAlias>
1754
      </upas:wsUA_GetUserType>
1755
   </soapenv:Body>
1756 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_GetUserTypeRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsUA_IsUserExist" bindingOperationName="wsUA_IsUserExist" type="Request-Response" outputName="wsUA_IsUserExistResponse" inputName="wsUA_IsUserExistRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1757 0:53910be9bd5d hadi
   <soapenv:Header/>
1758
   <soapenv:Body>
1759
      <upas:wsUA_IsUserExist>
1760
         <upas:userAlias>test-user</upas:userAlias>
1761
      </upas:wsUA_IsUserExist>
1762
   </soapenv:Body>
1763 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_IsUserExistRequest"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1764 0:53910be9bd5d hadi
   <soapenv:Header/>
1765
   <soapenv:Body>
1766
      <upas:wsUA_IsUserExist>
1767
         <upas:userAlias>?</upas:userAlias>
1768
      </upas:wsUA_IsUserExist>
1769
   </soapenv:Body>
1770 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_IsUserExistRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsUA_LockUser" bindingOperationName="wsUA_LockUser" type="Request-Response" outputName="wsUA_LockUserResponse" inputName="wsUA_LockUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1771 0:53910be9bd5d hadi
   <soapenv:Header/>
1772
   <soapenv:Body>
1773
      <upas:wsUA_LockUser>
1774
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
1775
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
1776
         <upas:userAlias>test-user-1</upas:userAlias>
1777
      </upas:wsUA_LockUser>
1778
   </soapenv:Body>
1779 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_LockUserRequest"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1780 0:53910be9bd5d hadi
   <soapenv:Header/>
1781
   <soapenv:Body>
1782
      <upas:wsUA_LockUser>
1783
         <upas:adminUserAlias>?</upas:adminUserAlias>
1784
         <upas:adminUserPassword>?</upas:adminUserPassword>
1785
         <upas:userAlias>?</upas:userAlias>
1786
      </upas:wsUA_LockUser>
1787
   </soapenv:Body>
1788 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_LockUserRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsUA_ModifyUser" bindingOperationName="wsUA_ModifyUser" type="Request-Response" outputName="wsUA_ModifyUserResponse" inputName="wsUA_ModifyUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1789 0:53910be9bd5d hadi
   <soapenv:Header/>
1790
   <soapenv:Body>
1791
      <upas:wsUA_ModifyUser>
1792
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
1793
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
1794
         <upas:userAlias>test-user-1</upas:userAlias>
1795
         <upas:userDesc>Test User 1 (Modified)</upas:userDesc>
1796
         <upas:userPassword></upas:userPassword>
1797
      </upas:wsUA_ModifyUser>
1798
   </soapenv:Body>
1799 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_ModifyUserRequest"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1800 0:53910be9bd5d hadi
   <soapenv:Header/>
1801
   <soapenv:Body>
1802
      <upas:wsUA_ModifyUser>
1803
         <upas:adminUserAlias>?</upas:adminUserAlias>
1804
         <upas:adminUserPassword>?</upas:adminUserPassword>
1805
         <upas:userAlias>?</upas:userAlias>
1806
         <upas:userDesc>?</upas:userDesc>
1807
         <upas:userPassword>?</upas:userPassword>
1808
      </upas:wsUA_ModifyUser>
1809
   </soapenv:Body>
1810 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_ModifyUserRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsUA_SuspendUser" bindingOperationName="wsUA_SuspendUser" type="Request-Response" outputName="wsUA_SuspendUserResponse" inputName="wsUA_SuspendUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1811 0:53910be9bd5d hadi
   <soapenv:Header/>
1812
   <soapenv:Body>
1813
      <upas:wsUA_SuspendUser>
1814
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
1815
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
1816
         <upas:userAlias>test-user-1</upas:userAlias>
1817
         <upas:fromDate>?</upas:fromDate>
1818
         <upas:nMinutes>60</upas:nMinutes>
1819
      </upas:wsUA_SuspendUser>
1820
   </soapenv:Body>
1821 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_SuspendUserRequest"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1822 0:53910be9bd5d hadi
   <soapenv:Header/>
1823
   <soapenv:Body>
1824
      <upas:wsUA_SuspendUser>
1825
         <upas:adminUserAlias>?</upas:adminUserAlias>
1826
         <upas:adminUserPassword>?</upas:adminUserPassword>
1827
         <upas:userAlias>?</upas:userAlias>
1828
         <upas:fromDate>?</upas:fromDate>
1829
         <upas:nMinutes>?</upas:nMinutes>
1830
      </upas:wsUA_SuspendUser>
1831
   </soapenv:Body>
1832 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_SuspendUserRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsUnassignTokenFromUser" bindingOperationName="wsUnassignTokenFromUser" type="Request-Response" outputName="wsUnassignTokenFromUserResponse" inputName="wsUnassignTokenFromUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1833 0:53910be9bd5d hadi
   <soapenv:Header/>
1834
   <soapenv:Body>
1835
      <upas:wsUnassignTokenFromUser>
1836
         <upas:adminUserAlias>?</upas:adminUserAlias>
1837
         <upas:adminUserPassword>?</upas:adminUserPassword>
1838
         <upas:userAlias>?</upas:userAlias>
1839
      </upas:wsUnassignTokenFromUser>
1840
   </soapenv:Body>
1841 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUnassignTokenFromUserRequest"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1842 0:53910be9bd5d hadi
   <soapenv:Header/>
1843
   <soapenv:Body>
1844
      <upas:wsUnassignTokenFromUser>
1845
         <upas:adminUserAlias>?</upas:adminUserAlias>
1846
         <upas:adminUserPassword>?</upas:adminUserPassword>
1847
         <upas:userAlias>?</upas:userAlias>
1848
      </upas:wsUnassignTokenFromUser>
1849
   </soapenv:Body>
1850 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUnassignTokenFromUserRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsVerifySecurityCode" bindingOperationName="wsVerifySecurityCode" type="Request-Response" outputName="wsVerifySecurityCodeResponse" inputName="wsVerifySecurityCodeRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1851 0:53910be9bd5d hadi
   <soapenv:Header/>
1852
   <soapenv:Body>
1853
      <upas:wsVerifySecurityCode>
1854
         <upas:referenceId>1234567890</upas:referenceId>
1855
         <upas:securityCode>${#Project#securityCode}</upas:securityCode>
1856
      </upas:wsVerifySecurityCode>
1857
   </soapenv:Body>
1858 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsVerifySecurityCodeRequest"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1859 0:53910be9bd5d hadi
   <soapenv:Header/>
1860
   <soapenv:Body>
1861
      <upas:wsVerifySecurityCode>
1862
         <upas:referenceId>?</upas:referenceId>
1863
         <upas:securityCode>?</upas:securityCode>
1864
      </upas:wsVerifySecurityCode>
1865
   </soapenv:Body>
1866 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsVerifySecurityCodeRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsVerifyTAC" bindingOperationName="wsVerifyTAC" type="Request-Response" outputName="wsVerifyTACResponse" inputName="wsVerifyTACRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1867 0:53910be9bd5d hadi
   <soapenv:Header/>
1868
   <soapenv:Body>
1869
      <upas:wsVerifyTAC>
1870
         <upas:userAlias>test-user-1</upas:userAlias>
1871
         <upas:inTac>${#Project#tacValue}</upas:inTac>
1872
      </upas:wsVerifyTAC>
1873
   </soapenv:Body>
1874 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsVerifyTACRequest"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1875 0:53910be9bd5d hadi
   <soapenv:Header/>
1876
   <soapenv:Body>
1877
      <upas:wsVerifyTAC>
1878
         <upas:userAlias>?</upas:userAlias>
1879
         <upas:inTac>?</upas:inTac>
1880
      </upas:wsVerifyTAC>
1881
   </soapenv:Body>
1882 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsVerifyTACRequest"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsVerifyTACwithSessionID" bindingOperationName="wsVerifyTACwithSessionID" type="Request-Response" outputName="wsVerifyTACwithSessionIDResponse" inputName="wsVerifyTACwithSessionIDRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1883 0:53910be9bd5d hadi
   <soapenv:Header/>
1884
   <soapenv:Body>
1885
      <upas:wsVerifyTACwithSessionID>
1886
         <upas:userAlias>test-user-1</upas:userAlias>
1887
         <upas:inTac>${#Project#tacValueForSession}</upas:inTac>
1888
         <upas:sessionID>1234567890</upas:sessionID>
1889
      </upas:wsVerifyTACwithSessionID>
1890
   </soapenv:Body>
1891 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsVerifyTACwithSessionIDRequest"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1892 0:53910be9bd5d hadi
   <soapenv:Header/>
1893
   <soapenv:Body>
1894
      <upas:wsVerifyTACwithSessionID>
1895
         <upas:userAlias>?</upas:userAlias>
1896
         <upas:inTac>?</upas:inTac>
1897
         <upas:sessionID>?</upas:sessionID>
1898
      </upas:wsVerifyTACwithSessionID>
1899
   </soapenv:Body>
1900 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsVerifyTACwithSessionIDRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsVerifyToken" bindingOperationName="wsVerifyToken" type="Request-Response" outputName="wsVerifyTokenResponse" inputName="wsVerifyTokenRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1901 0:53910be9bd5d hadi
   <soapenv:Header/>
1902
   <soapenv:Body>
1903
      <upas:wsVerifyToken>
1904
         <upas:userAlias>test-user-1</upas:userAlias>
1905
         <upas:inPassword>?</upas:inPassword>
1906
      </upas:wsVerifyToken>
1907
   </soapenv:Body>
1908 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsVerifyTokenRequest"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1909 0:53910be9bd5d hadi
   <soapenv:Header/>
1910
   <soapenv:Body>
1911
      <upas:wsVerifyToken>
1912
         <upas:userAlias>?</upas:userAlias>
1913
         <upas:inPassword>?</upas:inPassword>
1914
      </upas:wsVerifyToken>
1915
   </soapenv:Body>
1916 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsVerifyTokenRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsUA_DeleteUser" bindingOperationName="wsUA_DeleteUser" type="Request-Response" outputName="wsUA_DeleteUserResponse" inputName="wsUA_DeleteUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1917 0:53910be9bd5d hadi
   <soapenv:Header/>
1918
   <soapenv:Body>
1919
      <upas:wsUA_DeleteUser>
1920
         <upas:adminUserAlias>?</upas:adminUserAlias>
1921
         <upas:adminUserPassword>?</upas:adminUserPassword>
1922
         <upas:userAlias>?</upas:userAlias>
1923
      </upas:wsUA_DeleteUser>
1924
   </soapenv:Body>
1925 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_DeleteUserRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsSP_Login" bindingOperationName="wsSP_Login" type="Request-Response" outputName="wsSP_LoginResponse" inputName="wsSP_LoginRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1926 0:53910be9bd5d hadi
   <soapenv:Header/>
1927
   <soapenv:Body>
1928
      <upas:wsSP_Login>
1929
         <upas:userAlias>?</upas:userAlias>
1930
         <upas:password>?</upas:password>
1931
      </upas:wsSP_Login>
1932
   </soapenv:Body>
1933 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsSP_LoginRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsSP_ForceChangeStaticPassword" bindingOperationName="wsSP_ForceChangeStaticPassword" type="Request-Response" outputName="wsSP_ForceChangeStaticPasswordResponse" inputName="wsSP_ForceChangeStaticPasswordRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1934 0:53910be9bd5d hadi
   <soapenv:Header/>
1935
   <soapenv:Body>
1936
      <upas:wsSP_ForceChangeStaticPassword>
1937
         <upas:userAlias>?</upas:userAlias>
1938
         <upas:newPassword>?</upas:newPassword>
1939
         <upas:oldPassword>?</upas:oldPassword>
1940
      </upas:wsSP_ForceChangeStaticPassword>
1941
   </soapenv:Body>
1942 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsSP_ForceChangeStaticPasswordRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsSP_VerifyPasswordComplexity" bindingOperationName="wsSP_VerifyPasswordComplexity" type="Request-Response" outputName="wsSP_VerifyPasswordComplexityResponse" inputName="wsSP_VerifyPasswordComplexityRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1943 0:53910be9bd5d hadi
   <soapenv:Header/>
1944
   <soapenv:Body>
1945
      <upas:wsSP_VerifyPasswordComplexity>
1946
         <upas:password>?</upas:password>
1947
         <upas:applicationId>?</upas:applicationId>
1948
      </upas:wsSP_VerifyPasswordComplexity>
1949
   </soapenv:Body>
1950 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsSP_VerifyPasswordComplexityRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsGenerateTACwithSessionIDNonce" bindingOperationName="wsGenerateTACwithSessionIDNonce" type="Request-Response" outputName="wsGenerateTACwithSessionIDNonceResponse" inputName="wsGenerateTACwithSessionIDNonceRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1951 0:53910be9bd5d hadi
   <soapenv:Header/>
1952
   <soapenv:Body>
1953
      <upas:wsGenerateTACwithSessionIDNonce>
1954
         <upas:userAlias>?</upas:userAlias>
1955
         <upas:sessionID>?</upas:sessionID>
1956
         <upas:nonce>?</upas:nonce>
1957
      </upas:wsGenerateTACwithSessionIDNonce>
1958
   </soapenv:Body>
1959 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsGenerateTACwithSessionIDNonceRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsVerifyTACwithSessionIDNonce" bindingOperationName="wsVerifyTACwithSessionIDNonce" type="Request-Response" outputName="wsVerifyTACwithSessionIDNonceResponse" inputName="wsVerifyTACwithSessionIDNonceRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1960 0:53910be9bd5d hadi
   <soapenv:Header/>
1961
   <soapenv:Body>
1962
      <upas:wsVerifyTACwithSessionIDNonce>
1963
         <upas:userAlias>?</upas:userAlias>
1964
         <upas:inTac>?</upas:inTac>
1965
         <upas:sessionID>?</upas:sessionID>
1966
         <upas:nonce>?</upas:nonce>
1967
      </upas:wsVerifyTACwithSessionIDNonce>
1968
   </soapenv:Body>
1969 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsVerifyTACwithSessionIDNonceRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsGetTokenVendor" bindingOperationName="wsGetTokenVendor" type="Request-Response" outputName="wsGetTokenVendorResponse" inputName="wsGetTokenVendorRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1970 0:53910be9bd5d hadi
   <soapenv:Header/>
1971
   <soapenv:Body>
1972
      <upas:wsGetTokenVendor/>
1973
   </soapenv:Body>
1974 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsGetTokenVendorRequest"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wsSynchronizeToken" bindingOperationName="wsSynchronizeToken" type="Request-Response" outputName="wsSynchronizeTokenResponse" inputName="wsSynchronizeTokenRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1975 0:53910be9bd5d hadi
   <soapenv:Header/>
1976
   <soapenv:Body>
1977
      <upas:wsSynchronizeToken>
1978
         <upas:adminUserAlias>?</upas:adminUserAlias>
1979
         <upas:adminUserPassword>?</upas:adminUserPassword>
1980
         <upas:userAlias>?</upas:userAlias>
1981
         <upas:otp1>?</upas:otp1>
1982
         <upas:otp2>?</upas:otp2>
1983
      </upas:wsSynchronizeToken>
1984
   </soapenv:Body>
1985 2:8013c4c9233f hadi
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsSynchronizeTokenRequest"/></con:call></con:operation></con:interface><con:testSuite name="UPassTestSuite"><con:settings/><con:runType>SEQUENTIAL</con:runType><con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="UserModifiTests" searchProperties="true" id="2f7e6668-4675-4250-863b-18160879276c"><con:settings/><con:testStep type="request" name="wsUA_AddUser - Request 1"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsUA_AddUser</con:operation><con:request name="wsUA_AddUser - Request 1" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
1986 0:53910be9bd5d hadi
   <soapenv:Header/>
1987
   <soapenv:Body>
1988
      <upas:wsUA_AddUser>
1989
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
1990
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
1991
         <upas:userAlias>test-user-1</upas:userAlias>
1992
         <upas:userDesc>Test User 1</upas:userDesc>
1993
         <upas:userPassword>Passw0rd</upas:userPassword>
1994
         <upas:appId>2</upas:appId>
1995
      </upas:wsUA_AddUser>
1996
   </soapenv:Body>
1997
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
1998
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
1999 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsUA_AddUserResponse/ns1:wsUA_AddUserReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_AddUserRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUA_IsUserExist - Request 1"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsUA_IsUserExist</con:operation><con:request name="wsUA_IsUserExist - Request 1" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2000 0:53910be9bd5d hadi
   <soapenv:Header/>
2001
   <soapenv:Body>
2002
      <upas:wsUA_IsUserExist>
2003
         <upas:userAlias>test-user-1</upas:userAlias>
2004
      </upas:wsUA_IsUserExist>
2005
   </soapenv:Body>
2006
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2007
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2008 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsUA_IsUserExistResponse/ns1:wsUA_IsUserExistReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_IsUserExistRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUA_GetUserType - Request 1"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsUA_GetUserType</con:operation><con:request name="wsUA_GetUserType - Request 1" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2009 0:53910be9bd5d hadi
   <soapenv:Header/>
2010
   <soapenv:Body>
2011
      <upas:wsUA_GetUserType>
2012
         <upas:userAlias>test-user-1</upas:userAlias>
2013
      </upas:wsUA_GetUserType>
2014
   </soapenv:Body>
2015
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2016
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2017 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsUA_GetUserTypeResponse/ns1:wsUA_GetUserTypeReturn</path><content>2</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_GetUserTypeRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUA_LockUser - Request 1"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsUA_LockUser</con:operation><con:request name="wsUA_LockUser - Request 1" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2018 0:53910be9bd5d hadi
   <soapenv:Header/>
2019
   <soapenv:Body>
2020
      <upas:wsUA_LockUser>
2021
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2022
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2023
         <upas:userAlias>test-user-1</upas:userAlias>
2024
      </upas:wsUA_LockUser>
2025
   </soapenv:Body>
2026
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2027
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2028 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsUA_LockUserResponse/ns1:wsUA_LockUserReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_LockUserRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsSP_VerifyStaticPassword - Request 1"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsSP_VerifyStaticPassword</con:operation><con:request name="wsSP_VerifyStaticPassword - Request 1" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2029 0:53910be9bd5d hadi
   <soapenv:Header/>
2030
   <soapenv:Body>
2031
      <upas:wsSP_VerifyStaticPassword>
2032
         <upas:userAlias>test-user-1</upas:userAlias>
2033
         <upas:password>Passw0rd</upas:password>
2034
      </upas:wsSP_VerifyStaticPassword>
2035
   </soapenv:Body>
2036
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2037
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2038 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsSP_VerifyStaticPasswordResponse/ns1:wsSP_VerifyStaticPasswordReturn</path><content>5</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsSP_VerifyStaticPasswordRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUA_ActivateUser - Request 1"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsUA_ActivateUser</con:operation><con:request name="wsUA_ActivateUser - Request 1" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2039 0:53910be9bd5d hadi
   <soapenv:Header/>
2040
   <soapenv:Body>
2041
      <upas:wsUA_ActivateUser>
2042
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2043
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2044
         <upas:userAlias>test-user-1</upas:userAlias>
2045
      </upas:wsUA_ActivateUser>
2046
   </soapenv:Body>
2047
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2048
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2049 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsUA_ActivateUserResponse/ns1:wsUA_ActivateUserReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_ActivateUserRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsGenerateTAC - Request 1"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsGenerateTAC</con:operation><con:request name="wsGenerateTAC - Request 1" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2050 0:53910be9bd5d hadi
   <soapenv:Header/>
2051
   <soapenv:Body>
2052
      <upas:wsGenerateTAC>
2053
         <upas:userAlias>test-user-1</upas:userAlias>
2054
         <upas:appId>2</upas:appId>
2055
      </upas:wsGenerateTAC>
2056
   </soapenv:Body>
2057
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2058
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2059
matches( /soapenv:Envelope/soapenv:Body/ns1:wsGenerateTACResponse/ns1:wsGenerateTACReturn, "\p{Nd}{6}" )</path><content>true</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:assertion type="GroovyScriptAssertion" name="Script Assertion"><con:configuration><scriptTextimport ;
2060
2061
// extracting  TAC  response
2062
 holder = new XmlHolder( messageExchange.responseContentAsXml )
2063
def  = holder["/soapenv:Envelope/soapenv:Body/ns1:wsGenerateTACResponse/ns1:wsGenerateTACReturn"]
2064
messageExchange.modelItem.testStep.testCase.testSuite.project.setPropertyValue( "tacValue", tac.toString() )
2065 2:8013c4c9233f hadi
assert  != null</scriptText</con:configuration</con:assertion<con:credentials<con:authTypeGlobal  Settings</con:authType</con:credentials<con:jmsConfig ="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsGenerateTACRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsVerifyTAC - Request 1"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsVerifyTAC</con:operation><con:request name="wsVerifyTAC - Request 1" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2066 0:53910be9bd5d hadi
   <soapenv:Header/>
2067
   <soapenv:Body>
2068
      <upas:wsVerifyTAC>
2069
         <upas:userAlias>test-user-1</upas:userAlias>
2070
         <upas:inTac>${#Project#tacValue}</upas:inTac>
2071
         <upas:appId>2</upas:appId>
2072
      </upas:wsVerifyTAC>
2073
   </soapenv:Body>
2074
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2075
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2076 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsVerifyTACResponse/ns1:wsVerifyTACReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsVerifyTACRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsGenerateTACwithSessionID - Request 1"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsGenerateTACwithSessionID</con:operation><con:request name="wsGenerateTACwithSessionID - Request 1" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2077 0:53910be9bd5d hadi
   <soapenv:Header/>
2078
   <soapenv:Body>
2079
      <upas:wsGenerateTACwithSessionID>
2080
         <upas:userAlias>test-user-1</upas:userAlias>
2081
         <upas:sessionID>1234567890</upas:sessionID>
2082
         <upas:appId>2</upas:appId>
2083
      </upas:wsGenerateTACwithSessionID>
2084
   </soapenv:Body>
2085
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2086
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2087
matches( /soapenv:Envelope/soapenv:Body/ns1:wsGenerateTACwithSessionIDResponse/ns1:wsGenerateTACwithSessionIDReturn, "\p{Nd}{6}" )</path><content>true</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:assertion type="GroovyScriptAssertion" name="Script Assertion"><con:configuration><scriptTextimport ;
2088
2089
// extracting  TAC  response
2090
 holder = new XmlHolder( messageExchange.responseContentAsXml )
2091
def  = holder["/soapenv:Envelope/soapenv:Body/ns1:wsGenerateTACwithSessionIDResponse/ns1:wsGenerateTACwithSessionIDReturn"]
2092
messageExchange.modelItem.testStep.testCase.testSuite.project.setPropertyValue( "tacValueForSession", tac.toString() )
2093 2:8013c4c9233f hadi
assert  != null</scriptText</con:configuration</con:assertion<con:credentials<con:authTypeGlobal  Settings</con:authType</con:credentials<con:jmsConfig ="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsGenerateTACwithSessionIDRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsVerifyTACwithSessionID - Request 1"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsVerifyTACwithSessionID</con:operation><con:request name="wsVerifyTACwithSessionID - Request 1" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2094 0:53910be9bd5d hadi
   <soapenv:Header/>
2095
   <soapenv:Body>
2096
      <upas:wsVerifyTACwithSessionID>
2097
         <upas:userAlias>test-user-1</upas:userAlias>
2098
         <upas:inTac>${#Project#tacValueForSession}</upas:inTac>
2099
         <upas:sessionID>1234567890</upas:sessionID>
2100
         <upas:appId>2</upas:appId>
2101
      </upas:wsVerifyTACwithSessionID>
2102
   </soapenv:Body>
2103
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2104
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2105 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsVerifyTACwithSessionIDResponse/ns1:wsVerifyTACwithSessionIDReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsVerifyTACwithSessionIDRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUA_SuspendUser - Request 1"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsUA_SuspendUser</con:operation><con:request name="wsUA_SuspendUser - Request 1" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2106 0:53910be9bd5d hadi
   <soapenv:Header/>
2107
   <soapenv:Body>
2108
      <upas:wsUA_SuspendUser>
2109
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2110
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2111
         <upas:userAlias>test-user-1</upas:userAlias>
2112
         <upas:fromDate>?</upas:fromDate>
2113
         <upas:nMinutes>60</upas:nMinutes>
2114
      </upas:wsUA_SuspendUser>
2115
   </soapenv:Body>
2116
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2117
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2118 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsUA_SuspendUserResponse/ns1:wsUA_SuspendUserReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_SuspendUserRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsSP_VerifyStaticPassword - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsSP_VerifyStaticPassword</con:operation><con:request name="wsSP_VerifyStaticPassword - Request 2" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2119 0:53910be9bd5d hadi
   <soapenv:Header/>
2120
   <soapenv:Body>
2121
      <upas:wsSP_VerifyStaticPassword>
2122
         <upas:userAlias>test-user-1</upas:userAlias>
2123
         <upas:password>Passw0rd</upas:password>
2124
      </upas:wsSP_VerifyStaticPassword>
2125
   </soapenv:Body>
2126
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2127
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2128 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsSP_VerifyStaticPasswordResponse/ns1:wsSP_VerifyStaticPasswordReturn</path><content>5</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsSP_VerifyStaticPasswordRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUA_ActivateUser - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsUA_ActivateUser</con:operation><con:request name="wsUA_ActivateUser - Request 2" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2129 0:53910be9bd5d hadi
   <soapenv:Header/>
2130
   <soapenv:Body>
2131
      <upas:wsUA_ActivateUser>
2132
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2133
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2134
         <upas:userAlias>test-user-1</upas:userAlias>
2135
      </upas:wsUA_ActivateUser>
2136
   </soapenv:Body>
2137
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2138
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2139 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsUA_ActivateUserResponse/ns1:wsUA_ActivateUserReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_ActivateUserRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsGenerateSecurityCode - Request 1" disabled="true"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsGenerateSecurityCode</con:operation><con:request name="wsGenerateSecurityCode - Request 1" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2140 0:53910be9bd5d hadi
   <soapenv:Header/>
2141
   <soapenv:Body>
2142
      <upas:wsGenerateSecurityCode>
2143
         <upas:referenceId>1234567890</upas:referenceId>
2144
      </upas:wsGenerateSecurityCode>
2145
   </soapenv:Body>
2146
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2147
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2148
matches( /soapenv:Envelope/soapenv:Body/ns1:wsGenerateSecurityCodeResponse/ns1:wsGenerateSecurityCodeReturn, "\p{Nd}{6}" )</path><content>true</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:assertion type="XPath Match"><con:configuration/></con:assertion><con:assertion type="GroovyScriptAssertion" name="Script Assertion"><con:configuration><scriptTextimport ;
2149
2150
// extracting  TAC  response
2151
 holder = new XmlHolder( messageExchange.responseContentAsXml )
2152
def  = holder["/soapenv:Envelope/soapenv:Body/ns1:wsGenerateSecurityCodeResponse/ns1:wsGenerateSecurityCodeReturn"]
2153
messageExchange.modelItem.testStep.testCase.testSuite.project.setPropertyValue( "securityCode", tac.toString() )
2154 2:8013c4c9233f hadi
assert  != null</scriptText</con:configuration</con:assertion<con:credentials<con:authTypeGlobal  Settings</con:authType</con:credentials<con:jmsConfig ="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsGenerateSecurityCodeRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsVerifySecurityCode - Request 1" disabled="true"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsVerifySecurityCode</con:operation><con:request name="wsVerifySecurityCode - Request 1" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2155 0:53910be9bd5d hadi
   <soapenv:Header/>
2156
   <soapenv:Body>
2157
      <upas:wsVerifySecurityCode>
2158
         <upas:referenceId>1234567890</upas:referenceId>
2159
         <upas:securityCode>${#Project#securityCode}</upas:securityCode>
2160
      </upas:wsVerifySecurityCode>
2161
   </soapenv:Body>
2162
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2163
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2164 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsVerifySecurityCodeResponse/ns1:wsVerifySecurityCodeReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsVerifySecurityCodeRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:properties/></con:testCase><con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="AdminModifiTests" searchProperties="true" id="51ae446c-35a3-4131-8063-d92d290ed961"><con:settings/><con:testStep type="request" name="wsAD_AddUser - Request 1"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsAD_AddUser</con:operation><con:request name="wsAD_AddUser - Request 1" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2165 0:53910be9bd5d hadi
   <soapenv:Header/>
2166
   <soapenv:Body>
2167
      <upas:wsAD_AddUser>
2168
         <upas:rootAlias>${#Project#rootAlias}</upas:rootAlias>
2169
         <upas:rootPassword>${#Project#rootPassword}</upas:rootPassword>
2170
         <upas:adminUserAlias>test-admin-1</upas:adminUserAlias>
2171
         <upas:adminDesc>Test Admin</upas:adminDesc>
2172
         <upas:adminUserPassword>Passw0rd</upas:adminUserPassword>
2173
      </upas:wsAD_AddUser>
2174
   </soapenv:Body>
2175
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2176
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2177 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsAD_AddUserResponse/ns1:wsAD_AddUserReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsAD_AddUserRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUA_IsUserExist - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsUA_IsUserExist</con:operation><con:request name="wsUA_IsUserExist - Request 2" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2178 0:53910be9bd5d hadi
   <soapenv:Header/>
2179
   <soapenv:Body>
2180
      <upas:wsUA_IsUserExist>
2181
         <upas:userAlias>test-admin-1</upas:userAlias>
2182
      </upas:wsUA_IsUserExist>
2183
   </soapenv:Body>
2184
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2185
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2186 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsUA_IsUserExistResponse/ns1:wsUA_IsUserExistReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_IsUserExistRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUA_GetUserType - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsUA_GetUserType</con:operation><con:request name="wsUA_GetUserType - Request 2" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2187 0:53910be9bd5d hadi
   <soapenv:Header/>
2188
   <soapenv:Body>
2189
      <upas:wsUA_GetUserType>
2190
         <upas:userAlias>test-admin-1</upas:userAlias>
2191
      </upas:wsUA_GetUserType>
2192
   </soapenv:Body>
2193
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2194
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2195 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsUA_GetUserTypeResponse/ns1:wsUA_GetUserTypeReturn</path><content>1</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_GetUserTypeRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsAD_LockUser - Request 1"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsAD_LockUser</con:operation><con:request name="wsAD_LockUser - Request 1" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2196 0:53910be9bd5d hadi
   <soapenv:Header/>
2197
   <soapenv:Body>
2198
      <upas:wsAD_LockUser>
2199
         <upas:rootAlias>${#Project#rootAlias}</upas:rootAlias>
2200
         <upas:rootPassword>${#Project#rootPassword}</upas:rootPassword>
2201
         <upas:adminUserAlias>test-admin-1</upas:adminUserAlias>
2202
      </upas:wsAD_LockUser>
2203
   </soapenv:Body>
2204
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2205
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2206 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsAD_LockUserResponse/ns1:wsAD_LockUserReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsAD_LockUserRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsSP_VerifyStaticPassword - Request 3"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsSP_VerifyStaticPassword</con:operation><con:request name="wsSP_VerifyStaticPassword - Request 3" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2207 0:53910be9bd5d hadi
   <soapenv:Header/>
2208
   <soapenv:Body>
2209
      <upas:wsSP_VerifyStaticPassword>
2210
         <upas:userAlias>test-admin-1</upas:userAlias>
2211
         <upas:password>Passw0rd</upas:password>
2212
      </upas:wsSP_VerifyStaticPassword>
2213
   </soapenv:Body>
2214
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2215
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2216 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsSP_VerifyStaticPasswordResponse/ns1:wsSP_VerifyStaticPasswordReturn</path><content>5</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsSP_VerifyStaticPasswordRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsAD_ActivateUser - Request 1"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsAD_ActivateUser</con:operation><con:request name="wsAD_ActivateUser - Request 1" outgoingWss="" incomingWss="" timeout="" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2217 0:53910be9bd5d hadi
   <soapenv:Header/>
2218
   <soapenv:Body>
2219
      <upas:wsAD_ActivateUser>
2220
         <upas:rootAlias>${#Project#rootAlias}</upas:rootAlias>
2221
         <upas:rootPassword>${#Project#rootPassword}</upas:rootPassword>
2222
         <upas:adminUserAlias>test-admin-1</upas:adminUserAlias>
2223
      </upas:wsAD_ActivateUser>
2224
   </soapenv:Body>
2225
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2226
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2227 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsAD_ActivateUserResponse/ns1:wsAD_ActivateUserReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsAD_ActivateUserRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsAD_ModifyUser - Request 1"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsAD_ModifyUser</con:operation><con:request name="wsAD_ModifyUser - Request 1" outgoingWss="" incomingWss="" timeout="" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2228 0:53910be9bd5d hadi
   <soapenv:Header/>
2229
   <soapenv:Body>
2230
      <upas:wsAD_ModifyUser>
2231
         <upas:rootAlias>${#Project#rootAlias}</upas:rootAlias>
2232
         <upas:rootPassword>${#Project#rootPassword}</upas:rootPassword>
2233
         <upas:adminUserAlias>test-admin-1</upas:adminUserAlias>
2234
         <upas:adminDesc>Test Admin</upas:adminDesc>
2235
      </upas:wsAD_ModifyUser>
2236
   </soapenv:Body>
2237
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2238
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2239 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsAD_ModifyUserResponse/ns1:wsAD_ModifyUserReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsAD_ModifyUserRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsSP_VerifyStaticPassword - Request 4"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsSP_VerifyStaticPassword</con:operation><con:request name="wsSP_VerifyStaticPassword - Request 4" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2240 0:53910be9bd5d hadi
   <soapenv:Header/>
2241
   <soapenv:Body>
2242
      <upas:wsSP_VerifyStaticPassword>
2243
         <upas:userAlias>test-admin-1</upas:userAlias>
2244
         <upas:password>Passw0rd</upas:password>
2245
      </upas:wsSP_VerifyStaticPassword>
2246
   </soapenv:Body>
2247
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2248
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2249 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsSP_VerifyStaticPasswordResponse/ns1:wsSP_VerifyStaticPasswordReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsSP_VerifyStaticPasswordRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsSP_ChangeStaticPassword - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsSP_ChangeStaticPassword</con:operation><con:request name="wsSP_ChangeStaticPassword - Request 2" outgoingWss="" incomingWss="" timeout="" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2250 0:53910be9bd5d hadi
   <soapenv:Header/>
2251
   <soapenv:Body>
2252
      <upas:wsSP_ChangeStaticPassword>
2253
         <upas:userAlias>test-admin-1</upas:userAlias>
2254
         <upas:newPassword>Passw0rd2</upas:newPassword>
2255
         <upas:oldPassword>Passw0rd</upas:oldPassword>
2256
      </upas:wsSP_ChangeStaticPassword>
2257
   </soapenv:Body>
2258
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2259
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2260 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsSP_ChangeStaticPasswordResponse/ns1:wsSP_ChangeStaticPasswordReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsSP_ChangeStaticPasswordRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsCheckPasswordReused - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsCheckPasswordReused</con:operation><con:request name="wsCheckPasswordReused - Request 2" outgoingWss="" incomingWss="" timeout="" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2261 0:53910be9bd5d hadi
   <soapenv:Header/>
2262
   <soapenv:Body>
2263
      <upas:wsCheckPasswordReused>
2264
         <upas:userAlias>test-admin-1</upas:userAlias>
2265
         <upas:password>Passw0rd</upas:password>
2266
      </upas:wsCheckPasswordReused>
2267
   </soapenv:Body>
2268
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2269
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2270 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsCheckPasswordReusedResponse/ns1:wsCheckPasswordReusedReturn</path><content>3</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsCheckPasswordReusedRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsGenerateTAC - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsGenerateTAC</con:operation><con:request name="wsGenerateTAC - Request 2" outgoingWss="" incomingWss="" timeout="" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2271 0:53910be9bd5d hadi
   <soapenv:Header/>
2272
   <soapenv:Body>
2273
      <upas:wsGenerateTAC>
2274
         <upas:userAlias>test-admin-1</upas:userAlias>
2275
         <upas:appId>0</upas:appId>
2276
      </upas:wsGenerateTAC>
2277
   </soapenv:Body>
2278
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2279
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2280 2:8013c4c9233f hadi
matches( /soapenv:Envelope/soapenv:Body/ns1:wsGenerateTACResponse/ns1:wsGenerateTACReturn, "\p{Nd}{6}" )</path><content>true</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsGenerateTACRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsDisableTAC - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsDisableTAC</con:operation><con:request name="wsDisableTAC - Request 2" outgoingWss="" incomingWss="" timeout="" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2281 0:53910be9bd5d hadi
   <soapenv:Header/>
2282
   <soapenv:Body>
2283
      <upas:wsDisableTAC>
2284
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2285
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2286
         <upas:userAlias>test-admin-1</upas:userAlias>
2287
      </upas:wsDisableTAC>
2288
   </soapenv:Body>
2289
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2290
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2291 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsDisableTACResponse/ns1:wsDisableTACReturn</path><content>98</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsDisableTACRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsResetTAC - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsResetTAC</con:operation><con:request name="wsResetTAC - Request 2" outgoingWss="" incomingWss="" timeout="" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2292 0:53910be9bd5d hadi
   <soapenv:Header/>
2293
   <soapenv:Body>
2294
      <upas:wsResetTAC>
2295
         <upas:adminUserAlias>?</upas:adminUserAlias>
2296
         <upas:adminUserPassword>?</upas:adminUserPassword>
2297
         <upas:userAlias>?</upas:userAlias>
2298
      </upas:wsResetTAC>
2299
   </soapenv:Body>
2300
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2301
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2302 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsResetTACResponse/ns1:wsResetTACReturn</path><content>6</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsResetTACRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsGenerateTACwithSessionID - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsGenerateTACwithSessionID</con:operation><con:request name="wsGenerateTACwithSessionID - Request 2" outgoingWss="" incomingWss="" timeout="" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2303 0:53910be9bd5d hadi
   <soapenv:Header/>
2304
   <soapenv:Body>
2305
      <upas:wsGenerateTACwithSessionID>
2306
         <upas:userAlias>test-admin-1</upas:userAlias>
2307
         <upas:sessionID>12345678901</upas:sessionID>
2308
         <upas:appId>0</upas:appId>
2309
      </upas:wsGenerateTACwithSessionID>
2310
   </soapenv:Body>
2311
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2312
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2313
matches(/soapenv:Envelope/soapenv:Body/ns1:wsGenerateTACwithSessionIDResponse/ns1:wsGenerateTACwithSessionIDReturn, "\p{Nd}{6}" )</path><content>true</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:assertion type="GroovyScriptAssertion"><con:configuration><scriptTextimport ;
2314
2315
// extracting  TAC  response
2316
 holder = new XmlHolder( messageExchange.responseContentAsXml )
2317
def  = holder["/soapenv:Envelope/soapenv:Body/ns1:wsGenerateTACwithSessionIDResponse/ns1:wsGenerateTACwithSessionIDReturn"]
2318
messageExchange.modelItem.testStep.testCase.testSuite.project.setPropertyValue( "tacValueForSession2", tac.toString() )
2319 2:8013c4c9233f hadi
assert  != null</scriptText</con:configuration</con:assertion<con:credentials<con:authTypeGlobal  Settings</con:authType</con:credentials<con:jmsConfig ="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsGenerateTACwithSessionIDRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsVerifyTACwithSessionID - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsVerifyTACwithSessionID</con:operation><con:request name="wsVerifyTACwithSessionID - Request 2" outgoingWss="" incomingWss="" timeout="" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2320 0:53910be9bd5d hadi
   <soapenv:Header/>
2321
   <soapenv:Body>
2322
      <upas:wsVerifyTACwithSessionID>
2323
         <upas:userAlias>test-admin-1</upas:userAlias>
2324
         <upas:inTac>${#Project#tacValueForSession2}</upas:inTac>
2325
         <upas:sessionID>12345678901</upas:sessionID>
2326
         <upas:appId>0</upas:appId>
2327
      </upas:wsVerifyTACwithSessionID>
2328
   </soapenv:Body>
2329
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2330
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2331 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsVerifyTACwithSessionIDResponse/ns1:wsVerifyTACwithSessionIDReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsVerifyTACwithSessionIDRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsGenerateSecurityCode - Request 2" disabled="true"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsGenerateSecurityCode</con:operation><con:request name="wsGenerateSecurityCode - Request 2" outgoingWss="" incomingWss="" timeout="" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2332 0:53910be9bd5d hadi
   <soapenv:Header/>
2333
   <soapenv:Body>
2334
      <upas:wsGenerateSecurityCode>
2335
         <upas:referenceId>12345678901</upas:referenceId>
2336
      </upas:wsGenerateSecurityCode>
2337
   </soapenv:Body>
2338
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2339
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2340
matches(/soapenv:Envelope/soapenv:Body/ns1:wsGenerateSecurityCodeResponse/ns1:wsGenerateSecurityCodeReturn, "\p{Nd}{6}" )</path><content>true</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:assertion type="GroovyScriptAssertion"><con:configuration><scriptTextimport ;
2341
2342
// extracting  TAC  response
2343
 holder = new XmlHolder( messageExchange.responseContentAsXml )
2344
def  = holder["/soapenv:Envelope/soapenv:Body/ns1:wsGenerateSecurityCodeResponse/ns1:wsGenerateSecurityCodeReturn"]
2345
messageExchange.modelItem.testStep.testCase.testSuite.project.setPropertyValue( "tacValueForSession3", tac.toString() )
2346 2:8013c4c9233f hadi
assert  != null</scriptText</con:configuration</con:assertion<con:credentials<con:authTypeGlobal  Settings</con:authType</con:credentials<con:jmsConfig ="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsGenerateSecurityCodeRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUA_ModifyUser - Request 2" disabled="true"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsUA_ModifyUser</con:operation><con:request name="wsUA_ModifyUser - Request 2" outgoingWss="" incomingWss="" timeout="" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2347 0:53910be9bd5d hadi
   <soapenv:Header/>
2348
   <soapenv:Body>
2349
      <upas:wsUA_ModifyUser>
2350
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2351
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2352
         <upas:userAlias>test-admin-1</upas:userAlias>
2353
         <upas:userDesc>Test User 1 (Modified)</upas:userDesc>
2354
         <upas:userPassword></upas:userPassword>
2355
      </upas:wsUA_ModifyUser>
2356
   </soapenv:Body>
2357
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2358
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2359 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsUA_ModifyUserResponse/ns1:wsUA_ModifyUserReturn</path><content>96</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_ModifyUserRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUA_SuspendUser - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsUA_SuspendUser</con:operation><con:request name="wsUA_SuspendUser - Request 2" outgoingWss="" incomingWss="" timeout="" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2360 0:53910be9bd5d hadi
   <soapenv:Header/>
2361
   <soapenv:Body>
2362
      <upas:wsUA_SuspendUser>
2363
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2364
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2365
         <upas:userAlias>test-user-1</upas:userAlias>
2366
         <upas:fromDate>?</upas:fromDate>
2367
         <upas:nMinutes>60</upas:nMinutes>
2368
      </upas:wsUA_SuspendUser>
2369
   </soapenv:Body>
2370
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2371
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2372 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsUA_SuspendUserResponse/ns1:wsUA_SuspendUserReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_SuspendUserRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:properties/></con:testCase><con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="UserModifyTestsNegative" searchProperties="true" id="cd844eba-4c16-4332-9a72-54d6c5f9aa9a"><con:settings/><con:testStep type="request" name="wsUA_AddUser - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsUA_AddUser</con:operation><con:request name="wsUA_AddUser - Request 2" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2373 0:53910be9bd5d hadi
   <soapenv:Header/>
2374
   <soapenv:Body>
2375
      <upas:wsUA_AddUser>
2376
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2377
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2378
         <upas:userAlias>test-user-1</upas:userAlias>
2379
         <upas:userDesc>Test User 1</upas:userDesc>
2380
         <upas:userPassword>Passw0rd</upas:userPassword>
2381
         <upas:appId>2</upas:appId>
2382
      </upas:wsUA_AddUser>
2383
   </soapenv:Body>
2384
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2385
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2386 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsUA_AddUserResponse/ns1:wsUA_AddUserReturn</path><content>11</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_AddUserRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUA_IsUserExist - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsUA_IsUserExist</con:operation><con:request name="wsUA_IsUserExist - Request 2" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2387 0:53910be9bd5d hadi
   <soapenv:Header/>
2388
   <soapenv:Body>
2389
      <upas:wsUA_IsUserExist>
2390
         <upas:userAlias>test-user-1</upas:userAlias>
2391
      </upas:wsUA_IsUserExist>
2392
   </soapenv:Body>
2393
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2394
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2395 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsUA_IsUserExistResponse/ns1:wsUA_IsUserExistReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_IsUserExistRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUA_GetUserType - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsUA_GetUserType</con:operation><con:request name="wsUA_GetUserType - Request 2" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2396 0:53910be9bd5d hadi
   <soapenv:Header/>
2397
   <soapenv:Body>
2398
      <upas:wsUA_GetUserType>
2399
         <upas:userAlias>test-user-1</upas:userAlias>
2400
      </upas:wsUA_GetUserType>
2401
   </soapenv:Body>
2402
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2403
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2404 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsUA_GetUserTypeResponse/ns1:wsUA_GetUserTypeReturn</path><content>2</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_GetUserTypeRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUA_LockUser - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsUA_LockUser</con:operation><con:request name="wsUA_LockUser - Request 2" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2405 0:53910be9bd5d hadi
   <soapenv:Header/>
2406
   <soapenv:Body>
2407
      <upas:wsUA_LockUser>
2408
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2409
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2410
         <upas:userAlias>test-user-1</upas:userAlias>
2411
      </upas:wsUA_LockUser>
2412
   </soapenv:Body>
2413
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2414
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2415 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsUA_LockUserResponse/ns1:wsUA_LockUserReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_LockUserRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsSP_VerifyStaticPassword - Request 3"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsSP_VerifyStaticPassword</con:operation><con:request name="wsSP_VerifyStaticPassword - Request 3" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2416 0:53910be9bd5d hadi
   <soapenv:Header/>
2417
   <soapenv:Body>
2418
      <upas:wsSP_VerifyStaticPassword>
2419
         <upas:userAlias>test-user-1</upas:userAlias>
2420
         <upas:password>Passw0rd</upas:password>
2421
      </upas:wsSP_VerifyStaticPassword>
2422
   </soapenv:Body>
2423
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2424
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2425 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsSP_VerifyStaticPasswordResponse/ns1:wsSP_VerifyStaticPasswordReturn</path><content>5</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsSP_VerifyStaticPasswordRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUA_ActivateUser - Request 3"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsUA_ActivateUser</con:operation><con:request name="wsUA_ActivateUser - Request 3" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2426 0:53910be9bd5d hadi
   <soapenv:Header/>
2427
   <soapenv:Body>
2428
      <upas:wsUA_ActivateUser>
2429
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2430
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2431
         <upas:userAlias>test-user-1</upas:userAlias>
2432
      </upas:wsUA_ActivateUser>
2433
   </soapenv:Body>
2434
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2435
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2436 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsUA_ActivateUserResponse/ns1:wsUA_ActivateUserReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_ActivateUserRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsGenerateTAC - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsGenerateTAC</con:operation><con:request name="wsGenerateTAC - Request 2" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2437 0:53910be9bd5d hadi
   <soapenv:Header/>
2438
   <soapenv:Body>
2439
      <upas:wsGenerateTAC>
2440
         <upas:userAlias>test-user-1</upas:userAlias>
2441
         <upas:appId>2</upas:appId>
2442
      </upas:wsGenerateTAC>
2443
   </soapenv:Body>
2444
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2445
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2446 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsGenerateTACResponse/ns1:wsGenerateTACReturn</path><content>***12</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsGenerateTACRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsVerifyTAC - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsVerifyTAC</con:operation><con:request name="wsVerifyTAC - Request 2" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2447 0:53910be9bd5d hadi
   <soapenv:Header/>
2448
   <soapenv:Body>
2449
      <upas:wsVerifyTAC>
2450
         <upas:userAlias>test-user-1</upas:userAlias>
2451
         <upas:inTac>anyValue</upas:inTac>
2452
         <upas:appId>2</upas:appId>
2453
      </upas:wsVerifyTAC>
2454
   </soapenv:Body>
2455
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2456
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2457 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsVerifyTACResponse/ns1:wsVerifyTACReturn</path><content>13</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsVerifyTACRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsGenerateTACwithSessionID - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsGenerateTACwithSessionID</con:operation><con:request name="wsGenerateTACwithSessionID - Request 2" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2458 0:53910be9bd5d hadi
   <soapenv:Header/>
2459
   <soapenv:Body>
2460
      <upas:wsGenerateTACwithSessionID>
2461
         <upas:userAlias>test-user-1</upas:userAlias>
2462
         <upas:sessionID>1234567890</upas:sessionID>
2463
         <upas:appId>2</upas:appId>
2464
      </upas:wsGenerateTACwithSessionID>
2465
   </soapenv:Body>
2466
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2467
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2468 2:8013c4c9233f hadi
matches( /soapenv:Envelope/soapenv:Body/ns1:wsGenerateTACwithSessionIDResponse/ns1:wsGenerateTACwithSessionIDReturn, "\p{Nd}{6}" )</path><content>false</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsGenerateTACwithSessionIDRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsVerifyTACwithSessionID - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsVerifyTACwithSessionID</con:operation><con:request name="wsVerifyTACwithSessionID - Request 2" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2469 0:53910be9bd5d hadi
   <soapenv:Header/>
2470
   <soapenv:Body>
2471
      <upas:wsVerifyTACwithSessionID>
2472
         <upas:userAlias>test-user-1</upas:userAlias>
2473
         <upas:inTac>${#Project#tacValueForSession}</upas:inTac>
2474
         <upas:sessionID>1234567890</upas:sessionID>
2475
         <upas:appId>2</upas:appId>
2476
      </upas:wsVerifyTACwithSessionID>
2477
   </soapenv:Body>
2478
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2479
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2480 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsVerifyTACwithSessionIDResponse/ns1:wsVerifyTACwithSessionIDReturn</path><content>13</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsVerifyTACwithSessionIDRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUA_SuspendUser - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsUA_SuspendUser</con:operation><con:request name="wsUA_SuspendUser - Request 2" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2481 0:53910be9bd5d hadi
   <soapenv:Header/>
2482
   <soapenv:Body>
2483
      <upas:wsUA_SuspendUser>
2484
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2485
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2486
         <upas:userAlias>test-user-1</upas:userAlias>
2487
         <upas:fromDate>?</upas:fromDate>
2488
         <upas:nMinutes>60</upas:nMinutes>
2489
      </upas:wsUA_SuspendUser>
2490
   </soapenv:Body>
2491
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2492
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2493 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsUA_SuspendUserResponse/ns1:wsUA_SuspendUserReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_SuspendUserRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsSP_VerifyStaticPassword - Request 4"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsSP_VerifyStaticPassword</con:operation><con:request name="wsSP_VerifyStaticPassword - Request 4" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2494 0:53910be9bd5d hadi
   <soapenv:Header/>
2495
   <soapenv:Body>
2496
      <upas:wsSP_VerifyStaticPassword>
2497
         <upas:userAlias>test-user-1</upas:userAlias>
2498
         <upas:password>Passw0rd</upas:password>
2499
      </upas:wsSP_VerifyStaticPassword>
2500
   </soapenv:Body>
2501
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2502
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2503 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsSP_VerifyStaticPasswordResponse/ns1:wsSP_VerifyStaticPasswordReturn</path><content>5</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences><ignoreComments>false</ignoreComments></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsSP_VerifyStaticPasswordRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUA_ActivateUser - Request 4"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsUA_ActivateUser</con:operation><con:request name="wsUA_ActivateUser - Request 4" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2504 0:53910be9bd5d hadi
   <soapenv:Header/>
2505
   <soapenv:Body>
2506
      <upas:wsUA_ActivateUser>
2507
         <upas:adminUserAlias></upas:adminUserAlias>
2508
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2509
         <upas:userAlias>test-user-1</upas:userAlias>
2510
      </upas:wsUA_ActivateUser>
2511
   </soapenv:Body>
2512
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2513
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2514 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsUA_ActivateUserResponse/ns1:wsUA_ActivateUserReturn</path><content>6</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUA_ActivateUserRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsGenerateSecurityCode - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsGenerateSecurityCode</con:operation><con:request name="wsGenerateSecurityCode - Request 2" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2515 0:53910be9bd5d hadi
   <soapenv:Header/>
2516
   <soapenv:Body>
2517
      <upas:wsGenerateSecurityCode>
2518
         <upas:referenceId>1234567890</upas:referenceId>
2519
      </upas:wsGenerateSecurityCode>
2520
   </soapenv:Body>
2521
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2522
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2523
matches( /soapenv:Envelope/soapenv:Body/ns1:wsGenerateSecurityCodeResponse/ns1:wsGenerateSecurityCodeReturn, "\p{Nd}{6}" )</path><content>false</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:assertion type="XPath Match"><con:configuration/></con:assertion><con:assertion type="GroovyScriptAssertion" name="Script Assertion"><con:configuration><scriptTextimport ;
2524
2525
// extracting  TAC  response
2526
 holder = new XmlHolder( messageExchange.responseContentAsXml )
2527
def  = holder["/soapenv:Envelope/soapenv:Body/ns1:wsGenerateSecurityCodeResponse/ns1:wsGenerateSecurityCodeReturn"]
2528
messageExchange.modelItem.testStep.testCase.testSuite.project.setPropertyValue( "securityCode", tac.toString() )
2529 2:8013c4c9233f hadi
assert  != null</scriptText</con:configuration</con:assertion<con:credentials<con:authTypeGlobal  Settings</con:authType</con:credentials<con:jmsConfig ="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsGenerateSecurityCodeRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsVerifySecurityCode - Request 2" disabled="true"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsVerifySecurityCode</con:operation><con:request name="wsVerifySecurityCode - Request 2" outgoingWss="" incomingWss="" timeout="" sslKeystore="" useWsAddressing="false" useWsReliableMessaging="false" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2530 0:53910be9bd5d hadi
   <soapenv:Header/>
2531
   <soapenv:Body>
2532
      <upas:wsVerifySecurityCode>
2533
         <upas:referenceId>1234567890</upas:referenceId>
2534
         <upas:securityCode>${#Project#securityCode}</upas:securityCode>
2535
      </upas:wsVerifySecurityCode>
2536
   </soapenv:Body>
2537
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:assertion type="SOAP Fault Assertion" name="Not SOAP Fault"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2538
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2539 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsVerifySecurityCodeResponse/ns1:wsVerifySecurityCodeReturn</path><content>13</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsVerifySecurityCodeRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:properties/></con:testCase><con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="AdminModifyTestsNegative" searchProperties="true" id="c099384a-872d-4af2-bc23-0b6280d0a55c"><con:settings/><con:properties/></con:testCase><con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="TokenOperation" searchProperties="true" id="f24e7e65-d41e-4309-9b87-8d4debfa36e4" disabled="true"><con:settings/><con:testStep type="request" name="wsAssignTokenToUser - Request 1"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsAssignTokenToUser</con:operation><con:request name="wsAssignTokenToUser - Request 1" outgoingWss="" incomingWss="" timeout="" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2540 0:53910be9bd5d hadi
   <soapenv:Header/>
2541
   <soapenv:Body>
2542
      <upas:wsAssignTokenToUser>
2543
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2544
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2545
         <upas:serialNumber>1497524840</upas:serialNumber>
2546
         <upas:userAlias>test-user-0</upas:userAlias>
2547
      </upas:wsAssignTokenToUser>
2548
   </soapenv:Body>
2549
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2550
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2551 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsAssignTokenToUserResponse/ns1:wsAssignTokenToUserReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsAssignTokenToUserRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsGenerateTACwithSessionID - Request 1"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsGenerateTACwithSessionID</con:operation><con:request name="wsGenerateTACwithSessionID - Request 1" outgoingWss="" incomingWss="" timeout="" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2552 0:53910be9bd5d hadi
   <soapenv:Header/>
2553
   <soapenv:Body>
2554
      <upas:wsGenerateTACwithSessionID>
2555
         <upas:userAlias>test-user-0</upas:userAlias>
2556
         <upas:sessionID>1497524840</upas:sessionID>
2557
      </upas:wsGenerateTACwithSessionID>
2558
   </soapenv:Body>
2559
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2560
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2561
matches(/soapenv:Envelope/soapenv:Body/ns1:wsGenerateTACwithSessionIDResponse/ns1:wsGenerateTACwithSessionIDReturn, "\p{Nd}{6}" )</path><content>true</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:assertion type="GroovyScriptAssertion"><con:configuration><scriptTextimport ;
2562
2563
// extracting  TAC  response
2564
 holder = new XmlHolder( messageExchange.responseContentAsXml )
2565
def  = holder["/soapenv:Envelope/soapenv:Body/ns1:wsGenerateTACwithSessionIDResponse/ns1:wsGenerateTACwithSessionIDReturn"]
2566
messageExchange.modelItem.testStep.testCase.testSuite.project.setPropertyValue( "tacValueForSession3", tac.toString() )
2567 2:8013c4c9233f hadi
assert  != null</scriptText</con:configuration</con:assertion<con:credentials<con:authTypeGlobal  Settings</con:authType</con:credentials<con:jmsConfig ="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsGenerateTACwithSessionIDRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsVerifyToken - Request 1"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsVerifyToken</con:operation><con:request name="wsVerifyToken - Request 1" outgoingWss="" incomingWss="" timeout="" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2568 0:53910be9bd5d hadi
   <soapenv:Header/>
2569
   <soapenv:Body>
2570
      <upas:wsVerifyToken>
2571
         <upas:userAlias>test-user-1</upas:userAlias>
2572
         <upas:inPassword>150051</upas:inPassword>
2573
      </upas:wsVerifyToken>
2574
   </soapenv:Body>
2575
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2576
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2577 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsVerifyTokenResponse/ns1:wsVerifyTokenReturn</path><content>6</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsVerifyTokenRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsDisableToken - Request 1"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsDisableToken</con:operation><con:request name="wsDisableToken - Request 1" outgoingWss="" incomingWss="" timeout="" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2578 0:53910be9bd5d hadi
   <soapenv:Header/>
2579
   <soapenv:Body>
2580
      <upas:wsDisableToken>
2581
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2582
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2583
         <upas:userAlias>test-user-0</upas:userAlias>
2584
      </upas:wsDisableToken>
2585
   </soapenv:Body>
2586
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2587
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2588 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsDisableTokenResponse/ns1:wsDisableTokenReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsDisableTokenRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsVerifyToken - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsVerifyToken</con:operation><con:request name="wsVerifyToken - Request 2" outgoingWss="" incomingWss="" timeout="" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2589 0:53910be9bd5d hadi
   <soapenv:Header/>
2590
   <soapenv:Body>
2591
      <upas:wsVerifyToken>
2592
         <upas:userAlias>test-user-1</upas:userAlias>
2593
         <upas:inPassword>806577</upas:inPassword>
2594
      </upas:wsVerifyToken>
2595
   </soapenv:Body>
2596
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2597
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2598 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsVerifyTokenResponse/ns1:wsVerifyTokenReturn</path><content>6</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsVerifyTokenRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsEnableToken - Request 1"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsEnableToken</con:operation><con:request name="wsEnableToken - Request 1" outgoingWss="" incomingWss="" timeout="" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2599 0:53910be9bd5d hadi
   <soapenv:Header/>
2600
   <soapenv:Body>
2601
      <upas:wsEnableToken>
2602
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2603
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2604
         <upas:userAlias>test-user-0</upas:userAlias>
2605
      </upas:wsEnableToken>
2606
   </soapenv:Body>
2607
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2608
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2609 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsEnableTokenResponse/ns1:wsEnableTokenReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsEnableTokenRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsVerifyToken - Request 3"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsVerifyToken</con:operation><con:request name="wsVerifyToken - Request 3" outgoingWss="" incomingWss="" timeout="" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2610 0:53910be9bd5d hadi
   <soapenv:Header/>
2611
   <soapenv:Body>
2612
      <upas:wsVerifyToken>
2613
         <upas:userAlias>test-user-1</upas:userAlias>
2614
         <upas:inPassword>806577</upas:inPassword>
2615
      </upas:wsVerifyToken>
2616
   </soapenv:Body>
2617
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2618
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2619 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsVerifyTokenResponse/ns1:wsVerifyTokenReturn</path><content>6</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsVerifyTokenRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUnassignTokenFromUser - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsUnassignTokenFromUser</con:operation><con:request name="wsUnassignTokenFromUser - Request 2" outgoingWss="" incomingWss="" timeout="" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2620 0:53910be9bd5d hadi
   <soapenv:Header/>
2621
   <soapenv:Body>
2622
      <upas:wsUnassignTokenFromUser>
2623
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2624
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2625
         <upas:userAlias>test-user-0</upas:userAlias>
2626
      </upas:wsUnassignTokenFromUser>
2627
   </soapenv:Body>
2628
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2629
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2630 2:8013c4c9233f hadi
/soapenv:Envelope/soapenv:Body/ns1:wsUnassignTokenFromUserResponse/ns1:wsUnassignTokenFromUserReturn</path><content>0</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsUnassignTokenFromUserRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsGenerateTACwithSessionID - Request 2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>WS_UPassSoapBinding</con:interface><con:operation>wsGenerateTACwithSessionID</con:operation><con:request name="wsGenerateTACwithSessionID - Request 2" outgoingWss="" incomingWss="" timeout="" wssPasswordType=""><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9090/m2u-upass-ws/services/WS_UPass</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:upas="http://upass.ws.my">
2631 0:53910be9bd5d hadi
   <soapenv:Header/>
2632
   <soapenv:Body>
2633
      <upas:wsGenerateTACwithSessionID>
2634
         <upas:userAlias>test-user-0</upas:userAlias>
2635
         <upas:sessionID>1497524840</upas:sessionID>
2636
      </upas:wsGenerateTACwithSessionID>
2637
   </soapenv:Body>
2638
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2639
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2640
matches(/soapenv:Envelope/soapenv:Body/ns1:wsGenerateTACwithSessionIDResponse/ns1:wsGenerateTACwithSessionIDReturn, "\p{Nd}{6}" )</path><content>false</content><allowWildcards>false</allowWildcards><ignoreNamspaceDifferences>false</ignoreNamspaceDifferences></con:configuration></con:assertion><con:assertion type="GroovyScriptAssertion"><con:configuration><scriptTextimport ;
2641
2642
// extracting  TAC  response
2643
 holder = new XmlHolder( messageExchange.responseContentAsXml )
2644
def  = holder["/soapenv:Envelope/soapenv:Body/ns1:wsGenerateTACwithSessionIDResponse/ns1:wsGenerateTACwithSessionIDReturn"]
2645
messageExchange.modelItem.testStep.testCase.testSuite.project.setPropertyValue( "tacValueForSession3", tac.toString() )
2646 2:8013c4c9233f hadi
assert  != null</scriptText</con:configuration</con:assertion<con:credentials<con:authTypeGlobal  Settings</con:authType</con:credentials<con:jmsConfig ="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://upass.ws.my/WS_UPass/wsGenerateTACwithSessionIDRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:properties/></con:testCase><con:properties/></con:testSuite><con:properties><con:property><con:name>invokerUsername</con:name><con:value>UpassAdmin</con:value></con:property><con:property><con:name>invokerPassword</con:name><con:value>password</con:value></con:property><con:property><con:name>tacValue</con:name><con:value>434923</con:value></con:property><con:property><con:name>tacValueForSession</con:name><con:value>762347</con:value></con:property><con:property><con:name>securityCode</con:name><con:value>***98</con:value></con:property><con:property><con:name>rootAlias</con:name><con:value>root</con:value></con:property><con:property><con:name>rootPassword</con:name><con:value>P@ssw0rd</con:value></con:property><con:property><con:name>tacValueForSession2</con:name><con:value>043476</con:value></con:property><con:property><con:name>tacValueForSession3</con:name><con:value>***98</con:value></con:property></con:properties><con:wssContainer/><con:sensitiveInformation/></con:soapui-project>