HPOS 4.0 technical note 3

HP Web Services for Output Server 41
Using HP Web Services for Output Server
SAP Print Path devices management functions
The following is an example of LISTSAPLOMS XML contract response:
<wsg-response>
<status-code>0</status-code>
<status-message>success</status-message>
<operation-attributes/>
<device-info>
<status-code>0</status-code>
<status-message>success</status-message>
<PAMSG>Alfa Loms 1</PAMSG>
<PATYPE>ALFA1</PATYPE>
</loms-info>
<loms-info>
...
...
<PAMSG>LOMS for NW</PAMSG>
<PATYPE>_NM</PATYPE>
</loms-info>
</wsg-response>
List device types
You can list the type of SAP device with tray information. The following table lists the LISTSAPDEVICETYPES
attributes.
The following is an example of LISTSAPDEVICETYPES XML contract request:
<wsg-request>
<operation-attributes>
<operation-type>LISTSAPDEVICETYPES</operation-type>
<user-info><![CDATA[<user><username>hpos</username><password>hpos1</pass
word><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-31. LISTSAPDEVICETYPES attributes
Type Name Value Requirement
Operation operation-type LISTSAPDEVICETYPES Mandatory
Operation user-info A character data element with
user-info as illustrated in the
sample contract.
Mandatory