I have been searching around for hours and trying different things to get this to work. I have tried so many articles on stackoverflow and either I am too stupid to get thin
change this line
data: { name: "Joe" }
to
data: JSON.stringify({name: 'Joe'});
EDIT:
Do this to your service. Add WebHttp binding in the config.
Hope you know where to add this. If not let me know and I will try to provide some inputs.
Following up on my comment,