开发者

Exception while calling web service----java.net.SocketException: Permission denied

开发者 https://www.devze.com 2023-02-11 15:56 出处:网络
I am developing one application through which i am calling web service. The web Service is hosted on the local machine,but while calling

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消