wmJNIc.c
setScFixedUri


jint
setScFixedUri(
      WmContext *con,
      const char *uri)
Normally clients use HTTP POSTs of the form: http://host:port/invoke/interface/service when communicating with webMethods Integration Servers. In some cases, Integration Server's are located behind web servers and accessed via a remote CGI script. In these cases, IS clients must use a fixed URI that points to the CGI script.
Parameters:
WmContext *con - Client Context(WM_SYNC_CONTEXT).
const char *uri - URI that points to the CGI script.
Returns:
jint - The status of this call. Success return 1 otherwise return 0.