Tag Name & type | # | Description |
---|
JobSubmitResult | | Namespace of this element is http://ws.easylink.com/JobSubmit/2011/01 |
| Status StatusType | 1 | Status of processing. See StatusType. |
| SubmitId xs:string | 0-1 | Echoes the SubmitId in the request, if one was provided, and if possible. |
| MessageResult MessageResultType | 0- | Barring an overall failure indicated in the Status element, there will be one MessageResult element for each Message in the request, although they may not appear in a corresponding order. |
| MessageId xs:string | 0-1 | This echoes the MessageId, if any, in the request. This can be used to identify the particular Message this MessageResult corresponds to. (Note that MessageId is also used as a localid, which must be unique among all users of a service (and 80 characters or less), to prevent multiple submissions of the same job) |
| Status StatusType | 1 | Indicates the status of the attempt to submit this particular job. See StatusType. |
| JobId JobIdType | 0-1 | If a job was successfully submitted, this will contain the job id. See JobIdType. Note that if the MessageId is found to duplicate a previously used localid, the JobId of that previously created job will be returned. |
| PreviewData PreviewDataType | 0-1 | If Preview was requested, and the preview document was successfully obtained, it is returned in this element |
| Preview xs:string | 1 | Contains the format of the preview document, echoing the Preview value in the request. |
| PreviewDocData DocDataType | 1 | Contains the actual preview document data |
| @format DocEncodingFormat | 1 | Specifies the encoding of the document data. Currently, this will always be "base64" |