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).
![image](https://private-user-images.githubusercontent.com/23223131/342814882-33ebf6d3-2d12-4c0d-9a1f-bc454abd11a7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NTk4OTAsIm5iZiI6MTczOTY1OTU5MCwicGF0aCI6Ii8yMzIyMzEzMS8zNDI4MTQ4ODItMzNlYmY2ZDMtMmQxMi00YzBkLTlhMWYtYmM0NTRhYmQxMWE3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDIyNDYzMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY5ZjljYTJjODFlYTljMDQwYmE5MzVhZDA1MTE3YjQ4YjYwMDExNWRiOWVhYTQwNjJjYzMxZTVhZDM4MTI2N2EmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.cZkKAy96hcIdNxLQc4UAU2ypE_zS3IkE_xRc4OAGhOY)
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