HPOSSOD 1.0 Technical Note
HP Web Services for Output Server 30
Using HP Web Services for Output Server
Delivery pathway management functions
The following is an example of a createObjects 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>
Deleting objects
The deleteObjects functionality is used to delete a Delivery Pathway Object such as a queue or a destination.
The structure of the API is:
Web Service Name: deleteObjects
Web Service Parameters
Parameter 1 - XML deleteObjects contract
For .NET clients,
Input param- deleteObjects object
deleteObjects will have only one argument.
1. XML deleteObjects contract
Response- deleteObjectsResponse object
The following is an example of a deleteObjects request:
<wsg-request>
<operation-attributes>
<class>destination</class>
<object-name>pweb</object-name>
</operation-attributes>
<request-attributes/>
</wsg-request>
The following is an example of a deleteObjects 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-21. deleteObjects attributes
Type Name Value
Operation class Queue printer
Operation object-name Name of the object in the specified class