NAV 2015 XMLPort node prefix

juanbarjuanbar Member Posts: 4
edited 2015-08-20 in NAV Three Tier
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
Sign In or Register to comment.