SubmitEx2

The SubmitEx2 job takes the same parameters as the SubmitEx job plus an extra string parameter to indicate in which session the job should run:

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 the Web Services interface.

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

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 a unique ID, so you can track your job in the ITP/Server logs.

SessionID
The job will run on ITP/Server within the context of the ITP session indicated by the sessionID. If no valid sessionID is passed on, ITP/Server will execute the job.

SubmitExResult
This contains the answer of ITP/Server to the Web Service request. It can contain;

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

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