HPOS 4.0 technical note 3

HP Web Services for Output Server 31
Using HP Web Services for Output Server
Delivery pathway management functions
The following is an example of disableObjects response object:
<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>
NOTE: The disableObjects API can be used for delivery pathway management functions
and server management functions.
Pausing objects
The pauseObjects API is used to pause HP Output Server objects. The structure of the API is:
Web Service Name: pauseObjects
Web Service Parameters
Parameter 1 - XML pauseObjects contract
For .NET clients,
Input param- pauseObjects object
pauseObjects will have only one argument.
1. XML pauseObjects contract
Response- pauseObjectsResponse object
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>
Table 1-22. pauseObjects attributes
Type Name Value Requirement
Operation class Job and Queue Mandatory
Operation object-name Object of the specified class Mandatory. Specify one or
many object names. Atleast
one object name is
mandatory.