Server side programming model

On the server side, you need to configure the request handler and presentation handler in the configuration file, see Defining the request data format.

You need to implement the business logic as operation step.

After the server side receives the request data, it parses the data, formats it to BTT context, and then calls the operation.

Following is a diagram shows the programming model:

request handling process