Hi, Friends!
I have some problem with XML-port, so, NAV do not read one attribute "xmlns", it is obligatory part of xml-file.
How I can solve this problem?
1. my xml-port
2. error
3. xml-file
Use the DefaultNamesspace property to define the default namespace and the UseDefaultNamespace to use it.
For more namespaces, use NAV 2016 or newer and use the Namespaces property and the NamespacePrefix. For older versions of NAV use DOM (MSXML Automation for classic, System.Xml Dotnet for RTC), rather than XMLPort.
Use the DefaultNamesspace property to define the default namespace and the UseDefaultNamespace to use it.
For more namespaces, use NAV 2016 or newer and use the Namespaces property and the NamespacePrefix. For older versions of NAV use DOM (MSXML Automation for classic, System.Xml Dotnet for RTC), rather than XMLPort.
Answers
For more namespaces, use NAV 2016 or newer and use the Namespaces property and the NamespacePrefix. For older versions of NAV use DOM (MSXML Automation for classic, System.Xml Dotnet for RTC), rather than XMLPort.