civ3

编程好玩

导航

2006年8月10日 #

动态加载Web Service

摘要: 比如你已经用教科书式的方法添加了一个Web Referece,然后现在这个Web Service内容没有变,只是换了各地方。比如从localhost:8080/a.asmx换到了localhost:8090/a.asmx。如此一来你不必重新修改Web Reference只需要在使用WebMethod时WebS.A a = new WebS.A();a.Url="http://localhost:8... 阅读全文

posted @ 2006-08-10 23:23 civ3's .NET studying 阅读(992) 评论(0) 推荐(0) 编辑