Reputation: 1217
I have to call WCF web service from Android client.That web service method has it's own class (.net class object). How can I pass the customized (.net class object) as a parameter to the web service method.
Thanks in Advance...!
Upvotes: 0
Views: 1799
Reputation: 222552
Take a look at this tutorial Complex objects with KSOAP , You have to implement KvmSerializable interface.
Upvotes: 1