2

I have a running sails.js application. It mostly uses models and its corresponding controllers with REST blueprint actions.

In addition, I need to expose a SOAP endpoint and I ended up using node-soap.

All the official examples are coded with express.

Has anyone known a way to integrate it?

  • I would not recommend to have soap-server integrated in sails. Just make them two separate projects. – DarkLeafyGreen Oct 01 '16 at 10:06
  • @zabware I was considering an additional express server. My concern is that waterline models are almost the same. So, maybe running both applications and deriving the request internally. – Maximiliano Ejberowicz Oct 01 '16 at 15:01

0 Answers0