Welcome Guest, Not a member yet? Register   Sign In
API, REST, SOAP, XML-RPC, WTF?!?!
#4

[eluser]Phil Sturgeon[/eluser]
I have had a look at a few of these systems briefly but mainly REST. I have been converting some legacy data transfer systems to use REST at work and from what I hear from colleagues who have tried the alternatives REST is a speedy, light and flexible superior.

XML-RPC is old and much slower. XML is always going to be slower than other methods as the syntax is the largest, however there are other factors causing the speed issues.

SOAP is heavily type-based which works well when PHP is interacting with other systems that enforce types more (VB, C++, Java, etc). At work we handle lots of statistics and financial data so obviously type-based is good for much of it.

REST to me seems much more flexible. From what I understand you pass it a format type, a method suggesting what you wish to do (GET, POST, PUT, DELETE) and some basic prameters via URL or HTTP headers. This allows you to return data in any format you like based on the request you send so it works with almost any system you can imagine.

Seeing as my REST imlementstion IS finished, I can go ahead and plug away. Sorry Yorick. ;-P


Messages In This Thread
API, REST, SOAP, XML-RPC, WTF?!?! - by El Forum - 06-07-2009, 07:44 AM
API, REST, SOAP, XML-RPC, WTF?!?! - by El Forum - 06-07-2009, 08:18 AM
API, REST, SOAP, XML-RPC, WTF?!?! - by El Forum - 06-07-2009, 08:27 AM
API, REST, SOAP, XML-RPC, WTF?!?! - by El Forum - 06-07-2009, 08:47 AM
API, REST, SOAP, XML-RPC, WTF?!?! - by El Forum - 06-07-2009, 10:19 AM
API, REST, SOAP, XML-RPC, WTF?!?! - by El Forum - 06-07-2009, 04:39 PM
API, REST, SOAP, XML-RPC, WTF?!?! - by El Forum - 06-07-2009, 04:39 PM
API, REST, SOAP, XML-RPC, WTF?!?! - by El Forum - 06-07-2009, 05:13 PM
API, REST, SOAP, XML-RPC, WTF?!?! - by El Forum - 06-07-2009, 05:32 PM
API, REST, SOAP, XML-RPC, WTF?!?! - by El Forum - 06-07-2009, 06:03 PM
API, REST, SOAP, XML-RPC, WTF?!?! - by El Forum - 11-27-2009, 05:14 AM
API, REST, SOAP, XML-RPC, WTF?!?! - by El Forum - 11-27-2009, 05:53 AM
API, REST, SOAP, XML-RPC, WTF?!?! - by El Forum - 11-27-2009, 06:15 AM
API, REST, SOAP, XML-RPC, WTF?!?! - by El Forum - 11-27-2009, 06:35 AM
API, REST, SOAP, XML-RPC, WTF?!?! - by El Forum - 11-27-2009, 08:21 AM
API, REST, SOAP, XML-RPC, WTF?!?! - by El Forum - 11-30-2009, 05:08 AM
API, REST, SOAP, XML-RPC, WTF?!?! - by El Forum - 11-30-2009, 06:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB