InterviewSolution
Saved Bookmarks
| 1. |
What is XML-RPC? |
|
Answer» XML-RPC (Remote PROCEDURE call) is considered the most basic and SIMPLEST XML-based protocol to exchange DATA among different devices on a network. It uses HTTP as a transport protocol for quickly and easily transferring the information or data between TWO devices. XML-RPC can also be used with different programming languages such as Perl, Java, Python, C, C++, PHP, etc. |
|