Update transport properties
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
merge.template file is available in the
<prj>/PASOEContent/WEB-INF/tlr location, with the default
values for all supported transports. You can update the default values of these
transports by editing the values in the merge.template file. For example, if you do not support SOAP clients, you can change the
SOAP transport’s
adapterEnabled property in the
merge.template file from 1 to 0 as shown below:
|
The modified values (if any) are considered at the time of publishing the application for the first time and exporting the application as a complete Web Application, but not if you are exporting it incrementally.