× 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.



Wilt, Charles wrote:
Perhaps a review of what a REST web service is...
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.
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.

Note that pretty much all rich UI mechanisms are moving away from SOAP and towards REST. You use REST when you're sending a small message especially when you have control over both sides of the conversation (think client/server), while SOAP is more for large transactions with outside vendors (think EDI).

Joe

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.