Free cookie consent management tool by TermsFeed

Configuring Web Services

Beginning with Appian 25.4, all new versions of Appian will require containers managed by Kubernetes to run in a self-managed environment. Review the 24.4 release notes and frequently asked questions to learn more.

These configuration settings were introduced in Appian 6.0.2.

The following configuration settings are available for the Call Web Service Smart Service. They can be applied using a custom properties file.

connection.timeout

custom.properties Setting Description
conf.node.webservice.connection.timeout Controls the number of seconds to wait to establish a connection with a web service host.

socket.timeout

custom.properties Setting Description
conf.node.webservice.socket.timeout Controls the number of seconds to wait for a response to a request from the web service host.

max.redirects

custom.properties Setting Description
conf.node.webservice.max.redirects Controls the number of redirect responses the web service node accepts.

Feedback