Statistics
| Branch: | Revision:

m2u-upass-ws / test / soap-ui / UPass-soapui-project.xml @ 106:47f99e7326c0

History | View | Annotate | Download (345 KB)

1
<?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
      <wsdlsoap:address location="http://localhost:8080/m2u-upass-ws/services/WS_UPass"/>
1374
    </wsdl:port>
1375
  </wsdl:service>
1376
</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
   <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
</soapenv:Envelope>]]></con:request><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: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
   <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
</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
   <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-2</upas:adminUserAlias>
1401
         <upas:adminDesc>Test Admin</upas:adminDesc>
1402
         <upas:adminUserPassword>Passw0rd</upas:adminUserPassword>
1403
      </upas:wsAD_AddUser>
1404
   </soapenv:Body>
1405
</soapenv:Envelope>]]></con:request><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:call><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">
1406
   <soapenv:Header/>
1407
   <soapenv:Body>
1408
      <upas:wsAD_AddUser>
1409
         <upas:rootAlias>root</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
</soapenv:Envelope>]]></con:request><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: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
   <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
</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
   <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
</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
   <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
</soapenv:Envelope>]]></con:request><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: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
   <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
</soapenv:Envelope>]]></con:request><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: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
   <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
</soapenv:Envelope>]]></con:request><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_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">
1468
   <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
</soapenv:Envelope>]]></con:request><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_SuspendUserRequest"/><con:wsrmConfig version="1.2"/></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
   <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
</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
   <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
</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
   <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
</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
   <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
</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
   <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
</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
   <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
</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
   <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
</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
   <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
</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: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">
1551
   <soapenv:Header/>
1552
   <soapenv:Body>
1553
      <upas:wsDisableToken>
1554
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
1555
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
1556
         <upas:userAlias>mucsu01</upas:userAlias>
1557
      </upas:wsDisableToken>
1558
   </soapenv:Body>
1559
</soapenv:Envelope>]]></con:request><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: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
   <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
</soapenv:Envelope>]]></con:request><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: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
   <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
</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
   <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
</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
   <soapenv:Header/>
1588
   <soapenv:Body>
1589
      <upas:wsGenerateSecurityCode>
1590
         <upas:referenceId>1234567890</upas:referenceId>
1591
      </upas:wsGenerateSecurityCode>
1592
   </soapenv:Body>
1593
</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
   <soapenv:Header/>
1595
   <soapenv:Body>
1596
      <upas:wsGenerateSecurityCode>
1597
         <upas:referenceId>?</upas:referenceId>
1598
      </upas:wsGenerateSecurityCode>
1599
   </soapenv:Body>
1600
</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
   <soapenv:Header/>
1602
   <soapenv:Body>
1603
      <upas:wsGenerateTAC>
1604
         <upas:userAlias>test-user-1</upas:userAlias>
1605
      </upas:wsGenerateTAC>
1606
   </soapenv:Body>
1607
</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
   <soapenv:Header/>
1609
   <soapenv:Body>
1610
      <upas:wsGenerateTAC>
1611
         <upas:userAlias>?</upas:userAlias>
1612
      </upas:wsGenerateTAC>
1613
   </soapenv:Body>
1614
</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
   <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
</soapenv:Envelope>]]></con:request><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: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
   <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
</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
   <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
</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
   <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
</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
   <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
</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
   <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
</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: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">
1667
   <soapenv:Header/>
1668
   <soapenv:Body>
1669
      <upas:wsSP_ChangeStaticPassword>
1670
         <upas:userAlias>testUssAdmin11</upas:userAlias>
1671
         <upas:newPassword>Passw0rd11</upas:newPassword>
1672
         <upas:oldPassword>Passw0rd</upas:oldPassword>
1673
      </upas:wsSP_ChangeStaticPassword>
1674
   </soapenv:Body>
1675
</soapenv:Envelope>]]></con:request><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: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
   <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
</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: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">
1685
   <soapenv:Header/>
1686
   <soapenv:Body>
1687
      <upas:wsSP_VerifyStaticPassword>
1688
         <upas:userAlias>testUssAdmin11</upas:userAlias>
1689
         <upas:password>Passw0rd</upas:password>
1690
      </upas:wsSP_VerifyStaticPassword>
1691
   </soapenv:Body>
1692
</soapenv:Envelope>]]></con:request><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:call><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">
1693
   <soapenv:Header/>
1694
   <soapenv:Body>
1695
      <upas:wsSP_VerifyStaticPassword>
1696
         <upas:userAlias>testUssAdmin11</upas:userAlias>
1697
         <upas:password>Passw0rd</upas:password>
1698
      </upas:wsSP_VerifyStaticPassword>
1699
   </soapenv:Body>
1700
</soapenv:Envelope>]]></con:request><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: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
   <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
</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
   <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
</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
   <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
</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
   <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
</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
   <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
</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
   <soapenv:Header/>
1751
   <soapenv:Body>
1752
      <upas:wsUA_GetUserType>
1753
         <upas:userAlias>?</upas:userAlias>
1754
      </upas:wsUA_GetUserType>
1755
   </soapenv:Body>
1756
</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
   <soapenv:Header/>
1758
   <soapenv:Body>
1759
      <upas:wsUA_IsUserExist>
1760
         <upas:userAlias>test-user</upas:userAlias>
1761
      </upas:wsUA_IsUserExist>
1762
   </soapenv:Body>
1763
</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
   <soapenv:Header/>
1765
   <soapenv:Body>
1766
      <upas:wsUA_IsUserExist>
1767
         <upas:userAlias>?</upas:userAlias>
1768
      </upas:wsUA_IsUserExist>
1769
   </soapenv:Body>
1770
</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
   <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
</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
   <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
</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
   <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
</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
   <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
</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
   <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
</soapenv:Envelope>]]></con:request><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: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
   <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
</soapenv:Envelope>]]></con:request><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: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
   <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
</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
   <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
</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
   <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
</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
   <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
</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
   <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
</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
   <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
</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
   <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
</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
   <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
</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
   <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
</soapenv:Envelope>]]></con:request><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: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
   <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
</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
   <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
</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
   <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
</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
   <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
</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
   <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
</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
   <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
</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
   <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
</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
   <soapenv:Header/>
1971
   <soapenv:Body>
1972
      <upas:wsGetTokenVendor/>
1973
   </soapenv:Body>
1974
</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
   <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
</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
   <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:userPassword>AB38EADAEB746599F2C1EE90F8267F31F467347462764A24D71AC1843EE77FE3</upas:userPassword>
1995
         <upas:appId>2</upas:appId>
1996
      </upas:wsUA_AddUser>
1997
   </soapenv:Body>
1998
</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';
1999
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2000
/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">
2001
   <soapenv:Header/>
2002
   <soapenv:Body>
2003
      <upas:wsUA_IsUserExist>
2004
         <upas:userAlias>test-user-1</upas:userAlias>
2005
      </upas:wsUA_IsUserExist>
2006
   </soapenv:Body>
2007
</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';
2008
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2009
/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="wsSP_Login"><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_Login</con:operation><con:request name="wsSP_Login"><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">
2010
   <soapenv:Header/>
2011
   <soapenv:Body>
2012
      <upas:wsSP_Login>
2013
         <upas:userAlias>test-user-1</upas:userAlias>
2014
         <upas:password>8FB9027A7D8189F41917A6958A04E2505AA3EF729474153EB2E5B0E5D1A8D263</upas:password>
2015
      </upas:wsSP_Login>
2016
   </soapenv:Body>
2017
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><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"/><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">
2018
   <soapenv:Header/>
2019
   <soapenv:Body>
2020
      <upas:wsUA_GetUserType>
2021
         <upas:userAlias>test-user-1</upas:userAlias>
2022
      </upas:wsUA_GetUserType>
2023
   </soapenv:Body>
2024
</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';
2025
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2026
/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">
2027
   <soapenv:Header/>
2028
   <soapenv:Body>
2029
      <upas:wsUA_LockUser>
2030
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2031
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2032
         <upas:userAlias>test-user-1</upas:userAlias>
2033
      </upas:wsUA_LockUser>
2034
   </soapenv:Body>
2035
</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';
2036
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2037
/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">
2038
   <soapenv:Header/>
2039
   <soapenv:Body>
2040
      <upas:wsSP_VerifyStaticPassword>
2041
         <upas:userAlias>test-user-1</upas:userAlias>
2042
         <!-- <upas:password>Passw0rd</upas:password> -->
2043
         <upas:password>AB38EADAEB746599F2C1EE90F8267F31F467347462764A24D71AC1843EE77FE3</upas:password>
2044
      </upas:wsSP_VerifyStaticPassword>
2045
   </soapenv:Body>
2046
</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';
2047
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2048
/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">
2049
   <soapenv:Header/>
2050
   <soapenv:Body>
2051
      <upas:wsUA_ActivateUser>
2052
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2053
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2054
         <upas:userAlias>test-user-1</upas:userAlias>
2055
      </upas:wsUA_ActivateUser>
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
/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" 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>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">
2060
   <soapenv:Header/>
2061
   <soapenv:Body>
2062
      <upas:wsGenerateTAC>
2063
         <upas:userAlias>test-user-1</upas:userAlias>
2064
         <upas:appId>2</upas:appId>
2065
      </upas:wsGenerateTAC>
2066
   </soapenv:Body>
2067
</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';
2068
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2069
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 ;
2070

    
2071
// extracting  TAC  response
2072
 holder = new XmlHolder( messageExchange.responseContentAsXml )
2073
def  = holder["/soapenv:Envelope/soapenv:Body/ns1:wsGenerateTACResponse/ns1:wsGenerateTACReturn"]
2074
messageExchange.modelItem.testStep.testCase.testSuite.project.setPropertyValue( "tacValue", tac.toString() )
2075
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" 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>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">
2076
   <soapenv:Header/>
2077
   <soapenv:Body>
2078
      <upas:wsVerifyTAC>
2079
         <upas:userAlias>test-user-1</upas:userAlias>
2080
         <upas:inTac>${#Project#tacValue}</upas:inTac>
2081
         <upas:appId>2</upas:appId>
2082
      </upas:wsVerifyTAC>
2083
   </soapenv:Body>
2084
</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';
2085
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2086
/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" 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>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">
2087
   <soapenv:Header/>
2088
   <soapenv:Body>
2089
      <upas:wsGenerateTACwithSessionID>
2090
         <upas:userAlias>test-user-1</upas:userAlias>
2091
         <upas:sessionID>1234567890</upas:sessionID>
2092
         <upas:appId>2</upas:appId>
2093
      </upas:wsGenerateTACwithSessionID>
2094
   </soapenv:Body>
2095
</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';
2096
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2097
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 ;
2098

    
2099
// extracting  TAC  response
2100
 holder = new XmlHolder( messageExchange.responseContentAsXml )
2101
def  = holder["/soapenv:Envelope/soapenv:Body/ns1:wsGenerateTACwithSessionIDResponse/ns1:wsGenerateTACwithSessionIDReturn"]
2102
messageExchange.modelItem.testStep.testCase.testSuite.project.setPropertyValue( "tacValueForSession", tac.toString() )
2103
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" 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>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">
2104
   <soapenv:Header/>
2105
   <soapenv:Body>
2106
      <upas:wsVerifyTACwithSessionID>
2107
         <upas:userAlias>test-user-1</upas:userAlias>
2108
         <upas:inTac>${#Project#tacValueForSession}</upas:inTac>
2109
         <upas:sessionID>1234567890</upas:sessionID>
2110
         <upas:appId>2</upas:appId>
2111
      </upas:wsVerifyTACwithSessionID>
2112
   </soapenv:Body>
2113
</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';
2114
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2115
/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">
2116
   <soapenv:Header/>
2117
   <soapenv:Body>
2118
      <upas:wsUA_SuspendUser>
2119
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2120
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2121
         <upas:userAlias>test-user-1</upas:userAlias>
2122
         <upas:fromDate>?</upas:fromDate>
2123
         <upas:nMinutes>60</upas:nMinutes>
2124
      </upas:wsUA_SuspendUser>
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
/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">
2129
   <soapenv:Header/>
2130
   <soapenv:Body>
2131
      <upas:wsSP_VerifyStaticPassword>
2132
         <upas:userAlias>test-user-1</upas:userAlias>
2133
         <!-- <upas:password>Passw0rd</upas:password> -->
2134
         <upas:password>AB38EADAEB746599F2C1EE90F8267F31F467347462764A24D71AC1843EE77FE3</upas:password>
2135
      </upas:wsSP_VerifyStaticPassword>
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
/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">
2140
   <soapenv:Header/>
2141
   <soapenv:Body>
2142
      <upas:wsUA_ActivateUser>
2143
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2144
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2145
         <upas:userAlias>test-user-1</upas:userAlias>
2146
      </upas:wsUA_ActivateUser>
2147
   </soapenv:Body>
2148
</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';
2149
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2150
/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="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">
2151
   <soapenv:Header/>
2152
   <soapenv:Body>
2153
      <upas:wsSP_VerifyStaticPassword>
2154
         <upas:userAlias>test-user-1</upas:userAlias>
2155
<!--     <upas:password>Passw0rd</upas:password> -->
2156
         <upas:password>AB38EADAEB746599F2C1EE90F8267F31F467347462764A24D71AC1843EE77FE3</upas:password>
2157
      </upas:wsSP_VerifyStaticPassword>
2158
   </soapenv:Body>
2159
</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';
2160
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2161
/soapenv:Envelope/soapenv:Body/ns1:wsSP_VerifyStaticPasswordResponse/ns1:wsSP_VerifyStaticPasswordReturn</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/wsSP_VerifyStaticPasswordRequest"/><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">
2162
   <soapenv:Header/>
2163
   <soapenv:Body>
2164
      <upas:wsGenerateSecurityCode>
2165
         <upas:referenceId>1234567890</upas:referenceId>
2166
      </upas:wsGenerateSecurityCode>
2167
   </soapenv:Body>
2168
</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';
2169
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2170
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 ;
2171

    
2172
// extracting  TAC  response
2173
 holder = new XmlHolder( messageExchange.responseContentAsXml )
2174
def  = holder["/soapenv:Envelope/soapenv:Body/ns1:wsGenerateSecurityCodeResponse/ns1:wsGenerateSecurityCodeReturn"]
2175
messageExchange.modelItem.testStep.testCase.testSuite.project.setPropertyValue( "securityCode", tac.toString() )
2176
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">
2177
   <soapenv:Header/>
2178
   <soapenv:Body>
2179
      <upas:wsVerifySecurityCode>
2180
         <upas:referenceId>1234567890</upas:referenceId>
2181
         <upas:securityCode>${#Project#securityCode}</upas:securityCode>
2182
      </upas:wsVerifySecurityCode>
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
/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">
2187
   <soapenv:Header/>
2188
   <soapenv:Body>
2189
      <upas:wsAD_AddUser>
2190
         <upas:rootAlias>${#Project#rootAlias}</upas:rootAlias>
2191
         <upas:rootPassword>${#Project#rootPassword}</upas:rootPassword>
2192
         <upas:adminUserAlias>test-admin-1</upas:adminUserAlias>
2193
         <upas:adminDesc>Test Admin</upas:adminDesc>
2194
<!--     <upas:adminUserPassword>Passw0rd</upas:adminUserPassword> -->
2195
         <upas:adminUserPassword>AB38EADAEB746599F2C1EE90F8267F31F467347462764A24D71AC1843EE77FE3</upas:adminUserPassword>
2196
      </upas:wsAD_AddUser>
2197
   </soapenv:Body>
2198
</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';
2199
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2200
/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">
2201
   <soapenv:Header/>
2202
   <soapenv:Body>
2203
      <upas:wsUA_IsUserExist>
2204
         <upas:userAlias>test-admin-1</upas:userAlias>
2205
      </upas:wsUA_IsUserExist>
2206
   </soapenv:Body>
2207
</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';
2208
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2209
/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">
2210
   <soapenv:Header/>
2211
   <soapenv:Body>
2212
      <upas:wsUA_GetUserType>
2213
         <upas:userAlias>test-admin-1</upas:userAlias>
2214
      </upas:wsUA_GetUserType>
2215
   </soapenv:Body>
2216
</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';
2217
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2218
/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">
2219
   <soapenv:Header/>
2220
   <soapenv:Body>
2221
      <upas:wsAD_LockUser>
2222
         <upas:rootAlias>${#Project#rootAlias}</upas:rootAlias>
2223
         <upas:rootPassword>${#Project#rootPassword}</upas:rootPassword>
2224
         <upas:adminUserAlias>test-admin-1</upas:adminUserAlias>
2225
      </upas:wsAD_LockUser>
2226
   </soapenv:Body>
2227
</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';
2228
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2229
/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">
2230
   <soapenv:Header/>
2231
   <soapenv:Body>
2232
      <upas:wsSP_VerifyStaticPassword>
2233
         <upas:userAlias>test-admin-1</upas:userAlias>
2234
         <!-- <upas:password>Passw0rd</upas:password> -->
2235
         <upas:password>AB38EADAEB746599F2C1EE90F8267F31F467347462764A24D71AC1843EE77FE3</upas:password>
2236
      </upas:wsSP_VerifyStaticPassword>
2237
   </soapenv:Body>
2238
</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';
2239
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2240
/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">
2241
   <soapenv:Header/>
2242
   <soapenv:Body>
2243
      <upas:wsAD_ActivateUser>
2244
         <upas:rootAlias>${#Project#rootAlias}</upas:rootAlias>
2245
         <upas:rootPassword>${#Project#rootPassword}</upas:rootPassword>
2246
         <upas:adminUserAlias>test-admin-1</upas:adminUserAlias>
2247
      </upas:wsAD_ActivateUser>
2248
   </soapenv:Body>
2249
</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';
2250
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2251
/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">
2252
   <soapenv:Header/>
2253
   <soapenv:Body>
2254
      <upas:wsAD_ModifyUser>
2255
         <upas:rootAlias>${#Project#rootAlias}</upas:rootAlias>
2256
         <upas:rootPassword>${#Project#rootPassword}</upas:rootPassword>
2257
         <upas:adminUserAlias>test-admin-1</upas:adminUserAlias>
2258
         <upas:adminDesc>Test Admin</upas:adminDesc>
2259
      </upas:wsAD_ModifyUser>
2260
   </soapenv:Body>
2261
</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';
2262
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2263
/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">
2264
   <soapenv:Header/>
2265
   <soapenv:Body>
2266
      <upas:wsSP_VerifyStaticPassword>
2267
         <upas:userAlias>test-admin-1</upas:userAlias>
2268
         <!-- <upas:password>Passw0rd</upas:password> -->
2269
         <upas:password>AB38EADAEB746599F2C1EE90F8267F31F467347462764A24D71AC1843EE77FE3</upas:password>
2270
      </upas:wsSP_VerifyStaticPassword>
2271
   </soapenv:Body>
2272
</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';
2273
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2274
/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">
2275
   <soapenv:Header/>
2276
   <soapenv:Body>
2277
      <upas:wsSP_ChangeStaticPassword>
2278
         <upas:userAlias>test-admin-1</upas:userAlias>
2279
         <!-- <upas:newPassword>Passw0rd2</upas:newPassword> -->
2280
         <upas:newPassword>64036712376AF58109C972DB893BF7E87B3A5A06A4BCD5AA1E5D1E069B43A9DC</upas:newPassword>
2281
         <!-- <upas:oldPassword>Passw0rd</upas:oldPassword> -->
2282
         <upas:oldPassword>AB38EADAEB746599F2C1EE90F8267F31F467347462764A24D71AC1843EE77FE3</upas:oldPassword>
2283
      </upas:wsSP_ChangeStaticPassword>
2284
   </soapenv:Body>
2285
</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';
2286
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2287
/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">
2288
   <soapenv:Header/>
2289
   <soapenv:Body>
2290
      <upas:wsCheckPasswordReused>
2291
         <upas:userAlias>test-admin-1</upas:userAlias>
2292
<!--     <upas:password>Passw0rd</upas:password> -->
2293
         <upas:password>AB38EADAEB746599F2C1EE90F8267F31F467347462764A24D71AC1843EE77FE3</upas:password>
2294
      </upas:wsCheckPasswordReused>
2295
   </soapenv:Body>
2296
</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';
2297
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2298
/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" 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>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">
2299
   <soapenv:Header/>
2300
   <soapenv:Body>
2301
      <upas:wsGenerateTAC>
2302
         <upas:userAlias>test-admin-1</upas:userAlias>
2303
         <upas:appId>0</upas:appId>
2304
      </upas:wsGenerateTAC>
2305
   </soapenv:Body>
2306
</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';
2307
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2308
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" 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>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">
2309
   <soapenv:Header/>
2310
   <soapenv:Body>
2311
      <upas:wsDisableTAC>
2312
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2313
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2314
         <upas:userAlias>test-admin-1</upas:userAlias>
2315
      </upas:wsDisableTAC>
2316
   </soapenv:Body>
2317
</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';
2318
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2319
/soapenv:Envelope/soapenv:Body/ns1:wsDisableTACResponse/ns1:wsDisableTACReturn</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/wsDisableTACRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsResetTAC - 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>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">
2320
   <soapenv:Header/>
2321
   <soapenv:Body>
2322
      <upas:wsResetTAC>
2323
         <upas:adminUserAlias>?</upas:adminUserAlias>
2324
         <upas:adminUserPassword>?</upas:adminUserPassword>
2325
         <upas:userAlias>?</upas:userAlias>
2326
      </upas:wsResetTAC>
2327
   </soapenv:Body>
2328
</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';
2329
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2330
/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" 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>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">
2331
   <soapenv:Header/>
2332
   <soapenv:Body>
2333
      <upas:wsGenerateTACwithSessionID>
2334
         <upas:userAlias>test-admin-1</upas:userAlias>
2335
         <upas:sessionID>12345678901</upas:sessionID>
2336
         <upas:appId>0</upas:appId>
2337
      </upas:wsGenerateTACwithSessionID>
2338
   </soapenv:Body>
2339
</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';
2340
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2341
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 ;
2342

    
2343
// extracting  TAC  response
2344
 holder = new XmlHolder( messageExchange.responseContentAsXml )
2345
def  = holder["/soapenv:Envelope/soapenv:Body/ns1:wsGenerateTACwithSessionIDResponse/ns1:wsGenerateTACwithSessionIDReturn"]
2346
messageExchange.modelItem.testStep.testCase.testSuite.project.setPropertyValue( "tacValueForSession2", tac.toString() )
2347
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" 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>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">
2348
   <soapenv:Header/>
2349
   <soapenv:Body>
2350
      <upas:wsVerifyTACwithSessionID>
2351
         <upas:userAlias>test-admin-1</upas:userAlias>
2352
         <upas:inTac>${#Project#tacValueForSession2}</upas:inTac>
2353
         <upas:sessionID>12345678901</upas:sessionID>
2354
         <upas:appId>0</upas:appId>
2355
      </upas:wsVerifyTACwithSessionID>
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
/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">
2360
   <soapenv:Header/>
2361
   <soapenv:Body>
2362
      <upas:wsGenerateSecurityCode>
2363
         <upas:referenceId>12345678901</upas:referenceId>
2364
      </upas:wsGenerateSecurityCode>
2365
   </soapenv:Body>
2366
</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';
2367
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2368
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 ;
2369

    
2370
// extracting  TAC  response
2371
 holder = new XmlHolder( messageExchange.responseContentAsXml )
2372
def  = holder["/soapenv:Envelope/soapenv:Body/ns1:wsGenerateSecurityCodeResponse/ns1:wsGenerateSecurityCodeReturn"]
2373
messageExchange.modelItem.testStep.testCase.testSuite.project.setPropertyValue( "tacValueForSession3", tac.toString() )
2374
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">
2375
   <soapenv:Header/>
2376
   <soapenv:Body>
2377
      <upas:wsUA_ModifyUser>
2378
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2379
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2380
         <upas:userAlias>test-admin-1</upas:userAlias>
2381
         <upas:userDesc>Test User 1 (Modified)</upas:userDesc>
2382
         <upas:userPassword></upas:userPassword>
2383
      </upas:wsUA_ModifyUser>
2384
   </soapenv:Body>
2385
</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';
2386
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2387
/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">
2388
   <soapenv:Header/>
2389
   <soapenv:Body>
2390
      <upas:wsUA_SuspendUser>
2391
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2392
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2393
         <upas:userAlias>test-user-1</upas:userAlias>
2394
         <upas:fromDate>?</upas:fromDate>
2395
         <upas:nMinutes>60</upas:nMinutes>
2396
      </upas:wsUA_SuspendUser>
2397
   </soapenv:Body>
2398
</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';
2399
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2400
/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">
2401
   <soapenv:Header/>
2402
   <soapenv:Body>
2403
      <upas:wsUA_AddUser>
2404
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2405
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2406
         <upas:userAlias>test-user-1</upas:userAlias>
2407
         <upas:userDesc>Test User 1</upas:userDesc>
2408
         <!-- <upas:userPassword>Passw0rd</upas:userPassword> -->
2409
         <upas:userPassword>AB38EADAEB746599F2C1EE90F8267F31F467347462764A24D71AC1843EE77FE3</upas:userPassword>
2410
         <upas:appId>2</upas:appId>
2411
      </upas:wsUA_AddUser>
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
/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">
2416
   <soapenv:Header/>
2417
   <soapenv:Body>
2418
      <upas:wsUA_IsUserExist>
2419
         <upas:userAlias>test-user-1</upas:userAlias>
2420
      </upas:wsUA_IsUserExist>
2421
   </soapenv:Body>
2422
</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';
2423
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2424
/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">
2425
   <soapenv:Header/>
2426
   <soapenv:Body>
2427
      <upas:wsUA_GetUserType>
2428
         <upas:userAlias>test-user-1</upas:userAlias>
2429
      </upas:wsUA_GetUserType>
2430
   </soapenv:Body>
2431
</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';
2432
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2433
/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">
2434
   <soapenv:Header/>
2435
   <soapenv:Body>
2436
      <upas:wsUA_LockUser>
2437
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2438
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2439
         <upas:userAlias>test-user-1</upas:userAlias>
2440
      </upas:wsUA_LockUser>
2441
   </soapenv:Body>
2442
</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';
2443
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2444
/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">
2445
   <soapenv:Header/>
2446
   <soapenv:Body>
2447
      <upas:wsSP_VerifyStaticPassword>
2448
         <upas:userAlias>test-user-1</upas:userAlias>
2449
         <!-- <upas:password>Passw0rd</upas:password> -->
2450
         <upas:password>AB38EADAEB746599F2C1EE90F8267F31F467347462764A24D71AC1843EE77FE3</upas:password>
2451
      </upas:wsSP_VerifyStaticPassword>
2452
   </soapenv:Body>
2453
</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';
2454
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2455
/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">
2456
   <soapenv:Header/>
2457
   <soapenv:Body>
2458
      <upas:wsUA_ActivateUser>
2459
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2460
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2461
         <upas:userAlias>test-user-1</upas:userAlias>
2462
      </upas:wsUA_ActivateUser>
2463
   </soapenv:Body>
2464
</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';
2465
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2466
/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" 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>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">
2467
   <soapenv:Header/>
2468
   <soapenv:Body>
2469
      <upas:wsGenerateTAC>
2470
         <upas:userAlias>test-user-1</upas:userAlias>
2471
         <upas:appId>2</upas:appId>
2472
      </upas:wsGenerateTAC>
2473
   </soapenv:Body>
2474
</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';
2475
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2476
/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" 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>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">
2477
   <soapenv:Header/>
2478
   <soapenv:Body>
2479
      <upas:wsVerifyTAC>
2480
         <upas:userAlias>test-user-1</upas:userAlias>
2481
         <upas:inTac>anyValue</upas:inTac>
2482
         <upas:appId>2</upas:appId>
2483
      </upas:wsVerifyTAC>
2484
   </soapenv:Body>
2485
</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';
2486
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2487
/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="wsVerifyTAC - Request 3" 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>wsVerifyTAC</con:operation><con:request name="wsVerifyTAC - 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">
2488
   <soapenv:Header/>
2489
   <soapenv:Body>
2490
      <upas:wsVerifyTAC>
2491
         <upas:userAlias>ghost</upas:userAlias>
2492
         <upas:inTac>anyValue</upas:inTac>
2493
         <upas:appId>2</upas:appId>
2494
      </upas:wsVerifyTAC>
2495
   </soapenv:Body>
2496
</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';
2497
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2498
/soapenv:Envelope/soapenv:Body/ns1:wsVerifyTACResponse/ns1:wsVerifyTACReturn</path><content>6</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" 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>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">
2499
   <soapenv:Header/>
2500
   <soapenv:Body>
2501
      <upas:wsGenerateTACwithSessionID>
2502
         <upas:userAlias>test-user-1</upas:userAlias>
2503
         <upas:sessionID>1234567890</upas:sessionID>
2504
         <upas:appId>2</upas:appId>
2505
      </upas:wsGenerateTACwithSessionID>
2506
   </soapenv:Body>
2507
</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';
2508
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2509
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" 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>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">
2510
   <soapenv:Header/>
2511
   <soapenv:Body>
2512
      <upas:wsVerifyTACwithSessionID>
2513
         <upas:userAlias>test-user-1</upas:userAlias>
2514
         <upas:inTac>${#Project#tacValueForSession}</upas:inTac>
2515
         <upas:sessionID>1234567890</upas:sessionID>
2516
         <upas:appId>2</upas:appId>
2517
      </upas:wsVerifyTACwithSessionID>
2518
   </soapenv:Body>
2519
</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';
2520
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2521
/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">
2522
   <soapenv:Header/>
2523
   <soapenv:Body>
2524
      <upas:wsUA_SuspendUser>
2525
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2526
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2527
         <upas:userAlias>test-user-1</upas:userAlias>
2528
         <upas:fromDate>?</upas:fromDate>
2529
         <upas:nMinutes>60</upas:nMinutes>
2530
      </upas:wsUA_SuspendUser>
2531
   </soapenv:Body>
2532
</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';
2533
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2534
/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">
2535
   <soapenv:Header/>
2536
   <soapenv:Body>
2537
      <upas:wsSP_VerifyStaticPassword>
2538
         <upas:userAlias>test-user-1</upas:userAlias>
2539
         <!-- <upas:password>Passw0rd</upas:password> -->
2540
         <upas:password>AB38EADAEB746599F2C1EE90F8267F31F467347462764A24D71AC1843EE77FE3</upas:password>
2541
      </upas:wsSP_VerifyStaticPassword>
2542
   </soapenv:Body>
2543
</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';
2544
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2545
/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">
2546
   <soapenv:Header/>
2547
   <soapenv:Body>
2548
      <upas:wsUA_ActivateUser>
2549
         <upas:adminUserAlias></upas:adminUserAlias>
2550
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2551
         <upas:userAlias>test-user-1</upas:userAlias>
2552
      </upas:wsUA_ActivateUser>
2553
   </soapenv:Body>
2554
</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';
2555
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2556
/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" 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="" 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">
2557
   <soapenv:Header/>
2558
   <soapenv:Body>
2559
      <upas:wsGenerateSecurityCode>
2560
         <upas:referenceId>1234567890</upas:referenceId>
2561
      </upas:wsGenerateSecurityCode>
2562
   </soapenv:Body>
2563
</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';
2564
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2565
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 ;
2566

    
2567
// extracting  TAC  response
2568
 holder = new XmlHolder( messageExchange.responseContentAsXml )
2569
def  = holder["/soapenv:Envelope/soapenv:Body/ns1:wsGenerateSecurityCodeResponse/ns1:wsGenerateSecurityCodeReturn"]
2570
messageExchange.modelItem.testStep.testCase.testSuite.project.setPropertyValue( "securityCode", tac.toString() )
2571
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">
2572
   <soapenv:Header/>
2573
   <soapenv:Body>
2574
      <upas:wsVerifySecurityCode>
2575
         <upas:referenceId>1234567890</upas:referenceId>
2576
         <upas:securityCode>${#Project#securityCode}</upas:securityCode>
2577
      </upas:wsVerifySecurityCode>
2578
   </soapenv:Body>
2579
</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';
2580
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2581
/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:testStep type="request" name="wsUA_ActivateUser - Invalid Input"><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 - Invalid Input" 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">
2582
   <soapenv:Header/>
2583
   <soapenv:Body>
2584
      <upas:wsUA_ActivateUser>
2585
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2586
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2587
        
2588
      </upas:wsUA_ActivateUser>
2589
   </soapenv:Body>
2590
</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';
2591
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2592
/soapenv:Envelope/soapenv:Body/ns1:wsUA_ActivateUserResponse/ns1:wsUA_ActivateUserReturn</path><content>97</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="wsUA_ActivateUser - UserNotFound"><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 - UserNotFound" 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">
2593
   <soapenv:Header/>
2594
   <soapenv:Body>
2595
      <upas:wsUA_ActivateUser>
2596
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2597
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2598
         <upas:userAlias>ghost</upas:userAlias>
2599
      </upas:wsUA_ActivateUser>
2600
   </soapenv:Body>
2601
</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';
2602
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2603
/soapenv:Envelope/soapenv:Body/ns1:wsUA_ActivateUserResponse/ns1:wsUA_ActivateUserReturn</path><content>6</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="wsSP_ChangeStaticPassword - UserNotFound"><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 - UserNotFound" 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">
2604
   <soapenv:Header/>
2605
   <soapenv:Body>
2606
      <upas:wsSP_ChangeStaticPassword>
2607
         <upas:userAlias>ghost</upas:userAlias>
2608
         <!-- <upas:newPassword>Passw0rd2</upas:newPassword> -->
2609
         <upas:newPassword>64036712376AF58109C972DB893BF7E87B3A5A06A4BCD5AA1E5D1E069B43A9DC</upas:newPassword>
2610
         <!-- <upas:oldPassword>Passw0rd</upas:oldPassword> -->
2611
         <upas:oldPassword>AB38EADAEB746599F2C1EE90F8267F31F467347462764A24D71AC1843EE77FE3</upas:oldPassword>
2612
      </upas:wsSP_ChangeStaticPassword>
2613
   </soapenv:Body>
2614
</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';
2615
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2616
/soapenv:Envelope/soapenv:Body/ns1:wsSP_ChangeStaticPasswordResponse/ns1:wsSP_ChangeStaticPasswordReturn</path><content>6</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_ChangeStaticPasswordRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsSP_ChangeStaticPassword - PassChangeInt"><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 - PassChangeInt" 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">
2617
   <soapenv:Header/>
2618
   <soapenv:Body>
2619
      <upas:wsSP_ChangeStaticPassword>
2620
         <upas:userAlias>test-user-1</upas:userAlias>
2621
         <!-- <upas:newPassword>Passw0rd2</upas:newPassword> -->
2622
         <upas:newPassword>64036712376AF58109C972DB893BF7E87B3A5A06A4BCD5AA1E5D1E069B43A9DC</upas:newPassword>
2623
         <!-- <upas:oldPassword>Passw0rd</upas:oldPassword> -->
2624
         <upas:oldPassword>AB38EADAEB746599F2C1EE90F8267F31F467347462764A24D71AC1843EE77FE3</upas:oldPassword>
2625
      </upas:wsSP_ChangeStaticPassword>
2626
   </soapenv:Body>
2627
</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';
2628
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2629
/soapenv:Envelope/soapenv:Body/ns1:wsSP_ChangeStaticPasswordResponse/ns1:wsSP_ChangeStaticPasswordReturn</path><content>28</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_ChangeStaticPasswordRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsCheckPasswordReused - Invalid Input"><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 - Invalid Input" 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">
2630
   <soapenv:Header/>
2631
   <soapenv:Body>
2632
      <upas:wsCheckPasswordReused>
2633
         <upas:userAlias>?</upas:userAlias>
2634
      </upas:wsCheckPasswordReused>
2635
   </soapenv:Body>
2636
</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';
2637
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2638
/soapenv:Envelope/soapenv:Body/ns1:wsCheckPasswordReusedResponse/ns1:wsCheckPasswordReusedReturn</path><content>97</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/wsCheckPasswordReusedRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsCheckPasswordReused - UserNotFound"><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 - UserNotFound" 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">
2639
   <soapenv:Header/>
2640
   <soapenv:Body>
2641
      <upas:wsCheckPasswordReused>
2642
         <upas:userAlias>ghost</upas:userAlias>
2643
         <!-- <upas:password>Passw0rd</upas:password> -->
2644
         <upas:password>AB38EADAEB746599F2C1EE90F8267F31F467347462764A24D71AC1843EE77FE3</upas:password>
2645
      </upas:wsCheckPasswordReused>
2646
   </soapenv:Body>
2647
</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';
2648
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2649
/soapenv:Envelope/soapenv:Body/ns1:wsCheckPasswordReusedResponse/ns1:wsCheckPasswordReusedReturn</path><content>6</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/wsCheckPasswordReusedRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUA_LockUser - LockSuper"><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 - LockSuper" 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">
2650
   <soapenv:Header/>
2651
   <soapenv:Body>
2652
      <upas:wsUA_LockUser>
2653
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2654
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2655
         <upas:userAlias>administrator</upas:userAlias>
2656
      </upas:wsUA_LockUser>
2657
   </soapenv:Body>
2658
</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';
2659
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2660
/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="wsCheckPasswordReused - Locked"><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 - Locked" 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">
2661
   <soapenv:Header/>
2662
   <soapenv:Body>
2663
      <upas:wsCheckPasswordReused>
2664
         <upas:userAlias>administrator</upas:userAlias>
2665
         <!-- <upas:password>Passw0rd</upas:password> -->
2666
         <upas:password>AB38EADAEB746599F2C1EE90F8267F31F467347462764A24D71AC1843EE77FE3</upas:password>
2667
      </upas:wsCheckPasswordReused>
2668
   </soapenv:Body>
2669
</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';
2670
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2671
/soapenv:Envelope/soapenv:Body/ns1:wsCheckPasswordReusedResponse/ns1:wsCheckPasswordReusedReturn</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/wsCheckPasswordReusedRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUA_ActivateUser - OnSuper"><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 - OnSuper" 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">
2672
   <soapenv:Header/>
2673
   <soapenv:Body>
2674
      <upas:wsUA_ActivateUser>
2675
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2676
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2677
         <upas:userAlias>administrator</upas:userAlias>
2678
      </upas:wsUA_ActivateUser>
2679
   </soapenv:Body>
2680
</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';
2681
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2682
/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="wsSP_VerifyStaticPassword - first"><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 - first"><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">
2683
   <soapenv:Header/>
2684
   <soapenv:Body>
2685
      <upas:wsSP_VerifyStaticPassword>
2686
         <upas:userAlias>administrator</upas:userAlias>
2687
         <upas:password>test</upas:password>
2688
      </upas:wsSP_VerifyStaticPassword>
2689
   </soapenv:Body>
2690
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2691
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2692
/soapenv:Envelope/soapenv:Body/ns1:wsSP_VerifyStaticPasswordResponse/ns1:wsSP_VerifyStaticPasswordReturn</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsSP_VerifyStaticPassword - second"><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 - second"><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">
2693
   <soapenv:Header/>
2694
   <soapenv:Body>
2695
      <upas:wsSP_VerifyStaticPassword>
2696
         <upas:userAlias>administrator</upas:userAlias>
2697
         <upas:password>test</upas:password>
2698
      </upas:wsSP_VerifyStaticPassword>
2699
   </soapenv:Body>
2700
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2701
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2702
/soapenv:Envelope/soapenv:Body/ns1:wsSP_VerifyStaticPasswordResponse/ns1:wsSP_VerifyStaticPasswordReturn</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsSP_VerifyStaticPassword - third"><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 - third"><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">
2703
   <soapenv:Header/>
2704
   <soapenv:Body>
2705
      <upas:wsSP_VerifyStaticPassword>
2706
         <upas:userAlias>administrator</upas:userAlias>
2707
         <upas:password>test</upas:password>
2708
      </upas:wsSP_VerifyStaticPassword>
2709
   </soapenv:Body>
2710
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2711
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2712
/soapenv:Envelope/soapenv:Body/ns1:wsSP_VerifyStaticPasswordResponse/ns1:wsSP_VerifyStaticPasswordReturn</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsCheckPasswordReused - TempLocked"><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 - TempLocked" 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">
2713
   <soapenv:Header/>
2714
   <soapenv:Body>
2715
      <upas:wsCheckPasswordReused>
2716
         <upas:userAlias>administrator</upas:userAlias>
2717
         <!-- <upas:password>Passw0rd</upas:password> -->
2718
         <upas:password>AB38EADAEB746599F2C1EE90F8267F31F467347462764A24D71AC1843EE77FE3</upas:password>
2719
      </upas:wsCheckPasswordReused>
2720
   </soapenv:Body>
2721
</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';
2722
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2723
/soapenv:Envelope/soapenv:Body/ns1:wsCheckPasswordReusedResponse/ns1:wsCheckPasswordReusedReturn</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/wsCheckPasswordReusedRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUA_ActivateUser - OnSuperAgain"><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 - OnSuperAgain" 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">
2724
   <soapenv:Header/>
2725
   <soapenv:Body>
2726
      <upas:wsUA_ActivateUser>
2727
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2728
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2729
         <upas:userAlias>administrator</upas:userAlias>
2730
      </upas:wsUA_ActivateUser>
2731
   </soapenv:Body>
2732
</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';
2733
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2734
/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="wsUA_ActivateUser - OnTestAdmin"><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 - OnTestAdmin" 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">
2735
   <soapenv:Header/>
2736
   <soapenv:Body>
2737
      <upas:wsUA_ActivateUser>
2738
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2739
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2740
         <upas:userAlias>test-user-1</upas:userAlias>
2741
      </upas:wsUA_ActivateUser>
2742
   </soapenv:Body>
2743
</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';
2744
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2745
/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="wsCheckPasswordReused - Reuse"><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 - Reuse" 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">
2746
   <soapenv:Header/>
2747
   <soapenv:Body>
2748
      <upas:wsCheckPasswordReused>
2749
         <upas:userAlias>test-user-1</upas:userAlias>
2750
         <!-- <upas:password>Passw0rd</upas:password> -->
2751
         <upas:password>AB38EADAEB746599F2C1EE90F8267F31F467347462764A24D71AC1843EE77FE3</upas:password>
2752
      </upas:wsCheckPasswordReused>
2753
   </soapenv:Body>
2754
</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';
2755
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2756
/soapenv:Envelope/soapenv:Body/ns1:wsCheckPasswordReusedResponse/ns1:wsCheckPasswordReusedReturn</path><content>3</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/wsCheckPasswordReusedRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsCheckPasswordReused - Success"><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 - Success" 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">
2757
   <soapenv:Header/>
2758
   <soapenv:Body>
2759
      <upas:wsCheckPasswordReused>
2760
         <upas:userAlias>test-user-1</upas:userAlias>
2761
         <!-- <upas:password>Passw0rd123</upas:password> -->
2762
         <upas:password>FA870A2658FC49993579F7471D86D0A54CA1267E52D3F9BE2395D6F3689BDCC7</upas:password>
2763
      </upas:wsCheckPasswordReused>
2764
   </soapenv:Body>
2765
</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';
2766
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2767
/soapenv:Envelope/soapenv:Body/ns1:wsCheckPasswordReusedResponse/ns1:wsCheckPasswordReusedReturn</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/wsCheckPasswordReusedRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUA_DeleteUser - Invalid Input"><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_DeleteUser</con:operation><con:request name="wsUA_DeleteUser - Invalid Input"><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">
2768
   <soapenv:Header/>
2769
   <soapenv:Body>
2770
      <upas:wsUA_DeleteUser>
2771
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2772
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2773
         
2774
      </upas:wsUA_DeleteUser>
2775
   </soapenv:Body>
2776
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2777
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2778
/soapenv:Envelope/soapenv:Body/ns1:wsUA_DeleteUserResponse/ns1:wsUA_DeleteUserReturn</path><content>97</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUA_DeleteUser - Invalid Input 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_DeleteUser</con:operation><con:request name="wsUA_DeleteUser - Invalid Input 2"><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">
2779
   <soapenv:Header/>
2780
   <soapenv:Body>
2781
      <upas:wsUA_DeleteUser>
2782
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2783
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2784
         <upas:userAlias>ghost</upas:userAlias>
2785
      </upas:wsUA_DeleteUser>
2786
   </soapenv:Body>
2787
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2788
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2789
/soapenv:Envelope/soapenv:Body/ns1:wsUA_DeleteUserResponse/ns1:wsUA_DeleteUserReturn</path><content>97</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUA_GetUserType - UserNotFound"><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 - UserNotFound"><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">
2790
   <soapenv:Header/>
2791
   <soapenv:Body>
2792
      <upas:wsUA_GetUserType>
2793
         <upas:userAlias>ghost</upas:userAlias>
2794
      </upas:wsUA_GetUserType>
2795
   </soapenv:Body>
2796
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2797
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2798
/soapenv:Envelope/soapenv:Body/ns1:wsUA_GetUserTypeResponse/ns1:wsUA_GetUserTypeReturn</path><content>6</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsResetTAC - UserNotFound"><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 - UserNotFound"><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">
2799
   <soapenv:Header/>
2800
   <soapenv:Body>
2801
      <upas:wsResetTAC>
2802
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2803
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2804
         <upas:userAlias>ghost</upas:userAlias>
2805
      </upas:wsResetTAC>
2806
   </soapenv:Body>
2807
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2808
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2809
/soapenv:Envelope/soapenv:Body/ns1:wsResetTACResponse/ns1:wsResetTACReturn</path><content>6</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsDisableTAC - UserNotFound"><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 - UserNotFound" 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">
2810
   <soapenv:Header/>
2811
   <soapenv:Body>
2812
      <upas:wsDisableTAC>
2813
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2814
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2815
         <upas:userAlias>ghost</upas:userAlias>
2816
      </upas:wsDisableTAC>
2817
   </soapenv:Body>
2818
</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';
2819
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2820
/soapenv:Envelope/soapenv:Body/ns1:wsDisableTACResponse/ns1:wsDisableTACReturn</path><content>6</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/wsDisableTACRequest"/><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:testStep type="request" name="wsAD_AddUser - Invalid Input"><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 - Invalid Input"><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">
2821
   <soapenv:Header/>
2822
   <soapenv:Body>
2823
      <upas:wsAD_AddUser>
2824
         <upas:rootAlias>?</upas:rootAlias>
2825
         <upas:rootPassword>?</upas:rootPassword>
2826
         
2827
         <upas:adminDesc>?</upas:adminDesc>
2828
         <upas:adminUserPassword>?</upas:adminUserPassword>
2829
      </upas:wsAD_AddUser>
2830
   </soapenv:Body>
2831
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2832
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2833
/soapenv:Envelope/soapenv:Body/ns1:wsAD_AddUserResponse/ns1:wsAD_AddUserReturn</path><content>17</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsAD_AddUser - Invalid Input 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>wsAD_AddUser</con:operation><con:request name="wsAD_AddUser - Invalid Input 2"><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">
2834
   <soapenv:Header/>
2835
   <soapenv:Body>
2836
      <upas:wsAD_AddUser>
2837
         <upas:rootAlias>${#Project#rootAlias}</upas:rootAlias>
2838
         <upas:rootPassword>${#Project#rootPassword}</upas:rootPassword>
2839
         
2840
         <upas:adminDesc>?</upas:adminDesc>
2841
         <upas:adminUserPassword>?</upas:adminUserPassword>
2842
      </upas:wsAD_AddUser>
2843
   </soapenv:Body>
2844
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2845
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2846
/soapenv:Envelope/soapenv:Body/ns1:wsAD_AddUserResponse/ns1:wsAD_AddUserReturn</path><content>97</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsAD_AddUser - Invalid Alias"><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 - Invalid Alias"><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">
2847
   <soapenv:Header/>
2848
   <soapenv:Body>
2849
      <upas:wsAD_AddUser>
2850
         <upas:rootAlias>${#Project#rootAlias}</upas:rootAlias>
2851
         <upas:rootPassword>${#Project#rootPassword}</upas:rootPassword>
2852
         <upas:adminUserAlias>#####</upas:adminUserAlias>
2853
         <upas:adminDesc>?</upas:adminDesc>
2854
         <upas:adminUserPassword>?</upas:adminUserPassword>
2855
      </upas:wsAD_AddUser>
2856
   </soapenv:Body>
2857
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2858
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2859
/soapenv:Envelope/soapenv:Body/ns1:wsAD_AddUserResponse/ns1:wsAD_AddUserReturn</path><content>16</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsAD_AddUser - Invalid Pwd" 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>wsAD_AddUser</con:operation><con:request name="wsAD_AddUser - Invalid Pwd"><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">
2860
   <soapenv:Header/>
2861
   <soapenv:Body>
2862
      <upas:wsAD_AddUser>
2863
         <upas:rootAlias>${#Project#rootAlias}</upas:rootAlias>
2864
         <upas:rootPassword>${#Project#rootPassword}</upas:rootPassword>
2865
         <upas:adminUserAlias>fail-admin</upas:adminUserAlias>
2866
         <upas:adminDesc>?</upas:adminDesc>
2867
         <upas:adminUserPassword>abc</upas:adminUserPassword>
2868
      </upas:wsAD_AddUser>
2869
   </soapenv:Body>
2870
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2871
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2872
/soapenv:Envelope/soapenv:Body/ns1:wsAD_AddUserResponse/ns1:wsAD_AddUserReturn</path><content>96</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsGenerateTAC - UserNotFound" 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>wsGenerateTAC</con:operation><con:request name="wsGenerateTAC - UserNotFound"><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">
2873
   <soapenv:Header/>
2874
   <soapenv:Body>
2875
      <upas:wsGenerateTAC>
2876
         <upas:userAlias>ghost</upas:userAlias>
2877
         <upas:appId>2</upas:appId>
2878
      </upas:wsGenerateTAC>
2879
   </soapenv:Body>
2880
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2881
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2882
/soapenv:Envelope/soapenv:Body/ns1:wsGenerateTACResponse/ns1:wsGenerateTACReturn</path><content>***6</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsAD_LockUser - Invalid Input"><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 - Invalid Input"><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">
2883
   <soapenv:Header/>
2884
   <soapenv:Body>
2885
      <upas:wsAD_LockUser>
2886
         <upas:rootAlias>${#Project#rootAlias}</upas:rootAlias>
2887
         <upas:rootPassword>${#Project#rootPassword}</upas:rootPassword>
2888
         
2889
      </upas:wsAD_LockUser>
2890
   </soapenv:Body>
2891
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2892
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2893
/soapenv:Envelope/soapenv:Body/ns1:wsAD_LockUserResponse/ns1:wsAD_LockUserReturn</path><content>97</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsAD_LockUser - UserNotFound"><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 - UserNotFound"><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">
2894
   <soapenv:Header/>
2895
   <soapenv:Body>
2896
      <upas:wsAD_LockUser>
2897
         <upas:rootAlias>${#Project#rootAlias}</upas:rootAlias>
2898
         <upas:rootPassword>${#Project#rootPassword}</upas:rootPassword>
2899
         <upas:adminUserAlias>ghost</upas:adminUserAlias>
2900
      </upas:wsAD_LockUser>
2901
   </soapenv:Body>
2902
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2903
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2904
/soapenv:Envelope/soapenv:Body/ns1:wsAD_LockUserResponse/ns1:wsAD_LockUserReturn</path><content>6</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsAD_ModifyUser - Invalid Input"><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 - Invalid Input"><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">
2905
   <soapenv:Header/>
2906
   <soapenv:Body>
2907
      <upas:wsAD_ModifyUser>
2908
         <upas:rootAlias>${#Project#rootAlias}</upas:rootAlias>
2909
         <upas:rootPassword>${#Project#rootPassword}</upas:rootPassword>
2910
         <upas:adminDesc>?</upas:adminDesc>
2911
         <upas:adminUserPassword>?</upas:adminUserPassword>
2912
      </upas:wsAD_ModifyUser>
2913
   </soapenv:Body>
2914
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2915
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2916
/soapenv:Envelope/soapenv:Body/ns1:wsAD_ModifyUserResponse/ns1:wsAD_ModifyUserReturn</path><content>97</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsAD_ModifyUser - UserNotFound"><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 - UserNotFound"><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">
2917
   <soapenv:Header/>
2918
   <soapenv:Body>
2919
      <upas:wsAD_ModifyUser>
2920
         <upas:rootAlias>${#Project#rootAlias}</upas:rootAlias>
2921
         <upas:rootPassword>${#Project#rootPassword}</upas:rootPassword>
2922
         <upas:adminUserAlias>ghost</upas:adminUserAlias>
2923
         <upas:adminDesc>?</upas:adminDesc>
2924
         <upas:adminUserPassword>?</upas:adminUserPassword>
2925
      </upas:wsAD_ModifyUser>
2926
   </soapenv:Body>
2927
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2928
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2929
/soapenv:Envelope/soapenv:Body/ns1:wsAD_ModifyUserResponse/ns1:wsAD_ModifyUserReturn</path><content>6</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsAD_ModifyUser - Invalid Pwd" 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>wsAD_ModifyUser</con:operation><con:request name="wsAD_ModifyUser - Invalid Pwd"><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">
2930
   <soapenv:Header/>
2931
   <soapenv:Body>
2932
      <upas:wsAD_ModifyUser>
2933
         <upas:rootAlias>${#Project#rootAlias}</upas:rootAlias>
2934
         <upas:rootPassword>${#Project#rootPassword}</upas:rootPassword>
2935
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2936
         <upas:adminDesc>?</upas:adminDesc>
2937
         <upas:adminUserPassword>abc</upas:adminUserPassword>
2938
      </upas:wsAD_ModifyUser>
2939
   </soapenv:Body>
2940
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2941
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2942
/soapenv:Envelope/soapenv:Body/ns1:wsAD_ModifyUserResponse/ns1:wsAD_ModifyUserReturn</path><content>96</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsSP_VerifyPasswordComplexity - Weak"><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_VerifyPasswordComplexity</con:operation><con:request name="wsSP_VerifyPasswordComplexity - Weak"><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">
2943
   <soapenv:Header/>
2944
   <soapenv:Body>
2945
      <upas:wsSP_VerifyPasswordComplexity>
2946
         <upas:password>--</upas:password>
2947
         <upas:applicationId>2</upas:applicationId>
2948
      </upas:wsSP_VerifyPasswordComplexity>
2949
   </soapenv:Body>
2950
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
2951
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2952
/soapenv:Envelope/soapenv:Body/ns1:wsSP_VerifyPasswordComplexityResponse/ns1:wsSP_VerifyPasswordComplexityReturn</path><content>96</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"/><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="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">
2953
   <soapenv:Header/>
2954
   <soapenv:Body>
2955
      <upas:wsAssignTokenToUser>
2956
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2957
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2958
         <upas:serialNumber>1497524840</upas:serialNumber>
2959
         <upas:userAlias>test-user-0</upas:userAlias>
2960
      </upas:wsAssignTokenToUser>
2961
   </soapenv:Body>
2962
</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';
2963
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2964
/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">
2965
   <soapenv:Header/>
2966
   <soapenv:Body>
2967
      <upas:wsGenerateTACwithSessionID>
2968
         <upas:userAlias>test-user-0</upas:userAlias>
2969
         <upas:sessionID>1497524840</upas:sessionID>
2970
      </upas:wsGenerateTACwithSessionID>
2971
   </soapenv:Body>
2972
</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';
2973
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2974
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 ;
2975

    
2976
// extracting  TAC  response
2977
 holder = new XmlHolder( messageExchange.responseContentAsXml )
2978
def  = holder["/soapenv:Envelope/soapenv:Body/ns1:wsGenerateTACwithSessionIDResponse/ns1:wsGenerateTACwithSessionIDReturn"]
2979
messageExchange.modelItem.testStep.testCase.testSuite.project.setPropertyValue( "tacValueForSession3", tac.toString() )
2980
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">
2981
   <soapenv:Header/>
2982
   <soapenv:Body>
2983
      <upas:wsVerifyToken>
2984
         <upas:userAlias>test-user-1</upas:userAlias>
2985
         <upas:inPassword>150051</upas:inPassword>
2986
      </upas:wsVerifyToken>
2987
   </soapenv:Body>
2988
</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';
2989
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
2990
/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">
2991
   <soapenv:Header/>
2992
   <soapenv:Body>
2993
      <upas:wsDisableToken>
2994
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
2995
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
2996
         <upas:userAlias>test-user-0</upas:userAlias>
2997
      </upas:wsDisableToken>
2998
   </soapenv:Body>
2999
</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';
3000
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
3001
/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">
3002
   <soapenv:Header/>
3003
   <soapenv:Body>
3004
      <upas:wsVerifyToken>
3005
         <upas:userAlias>test-user-1</upas:userAlias>
3006
         <upas:inPassword>806577</upas:inPassword>
3007
      </upas:wsVerifyToken>
3008
   </soapenv:Body>
3009
</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';
3010
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
3011
/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">
3012
   <soapenv:Header/>
3013
   <soapenv:Body>
3014
      <upas:wsEnableToken>
3015
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
3016
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
3017
         <upas:userAlias>test-user-0</upas:userAlias>
3018
      </upas:wsEnableToken>
3019
   </soapenv:Body>
3020
</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';
3021
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
3022
/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">
3023
   <soapenv:Header/>
3024
   <soapenv:Body>
3025
      <upas:wsVerifyToken>
3026
         <upas:userAlias>test-user-1</upas:userAlias>
3027
         <upas:inPassword>806577</upas:inPassword>
3028
      </upas:wsVerifyToken>
3029
   </soapenv:Body>
3030
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
3031
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
3032
/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">
3033
   <soapenv:Header/>
3034
   <soapenv:Body>
3035
      <upas:wsUnassignTokenFromUser>
3036
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
3037
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
3038
         <upas:userAlias>test-user-0</upas:userAlias>
3039
      </upas:wsUnassignTokenFromUser>
3040
   </soapenv:Body>
3041
</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';
3042
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
3043
/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">
3044
   <soapenv:Header/>
3045
   <soapenv:Body>
3046
      <upas:wsGenerateTACwithSessionID>
3047
         <upas:userAlias>test-user-0</upas:userAlias>
3048
         <upas:sessionID>1497524840</upas:sessionID>
3049
      </upas:wsGenerateTACwithSessionID>
3050
   </soapenv:Body>
3051
</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';
3052
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
3053
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 ;
3054

    
3055
// extracting  TAC  response
3056
 holder = new XmlHolder( messageExchange.responseContentAsXml )
3057
def  = holder["/soapenv:Envelope/soapenv:Body/ns1:wsGenerateTACwithSessionIDResponse/ns1:wsGenerateTACwithSessionIDReturn"]
3058
messageExchange.modelItem.testStep.testCase.testSuite.project.setPropertyValue( "tacValueForSession3", tac.toString() )
3059
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:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="FinalUserTest" searchProperties="true" id="87a4c8df-1bfb-49a7-b90d-6603a8008855"><con:settings/><con:testStep type="request" name="wsGenerateTACwithSessionIDNonce" 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>wsGenerateTACwithSessionIDNonce</con:operation><con:request name="wsGenerateTACwithSessionIDNonce"><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">
3060
   <soapenv:Header/>
3061
   <soapenv:Body>
3062
      <upas:wsGenerateTACwithSessionIDNonce>
3063
         <upas:userAlias>test-user-1</upas:userAlias>
3064
         <upas:sessionID>0987654321</upas:sessionID>
3065
         <upas:nonce>T</upas:nonce>
3066
         <upas:appId>2</upas:appId>
3067
      </upas:wsGenerateTACwithSessionIDNonce>
3068
   </soapenv:Body>
3069
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
3070
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
3071
matches( /soapenv:Envelope/soapenv:Body/ns1:wsGenerateTACwithSessionIDNonceResponse/ns1:wsGenerateTACwithSessionIDNonceReturn, "\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 ;
3072

    
3073
// extracting  TAC  response
3074
 holder = new XmlHolder( messageExchange.responseContentAsXml )
3075
def  = holder["/soapenv:Envelope/soapenv:Body/ns1:wsGenerateTACwithSessionIDNonceResponse/ns1:wsGenerateTACwithSessionIDNonceReturn"]
3076
messageExchange.modelItem.testStep.testCase.testSuite.project.setPropertyValue( "tacValueForSession", tac.toString() )
3077
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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsVerifyTACwithSessionIDNonce" 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>wsVerifyTACwithSessionIDNonce</con:operation><con:request name="wsVerifyTACwithSessionIDNonce"><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">
3078
   <soapenv:Header/>
3079
   <soapenv:Body>
3080
      <upas:wsVerifyTACwithSessionIDNonce>
3081
         <upas:userAlias>test-user-1</upas:userAlias>
3082
         <upas:inTac>${#Project#tacValueForSession}</upas:inTac>
3083
         <upas:sessionID>0987654321</upas:sessionID>
3084
         <upas:nonce>T</upas:nonce>
3085
         <upas:appId>2</upas:appId>
3086
      </upas:wsVerifyTACwithSessionIDNonce>
3087
   </soapenv:Body>
3088
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
3089
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
3090
/soapenv:Envelope/soapenv:Body/ns1:wsVerifyTACwithSessionIDNonceResponse/ns1:wsVerifyTACwithSessionIDNonceReturn</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsResetTAC" 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>wsResetTAC</con:operation><con:request name="wsResetTAC"><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">
3091
   <soapenv:Header/>
3092
   <soapenv:Body>
3093
      <upas:wsResetTAC>
3094
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
3095
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
3096
         <upas:userAlias>test-user-1</upas:userAlias>
3097
      </upas:wsResetTAC>
3098
   </soapenv:Body>
3099
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
3100
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
3101
/soapenv:Envelope/soapenv:Body/ns1:wsResetTACResponse/ns1:wsResetTACReturn</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsDisableTAC" 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>wsDisableTAC</con:operation><con:request name="wsDisableTAC" 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">
3102
   <soapenv:Header/>
3103
   <soapenv:Body>
3104
      <upas:wsDisableTAC>
3105
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
3106
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
3107
         <upas:userAlias>test-user-1</upas:userAlias>
3108
      </upas:wsDisableTAC>
3109
   </soapenv:Body>
3110
</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';
3111
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
3112
/soapenv:Envelope/soapenv:Body/ns1:wsDisableTACResponse/ns1:wsDisableTACReturn</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/wsDisableTACRequest"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsSP_ForceChangeStaticPassword"><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_ForceChangeStaticPassword</con:operation><con:request name="wsSP_ForceChangeStaticPassword"><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">
3113
   <soapenv:Header/>
3114
   <soapenv:Body>
3115
      <upas:wsSP_ForceChangeStaticPassword>
3116
         <upas:userAlias>test-user-1</upas:userAlias>
3117
         <!-- <upas:newPassword>Passw0rd2</upas:newPassword> -->
3118
         <upas:newPassword>64036712376AF58109C972DB893BF7E87B3A5A06A4BCD5AA1E5D1E069B43A9DC</upas:newPassword>
3119
         <!-- <upas:oldPassword>Passw0rd</upas:oldPassword> -->
3120
         <upas:oldPassword>AB38EADAEB746599F2C1EE90F8267F31F467347462764A24D71AC1843EE77FE3</upas:oldPassword>
3121
      </upas:wsSP_ForceChangeStaticPassword>
3122
   </soapenv:Body>
3123
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
3124
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
3125
/soapenv:Envelope/soapenv:Body/ns1:wsSP_ForceChangeStaticPasswordResponse/ns1:wsSP_ForceChangeStaticPasswordReturn</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsSP_VerifyPasswordComplexity"><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_VerifyPasswordComplexity</con:operation><con:request name="wsSP_VerifyPasswordComplexity"><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">
3126
   <soapenv:Header/>
3127
   <soapenv:Body>
3128
      <upas:wsSP_VerifyPasswordComplexity>
3129
         <!-- <upas:password>Passw0rd2</upas:password> -->
3130
         <upas:password>64036712376AF58109C972DB893BF7E87B3A5A06A4BCD5AA1E5D1E069B43A9DC</upas:password>
3131
         <upas:applicationId>2</upas:applicationId>
3132
      </upas:wsSP_VerifyPasswordComplexity>
3133
   </soapenv:Body>
3134
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
3135
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
3136
/soapenv:Envelope/soapenv:Body/ns1:wsSP_VerifyPasswordComplexityResponse/ns1:wsSP_VerifyPasswordComplexityReturn</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUA_ModifyUser"><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"><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">
3137
   <soapenv:Header/>
3138
   <soapenv:Body>
3139
      <upas:wsUA_ModifyUser>
3140
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
3141
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
3142
         <upas:userAlias>test-user-1</upas:userAlias>
3143
         <upas:userDesc>Test User Modified</upas:userDesc>
3144
         <!-- <upas:userPassword>Passw0rd4</upas:userPassword> -->
3145
         <upas:userPassword>F108CEFE68F8ACC8F087858A720E47BD95808717B81A3B1DFD4E71F88B32E30D</upas:userPassword>
3146
      </upas:wsUA_ModifyUser>
3147
   </soapenv:Body>
3148
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
3149
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
3150
/soapenv:Envelope/soapenv:Body/ns1:wsUA_ModifyUserResponse/ns1:wsUA_ModifyUserReturn</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsAD_SuspendUser"><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_SuspendUser</con:operation><con:request name="wsAD_SuspendUser"><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">
3151
   <soapenv:Header/>
3152
   <soapenv:Body>
3153
      <upas:wsAD_SuspendUser>
3154
         <upas:rootAlias>${#Project#rootAlias}</upas:rootAlias>
3155
         <upas:rootPassword>${#Project#rootPassword}</upas:rootPassword>
3156
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
3157
         <upas:fromDate>?</upas:fromDate>
3158
         <upas:nMinutes>1</upas:nMinutes>
3159
      </upas:wsAD_SuspendUser>
3160
   </soapenv:Body>
3161
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
3162
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
3163
/soapenv:Envelope/soapenv:Body/ns1:wsAD_SuspendUserResponse/ns1:wsAD_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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsAD_ActivateUser"><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"><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">
3164
   <soapenv:Header/>
3165
   <soapenv:Body>
3166
      <upas:wsAD_ActivateUser>
3167
         <upas:rootAlias>${#Project#rootAlias}</upas:rootAlias>
3168
         <upas:rootPassword>${#Project#rootPassword}</upas:rootPassword>
3169
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
3170
      </upas:wsAD_ActivateUser>
3171
   </soapenv:Body>
3172
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
3173
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
3174
/soapenv:Envelope/soapenv:Body/ns1:wsAD_ActivateUserResponse/ns1:wsAD_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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsSP_VerifyStaticPassword - first"><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 - first"><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">
3175
   <soapenv:Header/>
3176
   <soapenv:Body>
3177
      <upas:wsSP_VerifyStaticPassword>
3178
         <upas:userAlias>test-admin-1</upas:userAlias>
3179
         <upas:password>test</upas:password>
3180
      </upas:wsSP_VerifyStaticPassword>
3181
   </soapenv:Body>
3182
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
3183
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
3184
/soapenv:Envelope/soapenv:Body/ns1:wsSP_VerifyStaticPasswordResponse/ns1:wsSP_VerifyStaticPasswordReturn</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsSP_VerifyStaticPassword - second"><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 - second"><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">
3185
   <soapenv:Header/>
3186
   <soapenv:Body>
3187
      <upas:wsSP_VerifyStaticPassword>
3188
         <upas:userAlias>test-admin-1</upas:userAlias>
3189
         <upas:password>test</upas:password>
3190
      </upas:wsSP_VerifyStaticPassword>
3191
   </soapenv:Body>
3192
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
3193
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
3194
/soapenv:Envelope/soapenv:Body/ns1:wsSP_VerifyStaticPasswordResponse/ns1:wsSP_VerifyStaticPasswordReturn</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsSP_VerifyStaticPassword - third"><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 - third"><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">
3195
   <soapenv:Header/>
3196
   <soapenv:Body>
3197
      <upas:wsSP_VerifyStaticPassword>
3198
         <upas:userAlias>test-admin-1</upas:userAlias>
3199
         <upas:password>test</upas:password>
3200
      </upas:wsSP_VerifyStaticPassword>
3201
   </soapenv:Body>
3202
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
3203
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
3204
/soapenv:Envelope/soapenv:Body/ns1:wsSP_VerifyStaticPasswordResponse/ns1:wsSP_VerifyStaticPasswordReturn</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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsSP_VerifyStaticPassword - invalid state"><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 - invalid state"><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">
3205
   <soapenv:Header/>
3206
   <soapenv:Body>
3207
      <upas:wsSP_VerifyStaticPassword>
3208
         <upas:userAlias>test-admin-1</upas:userAlias>
3209
         <upas:password>test</upas:password>
3210
      </upas:wsSP_VerifyStaticPassword>
3211
   </soapenv:Body>
3212
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
3213
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
3214
/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"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="wsUA_DeleteUser"><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_DeleteUser</con:operation><con:request name="wsUA_DeleteUser"><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">
3215
   <soapenv:Header/>
3216
   <soapenv:Body>
3217
      <upas:wsUA_DeleteUser>
3218
         <upas:adminUserAlias>${#Project#invokerUsername}</upas:adminUserAlias>
3219
         <upas:adminUserPassword>${#Project#invokerPassword}</upas:adminUserPassword>
3220
         <upas:userAlias>test-user-1</upas:userAlias>
3221
      </upas:wsUA_DeleteUser>
3222
   </soapenv:Body>
3223
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="SOAP Fault Assertion"/><con:assertion type="XPath Match" name="XPath Match"><con:configuration><path>declare namespace ns1='http://upass.ws.my';
3224
declare namespace soapenv='http://schemas.xmlsoap.org/soap/envelope/';
3225
/soapenv:Envelope/soapenv:Body/ns1:wsUA_DeleteUserResponse/ns1:wsUA_DeleteUserReturn</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"/><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:value>5E884898DA28047151D0E56F8DC6292773603D0D6AABBDD62A11EF721D1542D8</con:value></con:property><con:property><con:name>tacValue</con:name><con:value>***6</con:value></con:property><con:property><con:name>tacValueForSession</con:name><con:value>795228</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:value>B03DDF3CA2E714A6548E7495E2A03F5E824EAAC9837CD7F159C67B90FB4B7342</con:value></con:property><con:property><con:name>tacValueForSession2</con:name><con:value>192946</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>