< Previous | Next >

Running a hosted transparent decision service

This tutorial shows you how to use OpenAPI descriptions (Swagger) or WSDL to run a ruleset on a hosted transparent decision service (HTDS), and how to run the decision service through API Connect. You also call the ruleset from a client.

Learning objectives

You do the following tasks:
  1. Deploy a RuleApp from Rule Designer to Rule Execution Server.
  2. View and test a ruleset in REST by using an OpenAPI in the Rule Execution Server console.
  3. Retrieve an OpenAPI description, and call the decision service in a generated client.
  4. Retrieve an OpenAPI description for API Connect, and run the decision service through API Connect.
  5. Retrieve a WSDL description, and call the decision service in a generated client.
  6. Inspect the performance of the decision service.

Best practices

This tutorial includes the following best practices for running a hosted transparent decision service:

  • Check the deployment summary after deploying a decision service. It shows the status of a deployment operation. Example...
  • Use a third-party tool to generate a client that is calling the ruleset from a description of your decision service. Example...

Time required

This tutorial takes about 30 minutes to complete.

< Previous | Next >