Web Service
PoyService
Overview
Service Description
Client proxy

Methods Init
DeleteJob
AddFile
AddTextFile
GetFile
GetZipedFile
GetTextFile
SubmitPoy
IsDoneYet

Methods for binding
PoyServiceSoap12
Init
DeleteJob
AddFile
AddTextFile
GetFile
GetZipedFile
GetTextFile
SubmitPoy
IsDoneYet

SubmitPoy

Overview | Test Form | Message Layout


Input Parameters
jobId int
numberOfNodes int
wallTimeHours int
wallTimeMinutes int
postBackURL string

Output Parameters
SubmitPoyResult string

Remarks
The 'SubmitPoy' method start a job on the super computer that start the POY job. When running a job on a super computer you have to request a what resource you need like how many processors, how many nodes, how much memory and how long it will take. If you ask for a lot of resources your job could get scheduled for a future date instead of running immediately. So it would not be suitable for realtime-ish apps. On the other hand if you request to little resources your job might not finish. Also we could extend the web service by adding new method that are similar to this one but only use other back-end Linux tools. These methods could take advantage of all of the existing infrastructure.

Technical information
Format: Document / Literal
Supported protocols: Soap, HttpGet, HttpPost