SOAPpy question

2006-08-28 Thread Yusnel Rojas
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

SOAPpy question

2006-08-29 Thread Yusnel Rojas
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

SOAP web services

2006-08-29 Thread Yusnel Rojas
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

wsdl question

2006-11-10 Thread Yusnel Rojas García
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

text extractor

2007-04-06 Thread Yusnel Rojas García
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