Skip to content Skip to sidebar Skip to footer
Showing posts with the label Xml Rpc

Socket In Use Error When Reusing Sockets

I am writing an XMLRPC client in c++ that is intended to talk to a python XMLRPC server. Unfortun… Read more Socket In Use Error When Reusing Sockets

Python: Is It Possible To Set The Clientport With Xmlrpclib?

Is it possible to set the clientport for the xmlrpc-connection? I want to say: Client should make… Read more Python: Is It Possible To Set The Clientport With Xmlrpclib?

How To Pass Many2one Object In Xmlrpc For Openerp

I have django as front-end app, where I am saving 'res.partner' id relating to django user.… Read more How To Pass Many2one Object In Xmlrpc For Openerp