I have an android studio program as client and wcf service on local pc as server side to manage sql sever database. when I test my wcf service in Fiddler by GET method, Fiddler can not return any result .also on web browser display an error.
[Fiddler] The connection to 192.168.xx.x failed Error: NetworkUnreachable(0X2743) System.Net.Sockets.SocketException a socket operation was attempted to an unreachable network 192.168.xx.x:8080 (xx.x is part of my full ip address has real value )
my OS is windows 10 x64
at other side my android app can not get any data from server. on android studio I set url to "http://192.168.xx.x:8080/MyWebService.svc" and used url.openConnection() please help me thanks a lot