forward url postfix setter

Forward URL Postfix Setter

Version: 17.07

Supported Since: 17.07

What is an Forward URL Postfix Setter Processor?

Forward URL Postfix Setter Processor is a processing element which can be used to appends the given postfix to the HTTP url of the given message to an integration flow message which is supposed to send out using a HTTP egress connector.

In order to use this processing element, you must first select the HTTP NIO Connector dependency from the connector list when you are creating an empty Ultra project. If you have already created a project, you can add the HTTP NIO Connector dependency via Component Registry. From Tools menu, select Ultra Studio → Component Registry and from the Connectors list, select the HTTP NIO Connector dependency.

forward url postfix setter outports

Out Ports

Next

The message will be sent to this outport if setting postfix to forward url is successful

On Exception

The message will be sent to this outport if the processing element failed in setting postfix to forward url operation

Parameters

URL Postfix *

Basic

The value of postfix which appends to the forward HTTP url

Sample Use Case

In the following diagram (figure 1) there is an integration flow which takes the message in from a http ingress connector and sends it out to a another http endpoint using http egress connector. The requirement is to append postfix to service url of the HTTP request which sends out from the egress connector.

I have added an Forward URL Postfix Setter processing element before the egress connector with the configurations as shown in the figure 2

forward_url_postfix_setter_sample
Figure 1: forward_url_postfix_setter_sample

Configuration for the Forward URL Postfix Setter element is as follows. To set postfix to the url, we gives postfix value which appends to the url.

forward_url_postfix_config
Figure 2: forward_url_postfix_config
In this topic
In this topic
Contact Us