By default, all transports are disabled in the production version of PAS for OpenEdge. On a production instance, nable only those transports you are going to use.

To enable a transport, set the transport adapterEnabled property to 1 by editing the openedge.properties file with the oeprop utility. For example:
  1. Run the proenv utility.
  2. Navigate to the /bin directory of your instance.
  3. Run the oeprop utility to display the transport settings for each of the transports:
    oeprop.[sh|bat] instance-name.ablwebapp-name.APSV.adapterEnabled
    oeprop.[sh|bat] instance-name.ablwebapp-name.REST.adapterEnabled
    oeprop.[sh|bat] instance-name.ablwebapp-name.WEB.adapterEnabled
    oeprop.[sh|bat] instance-name.ablwebapp-name.SOAP.adapterEnabled
  4. Set the desired transports to 1. All other transports should be set to 0. For example:
    oeprop.[sh|bat] instance-name.ablwebapp-name.transport.adapterEnabled=1
  5. Restart the instance using the pasman pasoestart command:
    pasman.[sh|bat] pasoestart -I instance-name -timeout 200