wmJNIc.c
initWmTContext


jint
initWmTContext()
Create a new unconnected TContext and default to a binary RPC transport.

TContext provides an extension to the standard client context that provides guaranteed delivery capabilities when using services in a stateless manner.

TContext provides idempotent call semantics, i.e., all requests are executed on the Integration Server once and only once (or not at all if there is a non-transient server or communications failure).

Returns:
jint - The status of this call.