protected void Button1_Click(object sender, EventArgs e) { localhost.service wsv = new localhost.service(); String name = TextBox1.Text; Label2.Text = wsv.HelloWorld2(name); }