SubmitEx

The SubmitEx job takes the following parameters:

Service
This is the name of the service the job is submitted to, e.g. RunMdl.

Parameters
The parameters for the job. They are passed as a string to Web Services interface.

Key/value pairs
Array of key/value pairs. Used for the exchange_data functionality.

Input files
Used to send files to ITP/Server that can be collected with the function ReceiveFile. The content of the file as well as the ID is passed. ITP/Server can use this ID to collect the file.

Job ID
The job will run on ITP/Server with this ID. If no job ID is passed on, the Web Service API will use an unique ID, so you can track your job in the ITP/Server logs.

SubmitExResult
This contains the answer of ITP/Server to the Web Service request. It can contain output files (files send by ITP/Server will be stored here), key/value pairs , progress messages and a string returned by ITP/Server.

You can find the complete WSDL interface specification by accessing the following webpage:

http://<machinename>:<port>/itpserver/services/ITPServer?wsdl