Configure Work Areas

Override the default settings below in your py file to enable work areas.

# Application Server - Work Area
asWorkAreaEnable = "false"
asWorkAreaEnableWebServicePropagation = "false"
asWorkAreaMaxReceiveSize = 10000
asWorkAreaMaxSendSize = 10000

Enabling Application Server work areas

Set the following values (as required) in your Jython file to enable work areas:

asWorkAreaEnable = "true"  # Allow WAS 6.1 work areas to be started
asWorkAreaEnableWebServicePropagation = "true"
asWorkAreaMaxReceiveSize = 10000
asWorkAreaMaxSendSize  = 10000