HPOS 4.0 technical note 3

HP Web Services for Output Server 30
Using HP Web Services for Output Server
Delivery pathway management functions
The following is an example of an enableObjects 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 enableObjects API can be used for delivery pathway management functions and
server management functions.
Disabling objects
The disableObjects API is used to disable a delivery pathway object such as a queue or a destination. The
structure of the API is:
Web Service Name: disableObjects
Web Service Parameters
Parameter 1 - XML disableObjects contract
For .NET clients,
Input param- disableObjects object
disableObjects will have only one argument.
1. XML disableObjects contract
Response- disableObjectsResponse object
The following is an example of a disableObjects request object:
<wsg-request>
<operation-attributes>
<class>queue</class>
<object-name>qmail</object-name>
</operation-attributes>
<request-attributes>
</request-attributes>
</wsg-request>
Table 1-21. disableObjects attributes
Type Name Value Requirement
Operation class Queue, printer, and server Mandatory
Operation object-name Name of the object in the specified
class
Mandatory