↧
Answer by Tyson for XML-RPC vs REST
REST vs RPC implementations like XML-RPC is a false dichotomy. You can implement a RESTful interface using XML-RPC (although you probably wouldn't want to). That said, there are a bunch of reasons why...
View ArticleAnswer by Ritchie for XML-RPC vs REST
XML-RPC is patent encumbered. You may find that you're one day asked to pay a royalty for its use. As far as I can tell, REST is not.XML-RPC requests are opaque to security infrastructure. Whereas an...
View ArticleXML-RPC vs REST
I am about to build a little server in here and want to create an API for it.I am deciding what is better and already ruled out SOAP since that thing is a mess in my opinion. I am left with REST and...
View Article