nsName | String Namespace name of the WebSocket client endpoint. | |
auth | String Authentication information that the pub.client:websocket service will submit to the URL in WebSocket client endpoint. | |
Key | Description | |
type | String Type of authentication scheme that you want this service to use when it submits this request. Set to:. basic to submit a username and password. | |
username | String Username that this service will submit when requesting a protected resource. | |
password | String Password associated with user. | |
secure | String Parameters specifying the truststore information for certificate validation that Integration Server uses when communicating with the WebSocket server port: | |
Key | Description | |
truststoreAlias | String Optional. Alias for the truststore that contains the list of certificates that Integration Server uses to validate the trust relationship. If you do not specify a truststore alias, the default truststore alias specified in the watt.security.trustStoreAlias property will be used. | |
connectTimeout | String Optional. Time (measured in milliseconds) the server will wait to connect to the remote server before timing out and terminating the request. If a value for connectTimeout is not specified, Integration Server uses the value specified for the watt.net.timeout server configuration parameter. If no value is specified for the watt.net.timeout server configuration parameter, the server will wait for the timeout value defined by the operating system before terminating the connection request. For more information about the watt.net.timeout server configuration parameter, see webMethods Integration Server Administrator’s Guide. |
sessionId | String Session ID to identify the WebSocket session. |