HPOSSOD 1.0 Technical Note
HP Web Services for Output Server 32
Using HP Web Services for Output Server
Document transfer functions
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>
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>
Document transfer functions
The document transfer functions supported by Web Services for Output Server are as follows:
• HP Web Services for Output Server file transport
You can transfer documents as SOAP attachments over the HTTP protocol by using the HP Web Services for
Output Server file transport functionality. HP Web Services for Output Server uses the Public String
sendDocument(String docContract,DocumentData data) API for document transfer. The
SOAP attachments are transferred using the MTOM. For more information about MTOM, see
http://www.w3.org/TR/soap12-mtom/
.
• Document chunking
Table 1-23. disableObjects attributes
Type Name Value
Operation class Queue printer
Operation object-name Name of the object in the specified class