JobId element
The required JobId element uniquely identifies a job within a scanner.
Usage
<wscn:JobId>
text
</wscn:JobId>
Attributes
There are no attributes.
Text value
Required. An integer value from 1 through 2147483648.
Child elements
There are no child elements.
Parent elements
Element |
---|
CancelJobRequest |
CreateScanJobResponse |
GetJobElementsRequest |
JobEndState |
JobStatus |
JobSummary |
RetrieveImageRequest |
Remarks
The WSD Scan Service returns a JobId element to a client through a CreateScanJobResponse operation element. The client uses the returned JobId when it initiates a scan request through the RetrieveImageRequest operation element.
JobId does not need to be globally unique. The WSD Scan Service should not reuse a recently assigned value so that a client does not confuse a current scan job with an older job.
You cannot extend the allowed values for the JobId element.