Designer 10.15 | webMethods CAF and OpenUI Development | Working with CAF Events and Notifications | Creating an Event Handler | Configuring an Invoke Service Action
 
Configuring an Invoke Service Action
You can add an Invoke Service action to an existing event handler, or you can create a new event handler and add the Invoke Service action to it.
Note:
You must add at least one service (as a web service descriptor) or an action method to the Events Handler Services managed bean before you can complete this procedure. For more information, see these topics:
* Creating a Web Service Descriptor.
* Creating a New Action Method.
*To create an Invoke Service action
1. Open the CAF Events Editor as described in Creating a Custom CAF Event.
2. In the CAF Events Editor, click the Handlers tab, then click the handler you want to work with.
3. In the Handler Actions area, ensure that List of Simple Actions is selected as an action type, and then click Add.
4. In the Action Selection dialog box, click the Invoke Service action
5. In the Service list box, select a web service or action method.
6. Click OK to create the Invoke Service action.
7. Save your changes.
Related Topics