xml-rpc
Error connection to XML-RPC using PHP
I\'m having trouble trying to connect to a XML-RPC server in PHP. The address of the server is constructed like this:[详细]
2023-02-25 07:33 分类:问答Twisted XML-RPC error
I get an exception on both client and server side when I run the first example at http://buildbot.twistedmatrix.com/builds/sphinx-html/291-15849/projects/web/howto/xmlrpc.html. The server code I used[详细]
2023-02-24 07:52 分类:问答How to connect to the drupal site with xmlrpc from Android?
In the beginning I want to become authorised on a Drupal site, but I cannot connect with \"system.connect\", as a result I receive null. H开发者_StackOverflow中文版ow can I do that? Thanks in advance.[详细]
2023-02-21 23:13 分类:问答Is it possible to read an answer before an exception?
I\'m working on a project where an android application is communicating with a PHP server (WAMP) where some methods are implemented. We\'re using XMLRPC to handle client calls to server\'s methods. An[详细]
2023-02-21 22:20 分类:问答Why can't xmlrpc client append item to list accessable via xmlrpc server procedure?
Server code (based on Python library reference): from xmlrpc.server import SimpleXMLRPCServer from xmlrpc.server import SimpleXMLRPCRequestHandler[详细]
2023-02-21 19:11 分类:问答XML-RPC server logging
I found a recipe do log activities of an XML-RPC server at http://code.activestate.com/recipes/496700-logging-simplexmlrpcserver/[详细]
2023-02-20 16:19 分类:问答Web services and RPC
Hi I have misunderstanding in the two terms What is the technical differences between Web Serv开发者_运维知识库ice and RPC ?[详细]
2023-02-20 02:19 分类:问答C# > XML-RPC.NET > Python MailMan
I am attempting to use a .NET web application to manage an external MailMan server running in Python.I have the connection up and running, and all the basic functionality working completely.The last i[详细]
2023-02-19 02:19 分类:问答CodeIgniter xmlrpc Did not receive '200 ok'
I\'m trying to implement an xmlrpc server/client per the CodeIgniter User Guide. I\'ve taken th开发者_如何学运维e code as is and keep getting[详细]
2023-02-18 19:31 分类:问答How to list the existing projects on a Trac server using xmlrpc?
I think it\'s all in the subject. It seems that XMLRPC Plugin can only export info about a precise project but not about the existing projects. 开发者_开发知识库[详细]
2023-02-18 17:08 分类:问答