Creating and Configuring Request-Response Service

Request-Response Service often acts as a Request Reply server or Remote Procedural Call (RPC) server. When running Request-Response Service, the adapter receives requests from other applications, parses them, and translates them into queries to the database to retrieve data. The output data is wrapped in an MInstance and sent back to the caller.