添加服务引用采用 https wsdl 并生成 http 端点
在VS2008和2010中,当我向指示https的服务添加服务引用时,它创建的端点是http。如果我尝试将 app.config
中的端点更改为 https,我会得到:
提供的 URI 方案“https”无效;预期为“http”。
参数名称:via
In VS2008 and 2010, when I add a service reference to a service that indicates https, the endpoint it creates is http. If I try to change the endpoint in the app.config
to https, I get:
The provided URI scheme 'https' is invalid; expected 'http'.
Parameter name: via
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在
绑定
中,安全性被定义为
?Transport 表示 SSL,必须是 https://
In the
binding
the security is defined to be<security mode="Transport">
?Transport means SSL, which have to be https://