新足迹

 找回密码
 注册

精华好帖回顾

· 杀器来了!超多图。 又败家了,更新瞄具在76楼。 (2012-11-18) Tacticool · 大熊猫基地半日游~~ (2008-1-13) 飞行
· [Kanre's Kitchen Time] 孜然麻辣风味煎馒头片+ 玉米面枸杞粥 (2008-11-13) Tiger_Karen · 金融危机征文 - VP辞职 (2008-11-2) theie
Advertisement
Advertisement
查看: 1208|回复: 0

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

发表于 2011-12-19 16: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
返回顶部