I'm trying to make the wsdl asociated with this sample but I cannot make it work

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

Reply via email to