This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

XML-RPC for eggdrops?

Old posts that have not been replied to for several years.
Locked
R
Ronin

XML-RPC for eggdrops?

Post by Ronin »

Has anyone written a script which allows communication with web servers via XML-RPC?

Ronin
T
TsT
Voice
Posts: 16
Joined: Tue Mar 04, 2003 11:03 am
Location: Strasbourg, France
Contact:

Post by TsT »

can i ask waht is XML-RPC ?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

XML-RPC.

RPC = Remote procedure call.

XML = Structure markup language

Put them both together, and you have a method of tranfering multiple chunks fo data in one shot, where extraction for execution can take place on one (where that may make use of the rest).

When you request data from the likes of a POP3 (mail) server, your client sends formatted commands, designed to extract data. The returned information is also formatted.

XML allow for unlimited changes in the actual types of data, and/or addition of data, while maintining the existing data, so it can still be extracted.

Alternativly, see google.
Locked