11-13 19:27:10.545: W/System.err(29917): java.net.UnknownHostException: Unable to resolve host "webservice.webxml.com.cn": No address associated with hostname
11-13 19:27:10.545: W/System.err(29917): at java.net.InetAddress.lookupHostByName(InetAddress.java:426)
11-13 19:27:10.545: W/System.err(29917): at java.net.InetAddress.getAllByNameImpl(InetAddress.java:242)
11-13 19:27:10.545: W/System.err(29917): at java.net.InetAddress.getAllByName(InetAddress.java:220)
11-13 19:27:10.545: W/System.err(29917): at libcore.net.http.HttpConnection.<init>(HttpConnection.java:71)
11-13 19:27:10.545: W/System.err(29917): at libcore.net.http.HttpConnection.<init>(HttpConnection.java:50)
11-13 19:27:10.545: W/System.err(29917): at libcore.net.http.HttpConnection$Address.connect(HttpConnection.java:351)
11-13 19:27:10.545: W/System.err(29917): at libcore.net.http.HttpConnectionPool.get(HttpConnectionPool.java:86)
11-13 19:27:10.545: W/System.err(29917): at libcore.net.http.HttpConnection.connect(HttpConnection.java:128)
11-13 19:27:10.545: W/System.err(29917): at libcore.net.http.HttpEngine.openSocketConnection(HttpEngine.java:308)
11-13 19:27:10.545: W/System.err(29917): at libcore.net.http.HttpEngine.connect(HttpEngine.java:303)
11-13 19:27:10.545: W/System.err(29917): at libcore.net.http.HttpEngine.sendSocketRequest(HttpEngine.java:282)
11-13 19:27:10.545: W/System.err(29917): at libcore.net.http.HttpEngine.sendRequest(HttpEngine.java:232)
11-13 19:27:10.545: W/System.err(29917): at libcore.net.http.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:80)
11-13 19:27:10.545: W/System.err(29917): at org.ksoap2.transport.ServiceConnectionSE.connect(ServiceConnectionSE.java:46)
11-13 19:27:10.545: W/System.err(29917): at org.ksoap2.transport.HttpTransportSE.call(HttpTransportSE.java:68)
11-13 19:27:10.550: W/System.err(29917): at com.testtv.core.WeatherActivity.getWeather(WeatherActivity.java:102)
11-13 19:27:10.550: W/System.err(29917): at com.testtv.core.WeatherActivity$2$1.run(WeatherActivity.java:76) 11-13 19:27:10.550: W/System.err(29917): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
11-13 19:27:10.550: W/System.err(29917): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
11-13 19:27:10.550: W/System.err(29917): at java.lang.Thread.run(Thread.java:856)
11-13 19:27:10.550: W/System.err(29917): Caused by: libcore.io.GaiException: getaddrinfo failed: EAI_NODATA (No address associated with hostname)
11-13 19:27:10.550: W/System.err(29917): at libcore.io.Posix.getaddrinfo(Native Method) 11-13 19:27:10.550: W/System.err(29917): at libcore.io.ForwardingOs.getaddrinfo(ForwardingOs.java:55)
11-13 19:27:10.550: W/System.err(29917): at java.net.InetAddress.lookupHostByName(InetAddress.java:411)
public class WeatherActivity extends Activity { /** Called when the activity is first created. */ private Button okButton; /** Called when the activity is first created. */ private static final String NAMESPACE = "http://WebXml.com.cn/";