hello ,I'm wondering if SOAPpy doesn't have something to generate a wsdl for a specific application.Let's say, I wrote a web service with SOAPpy, is there any way to generate the wsdl for it.If there aren't can someone give a little example of both.
thanks
--
http://mail.python.org/mailman/listin
hello ,I'm wondering if SOAPpy doesn't have something to generate a wsdl for a specific application.Let's say, I wrote a web service with SOAPpy, is there any way to generate the wsdl for it.
If there aren't can someone give a little example of both.
thanks
--
http://mail.python.org/mailman/lis
I'm trying to make the wsdl asociated with this sample but I cannot make it workimport SOAPpydef 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
hi,
Can anyone tell me how to create a soap web service and generate it's
WSDL file??
I've tried so har to do so but no results.
cheers
OnemoverX
--
http://mail.python.org/mailman/listinfo/python-list
Some one knows some python module for working with pdf files (extract text)?
or any kind of document such as PostScript, doc, etc?
thanks in advance
--
http://mail.python.org/mailman/listinfo/python-list