Vigneshwar Viswanathan | 22 Nov 2011 09:03
Picon

Reg guidance for implementing rpc client and server

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:
    xml-rpc-digest <at> yahoogroups.com 
    xml-rpc-fullfeatured <at> yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    xml-rpc-unsubscribe <at> yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
(Continue reading)

fgmarand | 22 Nov 2011 10:35
Picon
Gravatar

Re: Reg guidance for implementing rpc client and server

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 xml-rpc <at> yahoogroups.com, Vigneshwar Viswanathan <vigneshwarv <at> ...> 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
(Continue reading)

uwayo2001 | 22 Nov 2011 13:41
Picon
Favicon

Re: Reg guidance for implementing rpc client and server

I can help u using dot net 

Let me konw if u are interrested 

Regards
Jacques 
Sent from my BlackBerry® smartphone powered by MTN.

-----Original Message-----
From: Vigneshwar Viswanathan <vigneshwarv <at> gmail.com>
Sender: xml-rpc <at> yahoogroups.com
Date: Tue, 22 Nov 2011 08:03:58 
To: <xml-rpc <at> yahoogroups.com>
Reply-To: xml-rpc <at> yahoogroups.com
Subject: [xml-rpc] Reg guidance for implementing rpc client and server

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]



[Non-text portions of this message have been removed]

------------------------------------
(Continue reading)


Gmane