Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Define a Web Service (WS) profile or profiles.
  2. Include the Web Service agents and their configurations in a workflow.

Web Service Profile

In the WS profile you specify a WSDL file that mainly includes the following parts of a Web Service definition:

  • XML Schema: Defines information about the service either directly or via an XSD-file

  • WSDL: Communication relevant information

  • Binding elements: supports only SOAP bindings

The WS profile can include more than one WSDL file references.

The WS profile is loaded when you start a workflow that depends on it. Changes to the profile become effective when you restart the workflow.

Saving a WS profile that is assigned with a WSDL file, maps data types that are specified in the WSDL Schema section as UDR types for the workflow. For further information, see Web Service UDR Type Structure.


The Web Service Agents

There are two Web Service agents that you can include in real-time workflows in the workflow configuration dialog:

...