Creating the Hello Mediation Flow
In order to create Hello Mediation Flow,
In a new WID workspace, create a new Integration Solution in WID, File | New | Integration Solution and name it Greeting_Solution.
Import the GreetingLibrary that we created in the previous chapter
Click on File | New and select Mediation Module from the context menu. Give the module the name HelloMediationModule and the name of the mediation component as GreetingsFlow as shown in the following figure:
Specify the GreetingLibrary in the required libraries wizard screen and proceed to next.
Make this mediation module part of the Greeting_Solution Integration Solution. Click on the Finish button.
Upon clicking Finish the mediation module gets created and the Assembly diagram opens for the new mediation module. On the canvas of this assembly diagram you will notice that the GreetingsFlow mediation flow component has been created. We will specify the HandleGreetingMessage as the interface on this mediation flow component.
This...