You can use the many tools of WebSphere Integration Developer
to build the sample yourself.
To build the sample, you will complete the following
steps:
- Import the existing Web service into your workspace.
- Create a library project.
- Copy the Web service WSDL file. This is a concrete WSDL file for
the supplied Web service that describes its interface and its SOAP
binding.
- Create the new service interface. In the library you will create
a new business object and new interface.
- Create a mediation module project that references the library.
- Create an assembly with a mediation flow component. That component
is exported with an SCA binding, and has a reference that is fulfilled
by a Web Service import.
- Create the mediation flow implementation, which includes mapping
the request parameters between the exported and imported services
and the returned result.