HPOS 4.0 technical note 3
HP Web Services for Output Server 40
Using HP Web Services for Output Server
SAP Print Path devices management functions
The following is an example of LISTSAPDEVICES_ALLCOL 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>
<CHGNAME1>HPOMADM<CHGNAME1>
<CHGNAME2>
...
...
<PRINTMODE/>
</device-info>
<device-info>
<status-code>0</status-code>
<status-message>success</status-message>
<CHGNAME1>HPOMADM<CHGNAME1>
...
...
<PAYSHUNIT>MM</PAYSHUNIT>
<PRINTMODE/>
</device-info>
</wsg-response>
List LOMS
You can list SAP LOMS. The following table lists the LISTSAPLOMS attributes.
The following is an example of LISTSAPLOMS XML contract request:
<wsg-request>
<operation-attriutes>
<operation-type>LISTSAPLOMS</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-30. LISTSAPLOMS attributes
Type Name Value Requirement
Operation operation-type LISTSAPLOMS Mandatory
Operation user-info A character data element
with user-info as
illustrated in the sample
contract.
Mandatory