[Twisted-Python] XMLRPC --> Twisted
exarkun at twistedmatrix.com
exarkun at twistedmatrix.com
Tue Jun 26 09:24:11 MDT 2012
On 25 Jun, 03:31 pm, vk.86.811 at gmail.com wrote:
>Hi,
>
> I have made a server code in xmlrpc. It has a command
>"server.register_multicall_functions()". How do I write the same in
>twisted server?
Twisted Web does not presently support XML-RPC multicalls.
Jean-Paul
>This is the main of the twisted server :
>--------------------
>
>if __name__ == '__main__':
> from twisted.internet import reactor
> r = Example()
> reactor.listenTCP(7070, server.Site(r))
> print 'avtundile'
> reactor.run()
>
>-----------------------
>Thanks,
>Vinodh
More information about the Twisted-Python
mailing list