Elementree has become the accepted standard for interacting with xml. What is the prevalent web service/SOAP library in use today?
|
1
|
|
|
|
|
|
I'm not sure about an accepted standard, but I've found SOAPpy to be fairly straight-forward and useful library for handling SOAP-based web services.
IBM provide a good walk-through and example on their site for getting started with SOAPpy. SOAPpy's no longer under active development, but is instead being folded into Zolera SOAP Infrastructure (ZSI) at the Python Web Services Project. This project however has alos not seen much activity since November last year. |
||||
|
|
|
soaplib is very easy to use and seems to be active. |
||
|
|
