Issue
Is there a way in Node.js (some npm package, for example) to convert binary encoded WCF data (response from some SOAP server) to its full text XML representation?
Thanks.
Solution
So… After searching hard I’ve found no ready solution, so decided to write my own.
I had some free time and have wrote the npm package ‘wcf2xml’.
If You also look for something like this, please feel free to use my solution.
NPM package page: https://www.npmjs.com/package/wcf2xml
GitHub page: https://github.com/tumick/wcf2xml
Answered By – tumick
Answer Checked By – Marilyn (AngularFixing Volunteer)