View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005570 | Compliance Test Tool (CTT) Unified Architecture | 2 - CTT Binary | public | 2020-04-07 22:39 | 2020-04-10 16:34 |
Reporter | Alexander Allmendinger | Assigned To | Alexander Allmendinger | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 1.03.341.394 | ||||
Fixed in Version | 1.03.341.395 | ||||
Summary | 0005570: When using an ExtensionObject in an InputArgument the service call is not being sent | ||||
Description | When using an ExtensionObject in an InputArgument in the CTT the ExtensionObject looks good until the call is being made in the CTT binary. The binary then returns a Bad_NotFound and does not send the call to the server. | ||||
Tags | No tags attached. | ||||
Files Affected | |||||
related to | 0005578 | assigned | Alexander Allmendinger | CTT UA Binary | NamespaceUri in ExtensionObjects is not working in all cases |
|
When using an ExtensionObject in the CTT the new Stack is searching for the NamespaceUri in the list of the Namespaces of the server. As we never set the Namespace array in the stack, the desired namespace index is not found why the stack is returning a Bad_NotFound. With the changes the NamespaceUri is initialized before doing the call in the stack in which case the stack does not search for it but uses the specified NamespaceIndex. |
|
reviewed in CMP call |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-04-07 22:39 | Alexander Allmendinger | New Issue | |
2020-04-08 05:44 | Paul Hunkar | Assigned To | => Alexander Allmendinger |
2020-04-08 05:44 | Paul Hunkar | Status | new => assigned |
2020-04-08 11:23 | Alexander Allmendinger | Status | assigned => resolved |
2020-04-08 11:23 | Alexander Allmendinger | Resolution | open => fixed |
2020-04-08 11:23 | Alexander Allmendinger | Fixed in Version | => 1.03.341.395 |
2020-04-08 11:23 | Alexander Allmendinger | Note Added: 0011878 | |
2020-04-10 16:34 | Paul Hunkar | Relationship added | related to 0005578 |
2020-04-10 16:34 | Paul Hunkar | Status | resolved => closed |
2020-04-10 16:34 | Paul Hunkar | Note Added: 0011897 |