Page 1 of 1

Does SDK support loading address space from XML file?

Posted: 14 Dec 2017, 06:10
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?

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

Posted: 20 Dec 2017, 14:15
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.