Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is NPM - node-soap support WsHttpBinding?

I am getting an error status code 415 while calling a method written in WCF service. Later identified this error caused because of the default protocol used in WCF service is WsHttpBinding.

After altering the config to BasicHttpBinding, response are started getting successfully, but from the security aspect which is not right way to handle this.

NPM Package link

Is there any option to support WsHttpBinding from this soap client?

Thanks Peter

like image 225
peterkr Avatar asked Jan 17 '26 10:01

peterkr


1 Answers

Anyone who can answer if WsHttpBinding is supported for node-soap clients ?

I read: "As WsHttpBinding is built using WS-* specifications, it does not support wider ranges of clients and it cannot be consumed by older .NET versions less than 3 version"

source: http://www.codeproject.com/Articles/36396/Difference-between-BasicHttpBinding-and-WsHttpBind

like image 99
Sanj Avatar answered Jan 20 '26 01:01

Sanj



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!