KSOAP android中的ConnectionTimeout

时间:2012-06-18 12:24:50

标签: java android

我正在开发一个应用程序,其中我使用KSOAP2库2.5进行解析wsdl base webservices.now我需要在代码中设置ConnectionTimeOut,所以我引用了一些网站并获得这样的解决方案......

HttpTransportSE androidHttpTransport = new HttpTransportSE(
                    URL,0); 

并设置catch异常...

catch (InterruptedIOException  e) {
            Log.e(TAG, "Connection Time Out "+e);
        }

但它没有给我超时这个代码它在常见场景中执行...所以请帮助我解决这个问题。

0 个答案:

没有答案