Previous Topic: Import the WebService Actor

Next Topic: Import the Workflow

Add the WebService Actor Manually

To add a WebService actor manually

  1. Click the Actors tab in the Workflow Design Environment.
  2. Right-click WebService, then choose Add Actor.
  3. Enter http://%SERVERNAME%:%PORT%/bookprice-webservice/services/BookPrice?wsdl in the WSDL URL field.

    where:

    %SERVERNAME% is the machine name of the workflow server.

    %PORT% is the port number to connect to the workflow server.

    For example, you can enter localhost:8081 for %SERVERNAME%:%PORT%.

    Note: If you are connecting to a remote machine or using a port other than 8081, you must change the URL to reflect that.

  4. Enter BookPrice in the Name field.

    The Activity Operations tab in the right pane should now contain one activity called getPrice.