Question:
SAP BC returns an XML string with encoding="iso-8859-1" specified on the first line. However, the content of the XML string contains non-ANSI characters. Microsoft XML parser is therefore unable to parse the XML document. The characters involved is é, which normally falls within the iso-8859 specifications, but are not represented properly on the XML string returned by BC. Do you have any clues?
Answer:
Hello,
If I undersrand you correctly, you need to force encoding in xml before sending to another side.
When you are building your xml before recordToDocument add inside your outbound record string @encoding and force proper encoding.
HTH
Gordan