Previous Topic: Run Model Archives with LISA InvokeNext Topic: LISA Invoke Responses


Invoke the Callback Service with LISA Invoke

To use the callback service in LISA Invoke, you must have performed an asynchronous invocation of a test case or suite. The XML response contains the callback key.

The syntax for invoking the callback service is:

/lisa-invoke/callback?testOrSuitePath=[testOrSuitePath]&callbackKey=[callbackKey]&command=[status|kill|stop] 

The parameters are:

testOrSuitePath

The path to the test case or suite.

callbackKey

The callback key that was included in the response to the asynchronous invocation.

command

The action that you want to perform: status, kill, or stop.