Welcome Guest, Not a member yet? Register   Sign In
What exactly is XML-RPC?
#4

[eluser]Phil Sturgeon[/eluser]
A HTTP form would not only send data to the remote server but it would send the user there too. Meaning if you were trying to integrate some Flickr interaction into your app, each form submit would send the user to Flickr and away from you app!

XML-RPC, SOAP, REST etc all send and receive data on the backend without sending the user all over the place.

This is handy if you use 2 or more servers for your website. Here are work we have 6 clones running as web-servers and one server offering up data via XML-RPC, REST and MySQL.

Before you ask, an obvious advantage of XML-RPC over MySQL is that you do not need to know the database passwords.


Messages In This Thread
What exactly is XML-RPC? - by El Forum - 03-12-2009, 03:51 PM
What exactly is XML-RPC? - by El Forum - 03-12-2009, 05:14 PM
What exactly is XML-RPC? - by El Forum - 04-01-2009, 08:52 PM
What exactly is XML-RPC? - by El Forum - 04-02-2009, 02:14 AM
What exactly is XML-RPC? - by El Forum - 04-02-2009, 06:09 AM
What exactly is XML-RPC? - by El Forum - 04-02-2009, 09:49 PM
What exactly is XML-RPC? - by El Forum - 04-03-2009, 05:03 AM
What exactly is XML-RPC? - by El Forum - 04-03-2009, 07:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB