Twitter Updates
- Published stancat a tool to cat to and from @NATS #streaming based upon #natscat github.com/servicelab/sta… 3 years ago
- RT @cojack: How to build platform-aware @Docker images from a single Dockerfile using @gitlab CI/CD servicelab.org/2018/09/13/184… 4 years ago
- servicelab.org/2018/09/13/184… 4 years ago
- Zin in sinterklaas 5 years ago
- XMPP versus MQTT: comparing apples with pears wp.me/p12fm9-qv 7 years ago
- analysis
- Ant
- antidote
- applications
- arduino
- audio
- bluetooth
- browser
- CentOS
- communication
- continua
- dbus
- dependencyhell
- devops
- eclipse
- Flash
- frameworklimbo
- google maps
- Google Maps
- Google Visualization
- Grep
- gwt
- health
- IEEE11073
- Java
- javascript
- JeeNode
- JMS
- JNLP
- JSON
- JSP
- JSTL
- Libcloud
- lombok
- maven
- messaging
- MVC
- node-xmpp
- node.js
- nodejs
- Open Flash Chart
- OpenJMS
- OTT
- over-the-top
- programming
- protocol
- Python
- rcse
- rpc
- RX868
- S555TH
- Sage
- sasl
- service discovery
- sip
- SOAP
- Sockets
- Storm
- stream
- Suds
- telco
- telco-ott
- Threads
- Tomcat
- tu me
- tume
- Visualization
- webaudio
- webinos
- webrtc
- wireshark
- WordPress
- XenServer
- xmpp
- ZooKeeper
Tag Archives: Suds
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
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