本文介绍了怎么写配置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我在同一个wcf服务上启用休息和肥皂。它适用于http,但是当我添加自签名证书(https)时,肥皂工作正常,但休息不起作用。



我正在使用webhttpbinding和basicHttpBinding with base address。

解决方案

hi,

I'm enabling rest and soap both on the same wcf service. It is working fine for http, but when i add self signed certificate (https) the soap is working fine but rest is not working.

I'm using webhttpbinding and basicHttpBinding with base address.

解决方案


这篇关于怎么写配置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-09 12:32