Currently i’m developing integration to read xml file for Korea. but there’s problem when x++ read and populate in table(Axapta), i found 2 issue as below:
not complete update in Korean char.
sometimes it will try to convert from Korean char to symbol.
sample: No333 °³Æ÷,¼¿ïƯj41d0?1
Need advice from senior developer if any method that i don’t know that might useful for this. thanks in advance
p/s: I’ve try to use several method to read node such as _node.getNodeValue(),_node**.toString() and** _node**.text().**
What’s character encoding of the XML file and collation of the table?
Nevertheless note that AX 3.0 is prehistoric and it doesn’t support Unicode, which is likely going to cause you some troubles. Also note that Dynamics AX added support for Unicode nine years ago (in AX 4.0). That’s close to eternity, in IT world. This is just one example of price you have to pay for not keeping your system up-to-date.
In XML is using Korean character. and this file is populate by 3rd party software which i’m not sure how they encode it.
below are sample of korean char in xml:
seem’s like no other way to update using XML, i’m thinking to ask user key in this information in AX3.0 directly since using when they type. it will not have any issue.