|
VeriFone RiTA Server Integration

Four methods of integration are available:
- RiTA Engine - using the Direct integration method (Java™ API)
- RiTA Server Application - using the Data Queue integration method (name/value pair API)
- RiTA Server Application - using the Socket integration method (name/value pair API)
- RiTA Server Application - using the File Drop integration method (name/value pair API)
You should choose method 1 if your client application is written in Java™ and you wish to integrate using Java™ hashtables.
You should choose method 2 if your client application is written in RPG and you wish to integrate using iSeries 400 data queues.
You must choose method 3 or 4 if you will use a language other than Java™ or RPG to integrate.
The RiTA Server Application is a front-end to the RiTA Engine. The RiTA Server Application accepts client transaction requests (name/value pairs) via TCP, a file interface, or data queues.
In addition, if you wish to use the RiTA Server Application and integrate with Java™, the RiTA Server Application can be set to run in object mode, which allows communication via Java™ objects.
|