RESTful Service Route

The route receives an HTTP request, processes the data and sends back an HTTP response with a status code.

The connection between the route component REST Client and RESTful Web Service endpoints must be configured in each of the components by providing a proper URI to Restful Web Service. By default, the value is set to https://localhost:11123/rest.

Component Name Component Type Description
RESTful Web Service Inbound RESTful Web Service Inbound Receives an HTTP requests.
Get Response file Mock Velocity Emulates data processing and forms a response.
RESTful Web Service Outbound RESTful Web Service Outbound Sends the resulting response back to the route REST Client in the form of an HTTP response.