This topic applies only to the IBM Business Automation Workflow Advanced
configuration.

Build it yourself

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15

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.