Does SDK support loading address space from XML file?

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

Moderator: uasdkc

Post Reply
stanleylee
Jr. Member
Jr. Member
Posts: 2
Joined: 11 Dec 2017, 08:33

Does SDK support loading address space from XML file?

Post by stanleylee »

Hello everyone:

In C++ base SDK, it supports loading address space from the xml file. Does it be supported in ANSI C based OPC UA SDK?
I searched the source code using the keyword "xml" and saw the function name OpcUa_BinaryDecoder_ReadXmlElement(). What is its purpose?
How do I create address space with XML file?

User avatar
Support Team
Hero Member
Hero Member
Posts: 3064
Joined: 18 Mar 2011, 15:09

Re: Does SDK support loading address space from XML file?

Post by Support Team »

Hello stanleylee,

the AnsiC SDK does not support loading an address space from XML. Instead, you can use the UaModeler to generate a provider containing the content of a nodeset XML file.
Best regards
Unified Automation Support Team

Post Reply