SOAP web services

Yusnel Rojas moverx at gmail.com
Tue Aug 29 13:54:18 EDT 2006


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20060829/4750d89d/attachment.html>


More information about the Python-list mailing list