HPOS 4.0 technical note 3

HP Web Services for Output Server 20
Using HP Web Services for Output Server
Multiple-document print failure
Users are authorized at the HP Output Server level to modify jobs. The operation attributes set for modifyJobs
store the job IDs. The job IDs are DLM job IDs and hold the attributes representing the destinations. Multiple DLM
job IDs can be sent as part of the operation attributes. You can use new job attributes or modify the existing attributes
to modify the jobs.
NOTE: The destination or job attribute is mandatory.
The following is an example of a modifyJobs request:
<wsg-request>
<operation-attributes>
<job-client-id>dlm:1:72</job-client-id>
<destination>lfile</destination>
</operation-attributes>
<request-attributes>
<job-name>hpom</job-name>
</request-attributes>
</wsg-request>
The following is an example of a modifyJobs response:
<wsg-response>
<status-code>0</status-code>
<status-message>success</status-message>
<operation-attributes />
<job-info>
<job-client-id>dlm:1:72</job-client-id>
<status-code>0</status-code>
<status-message>success</status-message>
<subjob-info>
<status-code>0</status-code>
<status-message>success</status-message>
<operation>New Delivery Request</operation>
<job-identifier>jqm:670968</job-identifier>
<current-job-state>pre-processing</current-job-state>
<destination>lfile</destination>
</subjob-info>
<subjob-info>
<status-code>0</status-code>
<status-message>success</status-message>
<operation>Cancelling at old destination</operation>
<job-identifier>jqm:670969</job-identifier>
<destination>lmail</destination>
</subjob-info>
</job-info>
</wsg-response>
Table 1-11. modifyJobs attributes
Type Name Value Requirement
Operation destination
HP Output Server logical destination Mandatory
Operation job-client-id DLM job ID Mandatory
Request Job attributes All job attributes (you can add new attributes
or modify the existing attributes)
Mandatory