Hi Suren
We use CGI for serving Web services for years and years. It is very stable and reliable, but not extremely scalable.
We have generic RPG CGI programs running behind Apache HTTP with Net.Data in the back-end (started with that well before PHP became available on IBM i) Net.Data then calls the (SQL)RPGLE back-end application program and transforms data into JSON.
As said, stable, reliable and it's easy to maintain , especially in our SAAS-environment with multiple customers on different versions with a wide range of customization. That's because (almost) everything lives in libraries and is thus managable via the LIBL.
However, it does not live up to the current standards with respect to scalability and non functionals such as authorization and so on and with the NetData part we run into unicode issues every now and then.
I wouldn't choose for this approach when starting right now. I took a look at ILEastic for new development, but PHP is also a good option.
Kind regards,
Martijn van Breden
lead software architect
________________________________
Van: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> namens Suren K <suren7437@xxxxxxxxx>
Verzonden: woensdag 13 september 2023 19:40
Aan: RPG programming on IBM i <rpg400-l@xxxxxxxxxxxxxxxxxx>
Onderwerp: Reg: Web Services in IBMi
CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
Hi All,
Exploring the web services in IBMi using the HTTP Server with CGI Call
Method.
Anyone's comments on UPs and DOWNs will be very much appreciated.
Regards,
Suren
--
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.
As an Amazon Associate we earn from qualifying purchases.