资 源 简 介
PySimpleSOAP / soap2py
Python simple and lightweigh SOAP library for client and server webservices interfaces, aimed to be as small and easy as possible, supporting most common functionality.
Initially it was inspired by PHP Soap Extension (mimicking it functionality, simplicity and ease of use), with many advanced features added.
Supports Python 3 (same codebase, no need to run 2to3)
Goals
Simple: less than 200LOC client/server concrete implementation for easy maintainability and enhancments.
Flexible: adapted to several SOAP dialects/servers (Java Axis, .Net, WCF, JBoss, "jetty"), with the posibility of fine-tuning XML request and responses
Pythonic: no