21

I can't seem to find any examples on this. I see a listing on github for Node that says "Newspaper Club – Uses node.js for wrapping a nasty SOAP interface to InDesign Server.", but I don't see any code.

Thank you.

EDIT: I'm guessing that I could just find any javascript/SOAP kit and port it to Node. Any suggestions on a good one?

4

2 回答 2

16

我在 github 上找到了一个看起来不错的 Node.js SOAP 客户端

于 2011-06-16T02:25:03.720 回答
-3

在花了一些时间研究这个之后,共识似乎是你不想用 Node.js 做 SOAP。您要做的是让 Node.js 监听事件并让您的非 Node 服务使用 Http 在 Node 上推送数据。

更新:我指出了当时 Node 社区的共识。这不是我分享的观点,但这是我得到的最常见的回应,当时没有稳定的 SOAP 客户端。我现在已经评论了答案。谢谢你。

于 2010-09-04T18:52:36.093 回答