how to pass parameter to a webservice using ksoap2?
- by user255681
hi there,
i'm using eclipse to develop over android, i'm trying to connect to a .net webservice...
when i'm calling a webmethod with no parameters it works fine... but when i come to pass a parameter to the webmethod things turn upside down... the parameter is passed as null (while debugging the webservice i discovered that) and i get a null from…