添加服务引用采用 https wsdl 并生成 http 端点

发布于 2024-12-23 07:48:30 字数 187 浏览 0 评论 0原文

在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

满身野味 2024-12-30 07:48:30

绑定中,安全性被定义为

Transport 表示 SSL,必须是 https://

In the binding the security is defined to be <security mode="Transport"> ?

Transport means SSL, which have to be https://

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文