Coding in RPG (IBM i/AS400). Sending information to a REST SERVER

Опубликовано: 16 Октябрь 2024
на канале: Christian Larsen
1,405
36

In this example video, I'd like to show you a simple example of how to make a POST to send information to a REST SERVER, all using SQL from our RPG programs. I will show you two options, using HTTP_POST and HTTP_POST_VERBOSE.

Please, let me know what you think about it. Leave your comments below.
Don't forget to subscribe!

#ibmi #ibm #rpg #rpgle #rpgfree #newvideo #ibmtraining #ibmcoding #rpgtraining #as400 #common #SQLrpg #DB2 #SQLDB2

0:00 Introduction
0:12 Talking about the last video, the QSYS2 options for making a GET.
1:11 Using the HTTP_POST QSYS2 function to make a POST to a rest server.
1:39 Using the HTTP_POST_VERBOSE QSYS2 function to make a POST to a rest server.
2:22 Testing the functions in the green screen.
4:30 Final comments and ending.