2010年8月1日
摘要: 一直以来,我都为动态调用WebService方法而烦恼。在.Net环境 下,最常用的方法就是采用代理类来调用WebService,可以通过改变代理类的Url属性来实现动态调用,但当xmlns改变时就会出错,似乎要重新 绑定Webservice并重新编译后才能再次运行。我还试过网上的一种动态编译并动态调用WebService的方式,这种方法效率低,而且需要有较高 的权限,否则编译失败。我曾在Sql ... 阅读全文
posted @ 2010-08-01 20:22 fery 阅读(458) 评论(0) 推荐(0) 编辑
摘要: usingSystem;usingSystem.Collections;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Diagnostics;usingSystem.Web;usingSystem.Web.Services;usingBX.Interface;namespaceWebService{/**////<summar... 阅读全文
posted @ 2010-08-01 20:08 fery 阅读(1667) 评论(0) 推荐(0) 编辑