a journal of a researcher

Tuesday, October 12, 2004

REST vs. SOAP

Here is an article discusses the limit of REST:

http://webservices.xml.com/pub/a/ws/2002/02/20/rest.html?page=4

I quote some of the points:

“The biggest problem most will have with REST is that it requires you to rethink your problem in terms of manipulations of addressable resources instead of method calls to a component. Of course you may actually implement it on the server side however you want. But the API you communicate to your clients should be in terms of HTTP manipulations on XML documents addressed by URIs, not in terms of method calls with parameters.”

0 Comments:

Post a Comment

<< Home