wmJNIc.c
invokeWmSync


WmRecord *
invokeWmSync(
      WmContext *con,
      const char *ifc,
      const char *svc,
      WmRecord *input)
Makes a call to the Integration Server to invoke the specified services. Simply give the folder name, service name and synthesize the input record.

Parameters:
WmContext *con - Client Context(WM_SYNC_CONTEXT).
const char *ifc - Name of the folder in which the service resides.
const char *svc - Name of the Service.
WmRecord *input - Service input data.
Returns:
WmRecord * - Service output data.