HPOS 4.0 technical note 3
HP Web Services for Output Server 43
Using HP Web Services for Output Server
SAP Print Path devices management functions
The following is an example of LISTSAPPAGEFORMATS XML contract response:
<wsg-response>
<status-code>0</status-code>
<status-message>success</status-message>
<operation-attributes/>
<page-format-info>
<status-code>0</status-code>
<status-message>success</status-message>
<NAME>hpos</NAME>
</page-format-info>
<page-format-info>
...
...
<NAME>CORDFRT1</NAME>
</page-format-info>
<page-format-info>
</wsg-response>
List SAP Spool servers
You can list SAP Spool servers of a SAP system. The following table lists the LISTSAPSPOOLSERVERS attributes.
The following is an example of LISTSAPSPOOLSERVERS XML contract request:
<wsg-request>
<operation-attributes>
<operation-type>LISTSAPSPOOLSERVERS</operation-type>
<user-info><!CDATA[<user><username>hpos</username><password>hpos1</passw
ord><sysNum>00</sysNum><IP>16.74.60.119</IP><clientId>001</clientId><
locale>EN</locale></user>]]></user-info>
</operation-attributes>
<request-attributes>
</request-attributes>
</wsg-request>
Table 1-33. LISTSAPSPOOLSERVERS attributes
Type Name Value Requirement
Operation operation-type LISTSAPSPOOLSERVERS Mandatory
Operation user-info A character data element with
user-info as illustrated in the
sample contract.
Mandatory