Android java.lang.RuntimeException: illegal property: while getting the string from SOAP Object(KSOAP2)
问题 I want to get the values from the SOAPObject, as below anyType{ Message=anyType{}; ErrorCode=NoError; ImageStatus=anyType{ ImageTicket=34320146-2035-461c-abd5-d0cba4ebdd37; CustomerImageId=0584e8b766a4de2177f9ed11d1587f55-1; ProductId=anyType{}; StatusName=New images; StatusId=10; IsPaid=false; ThumbnailImageURL=anyType{}; FinalImagesURL=anyType{ string=anyType{}; }; }; }; And i write the code to get the values SoapObject resultBody = (SoapObject) soapEnvelope.bodyIn; for (int i = 0; i <