Hello Tony,
I can give some hints which may help you IF
you don’t use a schema which contains Chinese
characters (e.g. to define element or attribute names with Chinese characters).
Then, it should be possible to work with the current version of X-Application without further restrictions, but you have to do the following steps
(1) change the style sheets for UTF-8 (or Big5 if you want) of the generated application:
- generate the application
- edit the 6 XSL style sheets produced by the generator (e.g. search.xsl, create.xsl, …). You must replace ‘ISO-8859-1’ by your coding (UTF-8 or Big5). There are 3 places per sheet where to replace the encoding.
See also the file readme.txt within your directory %XAPPLICATION_HOME%. There is an entry ‘Internationalization’ at the end of the file.
- use the regenerate option of the generator GUI to generate the JSP pages with the encoding.
(2) change the file server.xml within your directory %TOMCAT_HOME%\conf:
I hope, this tip will help you. If you have still problems, post it to the community.
To process schemas defining elements/attributes containing Chinese charcaters, we are currently looking for a solution.
Good luck,
Christian.
#API-Management#Tamino#webMethods