Web Services Archive

  • admin

    What is XML-RPC?

    XML-RPC is a remote procedure call protocol which uses XML to encode its calls and HTTP as a transport mechanism.[1] Contents [hide] 1 History 2 Usage 3 Data types 4 Examples 5 Criticism 6 Implementations 6.1 C++ 6.2 Objective-C / GNUstep / Cocoa 6.3 Erlang 6.4 Java 6.5 XMPP 6.6 Other 7 See also 8 References 9 External links // [edit] History XML-RPC was...

    Full Story