OpenEdge.BusinessRules.RulesServerConnectionParameters class
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
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:
PUBLIC (INPUT pcOptions AS CHARACTER)
Interface
OpenEdge.Core.ServerConnection.IconnectionParameters interface
| DecisionServiceConnectionParameters property | AdminServiceConnectionParameters property | FormatMask property |
| GetConnectionString() method |