next up previous contents
Next: Summary Up: Solving Problems Remotely with Previous: The knock Service Method   Contents

The kill Service Method

If the user submits a job that is taking too long or is a mistake, it is possible to kill the job on the remote server using the kill service method. For example to kill job 123456abcd, at the command line type

./OSSolverService -config  ../data/configFiles/kill.config
where the configure file kill.config is
-osol ../data/osolFiles/kill.osol
-serviceLocation http://gsbkip.chicagogsb.edu/os/OSSolverService.jws
-serviceMethod kill
and the kill.osol file is
\begin{verbatimtab}[4]
<?xml version=''1.0'' encoding=''UTF-8''?>
<osol xmlns=''...
...g''>
<general>
<jobID>123456abcd</jobID>
</general>
</osol>
\end{verbatimtab}

The result is returned in OSpL.


Kipp Martin 2008-01-16