Recorded Presentations

Below are some recorded presentations on how to setup the components needed, to handle Restful JSON requests via REST API calls to the IBM i.

Create HTTP Server

In this video, I show how easy it is to create an HTTP server via the IBM i HTTPAdmin tool.


 

Menu Items Setup

In this video, I show how easy it is to setup a JSON object for a menu items via my HANDLER application.

Multi-Dimensional Array Part #1

In this video, I show how easy it is to setup a multi-dimensional JSON array document via my HANDLER application.


 

Multi-Dimensional Array Part #2

In this video, I show how easy it is to consume the multi-dimensional array service via the REST API webservices jobs, using POSTMAN.


 

Using a Header, an Error record or both

In this video, I show how to use a header, an error record or both in a JSON response.


 

Conveying JSON response as normal or as an array doc.

In this video, I show how easy it is to process the same JSON request to convey the response, as either a normal document or as an array document via my HANDLER application.