<otherParameters> tag

The <otherParameters> tag specifies additional Host On-Demand session parameters.

Host On-Demand session parameters supported by ZIETrans include:

ENPTUI
Determines whether a project with a connection to a 5250 host can use display data stream (DDS) keywords for the Enhanced Non-Programmable Terminal User Interface (ENPTUI). Valid values are true and false. The default value is false.
Lamalef
Sets the LamAlef property, which determines whether LamAlef should be expanded or compressed. This property applies to Arabic sessions only. Values are in string format. Valid values are:
  • LAMALEF_ON
  • LAMALEF_OFF
The default value is LAMALEF_OFF.
numeralShape
Sets the numeralShape property. This property applies to bidirectional sessions only. Values are in string format. The default value is NOMINAL.
numericSwapEnabled
Sets the Numeric swapping property. This property applies to Arabic 3270 sessions only. Valid values are true and false. The default value is true.
roundTrip
Sets the roundTrip property. This property applies to bidirectional sessions only. Values are in string format. Valid values are:
  • ROUNDTRIP_ON
  • ROUNDTRIP_OFF
The default value is ROUNDTRIP_ON.
SecurityProtocol
Sets the SecurityProtocol property, which indicates whether to use the TLS v1.0 protocol or the SSL protocol for providing security. Values are in string format. The default value is TLS.
SSLServerAuthentication
Sets the SSLServerAuthentication property, which indicates whether SSL server authentication is enabled. Valid values are true and false. The default value is false.
symmetricSwapEnabled
Sets the symmetric swapping property. This property applies to Arabic 3270 sessions only. Valid values are true and false. The default value is true.
textOrientation
Sets the textOrientation property. This property applies to bidirectional sessions only. Values are in string format. Valid values are:
  • LEFT_TO_RIGHT
  • RIGHT_TO_LEFT
The default value is LEFT_TO_RIGHT.
ThaiDisplayMode
Sets the Thai display mode property. This property applies to Thai sessions only. Values are in string format. The default value is THAI_MODE_5.
workstationID
Sets the workstationID property, which is used during enhanced negotiation for 5250. Values are in string format. All lowercase characters are converted to uppercase. There is no default value.

Kerberos ticket support

To enable support for Kerberos tickets, for rich client projects using 5250 only, add the following lines inside the <otherParameters> tag in the application.hap file:

<parameter name="ssoEnabled" value="true"/>

<parameter name="ssoType" value="ssoAcquireKerberosTicket"/>