View Issue Details

IDProjectCategoryView StatusLast Update
0009285CTT UA Scripts1 - Script Issuepublic2023-11-29 06:04
ReporterSebastian Allmendinger Assigned ToSebastian Allmendinger  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.03.505 
Fixed in Version1.03.506 
Summary0009285: Subscription Transfer initialize: Test.Connect() use wrong parameter
Description

The CTT should use a specific endpoint to connect to the server in this ConformanceUnit. Test.Connect() expects arguments for OpenSecureChannel, CreateSession and ActivateSession. In the current script, the requested endpoint is not part of the OpenSecureChannel parameter and therefore the default endpoint is used to connect to the server.
In most cases (the CU only requires Username as available UserIdentificationToken) this will succeed, but it may fail depending on the configuration of the server.

TagsNo tags attached.
Files Affected

/maintree/Subscription Services/Subscription Transfer/Test Cases/initialize.js

Activities

Sebastian Allmendinger

2023-11-28 14:44

developer   ~0020425

The call has been updated to pass SecurityPolicy and SecurityMode to the OpenSecureChannel service.

Paul Hunkar

2023-11-29 06:04

administrator   ~0020452

reviewed - agreed to change and closed

Issue History

Date Modified Username Field Change
2023-11-27 15:32 Sebastian Allmendinger New Issue
2023-11-27 16:06 Paul Hunkar Assigned To => Sebastian Allmendinger
2023-11-27 16:06 Paul Hunkar Status new => assigned
2023-11-28 14:42 Sebastian Allmendinger Files Affected => /maintree/Subscription Services/Subscription Transfer/Test Cases/initialize.js
2023-11-28 14:44 Sebastian Allmendinger Status assigned => resolved
2023-11-28 14:44 Sebastian Allmendinger Resolution open => fixed
2023-11-28 14:44 Sebastian Allmendinger Note Added: 0020425
2023-11-29 06:04 Paul Hunkar Status resolved => closed
2023-11-29 06:04 Paul Hunkar Fixed in Version => 1.03.506
2023-11-29 06:04 Paul Hunkar Note Added: 0020452