REST Binding Reference

REST Binding - Service
Field Required? Editable? Accepts SVARs? Description
Name Y Y N The name of the binding.
Transport Configuration
Field Required? Editable? Accepts SVARs? Description
Context root Y Y N

The context in which the application is invoked. That is, the base path for the URLs exposed by the REST binding.

Default: None

Note: Context Root and Connector Name together define the URL that is used at runtime. You can define and name the HTTP Connector at design time. At runtime, you must create a resource of type HTTP Connector and assign it the name you used at design time.

See also HTTP Connector.

Connector Name Y Y Y The name of the HTTP Connector resource that provides incoming transport services.

Both HTTP and HTTPS are supported.

Default: None

Note: Connector Name and Context Root together define the URL that is used at runtime. You can define and name the HTTP Connector at design time. At runtime, you must create a resource of type HTTP Connector and assign it the name you used at design time.

Click New to create the new resource template.

See also HTTP Connector.

REST Default Configuration
Field Required? Editable? Accepts SVARs? Description
Operation Name Y N N The name of the operation.
HTTP Method Y Y N

The HTTP method to indicate the action to be performed for a given resource.

Supported methods are:

  • GET
  • POST
  • PUT
  • DELETE

Default: GET

Media Type Y Y N

The media type for the request or response message.

Supported formats are:

  • STANDARD_JSON
  • XML
  • BADGERFISH_JSON
Path Y Y N Path can be any URI on which a given operation can be exposed.
Exclude namespace from response N Y N

Excludes namespaces from the response message. This option is displayed only when the Media Type is set to BADGERFISH_JSON.

Default: Unchecked