在 Mono 上使用 MTOM

发布于 2024-08-22 12:42:22 字数 324 浏览 5 评论 0原文

希望移植 ASMX Web 服务应用程序以在 Apache 下的 Mono 上运行。 Web 服务使用 WSE 3.0 为包含二进制的消息添加 MTOM 功能。从我迄今为止的研究来看,我知道这是 Mono 上 Web 服务的当前状态:

  1. ASMX 已完全实现(但不支持 MTOM)
  2. WSE(我在 .NET 上使用它来支持 MTOM)不受支持
  3. WCF 不受支持但在 Mono 上的实现足以创建 Web 服务应用程序。

看来我最好的前进方式是在现有的 ASMX 支持之上尝试自己实现 MTOM。有谁有更好的想法或知道第三方对此类事情的支持吗?

Looking to port an ASMX web service application to run on Mono under Apache. The web services use WSE 3.0 to add MTOM capability for messages that contain binary. From my research so far, I understand this to be the current state of web services on Mono:

  1. ASMX is fully implemented (but does not support MTOM)
  2. WSE (which I am using for MTOM support on .NET) is not supported
  3. WCF is not yet implemented on Mono to a sufficient extent to create web service applications.

It seems that my best way forward would be to try and implement MTOM myself on top of the existing ASMX support. Does anyone have any better ideas or know of 3rd party support for something like this?

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

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

发布评论

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

评论(1

¢蛋碎的人ぎ生 2024-08-29 12:42:22

这是开源世界。如果没有,您可以随意添加(您可以决定是否与其他人分享工作)。

Mono 团队已经开始致力于 WCF(HTTP 基本绑定)。我认为随着越来越多的人搬到 WCF,他们会在这里投入更多。

This is open source world. If anything is not there, you can feel free to add it (you can decide whether to share the work with others).

Mono team already started to work on WCF (HTTP basic binding). I think they will invest more here as more and more people move to WCF.

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