Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cherrera2001 opened this issue Oct 4, 2017 · 1 comment

Comments

@cherrera2001
Copy link

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
Copy link

ed3766 commented Oct 13, 2017

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.

@ed3766 ed3766 removed their assignment Oct 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants