Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Browse on Node with NodeClass object fails #44

Open
ivomp opened this issue Jan 7, 2022 · 0 comments
Open

Browse on Node with NodeClass object fails #44

ivomp opened this issue Jan 7, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@ivomp
Copy link
Contributor

ivomp commented Jan 7, 2022

In the current schema it is the Browse command in the new schema it will become the ReadNode command.

Request/Command :
Send a OpcUaCommandType = Browse command on a Node with NodeClass = Object

Expectation:
Good result of OpcUaCommandType = Browse.

Actual Result:
Bad result of OpcUaCommandType = Read and not Browse.
The payload data is of type = BrowseResponse (Which is correct)
The error message =
Missing type map configuration or unsupported mapping.
Mapping types:
Object -> BrowsedOpcNode
System.Object -> OMP.Connector.Domain.Schema.BrowsedOpcNode

Test data:
Opc Ua Server = mcr.microsoft.com/iot/opc-ua-test-server:latest (docker)
Node = ns=11;i=442 and ns=17;s=Telemetry

@ivomp ivomp added the bug Something isn't working label Jan 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant