.net - Why WsHttpbindings giving error as "soap header action was not understood" but not the basichttpbinding? -


i have developed wcf service in wshttpbinding. when try consume it, getting error "soap header action not understood". when use same service in basichttpbinding, able consume service. can please explain properly?

the ws-* protocol stack requires soap 1.2."soap header action not understood" error when soap 1.1 message processed service set soap 1.2 bindings (wshttpbinding). if client can't send soap 1.2 request, you'll have expose soap 1.1 interface, basichttpbinding is.


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -