HPOS 4.0 technical note 3
HP Web Services for Output Server 27
Using HP Web Services for Output Server
Delivery pathway management functions
The following is an example of a queryObjects response:
<wsg-response>
<status-code>0</status-code>
<status-message>success</status-message>
<operation-attributes>
<status-code>has-more-chunks</status-code>
<status-message>false</status-message>
</operation-attributes>
<object-info>
<printer-name>labpd_ftp</printer-name>
<status-code>0</status-code>
<status-message>success</status-message>
</object-info>
</wsg-response>
Delivery pathway management functions
HP Web Services for Output Server supports creating, deleting, enabling, and disabling objects.
Creating objects
The createObjects API is used to create a delivery pathway object such as a queue or a destination. The
structure of the API is:
Web Service Name: createObjects
Web Service Parameters
Parameter 1 - XML createObjects contract
For .NET clients,
Input param- createObjects object
createObjects will have only one argument.
1. XML createObjects contract
Response- createObjectsResponse object
Table 1-18. createObjects attributes
Type Name Value Requirement
Operation class Destination and queue Mandatory
Operation object-name Name of the object in that class Mandatory. Specify one or many
object names. Atleast one object
name is mandatory.
Request managing-server Objects managing sever Mandatory
Request queue-supported Queue Mandatory
Request copy-from Name of the template (Example:
hpwd_physical_template)
Mandatory