Reviews and Ratings

Excellent idea executed... excellently  
4.0
   
written almost 16 years ago

After looking around at the other Python SOAP APIs out there, choosing suds was a no-brainer. There are only a few methods one needs to know in order to get rolling with suds.

Setting and manipulating objects from WSDLs is incredibly easy, as they are abstracted into simple Python objects with instance variables. In most cases, one need not mess with XML schemas, data types, or parsing XML.

Once the documentation solidifies, this will be a 5-star project.

Did this review help you? |