TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Python and web services

5 pointsby makaimcover 16 years ago
Has anyone else been working with web services (mainly SOAP) and Python? It appears the two common libraries, SOAPPy and ZSI are both out of date and not well documented. Is there a better library that I can use to access web services with Python?

3 comments

anthonyrubinover 16 years ago
I don't believe that SOAP is especially popular in the Python world. Note that an XML-RPC library is included with Python, but a SOAP library is not. Most "web services" are likely done using REST.
评论 #487904 未加载
erqwerover 16 years ago
I've had good luck with Suds (<a href="https://fedorahosted.org/suds/" rel="nofollow">https://fedorahosted.org/suds/</a>) in the past.
vidarover 16 years ago
soaplib is decent
评论 #487923 未加载