Using xmlrpcserver

later_dude at my-deja.com later_dude at my-deja.com
Thu Oct 21 08:53:38 EDT 1999


Hello,
	I downloaded the Python implementation of XML-RPC
yesterday. Maybe it's just that my Python programming skills are weak,
but I can't figure out how to extend the call method in xmlrpcserver
to call real methods. For example, I have a python method:

def hello(firstName, LastName):
	return "Hello",firstName,lastName

What code would I use so that the hello method is called when it is
asked for?

I appreciate any help you can give me.

later,
joseph

--
martinja at ice-works.com

All opinions expressed are my own and not necessarily those of
my employer unless otherwise noted.


Sent via Deja.com http://www.deja.com/
Before you buy.




More information about the Python-list mailing list