`
zxj010802986
  • 浏览: 11727 次
文章分类
社区版块
存档分类
最新评论

webService动态调用

 
阅读更多

转载:http://www.verydemo.com/demo_c116_i47012.html

using System;
using System.IO;
using System.Collections.Generic;
using System.Linq;
using System.Collections;
using System.Web;
using System.Net;
using System.Reflection;
using System.CodeDom;
using System.CodeDom.Compiler;
using System.Web.Services;
using System.Text;
using System.Web.Services.Description;
using System.Web.Services.Protocols;
using System.Xml.Serialization;
using System.Data;

public partial class Default2 : System.Web.UI.Page
{
        protected void Page_Load(object sender, EventArgs e)
        {
                WebClient client = <…………………………………………………………………………
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics