HPOS 4.0 technical note 3

HP Web Services for Output Server 39
Using HP Web Services for Output Server
SAP Print Path devices management functions
List SAP devices with all columns
In addition to LISTSAPDEVICES XML contract operations, you can retrieve details of all columns of a SAP
device. You must prefix/sufix * to the device name for wild card search. The following table lists the
LISTSAPDEVICES_ALLCOL attributes.
The following is an example of LISTSAPDEVICES_ALLCOL XML contract request:
<wsg-request>
<operation-attriutes>
<operation-type>LISTSAPDEVICES_ALLCOL</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>
Table 1-29. LISTSAPDEVICES_ALLCOL attributes
Type Name Value Requirement
Operation operation-type LISTSAPDEVICES_ALLCOL Mandatory
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