|
Perhaps a review of what a REST web service is...Absolutely. REST is a very simplified version of SOAP: think of it as just sending and receiving a document via a socket, using HTTP as the protocol. The biggest issue is the formatting of the data. Whereas SOAP uses XML almost entirely, many REST services use JSON, which is (typically) lighter and faster.
http://www.xfront.com/REST-Web-Services.html
>From that, all you'd need is Scott Klement's HTTP API to consume them and some flavor of RPG CGI to
host one.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 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.