T
Thomas Guettler
Hi,
I looked for a solution to talk to a web service which
offers its signature with a wsdl file.
I googled for 'wsdl python' and found ZSI.
This project uses code generation. That's something
I don't like.
The book 'dive into python' uses SOAPpy. This looks
better since it does not generate source code.
But the last release and first release is from 2001.
ZSI seems to have integrated SOAPpy.
I am new to WSDL and SOAP. Do I need a WSDL parsing
routine at all? I guess my wsdl definition won't change
during the next years. So I could read the wsdl with
my eyes and make a fitting soap call...
Any thoughts?
I looked for a solution to talk to a web service which
offers its signature with a wsdl file.
I googled for 'wsdl python' and found ZSI.
This project uses code generation. That's something
I don't like.
The book 'dive into python' uses SOAPpy. This looks
better since it does not generate source code.
But the last release and first release is from 2001.
ZSI seems to have integrated SOAPpy.
I am new to WSDL and SOAP. Do I need a WSDL parsing
routine at all? I guess my wsdl definition won't change
during the next years. So I could read the wsdl with
my eyes and make a fitting soap call...
Any thoughts?