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 = <…………………………………………………………………………

猜你喜欢

转载自zxj010802986.iteye.com/blog/2072134