REST Support

The REST Service wizard is used to build RESTful services.

Note: When you create a REST service, make sure to edit the Default Host field in the HTTP Connection Resource to reflect the actual host name. By default, the Default Host field is set to localhost.
REST Service Wizard

Developing a RESTful service is a simple three step process:

  1. Name the REST resource.
  2. Choose the resource definition (the XSD schema).
  3. Choose the REST operations to implement.

The input and output messages for the operations are automatically generated along with a Response activity. An HTTP shared resource is also generated with the default configuration. You can then add activities and implement the business logic for each operation in the process.