|
|||||||||||||||||||||||||
Sample RESTful Web Service Profile WorkflowThis profile covers two main scenarios:
The following describes the profile workflow:
This profile contains the following routes: ![]() 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 StructureRoute Components Description
![]() 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.
|