在 WSE/SOAP Web 服务的配置与代码中指定代理

发布于 2024-08-11 05:02:14 字数 265 浏览 5 评论 0原文

有没有办法在配置文件中指定 WSE3 代理而不是代码。 我想出了如何让它在代码中工作,如下所示:

valservice.Proxy = new System.Net.WebProxy("http://10.192.xx.xx:8080", true); 

详细信息:我有一个 WCF 包装器 Web 服务,它正在调用 WSE3 外部供应商 Web 服务。当从表单调用时,WSE3 代码工作正常,但在 IIS 作为另一个 Web 服务运行时则不然。

Is there a way to specify a WSE3 proxy in the config file instead of code.
I figured out how to get it working in code as follows:

valservice.Proxy = new System.Net.WebProxy("http://10.192.xx.xx:8080", true); 

Details: I have a WCF wrapper web service that is calling a WSE3 external vendor web service. The WSE3 code was working fine when called from a form, but not when running under IIS as another web service.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

﹎☆浅夏丿初晴 2024-08-18 05:02:14

为什么您不能为此使用正常的应用程序设置?

请参阅示例。

Any reason why you cannot use the normal appSettings for this?

See an example here.

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