< Previous | Next >

Build it yourself

You can use the many tools of IBM® Integration Designer to build the sample yourself.

To build the sample, you will complete the following steps:
  1. Import the existing Web service into your workspace.
  2. Create a library project.
  3. 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.
  4. Create the new service interface. In the library you will create a new business object and new interface.
  5. Create a mediation module project that references the library.
  6. 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.
  7. Create the mediation flow implementation, which includes mapping the request parameters between the exported and imported services and the returned result.
< Previous | Next >