[android-developers] android : call java webservice exception

2012-08-21 Thread Karthik
When I pass the bean object reference to the webservice in android I am getting the following issue. throws an exception: Cannot serialize: com.fsck.common.UserRequest@412d9e30 I am using the following bean class. package com.fsck.common; public class UserRequest {

Re: [android-developers] android : call java webservice exception

2012-08-21 Thread TreKing
On Tue, Aug 21, 2012 at 6:38 AM, Karthik karthikpsn...@gmail.com wrote: Please help me how to pass the bean object to the webservice? If the error complains that the object can't be serialized, my first guess would be to make the class Serializable.