Versions Compared

Key

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

To open the Web Service Provider agents' configuration, click Build → New Configuration. Select Workflow from the Configurations dialog. When prompted to Select workflow type, select Realtime. Click Add agent and select Web Service in the Collection tab, in the Agent Selection dialog. Double-click the agent icon or right-click the icon and select Edit agent, to display the Agent Configuration dialog.


Image Added

The Web Service provider agent configuration dialog


SettingDescription

Web Service Profile

Click on the Browse button and select the appropriate user defined WS profile.

Workflow Response Timeout (ms)

Determines the number of milliseconds the Web Service Provider agent will wait for a response from the Workflow before timeout.

If a timeout occurs in the provider agent, an error message will be logged in the System Log and no response message will be sent to the requesting client.

Idle Timeout (ms)The maximum time that may elapse after some progress being made on the connection before timing out. If it is set to 0, the timeout will be set to 30 seconds.
Enable WSDL ValidationSelect this check box to enable validation of WSDL.

HTTP

This tab is highlighted when the selected WS profile is configured with either HTTP or HTTPS as the transfer protocol.

SettingDescription

Extract Profile Settings

Click on this button to automatically fill in the settings from the Service Port Definition in the profile.

Address Settings

HTTP Address

Enter the complete URL address, including port, for the web service used to connect to the information requesting client.

Authentication

Enable Basic Access Authentication

Select this check box to enable Basic Access Authentication.

Username

Enter the username that should be provided by the requesting client when using Basic Access Authentication.

Password

Enter the password that should be provided by the requesting client when using Basic Access Authentication.

Raw XML
Enable Route Raw XMLSelect this checkbox to enable route SOAP XML message functionality. The only security option supported for this functionality TLS.
Route Raw XML to

Select the dedicated route to redirect SOAP XML message.  This option is available only when you select the Enable Route Raw  XML checkbox.


Note
titleNote!

When Basic Access Authentication is enabled, in order to perform a request, the client program will have to provide credentials such as username and password. Otherwise, a HTTP 401 status code will be returned.