K Web Service
wovow
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Webservice的查询接口
www.google.com => http://api.google.com/GoogleSearch.wsdl http://www.google.com/apis/转载 2004-11-11 20:47:00 · 1606 阅读 · 0 评论 -
动态引用WebService,建立WebService虚拟机
//建立WebService虚拟代理,使用xml登记WebService的引用地址。实现动态引用WebService. //使用技术//1、动态编译 //2、反射技术 //实现代码using System;using System.Reflection ;using System.Web .Services .Description ;using Mic转载 2004-11-10 21:55:00 · 909 阅读 · 0 评论
分享