How to Connect Server if IsDiscoveryUrl false

Questions regarding the use of the C++ SDK for Server or Client development or integration into customer products ...

Moderator: uasdkcpp

Post Reply
ssmaung
Sr. Member
Sr. Member
Posts: 17
Joined: 09 Jun 2021, 11:42

How to Connect Server if IsDiscoveryUrl false

Post by ssmaung »

Hello,
If OPC UA Server ServerConfig.xml does not expose Endpoints, how Client can connect?
Is there any sample code?

<UaEndpoint>
<IsVisible>false</IsVisible>
<IsDiscoveryUrl>false</IsDiscoveryUrl>
</UaEndpoint>

Thank you.

Post Reply