wmJNIc.c
setCcSecure


jint
setCcSecure(
      WmContext *con,
      jint flag)
Tells the client to use standard (HTTP) non-secured communications or (HTTPS) secured communications. Note that the target Integration Server must be configured to support secured communications as well as the Client. Secured communications utilize SSL which can be substantially slower than unencrypted channels.
Parameters:
WmContext *con - Client Context.
jint flag - Use standard (HTTP) non-secured communications or (HTTPS) non-standard secured communications.

Returns:
jint - The status of this call. Success, return 1 otherwise return 0.