I want to correct what i wrote yesterday. The translation User EXIT can be used for ACI (as well as for RPC) but i would not recommend to use it. The USER Exit approach is from the early Broker and EntireX days (more than 15 years ago and is not state of the art anymore - but could be stilled used). It has many limitations, see docu link in yesterday post.
I would recommend to use ICU Conversion. If you do not have any multibyte codepages the communcation type ACI or RPC is irrelevant either. Otherwise if you have multibyte codepages it gets more complicate. Please note also UTF8 is multibyte.
So if you have single-byte codepages only, you should proceed as follows:
For Windows EntireX does (mostly) not required any codepage to be configured. For mainframe it must be configured. You should find out the
ebcdic code page number (or alias of it) and define it e.g.
- as broker ebcdic default code page, see “Codepage-specific Attributes” in broker attribute file “DEFAULT_EBCDIC_IBM”
- with your EntireX component on the mainframe. This overwrites the default broker code page.
In the broker CONVERSION=SAGTCHA must be defined for the service (ACI opr RPC)
Regards Bernhard
#EntireX#webMethods#Mainframe-Integration