Syntax
request:
- <flow>request: - <flow>
Sample
<api port="2000">
<request>
<regExReplacer regex="Hallo" replace="Hello" />
<transform xslt="customer2person.xsl" />
</request>
</api><api port="2000"> <request> <regExReplacer regex="Hallo" replace="Hello" /> <transform xslt="customer2person.xsl" /> </request> </api>
Child Structure
| Element | Cardinality | Description |
|---|---|---|
| flow | 0..* | Sets the flow of plugins that will be executed. |