careldegoede / android-ws-client

Automatically exported from code.google.com/p/android-ws-client
0 stars 0 forks source link

Problem in calling an asmx which returns a structure as response #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have made a webservice in asp.net (asmx) which returns many values in 
structure (XML is automatically formed based on structure).

I can see in Log Cat that the values are returned properly and It finds all the 
FieldName returned.

But somehow it gives Method Not Matched Exception and stops executing.

It works fine with asp.net based webservices which returns string.

Original issue reported on code.google.com by nirajtiw...@gmail.com on 18 Aug 2013 at 8:22