What is XML-RPC

Posted by Joggee | XML | Wednesday 23 January 2008 7:31 am

It’s a spec and a set of implementations that allow software running on disparate operating systems, running in different environments to make procedure calls over the Internet.

It’s remote procedure calling using HTTP as the transport and XML as the encoding. XML-RPC is designed to be as simple as possible, while allowing complex data structures to be transmitted, processed and returned.
For more detail click here

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment