Android KSOAP2 ServiceConnectionSE NullPointerException
I try to implement KSOAP2 in my android application and now im having a problem. When i use the call method of the HTTPTransportSE Object im getting the following exception: 10-04 09:24:05.997: W/System.err(6779): java.lang.NullPointerException 10-04 09:24:06.017: W/System.err(6779): at org.ksoap2.transport.ServiceConnectionSE.getResponseProperties(ServiceConnectionSE.java:85) 10-04 09:24:06.017: W/System.err(6779): at org.ksoap2.transport.HttpTransportSE.call(HttpTransportSE.java:167) 10-04 09:24:06.017: W/System.err(6779): at com.brandmakerandroid.mediapool.LoginActivity.Login(LoginActivity