How do I make changes to the PO XML format used by RMS system. I need to create XML purchase orders to be exported from RMS and sent to a vendor for translation in a traditional EDI/XML order processing application?
I want to add additional data elements to the default order format. Where is the XML schema located?
I also think that I need to change the xml encoding statement from UTF-16 to UTF-8.
<?xml version="1.0" encoding="UTF-16"?>
The exported XML order document cannot be translated by our vendor due to invalid characters (x'FF' and x'FE') that precede the beginning of the xml document.