@itentialopensource/adapter-metaswitch 0.1.1 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/AUTH.md +5 -9
  2. package/CALLS.md +83 -23
  3. package/CHANGELOG.md +8 -1
  4. package/CONTRIBUTING.md +1 -160
  5. package/ENHANCE.md +2 -2
  6. package/README.md +31 -22
  7. package/SYSTEMINFO.md +10 -3
  8. package/adapter.js +159 -330
  9. package/adapterBase.js +538 -873
  10. package/changelogs/CHANGELOG.md +9 -0
  11. package/metadata.json +57 -0
  12. package/package.json +23 -26
  13. package/pronghorn.json +474 -142
  14. package/propertiesSchema.json +453 -40
  15. package/refs?service=git-upload-pack +0 -0
  16. package/report/adapter-openapi.json +1615 -0
  17. package/report/adapter-openapi.yaml +1432 -0
  18. package/report/adapterInfo.json +10 -0
  19. package/report/updateReport1691507353053.json +120 -0
  20. package/report/updateReport1692202390318.json +120 -0
  21. package/report/updateReport1694460184063.json +120 -0
  22. package/report/updateReport1698420366204.json +120 -0
  23. package/sampleProperties.json +63 -2
  24. package/test/integration/adapterTestBasicGet.js +1 -1
  25. package/test/integration/adapterTestConnectivity.js +91 -42
  26. package/test/integration/adapterTestIntegration.js +130 -2
  27. package/test/unit/adapterBaseTestUnit.js +388 -313
  28. package/test/unit/adapterTestUnit.js +306 -109
  29. package/utils/adapterInfo.js +1 -1
  30. package/utils/addAuth.js +1 -1
  31. package/utils/artifactize.js +1 -1
  32. package/utils/checkMigrate.js +1 -1
  33. package/utils/entitiesToDB.js +1 -0
  34. package/utils/findPath.js +1 -1
  35. package/utils/methodDocumentor.js +71 -23
  36. package/utils/modify.js +13 -15
  37. package/utils/packModificationScript.js +1 -1
  38. package/utils/taskMover.js +309 -0
  39. package/utils/tbScript.js +3 -10
  40. package/utils/tbUtils.js +2 -3
  41. package/utils/testRunner.js +1 -1
  42. package/utils/troubleshootingAdapter.js +1 -3
  43. package/workflows/README.md +0 -3
@@ -0,0 +1,1432 @@
1
+ openapi: 3.0.0
2
+ info:
3
+ title: ShService
4
+ contact: {}
5
+ version: '1.0'
6
+ servers:
7
+ - url: http://localhost:8086
8
+ variables: {}
9
+ - url: http://localhost:8080
10
+ variables: {}
11
+ paths:
12
+ /wsd/services/ShService:
13
+ post:
14
+ tags:
15
+ - EAS
16
+ summary: postMetaSphereEAS
17
+ description: ''
18
+ operationId: postMetaSphereEAS
19
+ parameters:
20
+ - name: Content-Type
21
+ in: header
22
+ description: ''
23
+ required: true
24
+ style: simple
25
+ schema:
26
+ enum:
27
+ - application/xml
28
+ type: string
29
+ requestBody:
30
+ description: ''
31
+ content:
32
+ application/xml:
33
+ schema:
34
+ allOf:
35
+ - $ref: '#/components/schemas/ShPull1'
36
+ - xml:
37
+ name: ShPull1
38
+ attribute: false
39
+ wrapped: false
40
+ required: true
41
+ responses:
42
+ '200':
43
+ description: Successfully retrieved the response
44
+ headers: {}
45
+ content:
46
+ application/xml:
47
+ schema:
48
+ allOf:
49
+ - $ref: '#/components/schemas/WsdServicesShServiceResponse'
50
+ - xml:
51
+ name: WsdServicesShServiceResponse
52
+ attribute: false
53
+ wrapped: false
54
+ deprecated: false
55
+ /axis2/services/ShService:
56
+ post:
57
+ tags:
58
+ - NSeries
59
+ summary: postNSeries
60
+ description: ''
61
+ operationId: postNSeries
62
+ parameters:
63
+ - name: Content-Type
64
+ in: header
65
+ description: ''
66
+ required: true
67
+ style: simple
68
+ schema:
69
+ enum:
70
+ - application/xml
71
+ type: string
72
+ requestBody:
73
+ description: ''
74
+ content:
75
+ application/xml:
76
+ schema:
77
+ allOf:
78
+ - $ref: '#/components/schemas/ShPull3'
79
+ - xml:
80
+ name: ShPull3
81
+ attribute: false
82
+ wrapped: false
83
+ required: true
84
+ responses:
85
+ '200':
86
+ description: Successfully retrieved the response
87
+ headers: {}
88
+ content:
89
+ application/xml:
90
+ schema:
91
+ allOf:
92
+ - $ref: '#/components/schemas/Axis2ServicesShServiceResponse'
93
+ - xml:
94
+ name: Axis2ServicesShServiceResponse
95
+ attribute: false
96
+ wrapped: false
97
+ deprecated: false
98
+ /services/ShService:
99
+ post:
100
+ tags:
101
+ - Metaview
102
+ summary: postMetaview
103
+ description: ''
104
+ operationId: postMetaview
105
+ parameters:
106
+ - name: Content-Type
107
+ in: header
108
+ description: ''
109
+ required: true
110
+ style: simple
111
+ schema:
112
+ enum:
113
+ - application/xml
114
+ type: string
115
+ requestBody:
116
+ description: ''
117
+ content:
118
+ application/xml:
119
+ schema:
120
+ allOf:
121
+ - $ref: '#/components/schemas/ShPull5'
122
+ - xml:
123
+ name: ShPull5
124
+ attribute: false
125
+ wrapped: false
126
+ required: true
127
+ responses:
128
+ '200':
129
+ description: Successfully retrieved the response
130
+ headers: {}
131
+ content:
132
+ application/xml:
133
+ schema:
134
+ allOf:
135
+ - $ref: '#/components/schemas/ServicesShServiceResponse'
136
+ - xml:
137
+ name: ServicesShServiceResponse
138
+ attribute: false
139
+ wrapped: false
140
+ deprecated: false
141
+ /mvweb/services/ShService:
142
+ post:
143
+ tags:
144
+ - NWSAP
145
+ summary: postNWSAP
146
+ description: ''
147
+ operationId: postNWSAP
148
+ parameters:
149
+ - name: Content-Type
150
+ in: header
151
+ description: ''
152
+ required: true
153
+ style: simple
154
+ schema:
155
+ enum:
156
+ - application/xml
157
+ type: string
158
+ requestBody:
159
+ description: ''
160
+ content:
161
+ application/xml:
162
+ schema:
163
+ allOf:
164
+ - $ref: '#/components/schemas/ShPull7'
165
+ - xml:
166
+ name: ShPull7
167
+ attribute: false
168
+ wrapped: false
169
+ required: true
170
+ responses:
171
+ '200':
172
+ description: Successfully retrieved the response
173
+ headers: {}
174
+ content:
175
+ application/xml:
176
+ schema:
177
+ allOf:
178
+ - $ref: '#/components/schemas/MvwebServicesShServiceResponse'
179
+ - xml:
180
+ name: MvwebServicesShServiceResponse
181
+ attribute: false
182
+ wrapped: false
183
+ deprecated: false
184
+ components:
185
+ schemas:
186
+ ShPull:
187
+ title: ShPull
188
+ required:
189
+ - UserIdentity
190
+ - DataReference
191
+ - ServiceIndication
192
+ - OriginHost
193
+ type: object
194
+ properties:
195
+ UserIdentity:
196
+ type: string
197
+ xml:
198
+ name: UserIdentity
199
+ namespace: http://www.metaswitch.com/sdp/soap/sh
200
+ prefix: tns
201
+ attribute: false
202
+ wrapped: false
203
+ DataReference:
204
+ maximum: 0
205
+ minimum: 0
206
+ type: integer
207
+ format: int32
208
+ xml:
209
+ name: DataReference
210
+ namespace: http://www.metaswitch.com/sdp/soap/sh
211
+ prefix: tns
212
+ attribute: false
213
+ wrapped: false
214
+ ServiceIndication:
215
+ type: string
216
+ xml:
217
+ name: ServiceIndication
218
+ namespace: http://www.metaswitch.com/sdp/soap/sh
219
+ prefix: tns
220
+ attribute: false
221
+ wrapped: false
222
+ OriginHost:
223
+ type: string
224
+ xml:
225
+ name: OriginHost
226
+ namespace: http://www.metaswitch.com/sdp/soap/sh
227
+ prefix: tns
228
+ attribute: false
229
+ wrapped: false
230
+ xml:
231
+ name: ShPull
232
+ namespace: http://www.metaswitch.com/sdp/soap/sh
233
+ prefix: tns
234
+ attribute: false
235
+ wrapped: false
236
+ ShPullResponse:
237
+ title: ShPullResponse
238
+ required:
239
+ - ResultCode
240
+ - ExtendedResult
241
+ type: object
242
+ properties:
243
+ ResultCode:
244
+ maximum: 9999
245
+ minimum: 1000
246
+ type: integer
247
+ format: int32
248
+ xml:
249
+ name: ResultCode
250
+ namespace: http://www.metaswitch.com/sdp/soap/sh
251
+ prefix: tns
252
+ attribute: false
253
+ wrapped: false
254
+ ExtendedResult:
255
+ $ref: '#/components/schemas/ExtendedResult'
256
+ UserData:
257
+ type: string
258
+ xml:
259
+ name: UserData
260
+ namespace: http://www.metaswitch.com/sdp/soap/sh
261
+ prefix: tns
262
+ attribute: false
263
+ wrapped: false
264
+ xml:
265
+ name: ShPullResponse
266
+ namespace: http://www.metaswitch.com/sdp/soap/sh
267
+ prefix: tns
268
+ attribute: false
269
+ wrapped: false
270
+ tExtendedResult:
271
+ title: tExtendedResult
272
+ required:
273
+ - ExtendedResultCode
274
+ - ExtendedSubResults
275
+ type: object
276
+ properties:
277
+ ExtendedResultCode:
278
+ type: integer
279
+ format: int32
280
+ xml:
281
+ name: ExtendedResultCode
282
+ namespace: http://www.metaswitch.com/sdp/soap/sh
283
+ prefix: tns
284
+ attribute: false
285
+ wrapped: false
286
+ ExtendedResultDetail:
287
+ type: string
288
+ xml:
289
+ name: ExtendedResultDetail
290
+ namespace: http://www.metaswitch.com/sdp/soap/sh
291
+ prefix: tns
292
+ attribute: false
293
+ wrapped: false
294
+ ExtendedSubResults:
295
+ $ref: '#/components/schemas/ExtendedSubResults'
296
+ ExtendedResultSystem:
297
+ type: string
298
+ xml:
299
+ name: ExtendedResultSystem
300
+ namespace: http://www.metaswitch.com/sdp/soap/sh
301
+ prefix: tns
302
+ attribute: false
303
+ wrapped: false
304
+ xml:
305
+ name: tExtendedResult
306
+ namespace: http://www.metaswitch.com/sdp/soap/sh
307
+ prefix: tns
308
+ attribute: false
309
+ wrapped: false
310
+ tExtendedSubResults:
311
+ title: tExtendedSubResults
312
+ type: object
313
+ properties:
314
+ SubResult:
315
+ type: array
316
+ items:
317
+ $ref: '#/components/schemas/tSubResult'
318
+ description: ''
319
+ xml:
320
+ namespace: http://www.metaswitch.com/sdp/soap/sh
321
+ prefix: tns
322
+ attribute: false
323
+ wrapped: false
324
+ xml:
325
+ name: tExtendedSubResults
326
+ namespace: http://www.metaswitch.com/sdp/soap/sh
327
+ prefix: tns
328
+ attribute: false
329
+ wrapped: false
330
+ tSubResult:
331
+ title: tSubResult
332
+ required:
333
+ - SubResultCode
334
+ - SubResultDetail
335
+ - SubResultSource
336
+ type: object
337
+ properties:
338
+ SubResultCode:
339
+ type: integer
340
+ format: int32
341
+ xml:
342
+ name: SubResultCode
343
+ namespace: http://www.metaswitch.com/sdp/soap/sh
344
+ prefix: tns
345
+ attribute: false
346
+ wrapped: false
347
+ SubResultDetail:
348
+ type: string
349
+ xml:
350
+ name: SubResultDetail
351
+ namespace: http://www.metaswitch.com/sdp/soap/sh
352
+ prefix: tns
353
+ attribute: false
354
+ wrapped: false
355
+ SubResultSource:
356
+ type: string
357
+ xml:
358
+ name: SubResultSource
359
+ namespace: http://www.metaswitch.com/sdp/soap/sh
360
+ prefix: tns
361
+ attribute: false
362
+ wrapped: false
363
+ SubResultSystem:
364
+ type: string
365
+ xml:
366
+ name: SubResultSystem
367
+ namespace: http://www.metaswitch.com/sdp/soap/sh
368
+ prefix: tns
369
+ attribute: false
370
+ wrapped: false
371
+ xml:
372
+ name: tSubResult
373
+ namespace: http://www.metaswitch.com/sdp/soap/sh
374
+ prefix: tns
375
+ attribute: false
376
+ wrapped: false
377
+ ShPull1:
378
+ title: ShPull1
379
+ required:
380
+ - ShPull
381
+ type: object
382
+ properties:
383
+ ShPull:
384
+ allOf:
385
+ - $ref: '#/components/schemas/ShPull'
386
+ - xml:
387
+ name: ShPull
388
+ namespace: http://www.metaswitch.com/sdp/soap/sh
389
+ prefix: tns
390
+ attribute: false
391
+ wrapped: false
392
+ ShPullResponse1:
393
+ title: ShPullResponse1
394
+ required:
395
+ - ShPullResponse
396
+ type: object
397
+ properties:
398
+ ShPullResponse:
399
+ $ref: '#/components/schemas/ShPullResponse22'
400
+ xml:
401
+ name: ShPullResponse
402
+ attribute: false
403
+ wrapped: false
404
+ ShPull2:
405
+ title: ShPull2
406
+ required:
407
+ - UserIdentity
408
+ - DataReference
409
+ - ServiceIndication
410
+ - OriginHost
411
+ type: object
412
+ properties:
413
+ UserIdentity:
414
+ type: string
415
+ xml:
416
+ name: UserIdentity
417
+ namespace: http://www.metaswitch.com/nsrs/soap/sh
418
+ prefix: tns
419
+ attribute: false
420
+ wrapped: false
421
+ DataReference:
422
+ maximum: 0
423
+ minimum: 0
424
+ type: integer
425
+ format: int32
426
+ xml:
427
+ name: DataReference
428
+ namespace: http://www.metaswitch.com/nsrs/soap/sh
429
+ prefix: tns
430
+ attribute: false
431
+ wrapped: false
432
+ ServiceIndication:
433
+ type: string
434
+ xml:
435
+ name: ServiceIndication
436
+ namespace: http://www.metaswitch.com/nsrs/soap/sh
437
+ prefix: tns
438
+ attribute: false
439
+ wrapped: false
440
+ OriginHost:
441
+ type: string
442
+ xml:
443
+ name: OriginHost
444
+ namespace: http://www.metaswitch.com/nsrs/soap/sh
445
+ prefix: tns
446
+ attribute: false
447
+ wrapped: false
448
+ xml:
449
+ name: ShPull
450
+ namespace: http://www.metaswitch.com/nsrs/soap/sh
451
+ prefix: tns
452
+ attribute: false
453
+ wrapped: false
454
+ ShPullResponse2:
455
+ title: ShPullResponse2
456
+ required:
457
+ - ResultCode
458
+ - ExtendedResult
459
+ type: object
460
+ properties:
461
+ ResultCode:
462
+ maximum: 9999
463
+ minimum: 1000
464
+ type: integer
465
+ format: int32
466
+ xml:
467
+ name: ResultCode
468
+ namespace: http://www.metaswitch.com/nsrs/soap/sh
469
+ prefix: tns
470
+ attribute: false
471
+ wrapped: false
472
+ ExtendedResult:
473
+ $ref: '#/components/schemas/ExtendedResult1'
474
+ UserData:
475
+ type: object
476
+ xml:
477
+ name: tUserData
478
+ namespace: http://www.metaswitch.com/nsrs/soap/sh
479
+ prefix: tns
480
+ attribute: false
481
+ wrapped: false
482
+ xml:
483
+ name: ShPullResponse
484
+ namespace: http://www.metaswitch.com/nsrs/soap/sh
485
+ prefix: tns
486
+ attribute: false
487
+ wrapped: false
488
+ tExtendedResult1:
489
+ title: tExtendedResult1
490
+ required:
491
+ - ExtendedResultCode
492
+ - ExtendedResultDetail
493
+ - ExtendedSubResults
494
+ type: object
495
+ properties:
496
+ ExtendedResultCode:
497
+ type: integer
498
+ format: int32
499
+ xml:
500
+ name: ExtendedResultCode
501
+ namespace: http://www.metaswitch.com/nsrs/soap/sh
502
+ prefix: tns
503
+ attribute: false
504
+ wrapped: false
505
+ ExtendedResultDetail:
506
+ type: string
507
+ xml:
508
+ name: ExtendedResultDetail
509
+ namespace: http://www.metaswitch.com/nsrs/soap/sh
510
+ prefix: tns
511
+ attribute: false
512
+ wrapped: false
513
+ ExtendedSubResults:
514
+ $ref: '#/components/schemas/ExtendedSubResults1'
515
+ xml:
516
+ name: tExtendedResult
517
+ namespace: http://www.metaswitch.com/nsrs/soap/sh
518
+ prefix: tns
519
+ attribute: false
520
+ wrapped: false
521
+ tExtendedSubResults1:
522
+ title: tExtendedSubResults1
523
+ type: object
524
+ properties:
525
+ SubResult:
526
+ type: array
527
+ items:
528
+ $ref: '#/components/schemas/tSubResult1'
529
+ description: ''
530
+ xml:
531
+ namespace: http://www.metaswitch.com/nsrs/soap/sh
532
+ prefix: tns
533
+ attribute: false
534
+ wrapped: false
535
+ xml:
536
+ name: tExtendedSubResults
537
+ namespace: http://www.metaswitch.com/nsrs/soap/sh
538
+ prefix: tns
539
+ attribute: false
540
+ wrapped: false
541
+ tSubResult1:
542
+ title: tSubResult1
543
+ required:
544
+ - SubResultCode
545
+ - SubResultDetail
546
+ - SubResultSource
547
+ type: object
548
+ properties:
549
+ SubResultCode:
550
+ type: integer
551
+ format: int32
552
+ xml:
553
+ name: SubResultCode
554
+ namespace: http://www.metaswitch.com/nsrs/soap/sh
555
+ prefix: tns
556
+ attribute: false
557
+ wrapped: false
558
+ SubResultDetail:
559
+ type: string
560
+ xml:
561
+ name: SubResultDetail
562
+ namespace: http://www.metaswitch.com/nsrs/soap/sh
563
+ prefix: tns
564
+ attribute: false
565
+ wrapped: false
566
+ SubResultSource:
567
+ type: string
568
+ xml:
569
+ name: SubResultSource
570
+ namespace: http://www.metaswitch.com/nsrs/soap/sh
571
+ prefix: tns
572
+ attribute: false
573
+ wrapped: false
574
+ xml:
575
+ name: tSubResult
576
+ namespace: http://www.metaswitch.com/nsrs/soap/sh
577
+ prefix: tns
578
+ attribute: false
579
+ wrapped: false
580
+ ShPull3:
581
+ title: ShPull3
582
+ required:
583
+ - ShPull
584
+ type: object
585
+ properties:
586
+ ShPull:
587
+ allOf:
588
+ - $ref: '#/components/schemas/ShPull2'
589
+ - xml:
590
+ name: ShPull
591
+ namespace: http://www.metaswitch.com/nsrs/soap/sh
592
+ prefix: tns
593
+ attribute: false
594
+ wrapped: false
595
+ ShPullResponse3:
596
+ title: ShPullResponse3
597
+ required:
598
+ - ShPullResponse
599
+ type: object
600
+ properties:
601
+ ShPullResponse:
602
+ $ref: '#/components/schemas/ShPullResponse42'
603
+ xml:
604
+ name: ShPullResponse
605
+ attribute: false
606
+ wrapped: false
607
+ ShPull4:
608
+ title: ShPull4
609
+ required:
610
+ - UserIdentity
611
+ - DataReference
612
+ - ServiceIndication
613
+ - OriginHost
614
+ type: object
615
+ properties:
616
+ UserIdentity:
617
+ pattern: '[0-9]*'
618
+ type: string
619
+ xml:
620
+ name: UserIdentity
621
+ namespace: http://www.metaswitch.com/ems/soap/sh
622
+ prefix: tns
623
+ attribute: false
624
+ wrapped: false
625
+ DataReference:
626
+ maximum: 0
627
+ minimum: 0
628
+ type: integer
629
+ format: int32
630
+ xml:
631
+ name: DataReference
632
+ namespace: http://www.metaswitch.com/ems/soap/sh
633
+ prefix: tns
634
+ attribute: false
635
+ wrapped: false
636
+ ServiceIndication:
637
+ type: string
638
+ xml:
639
+ name: ServiceIndication
640
+ namespace: http://www.metaswitch.com/ems/soap/sh
641
+ prefix: tns
642
+ attribute: false
643
+ wrapped: false
644
+ OriginHost:
645
+ type: string
646
+ xml:
647
+ name: OriginHost
648
+ namespace: http://www.metaswitch.com/ems/soap/sh
649
+ prefix: tns
650
+ attribute: false
651
+ wrapped: false
652
+ xml:
653
+ name: ShPull
654
+ namespace: http://www.metaswitch.com/ems/soap/sh
655
+ prefix: tns
656
+ attribute: false
657
+ wrapped: false
658
+ ShPullResponse4:
659
+ title: ShPullResponse4
660
+ required:
661
+ - ResultCode
662
+ - ExtendedResult
663
+ type: object
664
+ properties:
665
+ ResultCode:
666
+ maximum: 9999
667
+ minimum: 1000
668
+ type: integer
669
+ format: int32
670
+ xml:
671
+ name: ResultCode
672
+ namespace: http://www.metaswitch.com/ems/soap/sh
673
+ prefix: tns
674
+ attribute: false
675
+ wrapped: false
676
+ ExtendedResult:
677
+ $ref: '#/components/schemas/ExtendedResult2'
678
+ UserData:
679
+ type: object
680
+ xml:
681
+ name: tUserData
682
+ namespace: http://www.metaswitch.com/ems/soap/sh
683
+ prefix: tns
684
+ attribute: false
685
+ wrapped: false
686
+ xml:
687
+ name: ShPullResponse
688
+ namespace: http://www.metaswitch.com/ems/soap/sh
689
+ prefix: tns
690
+ attribute: false
691
+ wrapped: false
692
+ tExtendedResult2:
693
+ title: tExtendedResult2
694
+ required:
695
+ - ExtendedResultCode
696
+ - ExtendedResultDetail
697
+ - ExtendedSubResults
698
+ type: object
699
+ properties:
700
+ ExtendedResultCode:
701
+ type: integer
702
+ format: int32
703
+ xml:
704
+ name: ExtendedResultCode
705
+ namespace: http://www.metaswitch.com/ems/soap/sh
706
+ prefix: tns
707
+ attribute: false
708
+ wrapped: false
709
+ ExtendedResultDetail:
710
+ type: string
711
+ xml:
712
+ name: ExtendedResultDetail
713
+ namespace: http://www.metaswitch.com/ems/soap/sh
714
+ prefix: tns
715
+ attribute: false
716
+ wrapped: false
717
+ ExtendedSubResults:
718
+ $ref: '#/components/schemas/ExtendedSubResults2'
719
+ ExtendedResultSystem:
720
+ type: array
721
+ items:
722
+ $ref: '#/components/schemas/tResultSystem2'
723
+ description: ''
724
+ xml:
725
+ namespace: http://www.metaswitch.com/ems/soap/sh
726
+ prefix: tns
727
+ attribute: false
728
+ wrapped: false
729
+ xml:
730
+ name: tExtendedResult
731
+ namespace: http://www.metaswitch.com/ems/soap/sh
732
+ prefix: tns
733
+ attribute: false
734
+ wrapped: false
735
+ tExtendedSubResults2:
736
+ title: tExtendedSubResults2
737
+ type: object
738
+ properties:
739
+ SubResult:
740
+ type: array
741
+ items:
742
+ $ref: '#/components/schemas/tSubResult2'
743
+ description: ''
744
+ xml:
745
+ namespace: http://www.metaswitch.com/ems/soap/sh
746
+ prefix: tns
747
+ attribute: false
748
+ wrapped: false
749
+ xml:
750
+ name: tExtendedSubResults
751
+ namespace: http://www.metaswitch.com/ems/soap/sh
752
+ prefix: tns
753
+ attribute: false
754
+ wrapped: false
755
+ tSubResult2:
756
+ title: tSubResult2
757
+ required:
758
+ - SubResultCode
759
+ - SubResultDetail
760
+ - SubResultSource
761
+ type: object
762
+ properties:
763
+ SubResultCode:
764
+ type: integer
765
+ format: int32
766
+ xml:
767
+ name: SubResultCode
768
+ namespace: http://www.metaswitch.com/ems/soap/sh
769
+ prefix: tns
770
+ attribute: false
771
+ wrapped: false
772
+ SubResultDetail:
773
+ type: string
774
+ xml:
775
+ name: SubResultDetail
776
+ namespace: http://www.metaswitch.com/ems/soap/sh
777
+ prefix: tns
778
+ attribute: false
779
+ wrapped: false
780
+ SubResultSource:
781
+ type: string
782
+ xml:
783
+ name: SubResultSource
784
+ namespace: http://www.metaswitch.com/ems/soap/sh
785
+ prefix: tns
786
+ attribute: false
787
+ wrapped: false
788
+ SubResultSystem:
789
+ type: array
790
+ items:
791
+ $ref: '#/components/schemas/tResultSystem2'
792
+ description: ''
793
+ xml:
794
+ namespace: http://www.metaswitch.com/ems/soap/sh
795
+ prefix: tns
796
+ attribute: false
797
+ wrapped: false
798
+ xml:
799
+ name: tSubResult
800
+ namespace: http://www.metaswitch.com/ems/soap/sh
801
+ prefix: tns
802
+ attribute: false
803
+ wrapped: false
804
+ tResultSystem2:
805
+ title: tResultSystem2
806
+ type: object
807
+ properties:
808
+ type:
809
+ type: string
810
+ xml:
811
+ name: type
812
+ prefix: tns
813
+ attribute: true
814
+ wrapped: false
815
+ xml:
816
+ name: tResultSystem
817
+ namespace: http://www.metaswitch.com/ems/soap/sh
818
+ prefix: tns
819
+ attribute: false
820
+ wrapped: false
821
+ ShPull5:
822
+ title: ShPull5
823
+ required:
824
+ - ShPull
825
+ type: object
826
+ properties:
827
+ ShPull:
828
+ allOf:
829
+ - $ref: '#/components/schemas/ShPull4'
830
+ - xml:
831
+ name: ShPull
832
+ namespace: http://www.metaswitch.com/ems/soap/sh
833
+ prefix: tns
834
+ attribute: false
835
+ wrapped: false
836
+ ShPullResponse5:
837
+ title: ShPullResponse5
838
+ required:
839
+ - ShPullResponse
840
+ type: object
841
+ properties:
842
+ ShPullResponse:
843
+ $ref: '#/components/schemas/ShPullResponse62'
844
+ xml:
845
+ name: ShPullResponse
846
+ attribute: false
847
+ wrapped: false
848
+ ShPull6:
849
+ title: ShPull6
850
+ required:
851
+ - UserIdentity
852
+ - DataReference
853
+ - ServiceIndication
854
+ - OriginHost
855
+ type: object
856
+ properties:
857
+ UserIdentity:
858
+ pattern: '[0-9]*'
859
+ type: string
860
+ xml:
861
+ name: UserIdentity
862
+ namespace: http://www.metaswitch.com/srb/soap/sh
863
+ prefix: tns
864
+ attribute: false
865
+ wrapped: false
866
+ DataReference:
867
+ maximum: 0
868
+ minimum: 0
869
+ type: integer
870
+ format: int32
871
+ xml:
872
+ name: DataReference
873
+ namespace: http://www.metaswitch.com/srb/soap/sh
874
+ prefix: tns
875
+ attribute: false
876
+ wrapped: false
877
+ ServiceIndication:
878
+ type: string
879
+ xml:
880
+ name: ServiceIndication
881
+ namespace: http://www.metaswitch.com/srb/soap/sh
882
+ prefix: tns
883
+ attribute: false
884
+ wrapped: false
885
+ OriginHost:
886
+ type: string
887
+ xml:
888
+ name: OriginHost
889
+ namespace: http://www.metaswitch.com/srb/soap/sh
890
+ prefix: tns
891
+ attribute: false
892
+ wrapped: false
893
+ xml:
894
+ name: ShPull
895
+ namespace: http://www.metaswitch.com/srb/soap/sh
896
+ prefix: tns
897
+ attribute: false
898
+ wrapped: false
899
+ ShPullResponse6:
900
+ title: ShPullResponse6
901
+ required:
902
+ - ResultCode
903
+ - ExtendedResult
904
+ type: object
905
+ properties:
906
+ ResultCode:
907
+ maximum: 9999
908
+ minimum: 1000
909
+ type: integer
910
+ format: int32
911
+ xml:
912
+ name: ResultCode
913
+ namespace: http://www.metaswitch.com/srb/soap/sh
914
+ prefix: tns
915
+ attribute: false
916
+ wrapped: false
917
+ ExtendedResult:
918
+ $ref: '#/components/schemas/ExtendedResult3'
919
+ UserData:
920
+ type: object
921
+ xml:
922
+ name: tUserData
923
+ namespace: http://www.metaswitch.com/srb/soap/sh
924
+ prefix: tns
925
+ attribute: false
926
+ wrapped: false
927
+ xml:
928
+ name: ShPullResponse
929
+ namespace: http://www.metaswitch.com/srb/soap/sh
930
+ prefix: tns
931
+ attribute: false
932
+ wrapped: false
933
+ tExtendedResult3:
934
+ title: tExtendedResult3
935
+ required:
936
+ - ExtendedResultCode
937
+ - ExtendedResultDetail
938
+ - ExtendedSubResults
939
+ type: object
940
+ properties:
941
+ ExtendedResultCode:
942
+ type: integer
943
+ format: int32
944
+ xml:
945
+ name: ExtendedResultCode
946
+ namespace: http://www.metaswitch.com/srb/soap/sh
947
+ prefix: tns
948
+ attribute: false
949
+ wrapped: false
950
+ ExtendedResultDetail:
951
+ type: string
952
+ xml:
953
+ name: ExtendedResultDetail
954
+ namespace: http://www.metaswitch.com/srb/soap/sh
955
+ prefix: tns
956
+ attribute: false
957
+ wrapped: false
958
+ ExtendedSubResults:
959
+ $ref: '#/components/schemas/ExtendedSubResults3'
960
+ ExtendedResultSystem:
961
+ type: array
962
+ items:
963
+ $ref: '#/components/schemas/tResultSystem3'
964
+ description: ''
965
+ xml:
966
+ namespace: http://www.metaswitch.com/srb/soap/sh
967
+ prefix: tns
968
+ attribute: false
969
+ wrapped: false
970
+ xml:
971
+ name: tExtendedResult
972
+ namespace: http://www.metaswitch.com/srb/soap/sh
973
+ prefix: tns
974
+ attribute: false
975
+ wrapped: false
976
+ tExtendedSubResults3:
977
+ title: tExtendedSubResults3
978
+ type: object
979
+ properties:
980
+ SubResult:
981
+ type: array
982
+ items:
983
+ $ref: '#/components/schemas/tSubResult3'
984
+ description: ''
985
+ xml:
986
+ namespace: http://www.metaswitch.com/srb/soap/sh
987
+ prefix: tns
988
+ attribute: false
989
+ wrapped: false
990
+ xml:
991
+ name: tExtendedSubResults
992
+ namespace: http://www.metaswitch.com/srb/soap/sh
993
+ prefix: tns
994
+ attribute: false
995
+ wrapped: false
996
+ tSubResult3:
997
+ title: tSubResult3
998
+ required:
999
+ - SubResultCode
1000
+ - SubResultDetail
1001
+ - SubResultSource
1002
+ type: object
1003
+ properties:
1004
+ SubResultCode:
1005
+ type: integer
1006
+ format: int32
1007
+ xml:
1008
+ name: SubResultCode
1009
+ namespace: http://www.metaswitch.com/srb/soap/sh
1010
+ prefix: tns
1011
+ attribute: false
1012
+ wrapped: false
1013
+ SubResultDetail:
1014
+ type: string
1015
+ xml:
1016
+ name: SubResultDetail
1017
+ namespace: http://www.metaswitch.com/srb/soap/sh
1018
+ prefix: tns
1019
+ attribute: false
1020
+ wrapped: false
1021
+ SubResultSource:
1022
+ type: string
1023
+ xml:
1024
+ name: SubResultSource
1025
+ namespace: http://www.metaswitch.com/srb/soap/sh
1026
+ prefix: tns
1027
+ attribute: false
1028
+ wrapped: false
1029
+ SubResultSystem:
1030
+ type: array
1031
+ items:
1032
+ $ref: '#/components/schemas/tResultSystem3'
1033
+ description: ''
1034
+ xml:
1035
+ namespace: http://www.metaswitch.com/srb/soap/sh
1036
+ prefix: tns
1037
+ attribute: false
1038
+ wrapped: false
1039
+ xml:
1040
+ name: tSubResult
1041
+ namespace: http://www.metaswitch.com/srb/soap/sh
1042
+ prefix: tns
1043
+ attribute: false
1044
+ wrapped: false
1045
+ tResultSystem3:
1046
+ title: tResultSystem3
1047
+ type: object
1048
+ properties:
1049
+ type:
1050
+ type: string
1051
+ xml:
1052
+ name: type
1053
+ prefix: tns
1054
+ attribute: true
1055
+ wrapped: false
1056
+ xml:
1057
+ name: tResultSystem
1058
+ namespace: http://www.metaswitch.com/srb/soap/sh
1059
+ prefix: tns
1060
+ attribute: false
1061
+ wrapped: false
1062
+ ShPull7:
1063
+ title: ShPull7
1064
+ required:
1065
+ - ShPull
1066
+ type: object
1067
+ properties:
1068
+ ShPull:
1069
+ allOf:
1070
+ - $ref: '#/components/schemas/ShPull6'
1071
+ - xml:
1072
+ name: ShPull
1073
+ namespace: http://www.metaswitch.com/srb/soap/sh
1074
+ prefix: tns
1075
+ attribute: false
1076
+ wrapped: false
1077
+ ShPullResponse7:
1078
+ title: ShPullResponse7
1079
+ required:
1080
+ - ShPullResponse
1081
+ type: object
1082
+ properties:
1083
+ ShPullResponse:
1084
+ $ref: '#/components/schemas/ShPullResponse8'
1085
+ xml:
1086
+ name: ShPullResponse
1087
+ attribute: false
1088
+ wrapped: false
1089
+ Axis2ServicesShServiceResponse:
1090
+ title: Axis2ServicesShServiceResponse
1091
+ required:
1092
+ - ShPullResponse
1093
+ type: object
1094
+ properties:
1095
+ ShPullResponse:
1096
+ $ref: '#/components/schemas/ShPullResponse42'
1097
+ ExtendedResult:
1098
+ title: ExtendedResult
1099
+ required:
1100
+ - ExtendedResultCode
1101
+ - ExtendedSubResults
1102
+ type: object
1103
+ properties:
1104
+ ExtendedResultCode:
1105
+ type: integer
1106
+ format: int32
1107
+ xml:
1108
+ name: ExtendedResultCode
1109
+ namespace: http://www.metaswitch.com/sdp/soap/sh
1110
+ prefix: tns
1111
+ attribute: false
1112
+ wrapped: false
1113
+ ExtendedResultDetail:
1114
+ type: string
1115
+ xml:
1116
+ name: ExtendedResultDetail
1117
+ namespace: http://www.metaswitch.com/sdp/soap/sh
1118
+ prefix: tns
1119
+ attribute: false
1120
+ wrapped: false
1121
+ ExtendedSubResults:
1122
+ $ref: '#/components/schemas/ExtendedSubResults'
1123
+ ExtendedResultSystem:
1124
+ type: string
1125
+ xml:
1126
+ name: ExtendedResultSystem
1127
+ namespace: http://www.metaswitch.com/sdp/soap/sh
1128
+ prefix: tns
1129
+ attribute: false
1130
+ wrapped: false
1131
+ ExtendedResult1:
1132
+ title: ExtendedResult1
1133
+ required:
1134
+ - ExtendedResultCode
1135
+ - ExtendedResultDetail
1136
+ - ExtendedSubResults
1137
+ type: object
1138
+ properties:
1139
+ ExtendedResultCode:
1140
+ type: integer
1141
+ format: int32
1142
+ xml:
1143
+ name: ExtendedResultCode
1144
+ namespace: http://www.metaswitch.com/nsrs/soap/sh
1145
+ prefix: tns
1146
+ attribute: false
1147
+ wrapped: false
1148
+ ExtendedResultDetail:
1149
+ type: string
1150
+ xml:
1151
+ name: ExtendedResultDetail
1152
+ namespace: http://www.metaswitch.com/nsrs/soap/sh
1153
+ prefix: tns
1154
+ attribute: false
1155
+ wrapped: false
1156
+ ExtendedSubResults:
1157
+ $ref: '#/components/schemas/ExtendedSubResults1'
1158
+ ExtendedResult2:
1159
+ title: ExtendedResult2
1160
+ required:
1161
+ - ExtendedResultCode
1162
+ - ExtendedResultDetail
1163
+ - ExtendedSubResults
1164
+ type: object
1165
+ properties:
1166
+ ExtendedResultCode:
1167
+ type: integer
1168
+ format: int32
1169
+ xml:
1170
+ name: ExtendedResultCode
1171
+ namespace: http://www.metaswitch.com/ems/soap/sh
1172
+ prefix: tns
1173
+ attribute: false
1174
+ wrapped: false
1175
+ ExtendedResultDetail:
1176
+ type: string
1177
+ xml:
1178
+ name: ExtendedResultDetail
1179
+ namespace: http://www.metaswitch.com/ems/soap/sh
1180
+ prefix: tns
1181
+ attribute: false
1182
+ wrapped: false
1183
+ ExtendedSubResults:
1184
+ $ref: '#/components/schemas/ExtendedSubResults2'
1185
+ ExtendedResultSystem:
1186
+ type: array
1187
+ items:
1188
+ $ref: '#/components/schemas/tResultSystem2'
1189
+ description: ''
1190
+ xml:
1191
+ namespace: http://www.metaswitch.com/ems/soap/sh
1192
+ prefix: tns
1193
+ attribute: false
1194
+ wrapped: false
1195
+ ExtendedResult3:
1196
+ title: ExtendedResult3
1197
+ required:
1198
+ - ExtendedResultCode
1199
+ - ExtendedResultDetail
1200
+ - ExtendedSubResults
1201
+ type: object
1202
+ properties:
1203
+ ExtendedResultCode:
1204
+ type: integer
1205
+ format: int32
1206
+ xml:
1207
+ name: ExtendedResultCode
1208
+ namespace: http://www.metaswitch.com/srb/soap/sh
1209
+ prefix: tns
1210
+ attribute: false
1211
+ wrapped: false
1212
+ ExtendedResultDetail:
1213
+ type: string
1214
+ xml:
1215
+ name: ExtendedResultDetail
1216
+ namespace: http://www.metaswitch.com/srb/soap/sh
1217
+ prefix: tns
1218
+ attribute: false
1219
+ wrapped: false
1220
+ ExtendedSubResults:
1221
+ $ref: '#/components/schemas/ExtendedSubResults3'
1222
+ ExtendedResultSystem:
1223
+ type: array
1224
+ items:
1225
+ $ref: '#/components/schemas/tResultSystem3'
1226
+ description: ''
1227
+ xml:
1228
+ namespace: http://www.metaswitch.com/srb/soap/sh
1229
+ prefix: tns
1230
+ attribute: false
1231
+ wrapped: false
1232
+ ExtendedSubResults:
1233
+ title: ExtendedSubResults
1234
+ type: object
1235
+ properties:
1236
+ SubResult:
1237
+ type: array
1238
+ items:
1239
+ $ref: '#/components/schemas/tSubResult'
1240
+ description: ''
1241
+ xml:
1242
+ namespace: http://www.metaswitch.com/sdp/soap/sh
1243
+ prefix: tns
1244
+ attribute: false
1245
+ wrapped: false
1246
+ ExtendedSubResults1:
1247
+ title: ExtendedSubResults1
1248
+ type: object
1249
+ properties:
1250
+ SubResult:
1251
+ type: array
1252
+ items:
1253
+ $ref: '#/components/schemas/tSubResult1'
1254
+ description: ''
1255
+ xml:
1256
+ namespace: http://www.metaswitch.com/nsrs/soap/sh
1257
+ prefix: tns
1258
+ attribute: false
1259
+ wrapped: false
1260
+ ExtendedSubResults2:
1261
+ title: ExtendedSubResults2
1262
+ type: object
1263
+ properties:
1264
+ SubResult:
1265
+ type: array
1266
+ items:
1267
+ $ref: '#/components/schemas/tSubResult2'
1268
+ description: ''
1269
+ xml:
1270
+ namespace: http://www.metaswitch.com/ems/soap/sh
1271
+ prefix: tns
1272
+ attribute: false
1273
+ wrapped: false
1274
+ ExtendedSubResults3:
1275
+ title: ExtendedSubResults3
1276
+ type: object
1277
+ properties:
1278
+ SubResult:
1279
+ type: array
1280
+ items:
1281
+ $ref: '#/components/schemas/tSubResult3'
1282
+ description: ''
1283
+ xml:
1284
+ namespace: http://www.metaswitch.com/srb/soap/sh
1285
+ prefix: tns
1286
+ attribute: false
1287
+ wrapped: false
1288
+ MvwebServicesShServiceResponse:
1289
+ title: MvwebServicesShServiceResponse
1290
+ required:
1291
+ - ShPullResponse
1292
+ type: object
1293
+ properties:
1294
+ ShPullResponse:
1295
+ $ref: '#/components/schemas/ShPullResponse8'
1296
+ ServicesShServiceResponse:
1297
+ title: ServicesShServiceResponse
1298
+ required:
1299
+ - ShPullResponse
1300
+ type: object
1301
+ properties:
1302
+ ShPullResponse:
1303
+ $ref: '#/components/schemas/ShPullResponse62'
1304
+ ShPullResponse8:
1305
+ title: ShPullResponse8
1306
+ required:
1307
+ - ResultCode
1308
+ - ExtendedResult
1309
+ type: object
1310
+ properties:
1311
+ ResultCode:
1312
+ maximum: 9999
1313
+ minimum: 1000
1314
+ type: integer
1315
+ format: int32
1316
+ xml:
1317
+ name: ResultCode
1318
+ namespace: http://www.metaswitch.com/srb/soap/sh
1319
+ prefix: tns
1320
+ attribute: false
1321
+ wrapped: false
1322
+ ExtendedResult:
1323
+ $ref: '#/components/schemas/ExtendedResult3'
1324
+ UserData:
1325
+ type: object
1326
+ xml:
1327
+ name: tUserData
1328
+ namespace: http://www.metaswitch.com/srb/soap/sh
1329
+ prefix: tns
1330
+ attribute: false
1331
+ wrapped: false
1332
+ ShPullResponse22:
1333
+ title: ShPullResponse22
1334
+ required:
1335
+ - ResultCode
1336
+ - ExtendedResult
1337
+ type: object
1338
+ properties:
1339
+ ResultCode:
1340
+ maximum: 9999
1341
+ minimum: 1000
1342
+ type: integer
1343
+ format: int32
1344
+ xml:
1345
+ name: ResultCode
1346
+ namespace: http://www.metaswitch.com/sdp/soap/sh
1347
+ prefix: tns
1348
+ attribute: false
1349
+ wrapped: false
1350
+ ExtendedResult:
1351
+ $ref: '#/components/schemas/ExtendedResult'
1352
+ UserData:
1353
+ type: string
1354
+ xml:
1355
+ name: UserData
1356
+ namespace: http://www.metaswitch.com/sdp/soap/sh
1357
+ prefix: tns
1358
+ attribute: false
1359
+ wrapped: false
1360
+ ShPullResponse42:
1361
+ title: ShPullResponse42
1362
+ required:
1363
+ - ResultCode
1364
+ - ExtendedResult
1365
+ type: object
1366
+ properties:
1367
+ ResultCode:
1368
+ maximum: 9999
1369
+ minimum: 1000
1370
+ type: integer
1371
+ format: int32
1372
+ xml:
1373
+ name: ResultCode
1374
+ namespace: http://www.metaswitch.com/nsrs/soap/sh
1375
+ prefix: tns
1376
+ attribute: false
1377
+ wrapped: false
1378
+ ExtendedResult:
1379
+ $ref: '#/components/schemas/ExtendedResult1'
1380
+ UserData:
1381
+ type: object
1382
+ xml:
1383
+ name: tUserData
1384
+ namespace: http://www.metaswitch.com/nsrs/soap/sh
1385
+ prefix: tns
1386
+ attribute: false
1387
+ wrapped: false
1388
+ ShPullResponse62:
1389
+ title: ShPullResponse62
1390
+ required:
1391
+ - ResultCode
1392
+ - ExtendedResult
1393
+ type: object
1394
+ properties:
1395
+ ResultCode:
1396
+ maximum: 9999
1397
+ minimum: 1000
1398
+ type: integer
1399
+ format: int32
1400
+ xml:
1401
+ name: ResultCode
1402
+ namespace: http://www.metaswitch.com/ems/soap/sh
1403
+ prefix: tns
1404
+ attribute: false
1405
+ wrapped: false
1406
+ ExtendedResult:
1407
+ $ref: '#/components/schemas/ExtendedResult2'
1408
+ UserData:
1409
+ type: object
1410
+ xml:
1411
+ name: tUserData
1412
+ namespace: http://www.metaswitch.com/ems/soap/sh
1413
+ prefix: tns
1414
+ attribute: false
1415
+ wrapped: false
1416
+ WsdServicesShServiceResponse:
1417
+ title: WsdServicesShServiceResponse
1418
+ required:
1419
+ - ShPullResponse
1420
+ type: object
1421
+ properties:
1422
+ ShPullResponse:
1423
+ $ref: '#/components/schemas/ShPullResponse22'
1424
+ tags:
1425
+ - name: EAS
1426
+ description: ''
1427
+ - name: NSeries
1428
+ description: ''
1429
+ - name: Metaview
1430
+ description: ''
1431
+ - name: NWSAP
1432
+ description: ''