Creating a client for a JSON Web service

How you approach creating a JSON Web service client depends on whether you are using Genero BDL or another programming language.

The BAM generates a client stub which encapsulates the lower levels of the HTTP REST JSON operations (requests and responses) in the form of the WebService_serverclient.4gl file. This file can be included as an API library for a Genero Web service client application, or can be used as a reference when creating a non-Genero Web service client application. The Web service client itself must be coded by hand.
Note: The Customers web service example used for these topics can be found under the Four Js Genero github repository. See http://github.com/FourjsGenero/ex_bam_json_web_service