tags:

views:

76

answers:

1

I am facing some issues while calling .NET Webservice from android application by passing complex type parameters . I am using KSOAP2. All the examples i have found here are of simple type. Can someone post examples related to complex type.

A: 

Take a look at this article KSoap Android Web Service Tutorial With Sample Code

DFDF