Service_2 Route

This route emulates a web service that randomly generates NEXT or DONE string which is then sent to the 3_CallService2 Route as a response body.

Route Structure

Service_2 Route

Route Components Description

Component Name Component Type Description
RESTful Web Service Inbound RESTful Web Service Inbound Receives an HTTP request.
Message Emulation Groovy Executes a Groovy script that randomly generates a response (an XEServer message exchange with either NEXT or DONE message body).
RESTful Web Service Outbound RESTful Web Service Outbound Returns the emulated response to the route 3_CallService2.