[android-developers] Exception while calling web service----java.net.SocketException: Permission denied

2011-02-17 Thread Ravi
Hi, I am developing one application through which i am calling web service. The web Service is hosted on the local machine,but while calling web service i got java.net.SocketException: Permission denied this bug. Mentioned internet permission in the manifest

Re: [android-developers] Exception while calling web service----java.net.SocketException: Permission denied

2011-02-17 Thread Abhilash baddam
have u given the Internet Permissions in Manifest File. On Fri, Feb 18, 2011 at 12:49 PM, Ravi ravi.chavan...@gmail.com wrote: Hi, I am developing one application through which i am calling web service. The web Service is hosted on the local machine,but while calling web service i