reza
reza

Reputation: 6358

how to use a SOAP server from node.js web server

I have an existing, full featured, SOAP server that I have to use from node.js server code. I read about a node plugin, soap-js as a plugin. It seems to be old and not much is found on it.

Anybody knows about a node plugin for this purpose.

Upvotes: 0

Views: 4692

Answers (1)

createproblem
createproblem

Reputation: 1612

I can recommend this plugin: https://npmjs.org/package/soap Its easy to use and the support is good.

Cheers.

Upvotes: 2

Related Questions