从 WCF 调用 SAP PI 服务时如何在 ClientCredentials(基本)中指定用户名
How to specify username in ClientCredentials (Basic) while calling SAP PI service from WCF
我需要使用 http 而不是 https
提供的 URI 方案 'http' 无效;预计 'https'。
参数名称:via
我要改变什么?
使用我需要切换的配置文件:
<customBinding>
<binding>
<httpsTransport />
</binding>
<customBinding>
至
<customBinding>
<binding>
<httpTransport />
</binding>
<customBinding>
我需要使用 http 而不是 https
提供的 URI 方案 'http' 无效;预计 'https'。 参数名称:via
我要改变什么?
使用我需要切换的配置文件:
<customBinding>
<binding>
<httpsTransport />
</binding>
<customBinding>
至
<customBinding>
<binding>
<httpTransport />
</binding>
<customBinding>