×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
I've used both HTTPAPI and GETURI to consume all kinds of web services (REST, SOAP) using both XML, JSON and (unfortunately) some proprietary garbage (er-um payload).
For parsing, I've used XML-SAX and XML-INTO as well as YAJL and the "new" DATA-INTO (using Scott's YAJLINTO).
Very easy to use... both of these guys have some great tools and great examples.
XML-INTO and DATA-INTO are much easier to use if you go completely free format.
-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxxxxxxxx] On Behalf Of Doug Englander
Sent: Friday, January 11, 2019 6:30 PM
To: rpg400-l@xxxxxxxxxxxxxxxxxx
Subject: REST API call from RPG
I want to know if there are any examples of an RPG program contacting an API on another system [non-IBMi] where the RPG program would be the 'client' asking the other system [the 'target'] for information using a REST interface with JSON. The only information I see looks like it is tailored to having [i.e. our] IBM i serving as the host and have other applications contacting ours for information, and that seems to require the IBM WebServer wizard to set up.
Do I need to use that to have RPG be the client and contact other companies servers for information or is there a different way when RPG is just the client and not the target?
Thank you,
Doug
--
This is the RPG programming on the IBM i (AS/400 and iSeries) (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@xxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.