Dynamic Invocation of a REST Service

A new field dynamicConfigurations is added in the Input tab tab of Invoke activity used for invoking REST service with REST reference binding.

The dynamicConfigurations consists of the following information :

  • URL: The whole endpoint URL which the user wants to override from reference binding. The Default Host, Default Port on HTTP Client shared resource and the Resource Service Path on REST Reference Binding will be overridden.

This field will be seen on Invoke activity for reference binding created using Swagger file as well as using REST Reference Wizard.

The Request and Response schemas should be in-sync with the REST service which needs to be invoked.

Also 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.

Same applies for REST service which requires Authentication.

Note : This field will be seen only for newly created Reference binding and won't reflect for existing applications.

 

For deploying application on TCI : If we want to change the dynamic URL for applications deployed on TCI, select the Default Confidentiality checkbox on HTTP Client shared resource and then deploy the EAR on TCI, since the TCI endpoint are https based.