Tag Archives: SOAP

Examples of public SOAP web services

In the previous article we showed how to use the suds library in Python to access SOAP web services. Here are some extra examples of public SOAP web services. Some of the outputs are edited for readability. We start with … Continue reading

Posted in programming | Tagged , , | Leave a comment

Python SOAP client with suds

The library suds allows Python to make SOAP calls (that is, Python is the web service client). We start by installing the suds library on an Ubuntu machine. The Python setuptools are needed to install suds. sudo apt-get install python-setuptools … Continue reading

Posted in programming | Tagged , , | 13 Comments