首先添加web引用,即将webservice的wsdl引用
using System;
using System.Collections.Generic;using System.Linq;
using System.Text;
namespace test05
{
class Program
{
static void Main(string[] args)
{
xmw.SunLife3 s = new xmw.SunLife3();//xmw是命名空间 SunLife3是class
Console.WriteLine(s.excute("101", "aaaaaaaa"));
}
}
}