最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - How do you make Node.js talk to a SOAP service? - Stack Overflow

programmeradmin4浏览0评论

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?

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?

Share Improve this question edited Sep 4, 2010 at 1:13 Wayne Bloss asked Sep 3, 2010 at 23:50 Wayne BlossWayne Bloss 5,5507 gold badges52 silver badges85 bronze badges 1
  • Bump This might be of interest :) dotnet.dzone.com/news/wcf-and-nodejs-better-together – Number 9 Commented Apr 2, 2012 at 13:21
Add a comment  | 

2 Answers 2

Reset to default 16

I've found what looks like a decent SOAP client for Node.js on github

After spending some time researching this, the consensus seems to be that you don't want to do SOAP with Node.js. What you want to do is make Node.js listen for events and make your non-Node services push data at Node using Http.

UPDATE: I was pointing out what the consensus of the Node community at the time. That was not an opinion that I shared, but that was the most common response that I got and there was no stable SOAP client at the time. I have now remarked the answer. Thank You.

发布评论

评论列表(0)

  1. 暂无评论