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
I’m trying to send object as parameter to web service on java. It always
Share
Take a look at this Complex Objects with Ksoap2
Essentially, the only thing you have to do is implement the
KvmSerializableinterface.