0
I’m trying to fill a spinner
city according to the state selected in another spinner
via webservice
.
But this giving an error in this line in the class usuarioDAO
.
Vector<SoapObject> resposta = (Vector<SoapObject>) envelope.getResponse();
Error:
Unchecked cast: java.lang.Object to java.util.vector
My variable list is coming null
, I believe it’s because of that mistake.
Leonardo, the error is gone, but the Array List is still null. I think it’s because I want to populate an array with a vector. I will post here the full code of the web service, the DOC city and the Activity that populates the ok spinner?
– Caprind Gestão Industrial