There are several samples that demonstrate the use of the Mediation
Flow editor and the Assembly editor.
They are:
- XSL Transformation for mediation flows technology sample
demonstrates use of the XSL Transformation mediation primitive to transform
the format of messages between source and target operations. You will create
the mediation primitive but not the complete mediation flow.
- Setting a persistent property for a mediation flow technology
sample demonstrates use of the correlation context to set a persistent property
that is available for the duration of the request and response flow.
- Custom mediation for mediation flows technology sample
demonstrates how to create and wire a custom mediation primitive that implements Java™ code.
- Stock Quote for mediation flows sample demonstrates top-down
development of a stock quote mediation service. You will construct the assembly
diagram and the mediation flow.
- Dynamic endpoint selection sample demonstrates
how to select endpoints dynamically by retrieving the service address from
a database at runtime.