I use the same example (.Net web service that return a String) for the method that return DATATABLE, i convert the respone in a SOAPOBJECT and the TEXTFIELD shows me all the data (DATATABLE). How can i work with that? is possible?
Code:
obj = (SoapObject)envelope.getResponse();
txt2.setText(obj.getProperty(1).toString());
Response
anyType{NewDataSet=anyType
{
Table=anyType{fecha=2004-03-09; total=5.5;zona=4;};
Table=anyType{fecha=2006-03-10; total=4.5;zona=2;};
};
}
Another question, is about BES, with a real device. I download myapp (consume a .Net web service) and Shows me as response:
Error Trying to resolve, DO i have to configure BES or myapp to go to the server(access the web service)? =S