HPOSSOD 1.0 Technical Note
HP Web Services for Output Server 29
Using HP Web Services for Output Server
Delivery pathway management functions
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
The following is an example of a createObjects request:
<wsg-request>
<operation-attributes>
<class>destination</class>
<object-name>pweb</object-name>
</operation-attributes>
<request-attributes>
<copy-from>hpwd_physical_template</copy-from>
<managing-server>dsm</managing-server>
<queue-supported>qweb</queue-supported>
</request-attributes>
</wsg-request>
Table 1-20. createObjects attributes
Type Name Value
Operation class Destination and queue
Operation object-name Name of the object in that class
Request managing-server Objects managing sever
Request queue-supported Queue
Request copy-from Name of the template (Example:
hpwd_physical_template)