I'm trying to send object as parameter to web service on java. It always throws a Runtime exception with Cannot serialize what is the best way to do that thx in advance
Take a look at this Complex Objects with Ksoap2
Essentially, the only thing you have to do is implement the KvmSerializable
interface.