Message Exchange Patterns

Clients of TIBCO ActiveMatrix Binding Type for REST can invoke backend services that are exposing IN-ONLY or IN-OUT message exchange patterns using HTTP operations (GET, PUT, POST, and DELETE).

For a Service

  • IN-ONLY operations return HTTP code 200 OK for success or an HTTP error code in case of failure.
  • IN-OUT operations return a response or a fault in the HTTP body for success or failure. An HTTP error code is returned for protocol errors.

For a Reference

Configuring the Out-Only operation in the REST Resource Configuration file results in the addition of the dummy query parameter naming 'AmxInOutBoolean' for that operation.