为 Python Twisted SOAP 服务器自动生成 WSDL 文件

发布于 2024-09-28 01:07:43 字数 109 浏览 1 评论 0原文

对于为 Python/Twisted SOAP 服务器自动生成 WSDL 有什么建议吗?

我已经找到了很多使用现有 WSDL 并生成存根 Python 代码的示例,但我正在寻找相反的操作。

Any recommendations for auto-generating the WSDL for a Python/Twisted SOAP Server?

I've found lots of examples for taking an existing WSDL and generating the stubbed Python code, but am looking for the reverse operation.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

差↓一点笑了 2024-10-05 01:07:43

关键是,所有的 python 库都不完整,也不再受支持。

我们正在开发和维护一个名为 soapbox 的库,位于此链接

该库具有您需要的所有功能以及更多功能,我们正在努力添加更多特性和功能。

请注意,我们是市场上唯一受到积极支持的 Python Soap 库,由于这个特定原因,人们在涉及复杂的 Soap 项目时从 Python 迁移到其他语言。

如果您还有其他问题或疑问,请告诉我。

谢谢!

The point is, all the python libraries out there are not complete and no more supported as well.

There is a library we are working on and maintaining, called soapbox, on this link.

This library has all the features that you need and more, and we are working on to add more features and capabilities.

Kindly note that, we are the only python soap library that is actively supported in the market, and because of this specific reason, people migrate from python to other languages when it comes to complex soap projects.

Let me know if you have further questions or enquiries.

Thanks!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文