Hi,
Trying to export XML trhough XMLPort in NAV 2015, with the first node with a prefix:
<prefix:firstnode>
<a>
<ab>Hey</ab>
</a>
</prefix:firstnode>
Previous XMLPort automatically exports:
<firstnode xmlns:prefix>
<a>
<ab>Hey</ab>
</a>
</firstnode>
Does anyone faced this problem, maybe in earlier versions of NAV like 2013? The same XMLPort worked at versión NAV 5 SP1.
Thanks in advance
0