5
Reply

Unable to connect to the remote server web service in smart device phone

Imtiaz Khan

Imtiaz Khan

Jun 24 2011 12:52 PM
7.2k
Hi me using the following code for calling webservice funtion but it give error .this code me using on single alone pc mean not connect to network.
 
Error deail : unable to connect to the remote server
 
localhost.WebService webSevice = new FirstSmartDeviceProject.localhost.WebService();
webSevice.Url = "http://localhost/2005/WebService.asmx";
string ss = webSevice.Openconnection();

Answers (5)