views:

517

answers:

5

I need to call a web service using ksoap2, I have been doign this successfully up till the point where I need to pass a more complex type to the web service.

Does anybody have an example of passing a complex type to a webservice, preferably, only using SoapObject (the object in question is only Strings and dateTimes.

Thanks in advance

A: 

Figured out how to do it. Simply used a SoapObject as a property.

Pandalover
A: 

Hi, I had the same problem and it seems not working with me so far. Can you please post the code that is working? Thanks.

Fadi
Sure, do you mind asking anew question for it.
Pandalover
I did add a new question. Thanks :)
Fadi
A: 

Hi there guys ! Can you please post the code if its working? I have been trying this for days now... please! Thanks a lot !

Carla
A: 

For us simpletons out here, could Pandalover post his solution as I am also struggling with this problem?

VinceJS
This was quite a while ago, I'll dig it up and post it here.
Pandalover
A: 

Here is a working tutorial for complex types and arrays with KSOAP . Hope it helps.

DFDF