Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Python SOAP library

Reply
Thread Tools

Python SOAP library

 
 
Alec Taylor
Guest
Posts: n/a
 
      05-02-2012
What's the best SOAP library for Python?

I am creating an API converter which will be serialising to/from a variety of sources, including REST and SOAP.

Relevant parsing is XML [incl. SOAP] and JSON.

Would you recommend: http://code.google.com/p/soapbox/

Or suggest another?

Thanks for all information,

Alec Taylor
 
Reply With Quote
 
 
 
 
John Nagle
Guest
Posts: n/a
 
      05-02-2012
On 5/2/2012 8:35 AM, Alec Taylor wrote:
> What's the best SOAP library for Python?
> I am creating an API converter which will be serialising to/from a variety of sources, including REST and SOAP.
> Relevant parsing is XML [incl. SOAP] and JSON.
> Would you recommend: http://code.google.com/p/soapbox/
>
> Or suggest another?
> Thanks for all information,


Are you implementing the client or the server?

Python "Suds" is a good client-side library. It's strict SOAP;
you must have a WSDL file, and the XML queries and replies must
verify against the WSDL file.

https://fedorahosted.org/suds/

John Nagle
 
Reply With Quote
 
 
 
 
John
Guest
Posts: n/a
 
      05-10-2012
W dniu 2012-05-02 17:35, Alec Taylor pisze:
> Would you recommend: http://code.google.com/p/soapbox/
>
> Or suggest another?


I am having lots of fun and positive experience with
https://github.com/arskom/rpclib

Awesome doc and example code and, most importantly, it works!

--
John
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there a simple soap library for python? ÀîÌï Python 4 03-26-2009 07:36 PM
any library for SOAP 1.1 or SOAP 1.2? Amogh Hooshdar Python 1 03-11-2008 09:29 PM
SOAP over JMS vs SOAP over HTTP Nagesh Java 2 08-12-2006 12:31 AM
To SOAP or Not To SOAP? mooseshoes XML 3 09-21-2003 04:38 PM
SOAP Client creation in ASP.NET using MS SOAP Toolkit Sham Ramakrishnan ASP .Net 2 07-01-2003 11:29 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57