1

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)

1
  • Python supports XML-RPC clients through the class xmlrpc.ServerProxy and servers via the Twisted framework and others. Commented Oct 10, 2011 at 19:17

1 Answer 1

1

Yes. XML-RPC is language agnostic. PHP has xml-rpc libraries, and so does Python.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.