HPOS 4.0 technical note 3

HP Web Services for Output Server 38
Using HP Web Services for Output Server
SAP Print Path devices management functions
The following is an example of LISTSAPDEVICES XML contract request:
<wsg-request>
<operation-attriutes>
<operation-type>LISTSAPDEVICES</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>
<device-info>
<![CDATA[
<devices>
<device><device-info><name>SAPDEVICE*</name>
</device-info><device></devices>
]]>
</device-info>
</operation-attributes>
</wsg-request>
The following is an example of LISTSAPDEVICES 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>
<NAME>SAPDEVC10</NAME>
<PADEST>SD10</PADEST>
<PALOMS>ALOMS</PALOMS>
<PAPROSNAME>test</PAPROSNAME>
<PATYPE>PPOST2</PATYPE>
</device-info>
<device-info>
<device-info>
<device-info>
</wsg-response>
Operation user-info A character data element
with user-info as
illustrated in the sample
contract.
Mandatory
Operation device-info A character data element
with SAP device info as
illustrated in the sample
contract.
Mandatory
Table 1-28. LISTSAPDEVICES attributes (continued)
Type Name Value Requirement