14 November 2003 1 comment Python
This blog post is 19 years old! Most likely, its content is outdated. Especially if it's technical.
Nice! Now there's a decent Python SOAP module that I need to find time to explore. I want to set up some web services on my site that can be interfaced in different ways on other servers/clients. Just need to think of something that can be useful.
Any ideas anyone?
(more links on pywebsvcs.sourceforge.net)
- Previous:
- Recipe of creating the best paper plane 13 November 2003
- Next:
- Matrix ASCII animated! 15 November 2003
- Related by category:
- Best practice with retries with requests 19 April 2017 Python
- How much faster is Redis at storing a blob of JSON compared to PostgreSQL? 28 September 2019 Python
- Fastest way to find out if a file exists in S3 (with boto3) 16 June 2017 Python
- Interesting float/int casting in Python 25 April 2006 Python
- Fastest way to unzip a zip file in Python 31 January 2018 Python
- Related by keyword:
- Crontab wizard 13 January 2004
- Case study where Python was the final choice 3 December 2003
- Python for .NET 6 November 2003
- Parrot; CLR for the poor man 6 November 2003
Im using now Zolera`s SOAP module. Its very powerfull and easy to use. But Im having a little problem passing complex structures between mi server (PHP/nuSOAP) and my client. I could not find as much information as I would like on the internet about ZSI. such as source code or tutorials