Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
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.