XML-RPC C# and Python RPC Server

落花浮王杯 提交于 2019-12-05 08:53:38

Does it work if you change the declaration to this?

[XmlRpcUrl("http://188.40.xxx.xxx:8000/RPC2")]

From the Python docs:

SimpleXMLRPCRequestHandler.rpc_paths

An attribute value that must be a tuple listing valid path portions of the URL for receiving XML-RPC requests. Requests posted to other paths will result in a 404 “no such page” HTTP error. If this tuple is empty, all paths will be considered valid. The default value is ('/', '/RPC2').

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