wcf.js icon indicating copy to clipboard operation
wcf.js copied to clipboard

How to pass multiple input param values to wshttpbinding

Open say2sakthi opened this issue 8 years ago • 1 comments

Find below code wat i have tried

image

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 `

say2sakthi avatar May 23 '17 10:05 say2sakthi

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.

yaronn avatar May 25 '17 00:05 yaronn