The Web Service Status Module is able "ping" all of the supported web services to determine if the services are reachable. The module also reports server version information where possible. This page discusses the configuration of the Web Service Status Module in the Gateway Client.
The Web Service Status Module section (below) is placed in the "modules" section of the main XML configuration in order to activate and configure it. The section below is a basic configuration and as a result will cause the client to verify each web service listed in the "web-services" section. The threads option is used to enable or disable multi-threaded mode. When multi-threaded mode is disabled, each services is checked one at a time. The client waits for the previous ping operation to finish before checking the next service. When multi-threaded mode is enabled, services are checked concurrently.
<wsstat-module enabled="true" priority="1">
<threads>true</threads>
</wsstat-module>