Web Service page

Click webservice to access the web service


Description


run

RETURNS

  1 if task reports SUCCESS, 2 if WARNING, 3 if ERROR

runWithSystemParam

USAGE

  system_params :- { , | (name = value [, name = value]...)}  provide system parameters

RETURNS

  1 if task reports SUCCESS, 2 if WARNING, 3 if ERROR

 

runWithCustomParam

USAGE

  custom_params :- { , | (name = value [, name = value]...)}  provide custom parameters

RETURNS

  1 if task reports SUCCESS, 2 if WARNING, 3 if ERROR

 

runWithParams

USAGE

  system_params :- { , | (name = value [, name = value]...)}    provide system parameters
  custom_params :- { , | (name = value [, name = value]...)}    provide custom parameters
  isAsync :- {true | false}  if true, the job will be executed in the background; otherwise not. Default is set to false

 
RETURNS

  1 if task reports SUCCESS, 2 if WARNING, 3 if ERROR

Security

Basic authentication is used for this web service, when invoke the web service, please enable the "HTTP Authentication " in the "Show Transport Info" and pr\ ovide the proper username and password

 

SSL

Please refer to "Web Service Security" Guide for how to call this web service in SSL way. Basic authentication is also enabled for SSL web service.