Sample RESTful Web Service Profile Workflow

This profile covers two main scenarios:

  • Making RESTful requests
  • Receiving RESTful requests

The following describes the profile workflow:

  1. The REST Client route picks up a request from the file system and submits the data to the RESTful Web Server.
  2. The RESTFul Service route receives the HTTP request, forms an HTTP response, and sends the data back to the REST Client route.
  3. The REST Client route saves the resulting response to the file system.

This profile contains the following routes: