Versions Compared

Key

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

...

SettingDescription

Web Service Profile

Click on the Browse button and select a predefined Web Service profile.

Response Timeout (ms)

The timeout value specifies the maximum allowed response time in milliseconds back to the Request agent after a request has been sent to the service. If the response time is exceeded, the Request agent times out and an error message will be logged in the System Log and the WSCycleUDR will be routed out from the agent with the errorMessage field set.

Support CDATA encapsulated content

If activated, content encapsulated with CDATA tag will always be sent without escape characters in the SOAP message.

Note
titleNote!

The content must be completely encapsulated by CDATA tag for correct output. No leading or trailing characters are allowed, for example:

data = "<![CDATA[This will be output as CDATA]]>"


HTTP

SettingDescription

Extract Profile Settings

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

HTTP Address

Enter the complete URL address for the web service used to connect to the information provider.

Enable Basic Access Authentication

Select this check box to enable use of Basic Access Authentication.

Username

Enter the username that should be used when making a request with Basic Access Authentication.

Password

Enter the password that should be used when making a request with Basic Access Authentication.

...