OPCFoundation / UA-.NET-Legacy

OPC Foundation Unified Architecture .NET Reference Implementations
330 stars 298 forks source link

An example of how to use OPC UA in WCF service #165

Open ywkung opened 6 years ago

ywkung commented 6 years ago

Can anyone help to a example of how to use UA.NET in WCF service?

  1. When I running UA.NET server, and then I add service reference in webfrom, it only show the method as follows: image so, if I need receive some node information from UA.NET server and how to implement?
  2. My target is when I have node information in UA.NET server and the server is running, I can receive node information from the webform or winform through by WCF, In UA.NET, I can't find document to tell me how to do. anyone can help me?