×
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.
<snip>
But if I understand you correctly this is already a web service using REST
through the browser.
</snip>
Yes, it is a web service as I see it defined.
As for the use of REST - there are two levels that are at play here (ignoring the transport layer):
1. The browser and the HTTP server are communicating via HTTP which is RESTful.
2. Your client and your server application code are communicating using the interchange format/language/protocol you designed your application to use.
To determine if a single web service call is RESTful at the application layer is a difficult one to answer by looking at a single URI.
On one level, if it retrieves representational information about an entity or performs a state change of that entity then it could be considered RESTful. But I'm not sure it is ever as simple as that.
(On a related note - HTTPAPI is a wonderful HTTP/HTTPS client for ILE RPG development and I would recommend it without hesitation)
Have fun, and keep playing!
Cheers
Larry Ducie
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.