Re: parsing WSDL

2005-01-27 Thread Uche Ogbuji
Just for completeness I wanted to mention that yes, you can use 4Suite to parse WSDL and get method signature information, but I do agree that it's better to do this at a higher level, if you can. WHy reinvent that wheel? SOAPpy has a decent WSDL class. -- Uche Ogbuji

Re: parsing WSDL

2005-01-27 Thread Holger Duerer
> "Alessandro" == Alessandro Crugnola <[EMAIL PROTECTED]> writes: Alessandro> Is there a way, maybe using 4suite, to read a wsdl Alessandro> file and find for every method all the input/output Alessandro> params and their type? Have you had a look at the Python WS tools? They do h

parsing WSDL

2005-01-27 Thread Alessandro Crugnola
Hi to all. Is there a way, maybe using 4suite, to read a wsdl file and find for every method all the input/output params and their type? -- http://mail.python.org/mailman/listinfo/python-list