I am having trouble posting a JSONArray of values to my WCF Service. When I post the data from Fiddler or .Net Test Client it works fine. Every time I try to post from my an
remove
httpPost.setHeader("Accept", "application/json"); httpPost.setHeader("Content-Type", "application/json; charset=utf-8");
from ur code