从另一个 C# Web 服务调用一个 C# Web 服务

发布于 2024-12-25 04:44:48 字数 253 浏览 1 评论 0原文

我正在开发一个项目,其中有一个调用 C# Soap Web 服务的程序或网页。我需要这个 Web 服务来调用另一个 Web 服务。但是,我遇到一个问题,即当将第二个 Soap Web 服务添加到第一个 Web 服务时,出现错误 500 页面,提示未找到任何受支持的绑定。

第二个 WebService 称为 Web Reference,我使用 WebReference.BasicHttpBinding_ServiceName 来调用它。

感谢您提供的任何帮助

I am working on a project where I have a a program or web page which calls a C# Soap Web Service. I need this web service to then call another Web Service. However, I have a problem that when the second soap web service is added to the first web service I get an error 500 page appear saying none of the supported bindings were found.

The second WebService is called Web Reference and I am calling it by using WebReference.BasicHttpBinding_ServiceName.

Thanks for any help you can provide

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

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

发布评论

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

评论(1

天气好吗我好吗 2025-01-01 04:44:48

->请确保使用正确的绑定。

->在第二个服务中添加第一个服务的服务引用。

->确保服务已启动并正在运行。

它应该工作正常。

-> Please Ensure correct binding is used.

-> Add service reference of first service in second service.

-> Ensure the services are up and running.

It should work fine.

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