wcf - Manipulating c# objects through Java -


I am writing an application in Java / Android. In my application I use a WCF web service using KSOAP2. My problem is that at times it happens that instead of a single string, I can get objects (objects or arrays), which are defined in the C # web services. Is there any way I can process these objects? If it helps, then I can tell you that I know how the classes of these objects are defined in C #.

In fact, read 2 articles about this with a clear tutorial, I will post them here, this In case anyone moved to this position and

Comments