i have a data service in PAN, Can it possible send request from mobile to server using bluetooth in Personal area network(PAN)..
Asked
Active
Viewed 163 times
1
-
Describe your problem briefly, what is this? – user3395743 Mar 12 '14 at 06:10
-
this is wcf web service? or rssfeed? – PankajAndroid Mar 12 '14 at 06:12
-
i have wcf web services in local system when i am trying to get response from that url it showing in like this.. – Mar 12 '14 at 06:13
-
`Bad Request - Invalid Hostname. HTTP Error 400 The request hostname is invalid`. Is your local web service accessible to external access? – Andrew T. Mar 12 '14 at 06:13
-
This is OData services @Pankaj – Mar 12 '14 at 06:14
-
@AndrewT. when i am tried in browser it showing proper response in XML – Mar 12 '14 at 06:15
-
Show us the code on how you connect to your local web service in your Android app. – Andrew T. Mar 12 '14 at 06:18
-
@AndrewT. android code updated in question can u check once – Mar 12 '14 at 06:34
-
Have you tried using full address by adding the protocol `http`? – Andrew T. Mar 12 '14 at 07:03
-
ya tried.. stackoverflow not accepting local address so edited like that and in browser if i use localhost in url its working properly when i use ip of system instead of localhost it showing invalid hostname – Mar 12 '14 at 09:03
-
as my observevation whatever response coming on browser when i am using ip same i getting in android also – Mar 12 '14 at 09:11