HPOS 4.0 technical note 3
HP Web Services for Output Server 32
Using HP Web Services for Output Server
Delivery pathway management functions
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>
The following is an example of a resumeObjects 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>
Table 1-23. resumeObjects attributes
Type Name Value Requirement
Operation class Job, Queue Mandatory
Operation object-name Object of the specified class Mandatory. Specify one or
many object names. Atleast
one object name is
mandatory.