Ask a question
Limited-Time Offer: 50% off IBM TechXchange Conference 2025
IBM’s largest technical learning event is back October 6-9 in Orlando, FL
This document provides the text for the procedures covered in the video Creating and Debugging Flow Services using webMethods Service Designer Demo.
Create an integration service to fetch the list of employees with salary greater than 10,000 from the database.
The Jobs table is displayed.
Note: When you add a flow step, provide relevant comment describing the requirement of the flow step in Property > Comment field. This is a best practice.
The result is displayed in Results tab. In this case, no result is displayed.
Debug view opens. The first step of flow service (INVOKE step) is highlighted.
All the steps till the SEQUENCE step get executed.
The syntax to retrieve values from the pipeline variable is now corrected.
The list of employees with min salary greater than 10000 is displayed in the Results view.