Below are properties for configuring the SOAP Resource Adaptor (from the SOAP API).

Name Type Description
ListenAddress
String

Hostname or IP address to accept connections on.

ListenPort
Integer

Numeric port to accept connections on.

IncomingRequestTimeout
Long

Milliseconds to wait for an SBB to generate a response to an incoming request. If this timeout is exceeded, the SOAP RA will return a SOAP Fault to the requesting client.

IncomingIdleTimeout
Long

Milliseconds of idle time to allow on a persistant incoming connection before it is closed. Should generally be longer than the corresponding outgoing idle timeout of the peer.

MaxOutgoingConnections
Integer

Maximum number of outgoing connections to make to a single host.

OutgoingRequestTimeout
Long

Milliseconds to wait for a response from a remote server before returning an error response (SOAP fault) to the initiating SBB.

OutgoingIdleTimeout
Long

Milliseconds of idle time to allow on a persistent outgoing connection before it is closed. Should generally be shorter than the corresponding incoming idle timeout of the peer.

MaxDepth
Integer

Maximum number of outgoing requests on a single connection that may be in flight simultaneously (that is, without waiting for a response to previous requests).

QueueTimeout
Long

Maximum time in milliseconds that an outgoing request may be queued waiting for an available outgoing connection before returning an error response (SOAP fault) to the initiating SBB.

ReconnectTimeout
Long

Time in milliseconds between reconnect attempts to a failed server.

ServerName
String

The value of the Server: header to report in SOAP responses.

UserAgent
String

The value of the User-Agent: header to report in SOAP requests.

MaxContentLength
Integer

Maximum value in bytes for the Content-Length header of the encapsulating HTTP messages which have a message body. If this value is exceeded, an error response (SOAP fault) is issued.

Previous page Next page