Syntax
aString = getServiceContextValue(protocol, parameter)
SemanticsReturns a String with the value of the chosen service context parameter related to the current request.
Substitutablesprotocol A String specifying the protocol, of which a parameter is requested.  
parameterA String specifying the name of the requested parameter.
Examples
set ip = getServiceContextValue("tcpip","remoteIPAddress"); 
set agent = getServiceContextValue("http","user-agent"); 

Get the home directory of the current service, e.g.: /opt/bridge_data/bridge_OrderApproval

set currentServiceDirectory = getServiceContextValue("SystemEnvironment","INSTANCE_HOME");

Supported Protocols per Service Type

Supported Parameters