Endpoint URIs

Endpoint URIs represent rulesets as Rule Execution Server resources for the SOAP execution service.

The endpoint URI for a decision service uses the following format:

https://<vhostname>.bpm.ibmcloud.com/odm/<cloud_environment>/DecisionService/ws/<ruleset_path>

The following list explains the parts of the URI:

  • <vhostname>: Serves as the name of the host for the decision service.
  • <odm_on_cloud_environment>: Uses dev, test, or prod depending on whether the decision service ruleset is in the development, test, or production environment.
  • <ruleset_path>: Provides the path for the decision service rule execution and must take one of the following formats:
    • ruleAppName/rulesetName
    • ruleAppName/ruleAppVersion/rulesetName
    • ruleAppName/ruleAppVersion/rulesetName/rulesetVersion
The following example shows a URI to MiniloanServiceRuleset:
https://vhost005.bpm.ibmcloud.com/odm/dev/DecisionService/ws/
MiniloanService/MiniloanServiceRuleset