protected void Page_Load(object sender, EventArgs e) { Service2Client wcfTest = new Service2Client(); Label1.Text = wcfTest.DoWork(); wcfTest.Close(); }