Replies: 1 comment 4 replies
-
You need to get that Node instance somehow and install an InvocationHandler on it. Alternatively, you could override the Or if it's a |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've tried to add namespaces to the example server, like as been done in https://github.com/kevinherron/machine-example/tree/master, (just changed some xml file).
I start the server and when I connect with UaExpert I see what I'm expecting to view, and that is really fantastic:
But when I call I method like GetLatestResult i get:
On the server side no log at all, So my question is Where to start in order to implement that method? Should I define a Listener on some node? and if that is true where I can find an example?
Beta Was this translation helpful? Give feedback.
All reactions