Web Services
The Web Services Activity can be used to generate a web service response. It is used in the ::title.
Web Service Response
Activity Description
Sends a web service response. Click the Settings icon to expand the settings menu for the activity.
Output
The web service response.
Settings
- Module Name – Select the appropriate Web Service module.
- Session ID – Enter the Session ID of the conversation. You can use the variable %sessionid% to reference the session ID from the event triggering the workflow.
- Message – The response to the Web Service request.
- Wait for input – Determines if the workflow should pause while waiting for an additional Web Service request. Yes - Enables the workflow to wait for a reply; No - The activity ends and continues to the next activity.
- Response – Defines which output should be assigned to the result. All - Generates a resultset (table) with all the parameters provided in the Web request; MessageOnly - Returns only the message string provided in the Web request.