Can I change the XML encoding in outgoing XML Gateway messages?
Oracle 12.2.10, XML Gateway, Outbound messages
Hi,
We are setting up a outbound XML gateway to a supplier in ordere to send XML Purchase orders. In the transaction monitor we can see the outgoing message bodies by pressing the 'View XML' button.
The encoding is set to ISO-8859-1.
<?xml version="1.0" encoding="ISO-8859-1" standalone='no'?> <!DOCTYPE cXML SYSTEM "cXML.dtd">
Our supplier is asking if we can change it into UTF-8, otherwise they are not able to process the messages. I was wondering how we can change this. From the maual I would wxpect the encoding to be UTF-8 in the first place.