The Service call filter is used to call StreamServer applications exposed as services via Service Request input connectors. Data arriving to an input or output connector with a Service call filter is passed on to the service defined by the
Service name and
Service version settings in the filter.
You can use the Service call filter to access a service in the same application domain. If the called service is configured to return the output in the response, this output is returned via the filter. This method for returning the response can be used instead of internal output/input connectors to loop data within the same Project (i.e. StreamServer application).
You can create a filter chain that contains several Service call filters. When data arrives to the connector it is passed on to the service called by the first Service call filter. The response from the service is then returned, and this data is passed on to the service called by the next Service call filter and so on.