import SOAPpy
def doUpper(word):
return word.upper()
server = SOAPpy.SOAPServer(("", 8000))
server.registerFunction(doUpper)
server.registerFunction(who)
server.serve_forever()
can anyone tell me how to do this?
anyone who nkows something about SOAPpy.wstools.WSDL?
thanks
-- http://mail.python.org/mailman/listinfo/python-list