How to consume MTOM SOAP web service in node.js?
问题 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 回答1: 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: ...