AS/400 Adapter 6.0.1 | webMethods AS/400 Adapter Documentation | webMethods AS/400 Adapter Installation and User’s Documentation | Built-in Services | Access Services
 
Access Services
 
wm.as400.access:bytesToStringValue
wm.as400.access:stringValueToBytes
wm.as400.access:callCommand
wm.as400.access:callProgram
wm.as400.access:connect
wm.as400.access:disconnect
wm.as400.access:convertAll
wm.as400.access:createDataQ
wm.as400.access:dataQEntryToRecord
wm.as400.access:getConnection
wm.as400.acces:returnConnection
wm.as400.access:readDataQ
wm.as400.access:writeDataQ
You can use access services to formulate and submit requests to AS/400 servers. These services are available in the access folder. The following table lists the access services:
Service
Description
Converts a Byte Array of an AS/400 data type to String.
Converts a String into a Byte Array of AS/400 data type.
Calls an iSeries batch command. Allows the user to call a non-interactive iSeries command.
Calls an iSeries program. Allows the user to call an iSeries program.
Connects to an AS/400 service on the iSeries server.
Disconnects from the iSeries server.
Converts AS/400 data types into equivalent Java objects.
Creates a sequential or keyed data queue on the iSeries server.
Converts Bytes read from a data queue into IData.
Gets a connection from an AS/400 connection pool.
Returns a connection to the AS/400 connection pool.
Reads data from a sequential or keyed data queue on the iSeries server.
Writes data to a sequential or keyed data queue on the iSeries server.