WebSphere Message Broker Version 8.0.0.5 Betriebssysteme: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS

Sehen Sie sich die Informationen zur aktuellen Produktversion im IBM Integration Bus Version 9.0 an.

Creating the scenario initial configuration

This scenario was developed by using a sample initial configuration. Follow the instructions to set up the sample to try out the scenario in the same way as it was originally developed.

Before you begin

  • Download a copy of the AddressBookProviderInitialConfiguration.zip .
  • Download a copy of the AddressBookProviderFinalConfiguration.zip to set up the final scenario configuration and see the result of following the steps that are documented in the scenario.
  • Make sure you have access to a WebSphere® Message Broker runtime environment and a WebSphere Message Broker Toolkit installation with the default configuration deployed. For more information on installing WebSphere Message Broker components, see Installing.

Procedure

Complete the following steps to set up the sample initial configuration that was used to develop the scenario:

  1. Install WebSphere Message Broker Toolkit. For more information, see Installing.
  2. Import the AddressBookProviderInitialConfiguration.zip file:
    1. Click File > Import. The Import wizard opens.
    2. Expand Other, click Project Interchange, then click Next.
    3. Specify the location of AddressBookProviderInitialConfiguration.zip.
    4. Specify the location of the open workspace.
    5. Select the projects that you want to import into your workspace. For this scenario, select all projects. Then, click Finish.

Results

You imported the scenario source files.

In the Application Development view, you should see the following:

This figure lists all the resources available within the AddressBook service project. There are two operations: SaveAddress and FindAddress. There is one wsdl file, multiple subflows and multiple ESQL files.

What to do next

Complete the steps for Creating a message map to transform SOAP messages.