.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

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -