新足迹

 找回密码
 注册

精华好帖回顾

· ♥️珐琅美锅大家爱♥️“穹顶”之下 (2021-3-17) Flaminga · ~~~腌笃鲜~~~虾子面筋~~~洋葱大排~~~糟溜鱼片~~~生菜沙拉~~~ (2011-10-24) chesecake
· 购买二手车须知 (2006-5-14) ggd2010 · 在月亮的国度 (2007-10-29) patrickzhu
Advertisement
Advertisement
查看: 1137|回复: 0

如何动态改变webservice引用地址?求助 [复制链接]

发表于 2011-12-19 17:46 |显示全部楼层
此文章由 忽然一周 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 忽然一周 所有!转贴必须注明作者、出处和本声明,并保持内容完整
做好了一个webform的项目, 也部署到iis上了,后台主要是调用webservice来做一堆事情, 现在的问题是,我想要在页面上加一个输入框和按钮,用户在这里可以重新输入一个webservice的wsdl的网址url,点击按钮之后,希望可以使用更新的webservice。
     现在的情况是,我的webservice属性已经是dynamic的了,webservice有一个代理类,我直接更改了service.url= strNewWSDL; 调试都过了,但是一到具体执行webservice动作的代码,就直接报错跳出,是否我还有什么步骤没有做呢?

报错信息如下:
System.Web.Services.Protocols.SoapException: Possible SOAP version mismatch: Envelope namespace http://schemas.xmlsoap.org/wsdl/ was unexpected. Expecting http://schemas.xmlsoap.org/soap/envelope/. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at WebApplication2.EL8SceenService.ScreenService.executeScreen(OperationContext context, String msoName) in D:\CSharp\WebApplication2TRY\WebApplication2\WebApplication2\Web References\EL8SceenService\Reference.cs:line
曳尾涂中
Advertisement
Advertisement

发表回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Advertisement
Advertisement
返回顶部