I'd guess it's these lines in logcat that might explain what you are seeing:

29.09.2010 10:53, titleist ?????:
si.trendnet.android.terra/.Home: pid=419 uid=10032 gids={3003}
09-29 06:42:15.680: ERROR/WebGetURL:(419): 172.17.1.62/JSON.asmx/Hello?
password=1234&username=tadej
*09-29 06:42:15.750: ERROR/Groshie:(419): Target host must not be null,
or set in parameters.*
09-29 06:42:15.770: ERROR/WebGetURL:(419): 172.17.1.62/JSON.asmx/
LogInUser?password=1234&username=tadej
09-29 06:42:15.770: ERROR/Groshie:(419): Target host must not be null,
or set in parameters.
*09-29 06:42:15.969: DEBUG/Error:(419): Failed parsing JSON source:
java.io.stringrea...@43e6faf0 to Json*

"Target host must not be null, or set in parameters"
"Failed parsing JSON source: java.io.StringReader...."

Looks like you have two errors (maybe one depends on the other) in the way you use JSON libraries. Since they seem to happen while your app tries to send its request, they prevent the web service from actually being called.

--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

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

Reply via email to