HPOSSOD 1.0 Technical Note

HP Web Services for Output Server 24
Using HP Web Services for Output Server
Multiple-document print failure
The following is an example of a pauseObjects request:
<wsg-request>
<operation-attributes>
<class>queue</class>
<object-name>qmail</object-name>
</operation-attributes>
</wsg-request>
The following is an example of a pauseObjects response:
<wsg-response>
<status-code>0</status-code>
<status-message>success</status-message>
<operation-attributes />
<object-info>
<status-code>0</status-code>
<status-message>success</status-message>
</object-info>
</wsg-response>
Resuming objects
The resumeObjects API is used to resume HP Output Server objects. The structure of the API is:
Web Service Name: resumeObjects
Web Service Parameters
Parameter 1 - XML resumeObjects contract
For .NET clients,
Input param- resumeObjects object
resumeObjects will have only one argument.
1. XML resumeObjects contract
Response- resumeObjectsResponse object
The following is an example of a resumeObjects request:
<wsg-request>
<operation-attributes>
<class>queue</class>
<object-name>qmail</object-name>
</operation-attributes>
</wsg-request>
Table 1-17. resumeObjects attributes
Type Name Value
Operation class Job, Queue
Operation object-name Object of the specified class