In response to a community question asking to view Request and Response message types in Production settings..
A community helper class was implemented should people need this. ( alwo.EnsHelper.HostRequestResponseInfo )
Install
zpm install alwo-enshelper
The code may serve as an example, to project bespoke configuration into Production settings.

Usage
Business Service
Class myService extends (Ens.BusinessService, alwo.EnsHelper.HostRequestResponseInfo)
{
...
}Business Process
Class myBusinessProcess extends (Ens.BusinessProcess, alwo.EnsHelper.


