REST Client Route
This route picks up the a request from the file system, submits the data to a RESTful Web Service using the XEServer REST Client route component, and saves the response in the file system.
Route Structure
Route Components Description
HTTP Request |
FS Inbound |
Picks up a request from the file system. |
REST Client |
Rest Client |
Sends the incoming data to a RESTful Service for processing. |
HTTP Response |
FS Outbound |
Receives the resulting data from the RESTful Service and saves the data to the file system. |