为 Python Twisted SOAP 服务器自动生成 WSDL 文件
对于为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
关键是,所有的 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!