Client/Server protocol

The Client/Server (C/S) protocol represents the Rich Client Channel itself, and enables you to build distributed applications using Internet technology. It supports the following:

The C/S Protocol is based on the HTTP protocol, and by implementing the multichannel interface it extends the HTTP protocol with the concept of "session" between the client and server sides, enabling them to share information. The C/S Protocol is transparent to the application.