Dynamic Invocation of a REST Service

Use the dynamicConfigurations element that is added on the Input tab of Invoke activity, which is used for invoking a REST service with REST reference binding.

The dynamicConfigurations element consists of the following information :

This field is displayed on the Invoke activity for REST reference binding that is created using a Swagger file as well as by using the REST Reference Wizard.

The Request and Response schemas must be in-sync with the REST service that is to be invoked. You can also override the path or query parameters by passing the same in the endpoint URL, for example : http://localhost:9678/resource/pathParamValue?query1=queryParamValue.

If the service is configured with HTTPS then the HTTP Client shared resource used on Reference binding should be configured with corresponding Confidentiality or Default Confidentiality fields.

For REST service which requires authentication either add the Basic Credential Mapping policy or pass the Authorization Header.

Note: This field is displayed only for newly created Reference binding and does not reflect for existing applications.

 

For deploying application on TIBCO Cloud Integration: If you want to change the dynamic URL for applications deployed on TCI, select the Default Confidentiality check box on the HTTP Client shared resource and then deploy the .EAR file on TCI. The TCI endpoint are https based.