Entering content frameProcedure documentation Use Web Service in Workflow Locate the document in its SAP Library structure

Use

To use a registered Web service in a workflow, you need a task that calls the Web service. To create such a task you can use a BSP application that you call directly from the corresponding Web service directory.

Task generation always takes place from the logical system on which the Web service is registered. If you use a handler server, you generate the tasks that the Web services registered on the handler server are to start from the Web service directory of the handler server.

Procedure

  1. Start the BSP application in the Web service directory.
  2. Select the Web service for which the task is to be created and the logical system in which the task is to be created.
  3. Enter an abbreviation and a text for the task to be created. In addition, add a work item text.

Result

The task is created in the system selected and can be used in a workflow there as standard. Note that the import parameter of the task container required is provided with suitable data by the workflow. The results of the Web service are available to the workflow as export parameters of the task container.

Leaving content frame