JSON Web services

You can generate JSON Web services.

JSON Web Services are modeled with:
  • JSON Web Service Server
  • JSON Web Service
  • CRUD Form + JSON Web Service
  • Zoom Form + JSON Web Service

The exchange protocol is HTTP/REST with JSON encoded messages.

For JSON Services, both the server implementation and a client (consumer) API are generated from the model.

In order to write a client application, link the generated client stub with the service consumer application and the files libdbappWSCore.42m and libdbappWSClient.42m of the dbapp library. See Creating a client for a JSON Web service.

For more information regarding JSON (or RESTful) Web services, refer to the Genero Business Development Language User Guide.