IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

WOSA Device Service external definitions

The WOSA Device Service has the following data externalized in the XML Services file:
Table 1. WOSADevice tag attributes
Tag attribute Description
id Server instance name
logicalName The name of the logical device. This is the logical name of the SPI.
deviceType A string identifying the WOSA device type. Currently, two different values are supported:
  • DSEWPTR for financial printers.
  • DSEWIDC for Identification Cards.
These values must match the DLL name of the corresponding device.
SPMMinVersion The SPM minimum version required (format v.vv). This is the minimum required version of the WOSA device driver. If the actual driver version is lower than the given version, the startup returns an error code and the driver is not loaded. Its default value is "1.0".
SPMMaxVersion The SPM maximum version supported (format v.vv). If the actual driver version is higher than the given version, the startup returns an error code. Its default value is "2.0".
timeout The value in milliseconds for WOSA commands to time out. The default is 0, which means no timeout.
traceLevel WOSA/XFS Manager trace level (0..15). This is a bit mask value, and its values are documented in the WFMSetTraceLevel function of the WOSA API. The default is 0, which means no traces at the WOSA level.

The following is an example of an XML tag defining a WOSA Device Service:

<WOSADevice id="myPrinter" logicalName="testspi"deviceType="dsewptr" 
SPMMinVersion="1.00" SPMMaxVersion="2.00" traceLevel="0" timeout="0"/>


Feedback