WSO2 EI – Sequence Templates
Introduction : A large number of configuration files in the form of sequences, endpoints, proxy services , and transformations can be required to satisfy all the mediation requirements of your system. To keep your configurations manageable, it's important to avoid scattering configuration files across different locations and to avoid duplicating redundant configurations. Templates help minimize this redundancy by creating prototypes that users can use and reuse when needed Templates comes in two different forms. 1. Endpoint Template 2. Sequence Template Now we are going to see the usage of sequence template . · A Sequence Template is a parametrized sequence, Parameters of a template are defined in the form of XPath statement/s. Callers can invoke the template by populating the parameters with static values/...