I have wcf service supporting basichttpbinding and wshttpbinding. My client is running fine with basichttpbinding but when they try to post their requests using wshttpbinding, It doesn't work unless they include wsa
tags in the header, but they can't change it for some reason.
My question is can I make it working without wsa
tags? I see the posts regarding changing to custombinding but I am bit skeptical about it. First of all, I would like to know if there is any way possible without custom binding. If not, is there any disadvantage of using custombinding? what are the benefits of it? can I have 2 wshttp endpoint one of them using wshttpbinding and other one using custombinding?
What is exactly happening when converting to custom binding? does the encoding type change?
Thanks.