Missing charset in content-type header
hello,
We are using ORACLE Database 11g R2 to expose PL/SQL code as webservices. The problem is that the response from ORACLE XDB never includes in the header content-type of the XML file the reference to the charset (ISO-8859-1 needed).
We really need the charset identification so that the parser (DataPower) can work on the file with special characters (PT). He uses UTF-8 by default which makes the process to throw an error.
Thanks
Mário Rui Romero
We are using ORACLE Database 11g R2 to expose PL/SQL code as webservices. The problem is that the response from ORACLE XDB never includes in the header content-type of the XML file the reference to the charset (ISO-8859-1 needed).
We really need the charset identification so that the parser (DataPower) can work on the file with special characters (PT). He uses UTF-8 by default which makes the process to throw an error.
Thanks
Mário Rui Romero
0