HPOS 4.0 technical note 3

HP Web Services for Output Server 42
Using HP Web Services for Output Server
SAP Print Path devices management functions
The following is an example of LISTSAPDEVICETYPES XML contract response:
<wsg-response>
<status-code>0</status-code>
<status-message>success</status-message>
<operation-attributes/>
<device-type-info>
<status-code>0</status-code>
<ACTLIST>XNNN</ACTLIST>
<PATYPE>ARCHIXOS</PATYPE>
</device-type-info>
<device-type-info>
...
...
<PATYPE/>
</device-type-info>
</wsg-response>
List page formats
You can list all page formats of a SAP system. The following table lists the LISTSAPPAGEFORMATS attributes.
The following is an example of LISTSAPPAGEFORMATS XML contract request:
<wsg-request>
<operation-attriutes>
<operation-type>LISTSAPPAGEFORMATS</operation-type>
<user-info>
<![CDATA[
<user><username>hposadm</username>
<password>hpom</password><sysNum>00</sysNum>
<IP>16.74.60.119</IP><clentId>001</clientId><locale>EN</locale></user>
]]>
</user-info>
</operation-attributes>
</wsg-request>
Table 1-32. LISTSAPPAGEFORMATS attributes
Type Name Value Requirement
Operation operation-type LISTSAPPAGEFORMATS Mandatory
Operation user-info A character data element
with user-info as illustrated
in the sample contract.
Mandatory