从另一个 C# Web 服务调用一个 C# Web 服务
我正在开发一个项目,其中有一个调用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
->请确保使用正确的绑定。
->在第二个服务中添加第一个服务的服务引用。
->确保服务已启动并正在运行。
它应该工作正常。
-> 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.