Erlang 中的 SOAP Web 服务
有没有好的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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.
除了 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