Hi all
I have a webservice on one of our servers and i instantiate that service by using
servername.webservicename ws = new webservicename();
I need to be able to put the server name from some application variable and not hard code it here. Any ideas on how to do it?
I tried using
Application.Get("varname"
.webservicename ws = new webservicename();
but it gives me syntax error. Any help will be highly appreciated.
Thanks
Badrinath Chebbi
Badrinath Chebbi
I have a webservice on one of our servers and i instantiate that service by using
servername.webservicename ws = new webservicename();
I need to be able to put the server name from some application variable and not hard code it here. Any ideas on how to do it?
I tried using
Application.Get("varname"
but it gives me syntax error. Any help will be highly appreciated.
Thanks
Badrinath Chebbi
Badrinath Chebbi