Remote Claim REST Web Service Route

This route emulates processing in a back-end system. Based on the data passed in the incoming properties file, the route returns one of the following responses:

  • 200 ok along with a data file
  • 400 Bad Request
  • 200 ok but no data file
  • No response withing a specified time limit

Route Structure

Remote Claim REST Web Service Route

Route Components Description

Component Name Component Type Description
REST In RESTful Web Service Inbound Receives an HTTP request.
Router Router Checks the properties file passed with the incoming file to define the processing flow.
Code 400 RESTful Web Service Outbound Returns the emulated response 400 Bad Request to the route REST Client with Advanced Logic .
Good Claim Velocity Creates a good response message.
5000 ms Delay Delay Delays processing for 5000 ms.
Operation Outcome Velocity Creates a response indicating that no data have been found.
Code 200 RESTful Web Service Outbound Returns the emulated 200 ok response to the route REST Client with Advanced Logic .