Erlang 中的 SOAP Web 服务

发布于 2024-07-18 08:34:22 字数 153 浏览 4 评论 0原文

有没有好的 erlang 库用于创建/访问 SOAP Web 服务?

也许处理纯 XML 也相当困难。

Json 是一个好的选择吗? 有什么库吗?

我的目标是与现有的 .Net Web 服务进行互操作。

谢谢

Is there any good erlang library for creating / accessing SOAP web services?

Maybe also handling plain XML is quite difficult.

Is Json a good alternative? Any lib for that?

My goal is interop with existing .Net web services.

Thanks

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

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

发布评论

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

评论(2

过潦 2024-07-25 08:34:22

Yaws(Erlang Web 服务器)有一个 Soap 模块,但 Soap 在 Erlang 社区中使用不多。 Json 是一个更好的选择。

您可以使用 Mochiweb 工具包来构建自己的服务器(不要惊慌,它比看来)具有良好的 Json 支持

Yaws (an Erlang Web Server) has a Soap module but Soap is not much used in the Erlang Community. Json is a better bet.

The Mochiweb kit that you can used to build your own servers (don't panic its easier than it seems) has good Json support.

放肆 2024-07-25 08:34:22

除了 Mochiweb 现在有一个新地址之外,没有什么可添加的: http://github.com/mochi/麻吉网

Nothing to add to the above answer except that Mochiweb now has a new address: http://github.com/mochi/mochiweb

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