iProcess Plug-ins
All iProcess Plug-ins send and receive data from the iProcess Engine in UTF-8 encoding. Any necessary conversion is carried out by the Plug-in.
TIBCO ActiveMatrix BusinessWorks Plug-in for iProcess
The defaultEncoding attribute in the SWDIR/eaijava/encoding.properties file must be set to the encoding used by the iProcess Engine. Therefore:
• | Set the defaultEncoding attribute in the SWDIR/eaijava/encoding.properties file to UTF-8. |
iProcess Web Services Plug-in
The WSDocumentHandler.Encoding attribute in the wsconfig.properties file must be set to the encoding used by the iProcess Engine. Therefore:
• | Set the attribute WSDocumentHandler.Encoding in the WebServiceHome/jetty-6.1.1/staffware/wsconfig.properties file to UTF-8. |
iProcess Email Plug-in
The Charset attribute in the eai_mail.cfg file must be set to the encoding used by the iProcess Engine. The iProcess Email plug-in embeds this attribute in the encoded-words streams for the MIME header fields subject, to address, cc address, from address and others. Therefore:
• | Set the attribute Charset in the SWDIR/lib/eai_mail.cfg file to UTF-8 for the Windows platform. |
• | Set the attribute Charset in the SWDIR/libs/eai_mail.cfg file to UTF-8 for UNIX platform. |