wcf basicHttpBinding content-type text/xml;charset=utf-8
wsHttpBinding 'application/soap+xml; charset=utf-8'
webHttpBinding 'application/x-www-form-urlencoded' 对应网页中的post请求
所以如果是post请求wcf服务,要使用webHttpBinding
本文详细解析了WCF服务中基本HTTP绑定、wsHttp绑定和webHttp绑定的特点及适用场景,特别是针对POST请求时如何选择合适的绑定方式。
wcf basicHttpBinding content-type text/xml;charset=utf-8
wsHttpBinding 'application/soap+xml; charset=utf-8'
webHttpBinding 'application/x-www-form-urlencoded' 对应网页中的post请求
所以如果是post请求wcf服务,要使用webHttpBinding
720
4131

被折叠的 条评论
为什么被折叠?