hashmapinc / nifi-opcua-bundle

Apache License 2.0
31 stars 11 forks source link

Currently the validateEndpoint in the StandardOPCUAService is unused, and it should be #16

Open cherrera2001 opened 7 years ago

cherrera2001 commented 7 years ago

We are not validating that an endpoint actually exists before trying to connect to it. The functionality is there via the validateEndpoint method, we just need to use it.

ed3766 commented 6 years ago

Given the existing validateEndPoint method signature: validateEndpoint(Client client, String security_policy, String discoveryServer, String url)

We should allow the user to specify the a discoveryServer in the OPCUAService properties to make the validateEndpoint method function as designed.