views:

7

answers:

0

Hello,

I run Rest WCF Service(webHttpBinding) that returns IList and two clients. First client is WCF Client in .net, which able to receive the list of objects correctly. Second client is Java Client consumed by Android, which able to receive the Object correctly, but not a list of objects.

Your help will be very appreciated.