I need to download or process a file from a soap based web service in node.js. can someone suggest me on how to handle this in node.js
I tried with 'node-soap' or 'soap' NPM module. it worked for normal soap web service. But, not for binary steam or MTOM based SOAP web service
I want to try to answer this... It's quite interesting that 2 years and 2 months later I can not figure it out how to easily solve the same problem.
I'm trying to get the attachment from a response like:
...
...
I tried ws.js but no solution.
My solution:
I am not sure it will works in most of the cases. It looks like unstable code to my eyes and so I'm looking for something better.