How do you make Node.js talk to a SOAP service?

Wayne Bloss picture Wayne Bloss · Sep 4, 2010 · Viewed 14k times · Source

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?

Answer

Maks picture Maks · Jun 16, 2011

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