[FRPythoneers] Preferred SOAP libraries?
Rob Riggs
rob at pangalactic.org
Mon Apr 2 21:41:08 MDT 2007
Web Services (i.e. SOAP 1.2, WS-*) are all the rage in the corporate
world. IBM, Sun and MSFT are pushing this hard. I think they invented
SOAP for brainwashing software architects. Personally, I find Python's
CORBA bindings much more useful for distributed applications. Try to
get a C++ or Java programmer excited about writing a CORBA client
though... The C++ bindings are horrible. (Sorry, exiting rant mode now.)
In any event, Python developers might find SOAP more palatable if it
weren't for the fact that every SOAP solution available is about 3 years
behind everyone else. Most SOAP implementations focus on the server
side while, in fact, most users of Python have need for robust client
side tools.
None of the tools offer a robust solution.
Duncan McGreggor wrote:
> On 4/2/07, Andrew Diederich <andrewdied at gmail.com> wrote:
>>
>> What libraries do folks use when you have to use SOAP? These are the
>> ones I've found, but they all have some significant shortcomings.
>
> I honestly don't know many developers who like SOAP, but I've heard
> that if you have to use SOAP, "Python Web Serivces" ZSI is the way to
> go.
>
> d
> _______________________________________________
> This message sent by the FRPythoneers mailing list.
> Unsubscribe: echo unsubscribe |
> FRPythoneers-request at lists.community.tummy.com
> URL: http://lists.community.tummy.com/mailman/listinfo/frpythoneers
More information about the FRPythoneers
mailing list