On Mon, Aug 31, 2009 at 10:57:14AM -0700, Wyatt Baldwin wrote: > > On Aug 31, 7:59 am, Ross Vandegrift <[email protected]> wrote: > > On Mon, Aug 31, 2009 at 05:19:58AM -0700, Graham Higgins wrote: > > > At some point in the not-too-distant, if interest warrants, I will > > > complete some of the more complex templates that I have lined up: > > > using eXist a native XML database, a basic SOAP template and an > > > AtomPub/XMPP template. > > > > Consider this a vote for a SOAP template. Despite trying half a dozen > > times, I cannot make heads or tails of Python and SOAP. ZSI appears > > to be the library of choice, but I can't begin to figure out what I'm > > supposed to do with it. A template to pick apart would be amazing! > > Have you seen Suds? I chose that over ZSI for a SOAP project last > year.
I wasn't able to use Suds when I used it last because one of the SOAP APIs I might use requires HTTP authentication on every request. It looks like Suds has recently grown this capability though, which makes potentially makes it a good choice. Barring the HTTP Auth requirement, I've actually had pretty good luck as a SOAP client. I'm more concered about providing SOAP services. That's the piece that I've never even got off the ground. Ross -- Ross Vandegrift [email protected] "If the fight gets hot, the songs get hotter. If the going gets tough, the songs get tougher." --Woody Guthrie --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
