I'm new to android app development and I'm trying to send the SoapObject which is in MainActivity to the 2nd Activity using intents, by trying to put the soapObject in a Bundle. I'm getting an error:
unable to cast SoapObject to Bundle
Is there any possible way to send the SoapObject to the 2nd Activity?