How does WSIF and Apache AXIS handle internationalization and localization of data and messages? I see that Log4J is used as a logging mechanism, and from that I understand how messages are localized, or can be. However, as for data, what assumptions are made by both WSIF and Apache AXIS? What if the client is sending data in a UTF-8 encoding, but the web service can only interpret Shift_JIS, as an example? Is the underlying WSIF/AXIS code aware, and does it perform any data translation?
Thanks in advance.