Re: Reg guidance for implementing rpc client and server

"fgmarand" <[email protected]> Tue, 22 Nov 2011 09:35:31 -0000
Newsgroups gmane.text.xml.rpc.specification
Message-ID <[email protected]>
For the client, just use:

import xmlrpclib

# to bring in the methods, then connect to the server at some given endpoint

server = xmlrpclib.ServerProxy(endpoint)
# useful optional arguments:
# server = xmlrpclib.ServerProxy(endpoint, verbose = True, allow_none_ True)

# then, for instance to invoke system.listMethods:
methods = server.system.listMethods()

That's all there is to it.

--- In [email protected], Vigneshwar Viswanathan <vigneshwarv@...> wrote:
>
> Hi I would need some guidance in implementing xml rpc to transfer data
> between two softwares using python.I would like to learn and little money
> will be provided to someone who helps in implementing
> 
> Thanks
> 
> 
> [Non-text portions of this message have been removed]
>



------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/xml-rpc/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/xml-rpc/join
    (Yahoo! ID required)

<*> To change settings via email:
    [email protected] 
    [email protected]

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/