Previous Topic: Evaluation CalloutNext Topic: Configuring Callouts


Scoring Callout

A Scoring Callout is executed after the standard RiskMinder Scoring logic has executed. If a Scoring Callout is implemented, then:

  1. RiskMinder Server executes the standard Scoring program and invokes the Callout framework.
  2. The RiskMinder Callout framework formats the data in XML format.
  3. The RiskMinder Callout framework performs an HTTP or HTTPS POST of the following information to your Scoring Callout:
  4. Your Callout uses the data passed by RiskMinder to process its custom logic.
  5. Your Callout then returns the following information to RiskMinder:

    Note: The score returned by the Scoring Callout always overrides the Score computed by the RiskMinder Scoring Engine. If you want to retain the score computed by RiskMinder's standard Scoring Engine, then you will need to pass that same Score as the return value in your response.

    Note: This information is used for logging (in the database), reporting, and auditing purposes.

  6. RiskMinder Server logs the information returned by your Callout.