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

IsDoneYet

Overview | Test Form | Message Layout


Input Parameters
jobId int
command string

Output Parameters
IsDoneYetResult boolean

Remarks
The client must periodically poll the service after it submits its job so it knows when its job is done. The 'IsDoneYet' method does just that and returns true if the job is done and false if the job is not done yet. The command value can ether be 'poy' or 'GenPhen'

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