[Zope] soap support

Rocky Burt rocky.burt@bricsnet.com
21 Feb 2003 13:11:40 -0500


Hmm... I was assuming that ZSI was a decent SOAP implementation for
Python.

But I can't find any Python WSDL support anywhere.

I assumed that the most logical approach was to extend ZSI to have
decent WSDL support, then to write some Zope product that hooked ZSI
into Zope.

Regards,
Rocky


On Fri, 2003-02-21 at 12:52, Andrew Veitch wrote:
> The problem is that the SOAP support in Python has never really been
> finished off which in turn makes Zope support difficult.
> 
> I'm just working on a SOAP project at the moment, we used SOAP::Lite and the
> PyPerl module to run the Perl support modules in Python - it worked pretty
> well but messy, nothing like coding in Perl to remind you how clean Python
> is!
> 
> I'm currently trying to persuade some of our customers to fund work to take
> Python's support to the level of Perl's but nobody is biting yet...
> 
> A