>>>>> Chris <[email protected]> (C) wrote: >C> Is there any modern support for WSDL? The only projects I could find >C> are ZSI and SOAPpy, and both have been dead for several years.
That is not necessarily bad. But for the client side there is also suds (https://fedorahosted.org/suds/). And you may also look for soaplib (http://trac.optio.webfactional.com/) but it is probably also `dead'. There is a fork soaplib-lxml, however, that is being actively developed. SOAP is not very popular in the Python world, I think. SOAP is a mammoth and that fits better in the Java and Microsoft worlds :=) -- Piet van Oostrum <[email protected]> URL: http://pietvanoostrum.com [PGP 8DAE142BE17999C4] Private email: [email protected] -- http://mail.python.org/mailman/listinfo/python-list
