XML-RPC简介

99封情书 提交于 2019-11-27 04:08:36
"Does distributed computing have to be any harder than this? I don't think so." -- Byte.

“进行分布式计算需要了解比他本身还要多?我想不是这样。”—Byte.

What is XML-RPC? 

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.
他是一个规范和实现的集合,允许软件在异构系统中运行,运行在不同的环境中的程序通过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.
远程过程调用是采用HTTP传输Encoded XML.XML-RPC 设计得简单、可靠,允许复合的数据结构传输、处理和返回。

XML-RPC跨越所有的操作系统,编程语言,动态与静态环境,开源和商业化。主要语言有Perl、Python,Java,Frontier,C/C++,Lisp,PHP,Microsoft .NET,Rebol,Real Basic,Tcl,Delphi,WebObjects 和 Zope,还有更多将被加入进来。


XML-RPC框架图:
r_xmlrpc.jpg

转载于:https://www.cnblogs.com/jssy/articles/357029.html

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!