Finder
Finder

Reputation: 1217

Pass custom object to webservice from Android via KSOAP

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

Answers (1)

Sajeetharan
Sajeetharan

Reputation: 222552

Take a look at this tutorial Complex objects with KSOAP , You have to implement KvmSerializable interface.

Upvotes: 1

Related Questions