Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python Web Services

Elementree has become the accepted standard for interacting with xml. What is the prevalent web service/SOAP library in use today?

like image 274
Sam Corder Avatar asked Dec 08 '25 13:12

Sam Corder


1 Answers

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.

SOAPy is a SOAP/XML Schema Library for Python. Given either a WSDL or SDL document, SOAPy discovers the published API for a web service and exposes it to Python applications as transparently as possible.

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.

like image 77
ConroyP Avatar answered Dec 11 '25 02:12

ConroyP



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!