Operation Identification

When a client sends the request to TIBCO API Exchange Gateway , the gateway identifies the operation as follows:

  • For SOAP requests, the operation is identified from either the SOAP Action header or URI, or both, as defined in the HTTP header.
  • For HTTP/XML requests, the operation is identified from the combination of method and URI.
  • For HTTP/HTTPs REST requests, the operation is identified from the combination of method, URI, and the value of some named HTTP header.
  • For SOAPJMS requests, the operation is identified from the JMS message SoapAction header . The SoapAction of facade Operation must be configured with SoapAction where SoapAction matches the value of the JMS SoapAction header.
  • For ESB requests, the operation is identified from the JMS message Operation header. The SoapAction of facade Operation must be configured with /ESB/[Operation] where[Operation] matches the value of the JMS Operation header.

The operation details are configured in the Facade Operations tab of the Config UI.