Exception while calling web service----java.net.SocketException: Permission denied
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 file although, i am getting this. I am looking forward 开发者_Go百科for positive response.
Thanks in Advance. Regards
Most likely, you have the INTERNET
permission in the wrong place in your manifest.
精彩评论