static void Main(string[] args) { ServiceReference1.Service1Client sc = new ServiceReference1.Service1Client(); Console.WriteLine(sc.GetData(5)); }