Python 网络服务 [英] Python Web Services

查看:38
本文介绍了Python 网络服务的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Elementree 已成为与 xml 交互的公认标准.当今流行的 Web 服务/SOAP 库是什么?

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

推荐答案

我不确定可接受的标准,但我发现 SOAPpy 是处理基于 SOAP 的 Web 服务的相当直接且有用的库.

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 是 Python 的 SOAP/XML 架构库.给定 WSDL 或 SDL 文档,SOAPy 会发现已发布的 Web 服务 API,并尽可能透明地将其公开给 Python 应用程序.

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 在其站点上提供了良好的演练和示例用于开始使用 SOAPpy.

IBM provide a good walk-through and example on their site for getting started with SOAPpy.

SOAPpy 不再处于积极开发阶段,而是在 Python Web 服务中被合并到 Zolera SOAP Infrastructure (ZSI) 中项目.然而,该项目自去年 11 月以来已经没有看到太多活动.

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.

这篇关于Python 网络服务的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆