我无法在C#中转发Web服务身份验证

时间:2019-08-06 05:44:08

标签: c# http authentication

不应该集成到第三方肥皂网络服务器中,但是我无法通过身份验证。

我在Visual Studio中添加的端点>解决方案资源管理器“添加服务参考”

使用该方法时,出现错误

  

提供的URI方案“ https”无效;预期的“ http”。参数名称:通过

我的app.config绑定:

<bindings>
    <basicHttpBinding>
        <binding name="AxaHayatSaglikSvcSoap">
            <security mode="TransportCredentialOnly">
                <transport clientCredentialType="Basic" />
            </security>
        </binding>
        <binding name="AxaHayatSaglikSvcSoap1" />
    </basicHttpBinding>
</bindings>

Screenshot

0 个答案:

没有答案