Reputation: 11
I want communicate between php and python with XML-RPC. Is it possible to run XML-RPC on different server similar to what is depicted in the diagram below?
(source: picofile.com)
Upvotes: 1
Views: 784
Reputation: 7619
Yes. XML-RPC is language agnostic. PHP has xml-rpc libraries, and so does Python.
Upvotes: 1