I’ve built a wcf service using json.I think it works ok since i’ve been debugging it with fiddler.I can’t though call it correctly from android.I think i must be doing something wrong when trying to pass the parameters.This is the fiddler request:
Request Headers:
User-Agent: Fiddler
Host: androidwcf.schoolportal.gr
Content-Type: application/json
Content-Length: 73
Request Body:
{
“ID”:2147483647,
“description”:”String content”,
“enable”:true
}
how can i pass this json object as a parameter with android?
Thank you for your time.
try as ti to Post current json obejct to your server :