wmJNIc.c
submitWmTx


jint
submitWmTx(
      WmContext *tc,
      WmTid tid,
      const char *ifc,
      const char *svc,
      WmRecord *in)
Makes an asynchronous call to the Integration Server to invoke the specified transaction. Simply give the folder name, service name and synthesize the input record.

Parameters:
WmContext *tc - Transaction Context(WM_TRAN_CONTEXT).
WmTid tid - Transaction id.
const char *ifc - Name of the folder.
const char *svc - Name of the service.
WmRecord *in - Service input data.
Returns:
jint - Success return 1 otherwise return 0.