ElPatriota / odata4j

Automatically exported from code.google.com/p/odata4j
0 stars 0 forks source link

Error on Android accessing WCF data #255

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
It's the same problem as in issue 226.  I managed to get the consumer working 
in a normal desktop java app.  But when I run the same code on android I get 
the error as described in issue 226.

What is the expected output? What do you see instead?
I see an error

What version of the product are you using? On what operating system?
0.8.0 snapshot of clientbundle

Please provide any additional information below.

Original issue reported on code.google.com by bart.dev...@gmail.com on 6 Apr 2013 at 7:09

GoogleCodeExporter commented 8 years ago
If it's working on the desktop and not on Android, then it's not the same 
underlying problem as issue 226.  

It may be a networking issue in your app.  Make sure you have the internet 
permission and can see the metadata url from the android device.

Original comment by john.spurlock on 7 Apr 2013 at 6:45