I have created a  WCF service library app on my PC using VS2008.  I
have tested it using it's getdata function and it works well.   I have
also created a simple android project in Eclipse using odat4j.

I am using the following command to consume from the android:
oc.createEntity("12121212").execute();

After a period of time I get the following exception:
class: com.sun.jersey.api.client.ClientHandlerException
message: java.net.SocketTimeoutException: Connection timed out

I am using my local WiFi to communicate and have verified that is
working using ping and browser.

I have turned on verbose logging on the provider and nothing is being
logged at the point the consumer is called from the android app.

At this point I feel like I am stuck.  I can not tell what is
happening.  I think that I need more debugging/tracing capability to
see what is happening.

This reminds me of the benefits of prior experience.  Do any of you
more experienced folks out there have any hints for me?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to