How to read ISO-8859-1 encoded XML files with the help of FTP-Listener, where the Linux system is configured to use UTF-8 encoding by default?
Issue
- How can I read the
ISO-8859-1encoded XML files on the ESB (with FTP-Listener) where as my Linux (Ubuntu) server is configured to useUTF-8as default encoding ?
The requirement is also such that we have to read some other files as well which are encoded withUTF-8. I tried to set a property encoding on the FTP-Listener but no luck:
<ftp-listener busidref="FTPListeningBus" is-gateway="true" name="MyFTPlistener">
<property name="encoding" value="ISO-8859-1" />
</ftp-listener>
Environment
- JBoss Enterprise Service Oriented Architecture Platform (SOA-P)
- 5.1.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
