With the REST adapter, you can specify REST options on the REST alias (see Aliases). These options can be overridden dynamically on each REST call by providing an object of type RequestOptions to the REST adapter call like the following:

  1. Create an object of type RequestOptions.
  2. Set the attributes of this object according to your needs (e.g. in a mapping diagram).
  3. Provide the object to the REST call.

    A pin requestOptions is available as soon as you have applied the RESTAdapter stereotype.

Find below an example execution based on the RESTAdapter_SupportManager_Example.

Overview of the Request Options

You can set the following options:

Request Types