I’m writing an application in Java/Android.In my application I consume a wcf web service
using KSOAP2.My problem is that there are times that instead of a single string I could receive an object (or arrays of objects) which are defined in the c# web services.Is there any way I can process these objects?If it helps I can tell you that I know how the classes of these objects are defined in the c#.
I’m writing an application in Java/Android.In my application I consume a wcf web service
Share
Okay I figured this out in fact I found out 2 articles about it with really explicit tutorials I will just post them here in case anyone stumbles upon this post link and link