Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Utils Folder | Summary of Elements in this Folder | pub.utils:getServerProperty
 
pub.utils:getServerProperty
WmPublic. Retrieves the value of a specified server property.
Input Parameters
propertyName
String The name of the server property whose value you want to retrieve (for example, watt.server.SOAP.directive).
defaultValue
String Optional. The default value to return if the server property specified in propertyName does not exist. If the server property does exist, the getServerProperty service ignores this value.
Output Parameters
propertyValue
String The value of the requested server property. If the property does not exist, and you did not set a defaultValue, the getServerProperty service returns null.