Overview
Data provides the ability to communicate with the AS/400 using a dedicated middleware. By configuring the micro-executor AS/400 Proxy as the handler for certain designated services, these will be executed on the AS/400 backend and the resulting data structure (in XML format) will automatically be transformed into JSON.
Example
Once you have configured the AS/400 Proxy as the handler of the service B£SER_46 in the registry.yaml
file, you can execute the following request:
F(EXB;B£SER_46;WRK.SCP) 1(MB;SCP_SET;WETEST_EXB) 2(;;MAT_001)
The resulting table will be rendered in JSON according to the Kokos standard data format.