I\'m having some trouble getting jquery to post some json data to a rest method I have on my WCF service.
On the WCF side, here\'s the operation contract:
Update:
Try putting .svc after MyService so that the URL reads
http://localhost/MyService.svc/PostSomething
I was working on this the other day myself, and came across a post on Rick Strahl's blog:
http://www.west-wind.com/weblog/posts/324917.aspx
This works flawlessly for me, so give it a try!
Hope that helps! :)