On 5/26/06, Jorge Vargas <[EMAIL PROTECTED]> wrote:
> On 5/25/06, Charlie Moad <[EMAIL PROTECTED]> wrote:
>
> >
> >     I have been tossing around ideas about what a TurboZSI module
> > would look like.  ZSI, for those who don't know, is a transport
> > neutral soap library with wsdl support.  Unlike the old SOAPpy module,
> > ZSI focuses on being a legitimate and interoperable soap
> > implementation.
>
>
> I'm not trying to take the momentum out of you but  have you seen
> http://effbot.org/downloads/#elementsoap
> its a elementTree "extension" which seems to do the same thing
> (I have never use either)

Actually, no I have not seen this.  At a glance it looks like a
lightweight tool to create soap messages.  It is definitely not as
mature as ZSI.  Since ZSI is transport neutral, you can actually use
many xml parsers including elementTree.  Essentially elementTree,
pyxml, and 4suite are all usable with existing code.

> if elementsoap is able to replace ZSI I think it will be better to use it
> since it's less extra code into the
> framework/app/extension....where this finally ends up.

ZSI is a fairly small pure-python library that has no required
dependencies.  It's on pypi and the benefits more than justify the
negligent download.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to