Python xml rpc调用

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python xml rpc调用相关的知识,希望对你有一定的参考价值。

This snippets try to download itself from http://snipplr.com using xml-rpc
  1. #!/usr/bin/python
  2.  
  3. import xmlrpclib
  4.  
  5. server=xmlrpclib.Server("http://snipplr.com/xml-rpc.php")
  6.  
  7. snippet=server.snippet
  8.  
  9. print snippet.get("1273")

以上是关于Python xml rpc调用的主要内容,如果未能解决你的问题,请参考以下文章

[python基础]xml_rpc远程调控supervisor节点进程

10 分钟入门 python rpc 实现

在 python 中以编程方式为 SOAP 端点调用 RPC 方法

python xmlrpc模块

XML-RPC远程方法调用

supervisorxml_rpc