【发布时间】:2011-12-03 22:25:51
【问题描述】:
我想用 XML-RPC 在 php 和 python 之间进行通信。 是否可以在不同的服务器上运行 XML-RPC,如下图所示?
(来源:picofile.com)
【问题讨论】:
-
Python 通过
xmlrpc.ServerProxy类支持 XML-RPC 客户端,通过 Twisted 框架等支持服务器。
我想用 XML-RPC 在 php 和 python 之间进行通信。 是否可以在不同的服务器上运行 XML-RPC,如下图所示?
(来源:picofile.com)
【问题讨论】:
xmlrpc.ServerProxy 类支持 XML-RPC 客户端,通过 Twisted 框架等支持服务器。
是的。 XML-RPC 与语言无关。 PHP 有 xml-rpc 库,Python 也有。
【讨论】: