HPOS 4.0 technical note 3
HP Web Services for Output Server 35
Using HP Web Services for Output Server
SAP Print Path devices management functions
The following is an example of DELETESAPDEVICE XML contract request:
<wsg-request>
<operation-attributes>
<operation-type>DELETESAPDEVICE</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>SAPDEVC22</name>
</device-info></device></devices>
]]>
</device-info>
</operation-attributes>
</wsg-request>
The following is an example of DELETESAPDEVICE 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>
<device-name>SAPDEV25</device-name>
</device-info>
<device-info>
</wsg-response>
Modifying SAP device
You can modify SAP devices through HP Web Services for Output Server. The following table lists the
MODIFYSAPDEVICE attributes.
Table 1-26. MODIFYSAPDEVICE attributes
Type Name Value Requirement
Operation operation-type MODIFYSAPDEVICE 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