OpenEdge.BusinessRules.RulesServerConnectionParameters class
The OpenEdge.BusinessRules.RulesServerConnectionParameters class returns parameters for connecting to a Business Rules server. Although the Decision Service and Administration Service can be specified by one parameter, access to them is through separate connections. The initial implementation uses WebServices but the OpenEdge.BusinessRules.DecisionService class abstracts that from a caller. The implementation affects the parameters values passed in.
Constructors
The following constructor creates a JSON object containing valid connection parameters:
PUBLIC (INPUT poOptions AS JsonObject)
The following constructorcreates a character representation of a JSON object containing valid connection parameters: