< Previous | Next >

Test the service in Integration Designer

After you create the XML Firewall service and policy, you can test the service in Integration Designer using the Generic Service Client.

To test the service using the Generic Service Client, follow these steps:
  1. Right click HelloWorldDataPowerLibrary and select Test Endpoints > Generic Service Client.
    Menu item for Generic Service Client
    Note: If you do not see the Test Endpoints option, enable the IBM Process Server or WebSphere ESB capability by following these steps:
    1. Launch the Getting Started page from Help > Getting Started > IBM Integration Designer.
    2. Click the Change Environment button. Picture of the Change Environment button
    3. In the Environment Capabilities window, select IBM Process Server or WebSphere Enterprise Service Bus.
    4. Click OK.
  2. In the Generic Service Client page, add an endpoint request by selecting Endpoints > Add EndPoint request
    Picture of Add Endpoint request action
    .
  3. In the Configure Protocol window, enter the URL of the service that is running on the DataPower appliance. Click Next.
    Picture of configure protocol page
  4. Select fullname as the root element of the request, and click Finish.
  5. Click the edit data button.
    Picture of the edit data button
  6. In the message form, select title, firstName and lastName and enter their values, as shown below:
    Picture of message form with data
  7. Click the Invoke button.
    Picture of the invoke button.
  8. The concatenated message is returned in the response, as shown below:
    Picture of response message
< Previous | Next >