A mediation module is a project containing service integration
logic and it can be deployed to either WebSphere Process Server or
WebSphere Enterprise Service Bus.
You will use a mediation module to access the supplied HelloService Web
service and expose it as a service to other modules. Because the interface
of the service you invoke (HelloService) is different than the interface
of the service you expose (HelloWorld), you will need to map between
them.
- Right-click the HelloWorldLibrary library and select New
> Project > Mediation Module. The New Mediation Module wizard
is displayed.
- In the Module name field, enter HelloWorldMediation and
click Next. The Select required libraries page
shows.
- Ensure that the HelloWorldLibrary project is selected.
This selection associates the library with this new module so that
this module can use any artifacts in that library. Click Finish.
The assembly editor opens for the new module and it contains
a mediation flow component, as shown here: