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

To enable a transport, set the transport adapterEnabled property to 1 by editing the openedge.properties file with the OEPROP utility:
  1. Run the Proenv utility.
  2. Go 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 the other transports should be set to 0:
    oeprop.[sh|bat] instance-name.ablwebapp-name.transport.adapterEnabled=1
  5. Restart the instance using the pasman pasoestart command:
    pasman pasoestart -I instance-name -timeout 200