wcf.js
wcf.js copied to clipboard
How to pass multiple input param values to wshttpbinding
Find below code wat i have tried

But i am getting the status code 400 (it means bad request), In dot net application it was working fine, when it comes to node i am getting the error. I am assuming that i am doing mistake on passing the input param in node wshttpbinding on the message. Please let me know hw to pass multiple input params `
use fiddler to compare the outgoing soap between node.js and .net to see the differences (both soap and http). possibly in .net you also used additional security settings the service requires.