Request/Reply Overview

Request and Reply Objects

Each library entry maps to a web service or web resource. The web services accept requests as input and return replies. The libraries have been created to accept a request object and return a reply object. Each group/class of entry points (Transact, Reports, etc) defines the function/method that calls the web service. These groups/classes also define the input request and output reply objects using a standard naming convention.

Example:

SlimCD.Transact.ProcessTransaction – function/method

SlimCD.Transact.ProcessTransactionRequest – request structure that contains the input data

SlimCD.Transact.ProcessTransactionReply – reply structure that contains the input data