I search it from other friend, but I cannot work too and have message no permission to access this web service.

Code:
private void button1_Click(object sender, EventArgs e)
        {
try
            {
                Uri uri = new Uri("http://localhost:8080/qcbin/authentication-point/authenticate");
                HttpWebRequest request = (HttpWebRequest)WebRequest.Create(uri);
...