Step | Description |
1 | An Integration Server client invokes a flow service or Java service on Integration Server. |
2 | The flow or Java service invokes the adapter service, which you configured earlier using Designer. |
3 | The adapter service gets a connection from the service's connection pool, which you created and enabled earlier using Integration Server Administrator. |
4 | Through its connection, the adapter service interacts with the AR System Server using the AR System Java APIs to perform the operation requested by the adapter service. |
5 | The AR System Server performs the requested operation, interacting with the AR System database as necessary. For more information about a specific operation, see one of the following sections: |
6 | The AR System Server returns the result of the operation. See the appropriate section below for information about the outcome for a specific operation. |
7 | The adapter service updates results of the operation in the pipeline. |